The RDF Concepts Vocabulary (RDF)

IRI:
http://www.w3.org/1999/02/22-rdf-syntax-ns#
Date:
16/12/2019
Other visualisation:
Ontology source

Table of Content

  1. Introduction
  2. Classes
  3. Object Properties
  4. Annotation Properties
  5. Namespace Declarations

Introduction

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

Classes

Altc back to ToC or Class ToC

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

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

Bagc back to ToC or Class ToC

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

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

CompoundLiteralc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
A class representing a compound literal.
has super-classes
resourcec
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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The datatype of RDF literals storing fragments of HTML content
has super-classes
literalc

JSONc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The datatype of RDF literals storing JSON content.
has super-classes
literalc

langStringc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The datatype of language-tagged string values
has super-classes
literalc

Listc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The class of RDF Lists.
has super-classes
resourcec
is in domain of
firstop, restop
is in range of
restop

PlainLiteralc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The class of plain (i.e. untyped) literal values, as used in RIF and OWL 2
has super-classes
literalc

Propertyc back to ToC or Class ToC

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

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

Seqc back to ToC or Class ToC

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

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

Statementc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The class of RDF statements.
has super-classes
resourcec
is in domain of
objectop, predicateop, subjectop

XMLLiteralc back to ToC or Class ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The datatype of XML literal values.
has super-classes
literalc

Object Properties

firstop back to ToC or Object Property ToC

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

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

objectop back to ToC or Object Property ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The object of the subject RDF statement.
has domain
Statementc
has range
resourcec

predicateop back to ToC or Object Property ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The predicate of the subject RDF statement.
has domain
Statementc
has range
resourcec

restop back to ToC or Object Property ToC

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

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

subjectop back to ToC or Object Property ToC

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

is defined by
http://www.w3.org/1999/02/22-rdf-syntax-ns#
The subject of the subject RDF statement.
has domain
Statementc
has range
resourcec

typeop back to ToC or Object Property ToC

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

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

valueop back to ToC or Object Property ToC

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

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

Annotation Properties

directionap back to ToC or Annotation Property ToC

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

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

languageap back to ToC or Annotation Property ToC

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

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

Namespace Declarations back to ToC

default namespace
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#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#

This HTML document was obtained by processing the OWL ontology source code through LODE, Live OWL Documentation Environment, developed by Silvio Peroni.