Skip to content

Commit 868d8a6

Browse files
pfpsTallTed
andauthored
use correct name for sections in Concepts (#80)
* use correct names of Concepts sections * Update spec/index.html Indeed. Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 1e30f8b commit 868d8a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ <h2>Skolemization (Informative)</h2>
718718
which eliminates blank nodes by replacing them with "new" IRIs,
719719
which means IRIs which are coined for this purpose and are therefore guaranteed
720720
to not occur in any other RDF graph (at the time of creation).
721-
See <a data-cite="RDF12-CONCEPTS#section-skolemization">Section 3.5</a> of [[!RDF12-CONCEPTS]]
721+
See <a data-cite="RDF12-CONCEPTS#section-skolemization">Replacing Blank Nodes with IRIs</a> in [[!RDF12-CONCEPTS]]
722722
for a fuller discussion.</p>
723723

724724
<p>Suppose G is a graph containing blank nodes and sk is a skolemization mapping
@@ -772,8 +772,8 @@ <h2>Literals and datatypes</h2>
772772
cannot <a>recognize</a> that IRI,
773773
and should treat any literals with that IRI as their datatype IRI as unknown <a>name</a>s.</p>
774774

775-
<p>RDF literals and datatypes are fully described in
776-
<a data-cite="RDF12-CONCEPTS#section-Datatypes">Section 5</a> of [[!RDF12-CONCEPTS]].
775+
<p>RDF literals and datatypes are fully described in the
776+
<a data-cite="RDF12-CONCEPTS#section-Datatypes">Datatypes</a> section of [[!RDF12-CONCEPTS]].
777777
In summary: with two exceptions, RDF literals combine a string and an IRI <a data-lt="identify">identifying</a> a datatype.
778778
The exceptions are <a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string">language-tagged strings</a>, assigned the type <code>rdf:langString</code>,
779779
which have two syntactic components, a string and a language tag; and
@@ -807,8 +807,8 @@ <h2>Literals and datatypes</h2>
807807
<a data-cite="XMLSCHEMA11-2#string"><code>xsd:string</code></a>,
808808
<a data-cite="RDF12-CONCEPTS#dfn-language-tagged-string"><code>rdf:langString</code></a>, and
809809
<a data-cite="RDF12-CONCEPTS#dfn-dir-lang-string"><code>rdf:dirLangString</code></a>
810-
but when IRIs listed in
811-
<a data-cite="RDF12-CONCEPTS#section-Datatypes">Section 5</a> of [[!RDF12-CONCEPTS]]
810+
but when IRIs listed in the
811+
<a data-cite="RDF12-CONCEPTS#section-Datatypes">Datatypes</a> section of [[!RDF12-CONCEPTS]]
812812
<em>are</em> <a>recognized</a>, they MUST be interpreted as described there, and
813813
when the IRI <code>rdf:PlainLiteral</code> is <a>recognized</a>,
814814
it MUST be interpreted to denote the datatype defined in [[!RDF-PLAIN-LITERAL]].

0 commit comments

Comments
 (0)