removing the initial Turtle prefixes, adding links to implementations wiki and report
authorNandana Mihindukulasooriya <nandana.cse@gmail.com>
Tue, 17 Jun 2014 17:57:42 +0200
changeset 663 9b7e41bcda71
parent 662 81612619694c
child 664 f1455c31529a
removing the initial Turtle prefixes, adding links to implementations wiki and report
ldp-primer/ldp-primer.html
--- a/ldp-primer/ldp-primer.html	Mon Jun 16 13:58:56 2014 -0400
+++ b/ldp-primer/ldp-primer.html	Tue Jun 17 17:57:42 2014 +0200
@@ -274,18 +274,6 @@
       </form>
     </div>
 
-    <p>Commonly used namespace prefixes omitted from the Turtle serialisations:</p>
-    <pre style="word-wrap: break-word; white-space: pre-wrap;"> 
-  @prefix rdf:     &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
-  @prefix rdfs:    &lt;http://www.w3.org/2000/01/rdf-schema#&gt; .
-  @prefix owl:     &lt;http://www.w3.org/2002/07/owl#&gt; .
-  @prefix ldp:     &lt;http://www.w3.org/ns/ldp#&gt; .
-  @prefix xsd:     &lt;http://www.w3.org/2001/XMLSchema#&gt; .
-  @prefix dcterms: &lt;http://purl.org/dc/terms/&gt; .
-  @prefix foaf:    &lt;http://xmlns.com/foaf/0.1/&gt; .
-  @prefix wdrs:    &lt;http://www.w3.org/2007/05/powder-s#&gt; . 
-  @prefix bt:      &lt;http://example.org/vocab/bugtracker#&gt; . </pre>
-
     <p>The JSON-LD examples refer to the following (external) context document:</p>
     <pre style="word-wrap: break-word; white-space: pre-wrap;"> 
       { 
@@ -904,9 +892,8 @@
   </section>
 
   <section>
-    <!-- TODO: link to wiki page and/or reports page -->
     <h1 id="ldpc">LDP Implementations</h1>
-    A list of implementations that plan to be LDP compliant is available in the LDP Implementations wiki page. LDP Implementation report provides the coverage of the specification by each LDP implementation.
+    A list of implementations that plan to be LDP compliant is available in the LDP Implementations <a href="https://www.w3.org/wiki/LDP_Implementations">wiki page</a>. The <a href="http://www.w3.org/2012/ldp/hg/tests/reports/ldp.html">Linked Data Platform 1.0 - Implementation Reports</a> provide the coverage of the specification by each LDP implementation.
   </section>
 
   <section>