Namespace: rdf
planBuilder. rdf
Builds expressions to call functions in
the rdf server library for a row pipeline.
- Since:
-
- 2.1.1
Methods
-
-
langString(string, lang) → {RdfLangString}
-
Returns an rdf:langString value with the given value and language tag. The rdf:langString type extends xs:string, and represents a language tagged string in RDF. This function is a built-in. Provides a client interface to a server function. See rdf.langString
Parameters:
Name Type Argument Description string
XsString <optional>
The lexical value. lang
XsString <optional>
The language. - Since:
-
- 2.1.1
Returns:
- Type
- RdfLangString
-
-
langStringLanguage(val) → {XsString}
-
Returns the language of an rdf:langString value. This function is a built-in. Provides a client interface to a server function. See rdf.langStringLanguage
Parameters:
Name Type Argument Description val
RdfLangString <optional>
The rdf:langString value. - Since:
-
- 2.1.1
Returns:
- Type
- XsString