removing the initial Turtle prefixes, adding links to implementations wiki and report
--- 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: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
- @prefix owl: <http://www.w3.org/2002/07/owl#> .
- @prefix ldp: <http://www.w3.org/ns/ldp#> .
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
- @prefix dcterms: <http://purl.org/dc/terms/> .
- @prefix foaf: <http://xmlns.com/foaf/0.1/> .
- @prefix wdrs: <http://www.w3.org/2007/05/powder-s#> .
- @prefix bt: <http://example.org/vocab/bugtracker#> . </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>