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
is the class of RDF properties.
rdf:Property
is an instance of rdfs:Class
.
rdf:Proposition
is the class of reified triples.
+ rdf:Proposition
is an instance of rdfs:Class
.
rdfs:Class
.
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
.
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
rdf:JSON
.rdf:Proposition
and the property rdf:reifies
.