rdfbrowser.js

Multi-purpose RDF Browser.

Objects

OAT.RDFBrowser(div,options)

Creates an 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. options may contain:

Methods

OAT.RDFBrowser::store.addURL(url)

Adds data from ur lto 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.

CSS IDs

#rdf_side

ToBeDone?

#rdf_cache

ToBeDone?

#rdf_tabs

ToBeDone?

#rdf_filter

ToBeDone?

#rdf_content

ToBeDone?

CategoryDocumentation CategoryOAT CategoryOpenSource CategoryToBeDone?