Skip to content

Commit

Permalink
Add 'triple term' to list of RDF terms
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Jan 24, 2025
1 parent c073717 commit 16f8a7a
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4657,11 +4657,17 @@ <h3>Operand Data Types</h3>
</ul>
<p>The following terms identify additional types used in SPARQL value tests:</p>
<ul>
<li><span class="type numeric">numeric</span> denotes <code>literals</code> with
datatypes <code>xsd:integer</code>, <code>xsd:decimal</code>, <code>xsd:float</code>, and
<code>xsd:double</code>.</li>
<li><span class="type RDFterm">RDF term</span> denotes the types <code>IRI</code>,
<code>literal</code>, and <code>blank node</code>.</li>
<li><span class="type numeric">numeric</span> denotes
<a data-cite="RDF12-CONCEPTS#dfn-literal">literals</a>
with datatypes <code>xsd:integer</code>, <code>xsd:decimal</code>, <code>xsd:float</code>, or
<code>xsd:double</code>.
</li>
<li><span class="type RDFterm">RDF term</span> denotes the types
<a data-cite="RDF12-CONCEPTS#dfn-iri">IRI</a>,
<a data-cite="RDF12-CONCEPTS#dfn-literal">literal</a>,
<a data-cite="RDF12-CONCEPTS#dfn-blank-node">blank node</a>, or
<a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple term</a>.
</li>
<li><span class="type variable">variable</span> denotes a SPARQL variable.</li>
</ul>
<p>The following types are derived from <span class="type numeric">numeric</span> types and
Expand Down

0 comments on commit 16f8a7a

Please sign in to comment.