-
Notifications
You must be signed in to change notification settings - Fork 4
Suggestions from January review on §1.4 #194
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
base: main
Are you sure you want to change the base?
Conversation
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.
I generally like this, but the bit on prefixed IRIs can use some improvement
Isn't this just editorial. |
Bob DuCharme's 2nd comment https://www.w3.org/mid/33e6564c-0dc3-4ca6-8304-4e47da867bf6@snee.com not exactly Bob's suggestion, but I think it addresses the core of the issue.
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
re-reading this, I realized it could be surprising: the predicate position of a triple is a "context where IRIs are expected", and so this text could read as "don't use abbreviated forms in the predicate position", which is of course not how it was intended.
5f5790b
to
9ee0284
Compare
... with some slight adaptations *: #194 (comment)
RDF data model. They are merely a syntactic convenience for | ||
abbreviating IRIs.</p> | ||
Note however that such abbreviations are <em>not</em> meant to be processed directly as IRIs, | ||
and must not be used in syntactic contexts where IRIs are expected. |
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.
I've lost track of normativity. Should this use MUST
instead of must
?
and must not be used in syntactic contexts where IRIs are expected. | |
and must not be used in syntactic contexts where IRIs are expected. |
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.
No. This is in §1.4; §1 (Introduction) as a whole is informative.
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.
Does this work?
and must not be used in syntactic contexts where IRIs are expected. | |
and are not to be used in syntactic contexts where IRIs are expected. |
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Andy Seaborne <andy@apache.org>
Preview | Diff