Skip to content

Commit 16f8a7a

Browse files
committed
Add 'triple term' to list of RDF terms
1 parent c073717 commit 16f8a7a

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

spec/index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,11 +4657,17 @@ <h3>Operand Data Types</h3>
46574657
</ul>
46584658
<p>The following terms identify additional types used in SPARQL value tests:</p>
46594659
<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>
46654671
<li><span class="type variable">variable</span> denotes a SPARQL variable.</li>
46664672
</ul>
46674673
<p>The following types are derived from <span class="type numeric">numeric</span> types and

0 commit comments

Comments
 (0)