rdf_api Namespace Reference

rdf_api Namespace Reference

This module contains a description of an Application Programming Interface for RDF in the language-neutral IDL form. More...

Classes

exception  RDFProcessingError
interface  DataSource
 A top-level interface for this RDF API. More...
interface  Node
 A node (resource or literal) in RDF. More...
interface  Resource
 A resource in RDF. More...
interface  NodeIterator
 An interface for iterating nodes. More...
interface  Container
 An RDF container. More...
interface  BlankNode
 A blank node in RDF. More...
interface  URIReference
 A URI reference in RDF. More...
interface  Literal
 A literal of some kind in RDF. More...
interface  PlainLiteral
 A plain (untyped) literal in RDF. More...
interface  TypedLiteral
 A typed literal in RDF. More...
interface  Triple
 A triple in RDF. More...
interface  TripleEnumerator
interface  TripleSet
 Represents a set of triples. More...
interface  Bootstrap
interface  RDFAPIRepresentation
 The RDF representation for type="http://www.cellml.org/RDF/API". More...

Detailed Description

This module contains a description of an Application Programming Interface for RDF in the language-neutral IDL form.