Small fix up and added vs:term_status
authorsspeiche
Wed, 13 Feb 2013 11:12:03 -0500
changeset 63 ab17a2fc579a
parent 62 25f3a2f69177
child 64 555e00343af1
Small fix up and added vs:term_status
ldp.ttl
--- a/ldp.ttl	Tue Feb 12 16:52:11 2013 -0500
+++ b/ldp.ttl	Wed Feb 13 11:12:03 2013 -0500
@@ -2,11 +2,12 @@
 @prefix owl: <http://www.w3.org/2002/07/owl#>.
 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
 @prefix dcterms: <http://purl.org/dc/terms/>.
+@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
 @prefix : <http://www.w3.org/ns/ldp#>.
 
 :
 	a owl:Ontology;
-    dcterms:description "All vocabulary URIs defined in the Linked Data Platform (LDP) namespace."^^rdf:XMLLiteral;
+    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 Profile (LDP)";
 	rdfs:seeAlso <http://www.w3.org/2012/ldp>,
@@ -16,12 +17,14 @@
     a rdfs:Class;
 	rdfs:comment "A Linked Data Platform Resource (LDP-R) that also conforms to 
 	additional patterns and conventions in this document for managing membership.";
+	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "Container".
 	
 :containerSortPredicates
  	a rdf:Property;
 	rdfs:comment "List of predicates that indicate the ascending order of the members in a page.";
+	vs:term_status "unstable";
 	rdfs:domain :Page;
 	rdfs:isDefinedBy :;
 	rdfs:label "containerSortPredicates";
@@ -30,6 +33,7 @@
 :membershipPredicate
 	a rdf:Property;
 	rdfs:comment "Indicates which predicate of the container should be used to determine the membership.";
+	vs:term_status "unstable";
 	rdfs:domain :Container;
 	rdfs:isDefinedBy :;
 	rdfs:label "membershipPredicate";
@@ -38,6 +42,7 @@
 :membershipSubject
 	a rdf:Property;
 	rdfs:comment "Indicates which resource is the subject for the members of the container.";
+	vs:term_status "unstable";
 	rdfs:domain :Container;
 	rdfs:isDefinedBy :;
 	rdfs:label "membershipSubject";
@@ -46,6 +51,7 @@
 :nextPage
 	a rdf:Property;
 	rdfs:comment "From a known page, how to indicate the next or last page as rdf:nil.";
+	vs:term_status "unstable";
 	rdfs:domain :Page;
 	rdfs:isDefinedBy :;
 	rdfs:label "nextPage";
@@ -54,12 +60,14 @@
 :Page
 	a rdfs:Class;
 	rdfs:comment "A resource that represents a limited set of members of a LDP Container.";
+	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "Page".
 	
 :pageOf
 	a rdf:Property;
 	rdfs:comment "Associated a page with its container.";
+	vs:term_status "unstable";
 	rdfs:domain :Page;
 	rdfs:isDefinedBy :;
 	rdfs:label "pageOf";