rdf_api::TypedLiteral Interface Reference

rdf_api::TypedLiteral Interface Reference

A typed literal in RDF. More...

Inheritance diagram for rdf_api::TypedLiteral:
Collaboration diagram for rdf_api::TypedLiteral:

Public Attributes

readonly attribute wstring datatypeURI
 The data type URI of the typed 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 typed literal in RDF.

This is always associated with a specific datasource.

Definition at line 304 of file RDF_APISPEC.idl.

Member Data Documentation

readonly attribute wstring rdf_api::TypedLiteral::datatypeURI

The data type URI of the typed literal.

Definition at line 310 of file RDF_APISPEC.idl.