-
Notifications
You must be signed in to change notification settings - Fork 3
Mo McRoberts edited this page Aug 7, 2011
·
3 revisions
Utility methods for instantiating RDF documents.
RDF is an abstract class derived from XMLNS.
uses('rdf');-
[[RDF::documentFromDOM]](): Create a new[[RDFDocument]]given an RDF/XML[[DOMElement]]. -
[[RDF::tripleSetFromDOM]](): Create a new set of triples from an RDF/XML DOMElement -
[[RDF::documentFromXMLString]](): Create a new[[RDFDocument]]given a string containin an RDF/XML document. [[RDF::tripleSetFromXMLString]]()[[RDF::documentFromFile]]()[[RDF::documentFromURL]]()[[RDF::tripleSetFromURL]]()[[RDF::ns]]()[[RDF::instanceForClass]]()[[RDF::barePredicates]]()[[RDF::uriPredicates]]()