ACTION-120 Updated comments for vocab doc
authorsspeiche
Tue, 04 Feb 2014 23:17:02 -0500
changeset 455 043ab2b9229b
parent 454 4a28a15ee8fd
child 456 6130538abdf0
ACTION-120 Updated comments for vocab doc
ldp.ttl
--- a/ldp.ttl	Tue Feb 04 23:06:39 2014 -0500
+++ b/ldp.ttl	Tue Feb 04 23:17:02 2014 -0500
@@ -58,7 +58,7 @@
 :BasicContainer
     a rdfs:Class;
 	rdfs:subClassOf :Container;
-	rdfs:comment "";
+	rdfs:comment "An LDPC that uses a predefined predicate to simply link to its contained resources.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "BasicContainer".
@@ -66,7 +66,7 @@
 :DirectContainer
     a rdfs:Class;
 	rdfs:subClassOf :Container;
-	rdfs:comment "";
+	rdfs:comment "An LDPC that has the flexibility of choosing what form the membership triples take.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "DirectContainer".
@@ -74,7 +74,9 @@
 :IndirectContainer
     a rdfs:Class;
 	rdfs:subClassOf :Container;
-	rdfs:comment "";
+	rdfs:comment "An LDPC that is similar to a LDP-DC but it allows an indirection with the ability to 
+		list as member a resource, such as a URI representing a real-world object, that is different 
+		from the resource that is created.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "IndirectContainer".