|
RDF::Simple::NSDESCRIPTIONA utility class to help deal with RDF namespaces (converting between short (qualified) names and full URLs for XML namespaces.SYNOPSISmy $ns = RDF::Simple::NS->new; $ns->lookup('foaf'=>'http://xmlns.com/foaf/0.1/'); METHODSfrom_qnameqname lookup $ns->lookup('short name'=>'http://full.path.to/namespace#'); Add an alias for a namespace (this will be used in the serialisation) entity_to_namespace uri namespace_to_entity prefix
Visit the GSP FreeBSD Man Page Interface. |