Module rdfs

Source
Expand description

RDFS vocabulary.

Constants§

CLASS
The class of classes.
COMMENT
A description of the subject resource.
CONTAINER
The class of RDF containers.
CONTAINER_MEMBERSHIP_PROPERTY
The class of container membership properties, rdf:_1, rdf:_2, …, all of which are sub-properties of member.
DATATYPE
The class of RDF datatypes.
DOMAIN
A domain of the subject property.
IS_DEFINED_BY
The definition of the subject resource.
LABEL
A human-readable name for the subject.
LITERAL
The class of literal values, e.g. textual strings and integers.
MEMBER
A member of the subject resource.
RANGE
A range of the subject property.
RESOURCE
The class resource, everything.
SEE_ALSO
Further information about the subject resource.
SUB_CLASS_OF
The subject is a subclass of a class.
SUB_PROPERTY_OF
The subject is a subproperty of a property.