University of Oxford

Open Data about the University of Oxford

data.ox.ac.uk

beta

The RDF Concepts Vocabulary (RDF)

This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts.
Date
2019-12-16
Description
This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts.
Title
The RDF Concepts Vocabulary (RDF)
type

Classes

URI Label Comment
rdf:Alt
rdfs:Container
Alt The class of containers of alternatives.
rdf:Bag
rdfs:Container
Bag The class of unordered containers.
rdf:CompoundLiteral
rdfs:Resource
CompoundLiteral A class representing a compound literal.
rdf:List
rdfs:Resource
List The class of RDF Lists.
rdf:Property
rdfs:Resource
Property The class of RDF properties.
rdf:Seq
rdfs:Container
Seq The class of ordered containers.
rdf:Statement
rdfs:Resource
Statement The class of RDF statements.

Properties

URI Label Comment
rdf:direction
rdf:CompoundLiteral ↦ ◌
direction The base direction component of a CompoundLiteral.
rdf:first
rdf:Listrdfs:Resource
first The first item in the subject RDF list.
rdf:language
rdf:CompoundLiteral ↦ ◌
language The language component of a CompoundLiteral.
rdf:object
rdf:Statementrdfs:Resource
object The object of the subject RDF statement.
rdf:predicate
rdf:Statementrdfs:Resource
predicate The predicate of the subject RDF statement.
rdf:rest
rdf:Listrdf:List
rest The rest of the subject RDF list after the first item.
rdf:subject
rdf:Statementrdfs:Resource
subject The subject of the subject RDF statement.
rdf:type
rdfs:Resourcerdfs:Class
type The subject is an instance of a class.
rdf:value
rdfs:Resourcerdfs:Resource
value Idiomatic property used for structured values.