Skip to content
Mo McRoberts edited this page Aug 7, 2011 · 3 revisions

Utility methods for instantiating RDF documents.

RDF is an abstract class derived from XMLNS.

Synopsis

uses('rdf');

Public Static Methods

  • [[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]]()

Clone this wiki locally