CellML API
rdf_api::Literal Interface Reference
rdf_api::Literal Interface Reference
A literal of some kind in RDF. More...
Inheritance diagram for rdf_api::Literal:

Collaboration diagram for rdf_api::Literal:

Public Attributes | |
readonly attribute wstring | lexicalForm |
The lexical form of the literal. |
Additional Inherited Members | |
![]() | |
TripleSet | getTriplesInto () |
Finds all the triples for which this node is the object. | |
TripleSet | getTriplesIntoByPredicate (in Resource aPredicate) |
Fetches all triples for which this node is the object and aPredicate is the predicate. |
Detailed Description
A literal of some kind in RDF.
This is always associated with a specific datasource.
Definition at line 277 of file RDF_APISPEC.idl.
Member Data Documentation
readonly attribute wstring rdf_api::Literal::lexicalForm |
The lexical form of the literal.
Definition at line 283 of file RDF_APISPEC.idl.