diff --git a/spec/index.html b/spec/index.html index 43d7947..f5faf2b 100644 --- a/spec/index.html +++ b/spec/index.html @@ -298,6 +298,13 @@

rdf:Property

rdf:Property is the class of RDF properties. rdf:Property is an instance of rdfs:Class.

+ +
+

rdf:Proposition

+

rdf:Proposition is the class of reified triples. + rdf:Proposition is an instance of rdfs:Class.

+
+
@@ -403,6 +410,23 @@

rdf:type

href="#ch_class">rdfs:Class.

+
+

rdf:reifies

+

rdf:reifies is an instance of rdf:Property + that is used to associate a resource (reifier) with a triple (proposition).

+

A triple of the form:

+
R rdf:reifies <<S P O>>
+

states that R is an instance of rdfs:Resource + and reifies the triple term <<S P O>>, where S, P, and O represent + the subject, predicate, and object of the reified triple, respectively. The object + <<S P O>> is an instance of the class + rdf:Proposition.

+

The rdfs:domain of + rdf:reifies is rdfs:Resource. + The rdfs:range of rdf:reifies is + rdf:Proposition.

+
+

rdfs:subClassOf

The property rdfs:subClassOf is an instance of RDF classes rdf:Property The class of RDF properties. + + rdf:Proposition + The class of reified triples. + rdfs:Datatype The class of RDF datatypes. @@ -985,12 +1013,19 @@

RDF properties

comment domain range - + + rdf:type The subject is an instance of a class. rdfs:Resource rdfs:Class + + rdf:reifies + Associates a resource with a reified triple. + rdfs:Resource + rdf:Proposition + rdfs:subClassOf The subject is a subclass of a class. @@ -1207,6 +1242,7 @@

Changes between RDF 1.1 and RDF 1.2