finalize rename of containerSortxxx to pageSortxxx, and update comments to match
authorJohn Arwe
Mon, 04 Aug 2014 11:54:17 -0400
changeset 739 7e72f0ab6fc7
parent 738 f945df395b55
child 740 54e52a288bef
finalize rename of containerSortxxx to pageSortxxx, and update comments to match
ldp-paging.ttl
--- a/ldp-paging.ttl	Mon Aug 04 10:59:40 2014 -0400
+++ b/ldp-paging.ttl	Mon Aug 04 11:54:17 2014 -0400
@@ -20,47 +20,47 @@
 		<http://www.w3.org/TR/ldp-paging/>,
 		<http://www.w3.org/2011/09/LinkedData/>.
 			
-:containerSortCriteria
+:pageSortCriteria
  	a rdf:Property;
-	rdfs:comment "Link to the list of sorting criteria used by the server in a representation.";
+	rdfs:comment "Link to the list of sorting criteria used by the server in a representation.  Typically used on Link response headers as an extension link relation URI in the rel= parameter.";
 	vs:term_status "unstable";
 	rdfs:domain :Page;
 	rdfs:isDefinedBy :;
-	rdfs:label "containerSortCriteria";
+	rdfs:label "pageSortCriteria";
 	rdfs:range rdf:List.
 	
-:ContainerSortCriterion
+:pageSortCriterion
  	a rdf:Class;
-	rdfs:comment "Element in the list of container sorting criteria used by the server in a representation.";
+	rdfs:comment "Element in the list of sorting criteria used by the server to assign container members to pages.";
 	vs:term_status "unstable";
-	rdfs:label "ContainerSortCriterion";
+	rdfs:label "pageSortCriterion";
 	rdfs:isDefinedBy :.
 	
-:containerSortPredicate
+:pageSortPredicate
  	a rdf:Property;
-	rdfs:comment "Predicate used to determine the order of the members in a page.";
+	rdfs:comment "Predicate used to specify the order of the members across a page sequence's in-sequence page resources; it asserts nothing about the order of members in the representation of a single page.";
 	vs:term_status "unstable";
-	rdfs:domain :ContainerSortCriterion;
+	rdfs:domain :pageSortCriterion;
 	rdfs:isDefinedBy :;
-	rdfs:label "containerSortPredicate";
+	rdfs:label "pageSortPredicate";
 	rdfs:range rdf:Property.
 	
-:containerSortOrder
+:pageSortOrder
  	a rdf:Property;
-	rdfs:comment "The ascending/descending/etc order used to order the members in a page.";
+	rdfs:comment "The ascending/descending/etc order used to order the members across pages in a page sequence.";
 	vs:term_status "unstable";
-	rdfs:domain :ContainerSortCriterion;
+	rdfs:domain :pageSortCriterion;
 	rdfs:isDefinedBy :;
-	rdfs:label "containerSortOrder";
+	rdfs:label "pageSortOrder";
 	rdfs:range rdf:Resource.
 	
-:containerSortCollation
+:pageSortCollation
  	a rdf:Property;
-	rdfs:comment "The collation used to order the members in a page when comparing strings.";
+	rdfs:comment "The collation used to order the members across pages in a page sequence when comparing strings.";
 	vs:term_status "unstable";
-	rdfs:domain :ContainerSortCriterion;
+	rdfs:domain :pageSortCriterion;
 	rdfs:isDefinedBy :;
-	rdfs:label "containerSortCollation";
+	rdfs:label "pageSortCollation";
 	rdfs:range rdf:Property.
 	
 :Ascending
@@ -79,7 +79,7 @@
 	
 :Page
 	a rdfs:Class;
-	rdfs:comment "A resource that represents a limited set of members of a LDP Container.";
+	rdfs:comment "URI signifying that the resource is an in-sequence page resource, as defined by LDP Paging.  Typically used on Link rel='type' response headers.";
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "Page".
\ No newline at end of file