Soprano
2.7.6
|
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 () |
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
The class of containers of alternatives.
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
The class of unordered containers.
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
The class of RDF Lists.
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
The class of RDF properties.
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
The class of ordered containers.
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
The class of RDF statements.
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
The class of XML literal values.
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
The first item in the subject RDF list.
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.
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
The object of the subject RDF statement.
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
The predicate of the subject RDF statement.
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
The rest of the subject RDF list after the first item.
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
The subject of the subject RDF statement.
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
The subject is an instance of a class.
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
Idiomatic property used for structured values.