Skip to content
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

improves the example about distinguishing literals, IRIs, and bnodes #73

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,10 @@ <h3>Triples</h3>

<p><a>IRIs</a>, <a>literals</a>,
<a>blank nodes</a>, and <a>quoted triples</a> are distinct and distinguishable.
For example, <code>http://example.org/</code> as a string literal
is equal to neither <code>http://example.org/</code> as an IRI,
nor a blank node with the <a>blank node identifier</a>
For example, a literal with the string <code>http://example.org/</code> as
its <a>lexical form</a>
is not equal to the IRI <code>http://example.org/</code>,
nor to a blank node with the <a>blank node identifier</a>
<code>http://example.org/</code>.</p>

<p>The set of <span id="dfn-nodes"><!-- obsolete term--></span><dfn data-lt="node">nodes</dfn> of an <a>RDF graph</a>
Expand Down Expand Up @@ -1809,6 +1810,9 @@ <h2>Changes between RDF 1.1 and RDF 1.2</h2>
and restriction to the XML <a data-cite="XML11#charsets">Char</a> production.
Also removes obsolete recommendations for the use of Normalization Form C in literals.
Adds a definition of <a>string</a> that can be used in other RDF documents.</li>
<li>Minor edit
to improve the example about distinguishing literals, IRIs, and blank nodes
in <a href="#section-triples" class="sectionRef"></a>.</li>
</ul>

<p class="note">A detailed overview of the differences between RDF versions&nbsp;1.0
Expand Down
Loading