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:List ↦ rdfs:Resource |
first | The first item in the subject RDF list. |
rdf:language
rdf:CompoundLiteral ↦ ◌ |
language | The language component of a CompoundLiteral. |
rdf:object
rdf:Statement ↦ rdfs:Resource |
object | The object of the subject RDF statement. |
rdf:predicate
rdf:Statement ↦ rdfs:Resource |
predicate | The predicate of the subject RDF statement. |
rdf:rest
rdf:List ↦ rdf:List |
rest | The rest of the subject RDF list after the first item. |
rdf:subject
rdf:Statement ↦ rdfs:Resource |
subject | The subject of the subject RDF statement. |
rdf:type
rdfs:Resource ↦ rdfs:Class |
type | The subject is an instance of a class. |
rdf:value
rdfs:Resource ↦ rdfs:Resource |
value | Idiomatic property used for structured values. |