Update comments to direct read to spec for more details
authorsspeiche
Mon, 25 Feb 2013 15:00:02 -0500
changeset 70 01e7d1ca8240
parent 69 0f9825dea52b
child 71 5a2794d3ab13
Update comments to direct read to spec for more details
ldp.ttl
--- a/ldp.ttl	Mon Feb 25 14:55:36 2013 -0500
+++ b/ldp.ttl	Mon Feb 25 15:00:02 2013 -0500
@@ -10,6 +10,8 @@
     dcterms:description "All vocabulary URIs defined in the Linked Data Platform (LDP) namespace.";
 	dcterms:title "The W3C Linked Data Platform (LDP) Vocabulary";
 	rdfs:label "W3C Linked Data Platform (LDP)";
+	rdfs:comment "This ontology provides an informal representation of the concepts and terms
+	as defined in the LDP specification.  Consult the LDP specification for normative reference.";
 	rdfs:seeAlso <http://www.w3.org/2012/ldp>,
 		<http://www.w3.org/TR/ldp-ucr/>,
 		<http://www.w3.org/TR/ldp/>,
@@ -38,10 +40,11 @@
 	rdfs:subClassOf :Container;
 	rdfs:comment "A Linked Data Platform Container (LDPC) that also conforms to 
 	additional patterns and conventions for managing members.  It is distinguished from
-	CompositeContainer by the following behaviors; while every attempt is made to be
-	complete in this list, readers should also refer to the specification defining this ontology.
+	CompositeContainer by the following behaviors:
 	(1) Clients cannot assume that an AggregateContainer, when deleted, deletes its members.
-	";
+	
+	While every attempt is made to be complete in this list, readers should also refer 
+	to the specification defining this ontology.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "AggregateContainer".
@@ -51,10 +54,11 @@
 	rdfs:subClassOf :Container;
 	rdfs:comment "A Linked Data Platform Container (LDPC) that also conforms to 
 	additional patterns and conventions for managing members.  It is distinguished from
-	AggregateContainer by the following behaviors; while every attempt is made to be
-	complete in this list, readers should also refer to the specification defining this ontology.
+	AggregateContainer by the following behaviors:
 	(1) An CompositeContainer, when deleted, must delete all its members.
-	";
+	
+	While every attempt is made to be complete in this list, readers should also
+	refer to the specification defining this ontology.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "CompositeContainer".