cts:entity-dictionary-get( $uri as xs:string ) as cts:entity-dictionary
Retrieve an entity dictionary previously cached in the database.
Parameters | |
---|---|
uri | The URI of an entity dictionary previously been saved in the database. |
XDMP-NOSUCHDICT
.
(: Assume you previously inserted an entity dictionary with the : URI "/ontology/people", using entity:dictionary-load or : entity:dictionary-insert. :) xquery version "1.0-ml"; cts:entity-dictionary-get("/ontology/people") (: Returns an opaque cts:entity-dictionary object suitable for use with : functions that accept a cts:entity-dictionary as input. :)