ISSUE-1 Define Turtle as the required serialization format for LDP
authorsspeiche
Wed, 19 Sep 2012 15:51:01 -0400
changeset 7 f6dc4d4508c5
parent 6 52d507ca165b
child 8 8c0faa86b099
child 9 59a5d1ae7591
ISSUE-1 Define Turtle as the required serialization format for LDP
ldbp.html
--- a/ldbp.html	Wed Sep 19 15:35:17 2012 -0400
+++ b/ldbp.html	Wed Sep 19 15:51:01 2012 -0400
@@ -301,11 +301,11 @@
 <h2 id="bpr-HTTP_GET">HTTP GET</h2>
 	<div id="bpr-4_2_1" class="rule">4.2.1 BPR servers MUST support the HTTP GET Method for BPRs.
 	</div>
-	<div id="bpr-4_2_2" class="rule">4.2.2 BPR servers MUST provide an <code>application/rdf+xml</code>
-		representation of the requested BPR.
+	<div id="bpr-4_2_2" class="rule">4.2.2 BPR servers MUST provide an <code>text/turtle</code>
+		representation of the requested BPR.[[!TURTLE]]
 	</div>
-	<div id="bpr-4_2_3" class="rule">4.2.3 BPR servers SHOULD provide a <code>text/turtle</code>
-		representation of the requested BPR.
+	<div id="bpr-4_2_3" class="rule">4.2.3 BPR servers SHOULD provide a <code>application/rdf+xml</code>
+		representation of the requested BPR.[[!RDF-SYNTAX]]
 	</div>
 	<div id="bpr-4_2_4" class="rule">4.2.4 In the absence of special knowledge of the application or domain, BPR
 		clients MUST assume that any BPR may have multiple values for <code>rdf:type</code>.
@@ -1069,10 +1069,10 @@
 		entity body on a 201 (Created) response.
 	</div>
 	<div id="bpc-5_4_6" class="rule">5.4.6 For BPCs, servers MUST accept a request entity body with a content
-		type of <code>application/rdf+xml</code>.
+		type of <code>text/turtle</code> [[!TURTLE]].
 	</div>
 	<div id="bpc-5_4_7" class="rule">5.4.7 For BPCs, BPR servers SHOULD accept a request with an entity body
-		content type of <code>text/turtle</code>.
+		content type of <code>application/rdf+xml</code> [[!RDF-SYNTAX]].
 	</div>
 	<div id="bpc-5_4_8" class="rule">5.4.8 For RDF representations, BPC servers MUST interpret the null relative
 		URI for the subject of triples in the BPR representation in the
@@ -1155,6 +1155,7 @@
 	<li>2012-09-18 - Fixed up some links and worked on references, work left to do.</li>
 	<li>2012-09-19 - Repairing references and forward reference to biblio.js updates</li>
 	<li>2012-09-19 - Fixed rdfs:label range to be rdfs:Literal</li>
+	<li>2012-09-19 - ISSUE-1 Define Turtle as the required serialization format for LDP</li>
 </ul></section>
 
 <section class='appendix informative' id="todos">