Lines Matching refs:URI
41 /** represents an URI node that may occur in a RDF graph.
47 service URI : XURI
51 /** creates an URI RDF node.
54 the URI, represented as <atom>string</atom>.
57 if the argument does not represent a valid URI
63 /** creates an URI RDF node from namespace prefix and local name.
66 the namespace prefix of the URI, represented as
70 the local name of the URI, represented as <atom>string</atom>.
73 if the arguments do not represent a valid URI
79 /** creates an URI RDF node for a well-known URI.
82 the URI, represented as a constant from <type>URIs</type>.