Loading TOC...

sem:unknown-datatype

sem:unknown-datatype(
   $val as sem:unknown
) as sem:iri

Summary

Returns the datatype IRI of a sem:unknown value.

This function is a built-in.

Parameters
val The sem:unknown value.

Example

sem:unknown-datatype(sem:unknown("unknown value", sem:iri("string")));
=>
"string"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.