-
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?
Changes from 3 commits
4ec218a
30e15d4
cf070ef
f895a78
851d2c1
6d11414
5f5790b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -269,10 +269,11 @@ <h3>RDF Vocabularies and Namespace IRIs</h3> | |||||||||||||||
<p>The <a>IRIs</a> in an <a>RDF vocabulary</a> often begin with | ||||||||||||||||
a common substring known as a <dfn>namespace IRI</dfn>. | ||||||||||||||||
Some namespace IRIs are associated by convention with a short name | ||||||||||||||||
known as a <dfn>namespace prefix</dfn>. Some examples: | ||||||||||||||||
known as a <dfn>namespace prefix</dfn>. | ||||||||||||||||
The table below provides some examples. | ||||||||||||||||
|
||||||||||||||||
<table id="tab-vocab-ns" class="simple"> | ||||||||||||||||
<caption>Some example namespace prefixes and IRIs</caption> | ||||||||||||||||
<caption>Some namespace prefixes and IRIs used in this specification</caption> | ||||||||||||||||
<tr> | ||||||||||||||||
<th>Namespace prefix</th> | ||||||||||||||||
<th>Namespace IRI</th> | ||||||||||||||||
|
@@ -293,12 +294,15 @@ <h3>RDF Vocabularies and Namespace IRIs</h3> | |||||||||||||||
</tr> | ||||||||||||||||
</table> | ||||||||||||||||
|
||||||||||||||||
<p>In some serialization formats it is common to abbreviate <a>IRIs</a> | ||||||||||||||||
that start with <a>namespace IRIs</a> by using a | ||||||||||||||||
<a>namespace prefix</a> in order to assist readability. For example, the IRI | ||||||||||||||||
<p>In some serialization formats it is common | ||||||||||||||||
to some [=namespace IRIs=] to arbitrary [=namespace prefixes=], | ||||||||||||||||
and to abbreviate <a>IRIs</a> that start with one of those <a>namespace IRIs</a> by using the corresponding <a>namespace prefix</a>, | ||||||||||||||||
in order to assist readability. | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. a verb ("associate") was missing from my text, sorry. The point was to say explicitly that the prefix-IRI association was specified in the syntax, not provided by some external convention.
pchampin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||
For example, the IRI | ||||||||||||||||
pchampin marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||||||
<code>http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral</code> | ||||||||||||||||
would be abbreviated as <code>rdf:XMLLiteral</code>. | ||||||||||||||||
Note however that these abbreviations are <em>not</em> valid IRIs, | ||||||||||||||||
would be abbreviated as <code>rdf:XMLLiteral</code> | ||||||||||||||||
with the prefix mapping from <a href="#tab-vocab-ns"></a>. | ||||||||||||||||
Note however that these abbreviations are <em>not</em> valid IRIs (or only coincidentally), | ||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I agree that Ted's proposal has a slightly different touch. Users who create (/design) such abbreviations may indeed assume that they are creating valid IRIs. The purpose of the sentence is to emphasize that such an assumption is wrong. Having said that, the "(or only coincidentally)" part that you added is also not ideal, because it is not clear what exactly that means and why that is mentioned. How's about changing this whole part of the paragraph (including all the sentences that follow the one in question) as follows?
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TL/DR: I like very much your proposal @hartig FTR, the reason I added this parenthetical was that the statement is, arguably, inaccurate: Anyway, your wording is IMO much better. Can you push a commit to this branch, please? |
||||||||||||||||
and must not be used in contexts where IRIs are expected. | ||||||||||||||||
Namespace IRIs and namespace prefixes are <em>not</em> a formal part of the | ||||||||||||||||
RDF data model. They are merely a syntactic convenience for | ||||||||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.