--- a/ldp-bp/ldp-bp.html Sat Jul 06 19:46:39 2013 -0500
+++ b/ldp-bp/ldp-bp.html Sat Jul 06 20:50:28 2013 -0500
@@ -100,6 +100,10 @@
return result;
}
+ function highlight(r, content) {
+ return '<span style="background-color:#ccffcc">' + content + '</span>' ;
+ }
+
</script>
</head>
<body>
@@ -148,10 +152,46 @@
</section>
<section>
+
<h3>Prerequisites and Assumptions</h3>
+
<p class="note">
TO DO: Consider inserting some prereqs and assumptions here that help to clarify the audience, level of understanding expected from that audience. Perhaps, provide an example learning path for the uninitiated.</p>
- </section>
+
+ <h4>Additional References and Resources</h4>
+
+ <p>Implementers should have at least a general familiarity with the <a href="#informative-references">informative references</a> cited in this document. Additionally, implementers should familiarize themselves with the following references,
+ which can be useful study and working references.
+
+ <dl class="bibliography">
+
+ <dt>Linked Data Glossary</dt>
+ <dd>
+ <span data-transform='highlight'>INSERT BYLINE</span><br/>
+ A useful glossary containing terms defined and used to describe Linked Data, and its associated
+ vocabularies and best practices for publishing structured data on the Web.<br/>
+ W3C Working Group Note, 27 June 2013<br />
+ URL: <a href="">http://www.w3.org/TR/ld-glossary/</a>
+ </dd>
+ <dt>Linked Data Platform 1.0 Test Cases</dt>
+ <dd>
+ R GarcĂa-Castro, et al. <span data-transform='highlight'>dd Month yyyy</span>.<br/>
+ <span data-transform='highlight'>INSERT DOCUMENT ABSTRACT</span><br/>
+ <span data-transform='highlight'>INSERT W3C DOCUMENT TYPE</span><br/>
+ URL: <a href="https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html">https://dvcs.w3.org/hg/ldpwg/raw-file/default/Test%20Cases/LDP%20Test%20Cases.html</a>
+ </dd>
+ <dt>Linked Data Platform Primer</dt>
+ <dd>
+ <span data-transform='highlight'>INSERT BYLINE</span><br/>
+ <span data-transform='highlight'>INSERT DOCUMENT ABSTRACT</span><br/>
+ <span data-transform='highlight'>INSERT W3C DOCUMENT TYPE</span><br/>
+ URL: <a href="http://www.w3.org/2012/ldp/wiki/Primer">http://www.w3.org/2012/ldp/wiki/Primer</a><br/>
+ and the new editor's working draft:<br/>
+ URL: <a href="https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/ldp-primer.html">https://dvcs.w3.org/hg/ldpwg/raw-file/default/ldp-primer/ldp-primer.html</a>
+ </dd>
+ </dl>
+
+
</section>
@@ -541,25 +581,7 @@
-->
</section>
- <section>
- <h2>Additional References and Resources</h2>
- <p>Following are useful references and resources that are not
- currently found in the ReSpec database. They should either be added
- to that db or otherwise noted in some way...</p>
-
- <dl class="bibliography">
- <dt>[Linked Data Glossary]</dt>
- <dd>
- W3C Working Group Note, 27 June 2013<br />
- http://www.w3.org/TR/ld-glossary/<br /> A useful glossary containing
- terms defined and used to describe Linked Data, and its associated
- vocabularies and best practices for publishing structured data on
- the Web.
- </dd>
- </dl>
-
- </section>
<section class='appendix'>
<h2>Acknowledgements</h2>