Changed the constraints link relation to ldp#constrainedBy
authorJohn Arwe
Mon, 08 Sep 2014 13:27:20 -0400
changeset 801 a4623989a4b9
parent 800 89d99b066aca
child 802 2292dbc59fff
Changed the constraints link relation to ldp#constrainedBy
ldp.html
ldp.ttl
--- a/ldp.html	Mon Sep 08 13:12:31 2014 -0400
+++ b/ldp.html	Mon Sep 08 13:27:20 2014 -0400
@@ -591,7 +591,7 @@
 		publish any constraints on <a title="LDP client">LDP clients’</a> ability to 
 		create or update LDPRs, by adding a Link header with
 		an appropriate context URI,
-		a link relation of <code>describedby</code>,
+		a link relation of <code>http://www.w3.org/ns/ldp#constrainedBy</code>,
 		and a target URI identifying a set of constraints
 		[[!RFC5988]], to all responses to requests that fail due to violation of 
 		those constraints.  For example, a server that refuses resource creation 
@@ -2528,7 +2528,7 @@
 	<li>Indirect containers are AT RISK</li>
 	<li>Turtle is no longer required for an LDP-RS when the Accept header is absent</li>
 	<li>JSON-LD is required for an LDP-RS, AT RISK</li>
-	<li></li>
+	<li>Changed the link relation used to articulate request constraints that a client has violated</li>
 </ul>
 
 <h2>Detailed history</h2>
@@ -2538,6 +2538,7 @@
 
 <blockquote><em><a href="http://www.w3.org/TR/2014/WD-ldp-20140916">Last Call Working Draft 3</a></em></blockquote> -->
 <ul>
+	<li>2014-09-08 - Changed the constraints link relation to ldp#constrainedBy, per today's mtg resolution  (JA) </li>
 	<li>2014-09-08 - Clarify that Turtle/JSON-LD on LDPC POST are required only when the semantic is "create new member" (JA) </li>
 	<li>2014-09-08 - Constraints 4xx responses remind them to choose context URI consciously (JA) </li>
 	<li>2014-09-08 - LDP-NR creation clarify context URI needed is not the default, per today's mtg resolution (JA) </li>
--- a/ldp.ttl	Mon Sep 08 13:12:31 2014 -0400
+++ b/ldp.ttl	Mon Sep 08 13:27:20 2014 -0400
@@ -171,4 +171,13 @@
 	vs:term_status "unstable";
 	rdfs:isDefinedBy :;
 	rdfs:label "PreferMinimalContainer".
-	
\ No newline at end of file
+
+:constrainedBy
+	a rdf:Property;
+	rdfs:comment "Links a resource with constraints that the server requires requests like creation and update to conform to.";
+	vs:term_status "unstable";
+	rdfs:domain :Resource;
+	rdfs:isDefinedBy :;
+	rdfs:label "constrainedBy";
+	rdfs:range rdfs:Resource.
+