rdfbrowser.js

Multi-purpose RDF Browser.


Objects

Methods

CSS IDs


OAT.RDFBrowser(div,optObj)

Creates a RDF Browser object. Contents will be displayed inside div. You don't need to specify div if you have previously created (and appended) all elements with CSS IDs mentioned before. optObj may contain:

OAT.RDFBrowser::store.addURL(url)

Adds data from url to the Browser.

OAT.RDFBrowser::store.addTriples(triples, label, href)

Adds a set of triples to the Browser. One should specify a label and originating URI as href.