-
Notifications
You must be signed in to change notification settings - Fork 9
export normative terms #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I broke my own rule of systematically exporting normative definitions... I strongly felt that the following terms were defined for internal purposes only, more precisely to help define other terms, so I chose to not export them. - IRI equality - Blank node equality - Literal equality - Triple equality - isomorphic RDF-term mapping I experimented with scoped definition [1] for genetic terms such as 'atomic', 'node', 'subject'... but I found that the ergonomic toll was not worth it. In particular, there is no hint in the HTML that the definition requires some additional context to be used. [1] https://respec.org/docs/#scoped-concepts
TallTed
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small tweaks
Co-authored-by: Ted Thibodeau Jr <[email protected]>
|
The export of "base direction", as introduced by this PR, causes a conflict for the SPARQL spec now. The issue can be observed in the Echidna run of w3c/sparql-query#245 where the "Generate Static HTML" step results in an error with the following error message. So, it seems that "base direction" is also defined in [i18n-glossary] and we may run into the same issue for some of our other documents as well. For my PR to the SPARQL spec (w3c/sparql-query#245), shall I apply the data-cite fix mentioned in the error message above? |
Yes, that's probably the best thing to do. It should be stable, or sparql-query needs a general change anyway as sparql-query mostly has the form is |
Done (w3c/sparql-query@10a3019). No Echidna failure anymore in w3c/sparql-query#245 :-) |
Address #152
I broke my own rule of systematically exporting normative definitions...
I strongly felt that the following terms were defined for internal purposes only,
more precisely to help define other terms, so I chose to not export them.
I experimented with scoped definition [1]
for genetic terms such as 'atomic', 'node', 'subject'...
but I found that the ergonomic toll was not worth it.
In particular, there is no hint in the HTML
that the definition requires some additional context to be used.
[1] https://respec.org/docs/#scoped-concepts
Preview | Diff