@@ -7596,15 +7596,23 @@ <h5>SHA512</h5>
7596
7596
</section>
7597
7597
<section id="FunctionMapping">
7598
7598
<h3>XPath Constructor Functions</h3>
7599
- <p>SPARQL imports a subset of the XPath constructor functions defined in [[[XPATH-FUNCTIONS-31]]]
7600
- [[XPATH-FUNCTIONS-31]] in section <a data-cite="XPATH-FUNCTIONS-31#casting-from-primitive-to-primitive">17.1 Casting
7601
- from primitive types to primitive types</a>. SPARQL constructors include all of the XPath
7602
- constructors for the <a href="#operandDataTypes">SPARQL operand datatypes</a> plus the
7603
- <a href="#operandDataTypes">additional datatypes</a> imposed by the RDF data model. Casting
7604
- in SPARQL is performed by calling a constructor function for the target type on an operand of
7605
- the source type.</p>
7606
- <p>XPath defines only the casts from one XML Schema datatype to another. The remaining cast
7607
- is defined as follows:</p>
7599
+ <p>
7600
+ SPARQL imports a subset of the XPath constructor functions defined in
7601
+ [[[XPATH-FUNCTIONS-31]]] [[XPATH-FUNCTIONS-31]] in
7602
+ section
7603
+ <a data-cite="XPATH-FUNCTIONS-31#casting-from-primitive-to-primitive"
7604
+ >17.1 Casting from primitive types to primitive types</a>.
7605
+ SPARQL constructors include all of the XPath constructors for
7606
+ the <a href="#operandDataTypes">SPARQL operand datatypes</a> plus
7607
+ the <a href="#operandDataTypes">additional datatypes</a> imposed by
7608
+ the RDF data model. Casting in SPARQL is performed by calling a
7609
+ constructor function for the target type on an operand of the source
7610
+ type.
7611
+ </p>
7612
+ <p>
7613
+ XPath defines only the casts from one XML Schema datatype to another. The remaining cast
7614
+ is defined as follows:
7615
+ </p>
7608
7616
<ul>
7609
7617
<li>Casting an <span class="IRI type">IRI</span> to an <code>xsd:string</code> produces a
7610
7618
<span class="IRI literal">literal</span> with a lexical value of the codepoints
0 commit comments