University of Oxford

Open Data about the University of Oxford

data.ox.ac.uk

beta

The RDF Schema vocabulary (RDFS)

Title
The RDF Schema vocabulary (RDFS)
type
seeAlso

Classes

URI Label Comment
rdfs:Class
rdfs:Resource
Class The class of classes.
rdfs:Container
rdfs:Resource
Container The class of RDF containers.
rdfs:ContainerMembershipProperty
rdf:Property
ContainerMembershipProperty The class of container membership properties, rdf:_1, rdf:_2, ..., all of which are sub-properties of 'member'.
rdfs:Datatype
rdfs:Class
Datatype The class of RDF datatypes.
rdfs:Literal
rdfs:Resource
Literal The class of literal values, eg. textual strings and integers.
rdfs:Resource Resource The class resource, everything.

Properties

URI Label Comment
rdfs:comment
rdfs:Resourcerdfs:Literal
comment A description of the subject resource.
rdfs:domain
rdf:Propertyrdfs:Class
domain A domain of the subject property.
rdfs:isDefinedBy
rdfs:Resourcerdfs:Resource
rdfs:seeAlso
isDefinedBy The defininition of the subject resource.
rdfs:label
rdfs:Resourcerdfs:Literal
label A human-readable name for the subject.
rdfs:member
rdfs:Resourcerdfs:Resource
member A member of the subject resource.
rdfs:range
rdf:Propertyrdfs:Class
range A range of the subject property.
rdfs:seeAlso
rdfs:Resourcerdfs:Resource
seeAlso Further information about the subject resource.
rdfs:subClassOf
rdfs:Classrdfs:Class
subClassOf The subject is a subclass of a class.
rdfs:subPropertyOf
rdf:Propertyrdf:Property
subPropertyOf The subject is a subproperty of a property.