language en

The RDF Schema vocabulary (RDFS)

Latest version:
http://www.w3.org/2000/01/rdf-schema#
See also:
http://www.w3.org/2000/01/rdf-schema-more
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
http://insertlicenseURIhere.example.org
Visualization:
Visualize with WebVowl
Cite as:
The RDF Schema vocabulary (RDFS).
Provenance of this page
Ontology Specification Draft

Abstract

This is a placeholder text for the abstract. The abstract should contain a couple of sentences summarizing the ontology and its purpose.

Introduction back to ToC

This is a place holder text for the introduction. The introduction should briefly describe the ontology, its motivation, state of the art and goals.

Namespace declarations

Table 1: Namespaces used in the document
[Ontology NS Prefix]<http://www.w3.org/2000/01/rdf-schema#>
dc<http://purl.org/dc/elements/1.1/>
owl<http://www.w3.org/2002/07/owl#>
rdf<http://www.w3.org/1999/02/22-rdf-syntax-ns#>
xml<http://www.w3.org/XML/1998/namespace>
xsd<http://www.w3.org/2001/XMLSchema#>

The RDF Schema vocabulary (RDFS): Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Annotation Properties

The RDF Schema vocabulary (RDFS): Description back to ToC

This is a placeholder text for the description of your ontology. The description should include an explanation and a diagram explaining how the classes are related, examples of usage, etc.

Cross-reference for The RDF Schema vocabulary (RDFS) classes, object properties and data properties back to ToC

This section provides details for each class and property defined by The RDF Schema vocabulary (RDFS).

Classes

Classc back to ToC or Class ToC

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

The class of classes.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has super-classes
Resource c
has sub-classes
Datatype c
is in domain of
subClassOf op
is in range of
domain op, range op, subClassOf op

Containerc back to ToC or Class ToC

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

The class of RDF containers.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has super-classes
Resource c

ContainerMembershipPropertyc back to ToC or Class ToC

IRI: 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'.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has super-classes
property c

Datatypec back to ToC or Class ToC

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

The class of RDF datatypes.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has super-classes
Class c

Literalc back to ToC or Class ToC

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

The class of literal values, eg. textual strings and integers.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has super-classes
Resource c

Resourcec back to ToC or Class ToC

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

The class resource, everything.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has sub-classes
Class c, Container c, Literal c
is in domain of
member op
is in range of
member op

Object Properties

domainop back to ToC or Object Property ToC

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

A domain of the subject property.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has domain
property c
has range
Class c

memberop back to ToC or Object Property ToC

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

A member of the subject resource.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has domain
Resource c
has range
Resource c

rangeop back to ToC or Object Property ToC

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

A range of the subject property.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has domain
property c
has range
Class c

subClassOfop back to ToC or Object Property ToC

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

The subject is a subclass of a class.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has domain
Class c
has range
Class c

subPropertyOfop back to ToC or Object Property ToC

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

The subject is a subproperty of a property.
Is defined by
http://www.w3.org/2000/01/rdf-schema#
has domain
property c
has range
property c

Annotation Properties

titleap back to ToC or Annotation Property ToC

IRI: http://purl.org/dc/elements/1.1/title

Legend back to ToC

c: Classes
op: Object Properties

References back to ToC

Add your references here. It is recommended to have them as a list.

Acknowledgments back to ToC

The authors would like to thank Silvio Peroni for developing LODE, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and Daniel Garijo for developing Widoco, the program used to create the template used in this documentation.