rdf_api::BlankNode Interface Reference

rdf_api::BlankNode Interface Reference

A blank node in RDF. More...

Inheritance diagram for rdf_api::BlankNode:
Collaboration diagram for rdf_api::BlankNode:

Additional Inherited Members

- Public Member Functions inherited from rdf_api::Resource
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.
- Public Attributes inherited from rdf_api::Resource
readonly attribute Container correspondingContainer
 Retrieves a 'Container' interface around this Resource.

Detailed Description

A blank node in RDF.

This is always associated with a specific datasource.

Definition at line 253 of file RDF_APISPEC.idl.