Loading TOC...

sem.isBlank

sem.isBlank(
   value as xs.anyAtomicType
) as Boolean

Summary

Returns true if the argument is an RDF blank node - that is, derived from type sem:blank. This XQuery function backs up the SPARQL isBlank() function.

This function is a built-in.

Parameters
value The value to test.

Example

sem.isBlank(sem.bnode());
=>
true

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