Soprano  2.9.2
Functions
Soprano::Vocabulary::RDF Namespace Reference

Functions

SOPRANO_EXPORT QUrl rdfNamespace ()
 
SOPRANO_EXPORT QUrl Alt ()
 
SOPRANO_EXPORT QUrl Bag ()
 
SOPRANO_EXPORT QUrl List ()
 
SOPRANO_EXPORT QUrl Property ()
 
SOPRANO_EXPORT QUrl Seq ()
 
SOPRANO_EXPORT QUrl Statement ()
 
SOPRANO_EXPORT QUrl XMLLiteral ()
 
SOPRANO_EXPORT QUrl first ()
 
SOPRANO_EXPORT QUrl nil ()
 
SOPRANO_EXPORT QUrl object ()
 
SOPRANO_EXPORT QUrl predicate ()
 
SOPRANO_EXPORT QUrl rest ()
 
SOPRANO_EXPORT QUrl subject ()
 
SOPRANO_EXPORT QUrl type ()
 
SOPRANO_EXPORT QUrl value ()
 

Function Documentation

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::rdfNamespace ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Alt ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt

The class of containers of alternatives.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Bag ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag

The class of unordered containers.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::List ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Property ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Seq ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq

The class of ordered containers.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Statement ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::XMLLiteral ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::first ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#first

The first item in the subject RDF list.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::nil ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#nil

The empty list, with no items in it. If the rest of a list is nil then the list has no more items in it.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::object ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#object

The object of the subject RDF statement.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::predicate ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate

The predicate of the subject RDF statement.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::rest ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

The rest of the subject RDF list after the first item.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::subject ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

The subject of the subject RDF statement.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::type ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#type

The subject is an instance of a class.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::value ( )

http://www.w3.org/1999/02/22-rdf-syntax-ns#value

Idiomatic property used for structured values.