Soprano  2.9.0
Functions
Soprano::Vocabulary::RDFS Namespace Reference

Functions

SOPRANO_EXPORT QUrl rdfsNamespace ()
SOPRANO_EXPORT QUrl Class ()
SOPRANO_EXPORT QUrl Container ()
SOPRANO_EXPORT QUrl ContainerMembershipProperty ()
SOPRANO_EXPORT QUrl Datatype ()
SOPRANO_EXPORT QUrl Literal ()
SOPRANO_EXPORT QUrl Resource ()
SOPRANO_EXPORT QUrl comment ()
SOPRANO_EXPORT QUrl domain ()
SOPRANO_EXPORT QUrl isDefinedBy ()
SOPRANO_EXPORT QUrl label ()
SOPRANO_EXPORT QUrl member ()
SOPRANO_EXPORT QUrl range ()
SOPRANO_EXPORT QUrl seeAlso ()
SOPRANO_EXPORT QUrl subClassOf ()
SOPRANO_EXPORT QUrl subPropertyOf ()

Function Documentation

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::rdfsNamespace ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::Class ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::Container ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::ContainerMembershipProperty ( )

http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty

The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::Datatype ( )
SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::Literal ( )

http://www.w3.org/2000/01/rdf-schema#Literal

The class of literal values, eg. textual strings and integers.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::Resource ( )

http://www.w3.org/2000/01/rdf-schema#Resource

The class resource, everything.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::comment ( )

http://www.w3.org/2000/01/rdf-schema#comment

A description of the subject resource.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::domain ( )

http://www.w3.org/2000/01/rdf-schema#domain

A domain of the subject property.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::isDefinedBy ( )

http://www.w3.org/2000/01/rdf-schema#isDefinedBy

The defininition of the subject resource.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::label ( )

http://www.w3.org/2000/01/rdf-schema#label

A human-readable name for the subject.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::member ( )

http://www.w3.org/2000/01/rdf-schema#member

A member of the subject resource.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::range ( )

http://www.w3.org/2000/01/rdf-schema#range

A range of the subject property.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::seeAlso ( )

http://www.w3.org/2000/01/rdf-schema#seeAlso

Further information about the subject resource.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::subClassOf ( )

http://www.w3.org/2000/01/rdf-schema#subClassOf

The subject is a subclass of a class.

SOPRANO_EXPORT QUrl Soprano::Vocabulary::RDFS::subPropertyOf ( )

http://www.w3.org/2000/01/rdf-schema#subPropertyOf

The subject is a subproperty of a property.