language en

The RDF Concepts Vocabulary (RDF)

Latest version:
http://www.w3.org/1999/02/22-rdf-syntax-ns#
Download serialization:
JSON-LD RDF/XML N-Triples TTL
License:
http://insertlicenseURIhere.example.org
Visualization:
Visualize with WebVowl
Cite as:
The RDF Concepts Vocabulary (RDF).
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/1999/02/22-rdf-syntax-ns#>
dc<http://purl.org/dc/elements/1.1/>
owl<http://www.w3.org/2002/07/owl#>
rdfs<http://www.w3.org/2000/01/rdf-schema#>
xml<http://www.w3.org/XML/1998/namespace>
xsd<http://www.w3.org/2001/XMLSchema#>

The RDF Concepts Vocabulary (RDF): Overview back to ToC

This ontology has the following classes and properties.

Classes

Object Properties

Annotation Properties

The RDF Concepts Vocabulary (RDF): Description back to ToC

This is the RDF Schema for the RDF vocabulary terms in the RDF Namespace, defined in RDF 1.1 Concepts.

Cross-reference for The RDF Concepts Vocabulary (RDF) classes, object properties and data properties back to ToC

This section provides details for each class and property defined by The RDF Concepts Vocabulary (RDF).

Classes

Altc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt

The class of containers of alternatives.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
container c

Bagc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag

The class of unordered containers.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
container c

CompoundLiteralc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#CompoundLiteral

A class representing a compound literal.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
resource c
is in domain of
direction, language

HTMLc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML

has super-classes
literal c

JSONc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON

has super-classes
literal c

langStringc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#langString

has super-classes
literal c

Listc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#List

The class of RDF Lists.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
resource c
is in domain of
first op, rest op
is in range of
rest op

PlainLiteralc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral

has super-classes
literal c

Propertyc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#Property

The class of RDF properties.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
resource c

Seqc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq

The class of ordered containers.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
container c

Statementc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement

The class of RDF statements.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has super-classes
resource c
is in domain of
object op, predicate op, subject op

XMLLiteralc back to ToC or Class ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral

has super-classes
literal c

Object Properties

firstop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#first

The first item in the subject RDF list.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
List c
has range
resource c

objectop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#object

The object of the subject RDF statement.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
Statement c
has range
resource c

predicateop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate

The predicate of the subject RDF statement.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
Statement c
has range
resource c

restop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#rest

The rest of the subject RDF list after the first item.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
List c
has range
List c

subjectop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#subject

The subject of the subject RDF statement.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
Statement c
has range
resource c

typeop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#type

The subject is an instance of a class.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
resource c
has range
class c

valueop back to ToC or Object Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#value

Idiomatic property used for structured values.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
resource c
has range
resource c

Annotation Properties

dateap back to ToC or Annotation Property ToC

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

descriptionap back to ToC or Annotation Property ToC

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

directionap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#direction

The base direction component of a CompoundLiteral.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
CompoundLiteral c

languageap back to ToC or Annotation Property ToC

IRI: http://www.w3.org/1999/02/22-rdf-syntax-ns#language

The language component of a CompoundLiteral.
Is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
has domain
CompoundLiteral c

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.