From 47d58230ca7901205dd3b949ccc26b604742141d Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Sun, 15 Dec 2024 11:16:49 +0000 Subject: [PATCH] Reformat --- spec/index.html | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/spec/index.html b/spec/index.html index e995e28..66542b7 100644 --- a/spec/index.html +++ b/spec/index.html @@ -7596,15 +7596,23 @@
SHA512

XPath Constructor Functions

-

SPARQL imports a subset of the XPath constructor functions defined in [[[XPATH-FUNCTIONS-31]]] - [[XPATH-FUNCTIONS-31]] in section 17.1 Casting - from primitive types to primitive types. SPARQL constructors include all of the XPath - constructors for the SPARQL operand datatypes plus the - additional datatypes imposed by the RDF data model. Casting - in SPARQL is performed by calling a constructor function for the target type on an operand of - the source type.

-

XPath defines only the casts from one XML Schema datatype to another. The remaining cast - is defined as follows:

+

+ SPARQL imports a subset of the XPath constructor functions defined in + [[[XPATH-FUNCTIONS-31]]] [[XPATH-FUNCTIONS-31]] in + section + 17.1 Casting from primitive types to primitive types. + SPARQL constructors include all of the XPath constructors for + the SPARQL operand datatypes plus + the additional datatypes imposed by + the RDF data model. Casting in SPARQL is performed by calling a + constructor function for the target type on an operand of the source + type. +

+

+ XPath defines only the casts from one XML Schema datatype to another. The remaining cast + is defined as follows: +