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 () |
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 | ( | ) |
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
The class of RDF Lists.
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::Property | ( | ) |
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
The class of RDF properties.
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 | ( | ) |
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
The class of RDF statements.
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDF::XMLLiteral | ( | ) |
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
The class of XML literal values.
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.