Skip to content

Commit 47d5823

Browse files
committed
Reformat
1 parent e884490 commit 47d5823

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

spec/index.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7596,15 +7596,23 @@ <h5>SHA512</h5>
75967596
</section>
75977597
<section id="FunctionMapping">
75987598
<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>
76087616
<ul>
76097617
<li>Casting an <span class="IRI type">IRI</span> to an <code>xsd:string</code> produces a
76107618
<span class="IRI literal">literal</span> with a lexical value of the codepoints

0 commit comments

Comments
 (0)