sem.iri( string-iri as String ) as sem.iri
This is a constructor function that takes a string
and constructs an item of type
sem.iri
from it.
Parameters | |
---|---|
string-iri |
The string with which to construct the
sem.iri .
|
When using
sem.iri
with
SPARQL or SPARQL Update, don't use <
and >
around the iri string. For example,
sem.iri("my iri")
.
const sem = require("/MarkLogic/semantics.xqy"); sem.iri("/my/iri")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.