CellML API
rdf_api::PlainLiteral Interface Reference
rdf_api::PlainLiteral Interface Reference
A plain (untyped) literal in RDF. More...
Inheritance diagram for rdf_api::PlainLiteral:

Collaboration diagram for rdf_api::PlainLiteral:

Public Attributes | |
readonly attribute wstring | language |
The language of the literal. | |
![]() | |
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 plain (untyped) literal in RDF.
This is always associated with a specific datasource.
Definition at line 290 of file RDF_APISPEC.idl.
Member Data Documentation
readonly attribute wstring rdf_api::PlainLiteral::language |
The language of the literal.
Definition at line 296 of file RDF_APISPEC.idl.