@@ -887,7 +887,7 @@ <h2>D-interpretations</h2>
887
887
888
888
< p > The special datatypes
889
889
< a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> < code > rdf:langString</ code > </ a > and
890
- < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged-string "> < code > rdf:dirLangString</ code >
890
+ < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged-string "> < code > rdf:dirLangString</ code > </ a >
891
891
have no < a > ill-typed</ a > literals.
892
892
Any syntactically legal literal with one of these types will denote a value in every
893
893
D-interpretation where D includes < code > rdf:langString</ code > or < code > rdf:dirLangString</ code > .
@@ -1034,7 +1034,7 @@ <h2>RDF Interpretations</h2>
1034
1034
1035
1035
< p > The datatype IRIs
1036
1036
< a data-cite ="RDF12-CONCEPTS#dfn-language-tagged-string "> < code > rdf:langString</ code > </ a > ,
1037
- < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged string "> < code > rdf:dirLangString</ code > ,
1037
+ < a data-cite ="RDF12-CONCEPTS#dfn-directional-language-tagged string "> < code > rdf:dirLangString</ code > </ a > ,
1038
1038
and < a data-cite ="XMLSCHEMA11-2#string "> < code > xsd:string</ code > </ a >
1039
1039
MUST be < a > recognized</ a > by all RDF interpretations.</ p >
1040
1040
@@ -1557,11 +1557,11 @@ <h4>Patterns of RDFS entailment (Informative)</h4>
1557
1557
1558
1558
< p > As an example of a RDFS entailment involving triple terms using the entailment pattern rdfs14, the following graph —</ p >
1559
1559
1560
- < p > < code > ex:a ex:b < < ( ex:c ex:d < < (ex:e ex:f ex:g)> > )> > .</ code > </ p >
1560
+ < p > < code > ex:a ex:b << ( ex:c ex:d << (ex:e ex:f ex:g)> > )> > .</ code > </ p >
1561
1561
1562
1562
< p > — RDFS entails —</ p >
1563
1563
1564
- < p > < code > ex:a ex:b < < ( ex:c ex:d _:b1 )> > .< br />
1564
+ < p > < code > ex:a ex:b << ( ex:c ex:d _:b1 )> > .< br />
1565
1565
ex:a ex:b _:b2 .< br />
1566
1566
_:b1 rdf:type rdfs:Proposition .< br />
1567
1567
_:b2 rdf:type rdfs:Proposition .</ code > </ p >
@@ -1622,7 +1622,7 @@ <h2>RDF Datasets</h2>
1622
1622
< tr >
1623
1623
< td class ="semantictable ">
1624
1624
< p > An < a > RDF dataset</ a >
1625
- is a set:</ p >
1625
+ is a set:< br / >
1626
1626
{ G, (<u< sub > 1</ sub > >, G< sub > 1</ sub > ), (<u< sub > 2</ sub > >, G< sub > 2</ sub > ), . .
1627
1627
. (<u< sub > n</ sub > >, G< sub > n</ sub > ) }< br >
1628
1628
where n≥0 and G and each G< sub > i</ sub > are graphs, and each <u< sub > i</ sub > > is an IRI. Each
@@ -1814,6 +1814,7 @@ <h2>Entailment rules (Informative)</h2>
1814
1814
The complete entailment pattern for generalized RDF with [=symmetric RDF triples=],
1815
1815
considering that, according to the semantics, the denotation of triple terms should
1816
1816
be of type < code > rdfs:Proposition</ code > , is the following:
1817
+ </ p >
1817
1818
< table >
1818
1819
< caption > RDFS-T entailment pattern.</ caption >
1819
1820
< tbody >
@@ -1832,7 +1833,6 @@ <h2>Entailment rules (Informative)</h2>
1832
1833
</ tr >
1833
1834
</ tbody >
1834
1835
</ table >
1835
- </ p >
1836
1836
1837
1837
< p class ="issue " data-number ="76 "> We don't have a completeness proof for the RDFS entailment rules (yet).</ p >
1838
1838
0 commit comments