change subclassof to rdf:type for MAY inferred triples
authorJohn Arwe
Tue, 15 Apr 2014 15:47:01 -0400
changeset 553 3d27d1a1d553
parent 552 4d99968383f2
child 554 5a4fe2b38a2a
change subclassof to rdf:type for MAY inferred triples
ldp.html
--- a/ldp.html	Tue Apr 15 15:38:48 2014 -0400
+++ b/ldp.html	Tue Apr 15 15:47:01 2014 -0400
@@ -761,8 +761,8 @@
 	<section id="ldprs-are-ldpr"><h2 class="normal">Each <a title="Linked Data Platform RDF Source">LDP RDF Source</a> MUST also be 
 		a conforming <a title="Linked Data Platform Resource">LDP Resource</a> as defined in <a href="#ldpr-resource" class="sectionRef"></a>, along with the
 		restrictions in this section. <a title="">LDP client</a>s MAY infer the following triple: one
-		whose subject is <a title="Linked Data Platform RDF Source">LDP-RS</a>, 
-		whose predicate is <code>rdfs:subClassOf</code>, 
+		whose subject is the <a title="Linked Data Platform RDF Source">LDP-RS</a>, 
+		whose predicate is <code>rdf:type</code>, 
 		and whose object is <code>ldp:Resource</code>, 
 		but there is no requirement to materialize this triple in the LDP-RS representation.
 	</h2></section>
@@ -1204,8 +1204,8 @@
 
 	<section id="ldpc-isldpr"><h2 class="normal">Each <a title="">Linked Data Platform Container</a> MUST also be 
 		a conforming <a title="">Linked Data Platform RDF Source</a>. <a title="">LDP client</a>s MAY infer the following triple: one
-	whose subject is <code>ldp:Container</code>, 
-	whose predicate is <code>rdfs:subClassOf</code>, 
+	whose subject is the <a title="Linked Data Platform Container">LDPC</a>, 
+	whose predicate is <code>rdf:type</code>, 
 	and whose object is <code>ldp:RDFSource</code>, 
 	but there is no requirement to materialize this triple in the LDPC representation.
 	</h2></section><!-- Was 5.2.1 / #ldpc-5_2_1 -->
@@ -1491,8 +1491,8 @@
 <section id="ldpbc-are-ldpcs"><h2 class="normal">Each <a title="Linked Data Platform Basic Container">LDP Basic Container</a> MUST also be 
 	a conforming <a title="Linked Data Platform Container">LDP Container</a> in <a href="#ldpc-container" class="sectionRef"></a> along with the
 	following restrictions in this section. <a title="">LDP client</a>s MAY infer the following triple:
-	whose subject is <code>ldp:BasicContainer</code>, 
-	whose predicate is <code>rdfs:subClassOf</code>, 
+	whose subject is the <a title="Linked Data Platform Basic Container">LDP Basic Container</a>, 
+	whose predicate is <code>rdf:type</code>, 
 	and whose object is <code>ldp:Container</code>, 
 	but there is no requirement to materialize this triple in the LDP-BC representation.
 </h2></section>
@@ -1513,8 +1513,8 @@
 <section id="ldpdc-are-ldpcs"><h2 class="normal">Each <a title="Linked Data Platform Direct Container">LDP Direct Container</a> MUST also be 
 	a conforming <a title="Linked Data Platform Container">LDP Container</a> in <a href="#ldpc-container" class="sectionRef"></a> along the following
 	restrictions.  <a title="">LDP client</a>s MAY infer the following triple:
-	whose subject is <code>ldp:DirectContainer</code>, 
-	whose predicate is <code>rdfs:subClassOf</code>, 
+	whose subject is the <a title="Linked Data Platform Direct Container">LDP Direct Container</a>, 
+	whose predicate is <code>rdf:type</code>, 
 	and whose object is <code>ldp:Container</code>, 
 	but there is no requirement to materialize this triple in the LDP-DC representation.
 </h2></section>
@@ -1624,8 +1624,8 @@
 <section id="ldpic-are-ldpcs"><h2 class="normal">Each <a title="Linked Data Platform Indirect Container">LDP Indirect Container</a> MUST also be 
 	a conforming <a title="Linked Data Platform Direct Container">LDP Direct Container</a> as described in <a href="#ldpdc" class="sectionRef"></a>, along with the following
 	restrictions.  <a title="">LDP client</a>s MAY infer the following triple: one 
-	whose subject is <code>ldp:IndirectContainer</code>, 
-	whose predicate is <code>rdfs:subClassOf</code>, 
+	whose subject is <a title="Linked Data Platform Indirect Container">LDP Indirect Container</a>, 
+	whose predicate is <code>rdf:type</code>, 
 	and whose object is <code>ldp:Container</code>, 
 	but there is no requirement to materialize this triple in the LDP-IC representation.
 </h2></section>