CellML API
rdf_api::URIReference Interface Reference
rdf_api::URIReference Interface Reference
A URI reference in RDF. More...
Inheritance diagram for rdf_api::URIReference:

Collaboration diagram for rdf_api::URIReference:

Public Attributes | |
readonly attribute wstring | URI |
Fetches the URI. | |
![]() | |
readonly attribute Container | correspondingContainer |
Retrieves a 'Container' interface around this Resource. |
Additional Inherited Members | |
![]() | |
TripleSet | getTriplesOutOfByPredicate (in Resource aPredicate) |
Finds all the triples for which this node is the subject and the parameter is the predicate. | |
Triple | getTripleOutOfByPredicate (in Resource aPredicate) raises (RDFProcessingError) |
Finds a triple for which this node is the subject and the parameter is the predicate if possible. | |
boolean | hasTripleOutOf (in Resource aPredicate, in Node aObject) |
Determines if there is a triple where this node is the subject, and aPredicate is the predicate and aObject is the object. | |
void | createTripleOutOf (in Resource aPredicate, in Node aObject) |
Creates a triple where this node is the subject, and aPredicate is the predicate and aObject is the object. | |
TripleSet | getTriplesOutOfByObject (in Node aObject) |
Finds all the triples for which this node is the subject and the parameter is the object. | |
TripleSet | getTriplesWherePredicate () |
Finds all the triples for which this node is the predicate. | |
TripleSet | getTriplesWhereSubject () |
Finds all the triples for which this node is the subject. | |
Container | findOrMakeContainer (in Resource aPredicate, in Resource aContainerType) |
Finds or makes a particular container out of 'this', with the specified predicate, and the specified type. |
Detailed Description
A URI reference in RDF.
This is always associated with a specific datasource.
Definition at line 263 of file RDF_APISPEC.idl.
Member Data Documentation
readonly attribute wstring rdf_api::URIReference::URI |
Fetches the URI.
Definition at line 269 of file RDF_APISPEC.idl.