Soprano 2.9.4
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

◆ rdfNamespace()

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

◆ Alt()

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

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

The class of containers of alternatives.

◆ Bag()

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

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

The class of unordered containers.

◆ List()

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

◆ Property()

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

◆ Seq()

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

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

The class of ordered containers.

◆ Statement()

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

◆ XMLLiteral()

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

◆ first()

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.

◆ nil()

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.

◆ object()

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.

◆ predicate()

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.

◆ rest()

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.

◆ subject()

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.

◆ type()

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.

◆ value()

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

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

Idiomatic property used for structured values.