@@ -718,7 +718,7 @@ <h2>Skolemization (Informative)</h2>
718
718
which eliminates blank nodes by replacing them with "new" IRIs,
719
719
which means IRIs which are coined for this purpose and are therefore guaranteed
720
720
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]]
722
722
for a fuller discussion.</ p >
723
723
724
724
< p > Suppose G is a graph containing blank nodes and sk is a skolemization mapping
@@ -772,8 +772,8 @@ <h2>Literals and datatypes</h2>
772
772
cannot < a > recognize</ a > that IRI,
773
773
and should treat any literals with that IRI as their datatype IRI as unknown < a > name</ a > s.</ p >
774
774
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]].
777
777
In summary: with two exceptions, RDF literals combine a string and an IRI < a data-lt ="identify "> identifying</ a > a datatype.
778
778
The exceptions are < a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> language-tagged strings</ a > , assigned the type < code > rdf:langString</ code > ,
779
779
which have two syntactic components, a string and a language tag; and
@@ -807,8 +807,8 @@ <h2>Literals and datatypes</h2>
807
807
< a data-cite ="XMLSCHEMA11-2#string "> < code > xsd:string</ code > </ a > ,
808
808
< a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> < code > rdf:langString</ code > </ a > , and
809
809
< 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]]
812
812
< em > are</ em > < a > recognized</ a > , they MUST be interpreted as described there, and
813
813
when the IRI < code > rdf:PlainLiteral</ code > is < a > recognized</ a > ,
814
814
it MUST be interpreted to denote the datatype defined in [[!RDF-PLAIN-LITERAL]].
0 commit comments