sem:iri

sem:iri(
   $string-iri as xs:string
) as sem:iri

Summary

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.

Usage Notes

When using sem:iri with SPARQL or SPARQL Update, don't use < and > around the iri string. For example, sem:iri("my iri").

Example


xquery version "1.0-ml"; 
 
sem:iri("/my/iri")
 
    
Powered by MarkLogic Server | Terms of Use | Privacy Policy