Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'triple term' to list of RDF terms #186

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading