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.
- Public Attributes inherited from rdf_api::Literal
readonly attribute wstring lexicalForm
 The lexical form of the literal.

Additional Inherited Members

- Public Member Functions inherited from rdf_api::Node
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.