sql:collated-string( $string as xs:string, $collationURI as xs:string ) as rdf:collatedString
Returns an rdf:collatedString
value with the given value and collation
tag. The rdf:collatedString
type extends xs:string
, and
represents a collation tagged string in RDF.
This function is a built-in.
Parameters | |
---|---|
string | The lexical value. |
collationURI | The collation URI. |
sql:collated-string("http://foo/bar", "http://marklogic.com/collation/fr/S1/EO") => an rdf:collatedString representing "http://foo/bar" in english
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.