File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4657,11 +4657,17 @@ <h3>Operand Data Types</h3>
4657
4657
</ul>
4658
4658
<p>The following terms identify additional types used in SPARQL value tests:</p>
4659
4659
<ul>
4660
- <li><span class="type numeric">numeric</span> denotes <code>literals</code> with
4661
- datatypes <code>xsd:integer</code>, <code>xsd:decimal</code>, <code>xsd:float</code>, and
4662
- <code>xsd:double</code>.</li>
4663
- <li><span class="type RDFterm">RDF term</span> denotes the types <code>IRI</code>,
4664
- <code>literal</code>, and <code>blank node</code>.</li>
4660
+ <li><span class="type numeric">numeric</span> denotes
4661
+ <a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a>
4662
+ with datatypes <code>xsd:integer</code>, <code>xsd:decimal</code>, <code>xsd:float</code>, or
4663
+ <code>xsd:double</code>.
4664
+ </li>
4665
+ <li><span class="type RDFterm">RDF term</span> denotes the types
4666
+ <a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a>,
4667
+ <a data-cite="RDF12-CONCEPTS#dfn-literal">literal</a>,
4668
+ <a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>, or
4669
+ <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple term</a>.
4670
+ </li>
4665
4671
<li><span class="type variable">variable</span> denotes a SPARQL variable.</li>
4666
4672
</ul>
4667
4673
<p>The following types are derived from <span class="type numeric">numeric</span> types and
You can’t perform that action at this time.
0 commit comments