no RDFa version
authorGuus Schreiber <guus.schreiber@vu.nl>
Sat, 06 Apr 2013 00:01:14 +0200
changeset 774 503632587db3
parent 773 98908583adbb
child 775 aa70b73edc25
no RDFa version
drafts/trig/Overview.html
--- a/drafts/trig/Overview.html	Fri Apr 05 23:57:47 2013 +0200
+++ b/drafts/trig/Overview.html	Sat Apr 06 00:01:14 2013 +0200
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="en" dir="ltr" prefix="dcterms: http://purl.org/dc/terms/ bibo: http://purl.org/ontology/bibo/ foaf: http://xmlns.com/foaf/0.1/ xsd: http://www.w3.org/2001/XMLSchema#" typeof="bibo:Document">
+<html lang="en" dir="ltr">
 <head>
 	<title>TriG</title>
 	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
@@ -222,15 +222,12 @@
     
     
     <dt>Editor:</dt>
-    <dd rel="bibo:editor"><span typeof="foaf:Person"><span property="foaf:name">Gavin Carothers</span>, <a rel="foaf:workplaceHomepage" href="https://lexmachina.com/">Lex Machina</a></span>
-</dd>
+    <dd><span>Gavin Carothers</span>, <a href="https://lexmachina.com/">Lex Machina</a></dd>
 
     
       <dt>Authors:</dt>
-      <dd rel="dcterms:contributor"><span typeof="foaf:Person"><span property="foaf:name">Chris Bizer</span>, <a rel="foaf:workplaceHomepage" href="http://www.fu-berlin.de/">Freie Universität Berlin</a></span>
-</dd>
-<dd rel="dcterms:contributor"><span typeof="foaf:Person"><a rel="foaf:homepage" property="foaf:name" content="Richard Cyganiak" href="http://richard.cyganiak.de">Richard Cyganiak</a>, <a rel="foaf:workplaceHomepage" href="http://www.fu-berlin.de/">Freie Universität Berlin</a></span>
-</dd>
+      <dd><span>Chris Bizer</span>, <a href="http://www.fu-berlin.de/">Freie Universität Berlin</a></dd>
+<dd><a href="http://richard.cyganiak.de">Richard Cyganiak</a>, <a href="http://www.fu-berlin.de/">Freie Universität Berlin</a></dd>
 
     
   </dl>
@@ -255,7 +252,7 @@
   
   <hr>
 </div>
-		<section rel="bibo:chapter" resource="#abstract" typeof="bibo:Chapter" datatype="" property="dcterms:abstract" class="introductory" id="abstract"><h2>Abstract</h2>
+		<section class="introductory" id="abstract"><h2>Abstract</h2>
 			<p>The Resource Description Framework
 			(<abbr title="Resource Description Framework">RDF</abbr>) is a 
 			general-purpose language for representing information in the Web.</p>
@@ -266,7 +263,7 @@
 			datatypes. TriG is an extension of the 
 			Turtle [<cite><a href="#bib-TURTLE-TR" class="bibref">TURTLE-TR</a></cite>] format.
 			</p>
-		</section><section rel="bibo:chapter" resource="#sotd" typeof="bibo:Chapter" id="sotd" class="introductory"><h2>Status of This Document</h2>
+		</section><section id="sotd" class="introductory"><h2>Status of This Document</h2>
   
     
       
@@ -333,7 +330,7 @@
 
 	        
 
-		<section rel="bibo:chapter" resource="#sec-intro" typeof="bibo:Chapter" id="sec-intro">
+		<section id="sec-intro">
 			<!--OddPage--><h2><span class="secno">1. </span>Introduction</h2>
 			<p>This document defines TriG a concrete syntax for <abbr title="Resource Description Framework">RDF</abbr> as defined in the
 			<abbr title="Resource Description Framework">RDF</abbr> Concepts and Abstract Syntax
@@ -342,7 +339,7 @@
 			to support representing a complete <abbr title="Resource Description Framework">RDF</abbr> Dataset.
 		</p></section>
 
-		<section rel="bibo:chapter" resource="#sec-trig-intro" typeof="bibo:Chapter" id="sec-trig-intro" class="informative">
+		<section id="sec-trig-intro" class="informative">
 			<!--OddPage--><h2><span class="secno">2. </span>An Introduction to TriG</h2><p><em>This section is non-normative.</em></p>
 
 			<p>A TriG document allows writing down an <abbr title="Resource Description Framework">RDF</abbr> Dataset in a compact
@@ -362,7 +359,7 @@
 			  The construction of an <abbr title="Resource Description Framework">RDF</abbr> Dataset from a TriG document is defined in <a href="#sec-grammar" class="sectionRef">section 4. TriG Grammar</a> and <a href="#sec-parsing" class="sectionRef">section 5. Parsing</a>.
 			</p>
 
-			<section rel="bibo:chapter" resource="#sec-graph-statements" typeof="bibo:Chapter" id="sec-graph-statements">
+			<section id="sec-graph-statements">
 				<h3><span class="secno">2.1 </span>Graph Statements</h3><p><em>This section is non-normative.</em></p>
 				
 				<p>A graph statement pairs an IRI with a <abbr title="Resource Description Framework">RDF</abbr> Graph. The triple statements that make up the graph are enclosed in <code>{}</code>.</p>
@@ -370,57 +367,57 @@
 				<p>In a TriG document a graph IRI <em title="MAY" class="rfc2119">MAY</em> be used to label more then one graph. The IRI of a graph statement may be omitted. In this case the graph is considered the default graph of the <abbr title="Resource Description Framework">RDF</abbr> Dataset.</p>
 
 				<p>A <abbr title="Resource Description Framework">RDF</abbr> Dataset may contain only a single graph.</p>
-				<div class="example"><div class="example-title"><span>Example 1</span></div><pre class="example"><span># This document encodes one graph.
-@prefix ex: &lt;http://www.example.org/vocabulary#&gt; .
-@prefix : &lt;http://www.example.org/exampleDocument#&gt; .
+				<div class="example"><div class="example-title"><span>Example 1</span></div><pre class="example"><script type="application/trig"># This document encodes one graph.
+@prefix ex: <http://www.example.org/vocabulary#> .
+@prefix : <http://www.example.org/exampleDocument#> .
 
 :G1 { :Monica a ex:Person ;
               ex:name "Monica Murphy" ;      
-              ex:homepage &lt;http://www.monicamurphy.org&gt; ;
-              ex:email &lt;mailto:monica@monicamurphy.org&gt; ;
+              ex:homepage <http://www.monicamurphy.org> ;
+              ex:email <mailto:monica@monicamurphy.org> ;
               ex:hasSkill ex:Management ,
                           ex:Programming . } 
-</span></pre></div>
+</script></pre></div>
 				<p>A <abbr title="Resource Description Framework">RDF</abbr> Dataset may contain a default graph, and named graphs.</p>
-				<div class="example"><div class="example-title"><span>Example 2</span></div><pre class="example"><span># This document contains a default graph and two named graphs.
+				<div class="example"><div class="example-title"><span>Example 2</span></div><pre class="example"><script type="application/trig"># This document contains a default graph and two named graphs.
 
-@prefix rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt; .
-@prefix dc: &lt;http://purl.org/dc/terms/&gt; .
-@prefix foaf: &lt;http://xmlns.com/foaf/0.1/&gt; .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix dc: <http://purl.org/dc/terms></http:> .
+@prefix foaf: <http://xmlns.com/foaf/0.1></http:> .
 
 # default graph
     { 
-      &lt;http://example.org/bob&gt; dc:publisher "Bob" . 
-      &lt;http://example.org/alice&gt; dc:publisher "Alice" .
+      <http://example.org/bob> dc:publisher "Bob" . 
+      <http://example.org/alice> dc:publisher "Alice" .
     }
 
-&lt;http://example.org/bob&gt; 
+<http://example.org/bob> 
     { 
        _:a foaf:name "Bob" . 
-       _:a foaf:mbox &lt;mailto:bob@oldcorp.example.org&gt; .
+       _:a foaf:mbox <mailto:bob@oldcorp.example.org> .
     }
  
-&lt;http://example.org/alice&gt;
+<http://example.org/alice>
     { 
        _:a foaf:name "Alice" . 
-       _:a foaf:mbox &lt;mailto:alice@work.example.org&gt; .
-    }				</span></pre></div>
+       _:a foaf:mbox <mailto:alice@work.example.org> .
+    }				</script></pre></div>
 				<div class="issue"><div class="issue-title"><span>Issue 1</span></div><p class="">
 				A provenance example
 				</p></div>
 				<div class="issue"><div class="issue-title"><span>Issue 2</span></div><p class="">A verisions example</p></div>
 				<div class="issue"><div class="issue-title"><span>Issue 3</span></div><p class="">A web snapshot example</p></div>
 			</section>
-			<section rel="bibo:chapter" resource="#other-terms" typeof="bibo:Chapter" id="other-terms">
+			<section id="other-terms">
 				<h3><span class="secno">2.2 </span>Other Terms</h3>
 				<p>All other terms and directives come from Turtle.</p>
-				<section rel="bibo:chapter" resource="#terms-blanks-nodes" typeof="bibo:Chapter" id="terms-blanks-nodes">
+				<section id="terms-blanks-nodes">
 					<h4><span class="secno">2.2.1 </span>Sal Considerations for Blank Nodes</h4><p><em>This section is non-normative.</em></p>
 					<p>BlankNodes sharing the same label in differently labeled graph statements <em title="MUST" class="rfc2119">MUST</em> be considered to be the same BlankNode.</p>
 				</section>
 			</section>
 		</section>
-        <section rel="bibo:chapter" resource="#conformance" typeof="bibo:Chapter" id="conformance"><!--OddPage--><h2><span class="secno">3. </span>Conformance</h2>
+        <section id="conformance"><!--OddPage--><h2><span class="secno">3. </span>Conformance</h2>
 <p>
   As well as sections marked as non-normative, all authoring guidelines, diagrams, examples,
   and notes in this specification are non-normative. Everything else in this specification is
@@ -443,7 +440,7 @@
 			<p>The IRI that identifies the TriG language is: <code>http://www.w3.org/ns/formats/TriG</code></p>          
 
 			<div class="note"><div class="note-title"><span>Note</span></div><p class="">This specification does not define how TriG parsers handle non-conforming input documents.</p></div>
-	        <section rel="bibo:chapter" resource="#sec-mime" typeof="bibo:Chapter" id="sec-mime">
+	        <section id="sec-mime">
 	          <h3><span class="secno">3.1 </span>Media Type and Content Encoding</h3>
 	          
 	          <p>The media type of TriG is <code>application/trig</code>.
@@ -452,7 +449,7 @@
 	        </section>
         </section>
 
-		<section rel="bibo:chapter" resource="#sec-grammar" typeof="bibo:Chapter" id="sec-grammar">
+		<section id="sec-grammar">
 			<!--OddPage--><h2><span class="secno">4. </span>TriG Grammar</h2>
           <p>A TriG document is a
           Unicode[<cite><a href="#bib-UNICODE" class="bibref">UNICODE</a></cite>]
@@ -460,13 +457,13 @@
           Unicode characters only in the range U+0000 to U+10FFFF inclusive are
           allowed.
           </p>
-          <section rel="bibo:chapter" resource="#sec-grammar-ws" typeof="bibo:Chapter" id="sec-grammar-ws">
+          <section id="sec-grammar-ws">
             <h3><span class="secno">4.1 </span>White Space</h3>
 			<p>White space (production <a href="#grammar-production-WS">WS</a>) is used to separate two terminals which would otherwise be (mis-)recognized as one terminal. Rule names below in capitals indicate where white space is significant; these form a possible choice of terminals for constructing a TriG parser.</p>
 
 			<p>White space is significant in the production <a href="#grammar-production-String">String</a>.</p>
           </section>
-          <section rel="bibo:chapter" resource="#sec-grammar-comments" typeof="bibo:Chapter" id="sec-grammar-comments">
+          <section id="sec-grammar-comments">
             <h3><span class="secno">4.2 </span>Comments</h3>
 
             <p>Comments in TriG take the form of '#', outside an
@@ -477,7 +474,7 @@
 
             </p>
           </section>
-          <section rel="bibo:chapter" resource="#sec-iri-references" typeof="bibo:Chapter" id="sec-iri-references">
+          <section id="sec-iri-references">
           	<h3><span class="secno">4.3 </span>IRI References</h3>
   					<p>
 					  Relative IRIs are resolved with base IRIs as per <a href="http://www.ietf.org/rfc/rfc3986.txt" class="norm">Uniform Resource Identifier (URI): Generic Syntax</a> [<cite><a href="#bib-RFC3986" class="bibref">RFC3986</a></cite>] using only the basic algorithm in section 5.2.
@@ -493,7 +490,7 @@
 					</p>
 			</section>
 
-          <section rel="bibo:chapter" resource="#sec-escapes" typeof="bibo:Chapter" id="sec-escapes">
+          <section id="sec-escapes">
             <h3><span class="secno">4.4 </span>Escape Sequences</h3>
 
 	    <p>
@@ -646,7 +643,7 @@
 	    <div class="note"><div class="note-title"><span>Note</span></div><p class="">%-encoded sequences are in the <a href="#grammar-production-IRIREF">character range for IRIs</a> and are <a href="#grammar-production-PERCENT">explicitly allowed</a> in local names. These appear as a '%' followed by two hex characters and represent that same sequence of three characters. These sequences are <em>not</em> decoded during processing. A term written as <code>&lt;http://a.example/%66oo-bar&gt;</code> in TriG designates the IRI <code>http://a.example/%66oo-bar</code> and not IRI <code>http://a.example/foo-bar</code>. A term written as <code>ex:%66oo-bar</code> with a prefix <code>@prefix ex: &lt;http://a.example/&gt;</code> also designates the IRI <code>http://a.example/%66oo-bar</code>.</p></div>
 
           </section>
-			<section rel="bibo:chapter" resource="#grammar-ebnf" typeof="bibo:Chapter" id="grammar-ebnf">
+			<section id="grammar-ebnf">
 				<h3><span class="secno">4.5 </span>Grammar</h3>
             <p>The <abbr title="Extended Backus–Naur Form">EBNF</abbr> used here is defined in XML 1.0
             [<cite><a href="#bib-EBNF-NOTATION" class="bibref">EBNF-NOTATION</a></cite>]. Production labels consisting of a number and a final 'g' are unique to TriG. All Production labels consisting of only a number reference the production with that number in the Turtle grammar [<cite><a href="#bib-TURTLE-TR" class="bibref">TURTLE-TR</a></cite>]. Production labels consisting of a number and a final 's', e.g. [<a href="http://www.w3.org/TR/sparql11-query/#rRDFLiteral"><span class="prodNo">60s</span></a>], reference the production with that number in the <a href="http://www.w3.org/TR/sparql11-query/#sparqlGrammar">SPARQL Query Language for <abbr title="Resource Description Framework">RDF</abbr> grammar</a> [<cite><a href="#bib-RDF-SPARQL-QUERY" class="bibref">RDF-SPARQL-QUERY</a></cite>].
@@ -984,13 +981,13 @@
 
 			</section>
 		</section>
-		<section rel="bibo:chapter" resource="#sec-parsing" typeof="bibo:Chapter" id="sec-parsing">
+		<section id="sec-parsing">
 			<!--OddPage--><h2><span class="secno">5. </span>Parsing</h2>
 			<div class="issue"><div class="issue-title"><span>Issue 4</span></div><p class="">
 				Define a method of parsing that treats each graph statement as a Turtle document. Merge any graph statements that have the same label, or if they don't have a label merge to form the default graph.
 			</p></div>
 		</section>
-      <section rel="bibo:chapter" resource="#sec-differences" typeof="bibo:Chapter" id="sec-differences" class="appendix informative">
+      <section id="sec-differences" class="appendix informative">
       	<!--OddPage--><h2><span class="secno">A. </span>Differences from previous TriG</h2><p><em>This section is non-normative.</em></p>
       	<ul>
       		<li>No support for optional = graph naming operator or optional "." after each graph. N3 compatibility not supported.</li>
@@ -998,7 +995,7 @@
       		<li>Multiple unnamed graphs in the same TriG document are merged</li>
   		</ul>
       </section>
-      <section rel="bibo:chapter" resource="#sec-mediaReg" typeof="bibo:Chapter" id="sec-mediaReg" class="appendix">
+      <section id="sec-mediaReg" class="appendix">
         <!--OddPage--><h2><span class="secno">B. </span>Internet Media Type, File Extension and Macintosh File Type</h2>
         <dl>
           <dt>Contact:</dt>
@@ -1079,15 +1076,15 @@
         </dl>
       </section>
 	
-<section rel="bibo:chapter" resource="#references" typeof="bibo:Chapter" class="appendix" id="references"><!--OddPage--><h2><span class="secno">C. </span>References</h2><section rel="bibo:chapter" resource="#normative-references" typeof="bibo:Chapter" id="normative-references"><h3><span class="secno">C.1 </span>Normative references</h3><dl about="" class="bibliography"><dt id="bib-EBNF-NOTATION">[EBNF-NOTATION]</dt><dd rel="dcterms:requires">Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href="http://www.w3.org/TR/REC-xml/#sec-notation"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/REC-xml/#sec-notation">http://www.w3.org/TR/REC-xml/#sec-notation</a> 
-</dd><dt id="bib-RDF11-CONCEPTS">[RDF11-CONCEPTS]</dt><dd rel="dcterms:requires">Richard Cyganiak; David Wood. <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/"><cite>RDF 1.1 Concepts and Abstract Syntax</cite></a> 05 June 2012. W3C Working Draft (work in progress). URL: <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/">http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/</a>
-</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd rel="dcterms:requires">S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
-</dd><dt id="bib-RFC3023">[RFC3023]</dt><dd rel="dcterms:requires">M. Murata; S. St.Laurent; D. Kohn. <a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>XML Media Types</cite></a> January 2001. Internet RFC 3023. URL: <a href="http://www.ietf.org/rfc/rfc3023.txt">http://www.ietf.org/rfc/rfc3023.txt</a> 
-</dd><dt id="bib-RFC3986">[RFC3986]</dt><dd rel="dcterms:requires">T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax.</cite></a> January 2005. Internet RFC 3986. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a> 
-</dd><dt id="bib-RFC3987">[RFC3987]</dt><dd rel="dcterms:requires">M. Dürst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRIs).</cite></a> January 2005. Internet RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a> 
-</dd><dt id="bib-TURTLE-TR">[TURTLE-TR]</dt><dd rel="dcterms:requires">Eric Prud'hommeaux; Gavin Carothers. <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/"><cite>Turtle: Terse Triple Language</cite></a> 19 February 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>
-</dd><dt id="bib-UNICODE">[UNICODE]</dt><dd rel="dcterms:requires">The Unicode Consortium. <a href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The Unicode Standard.</cite></a>. Defined by: The Unicode Standard, Version 6.2.0, (Mountain View, CA: The Unicode Consortium, 2012. ISBN 978-1-936213-07-8) , as updated from time to time by the publication of new versions URL: <a href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a> 
-</dd><dt id="bib-UTF-8">[UTF-8]</dt><dd rel="dcterms:requires">F. Yergeau. <a href="http://www.ietf.org/rfc/rfc3629.txt"><cite>UTF-8, a transformation format of ISO 10646</cite></a>. IETF RFC 3629. November 2003. URL: <a href="http://www.ietf.org/rfc/rfc3629.txt">http://www.ietf.org/rfc/rfc3629.txt</a>
-</dd></dl></section><section rel="bibo:chapter" resource="#informative-references" typeof="bibo:Chapter" id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><dl about="" class="bibliography"><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd rel="dcterms:references">Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/</a> 
-</dd><dt id="bib-UNISEC">[UNISEC]</dt><dd rel="dcterms:references">Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/"><cite>Unicode Security Considerations</cite></a> 4 August 2010. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
+<section class="appendix" id="references"><!--OddPage--><h2><span class="secno">C. </span>References</h2><section id="normative-references"><h3><span class="secno">C.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-EBNF-NOTATION">[EBNF-NOTATION]</dt><dd>Tim Bray; Jean Paoli; C. M. Sperberg-McQueen; Eve Maler; François Yergeau. <a href="http://www.w3.org/TR/REC-xml/#sec-notation"><cite>EBNF Notation</cite></a> 26 November 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/REC-xml/#sec-notation">http://www.w3.org/TR/REC-xml/#sec-notation</a> 
+</dd><dt id="bib-RDF11-CONCEPTS">[RDF11-CONCEPTS]</dt><dd>Richard Cyganiak; David Wood. <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/"><cite>RDF 1.1 Concepts and Abstract Syntax</cite></a> 05 June 2012. W3C Working Draft (work in progress). URL: <a href="http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/">http://www.w3.org/TR/2012/WD-rdf11-concepts-20120605/</a>
+</dd><dt id="bib-RFC2119">[RFC2119]</dt><dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key words for use in RFCs to Indicate Requirement Levels.</cite></a> March 1997. Internet RFC 2119.  URL: <a href="http://www.ietf.org/rfc/rfc2119.txt">http://www.ietf.org/rfc/rfc2119.txt</a> 
+</dd><dt id="bib-RFC3023">[RFC3023]</dt><dd>M. Murata; S. St.Laurent; D. Kohn. <a href="http://www.ietf.org/rfc/rfc3023.txt"><cite>XML Media Types</cite></a> January 2001. Internet RFC 3023. URL: <a href="http://www.ietf.org/rfc/rfc3023.txt">http://www.ietf.org/rfc/rfc3023.txt</a> 
+</dd><dt id="bib-RFC3986">[RFC3986]</dt><dd>T. Berners-Lee; R. Fielding; L. Masinter. <a href="http://www.ietf.org/rfc/rfc3986.txt"><cite>Uniform Resource Identifier (URI): Generic Syntax.</cite></a> January 2005. Internet RFC 3986. URL: <a href="http://www.ietf.org/rfc/rfc3986.txt">http://www.ietf.org/rfc/rfc3986.txt</a> 
+</dd><dt id="bib-RFC3987">[RFC3987]</dt><dd>M. Dürst; M. Suignard. <a href="http://www.ietf.org/rfc/rfc3987.txt"><cite>Internationalized Resource Identifiers (IRIs).</cite></a> January 2005. Internet RFC 3987. URL: <a href="http://www.ietf.org/rfc/rfc3987.txt">http://www.ietf.org/rfc/rfc3987.txt</a> 
+</dd><dt id="bib-TURTLE-TR">[TURTLE-TR]</dt><dd>Eric Prud'hommeaux; Gavin Carothers. <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/"><cite>Turtle: Terse Triple Language</cite></a> 19 February 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/2013/CR-turtle-20130219/">http://www.w3.org/TR/2013/CR-turtle-20130219/</a>
+</dd><dt id="bib-UNICODE">[UNICODE]</dt><dd>The Unicode Consortium. <a href="http://www.unicode.org/standard/versions/enumeratedversions.html"><cite>The Unicode Standard.</cite></a>. Defined by: The Unicode Standard, Version 6.2.0, (Mountain View, CA: The Unicode Consortium, 2012. ISBN 978-1-936213-07-8) , as updated from time to time by the publication of new versions URL: <a href="http://www.unicode.org/standard/versions/enumeratedversions.html">http://www.unicode.org/standard/versions/enumeratedversions.html</a> 
+</dd><dt id="bib-UTF-8">[UTF-8]</dt><dd>F. Yergeau. <a href="http://www.ietf.org/rfc/rfc3629.txt"><cite>UTF-8, a transformation format of ISO 10646</cite></a>. IETF RFC 3629. November 2003. URL: <a href="http://www.ietf.org/rfc/rfc3629.txt">http://www.ietf.org/rfc/rfc3629.txt</a>
+</dd></dl></section><section id="informative-references"><h3><span class="secno">C.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-RDF-SPARQL-QUERY">[RDF-SPARQL-QUERY]</dt><dd>Andy Seaborne; Eric Prud'hommeaux. <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/"><cite>SPARQL Query Language for RDF.</cite></a> 15 January 2008. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/">http://www.w3.org/TR/2008/REC-rdf-sparql-query-20080115/</a> 
+</dd><dt id="bib-UNISEC">[UNISEC]</dt><dd>Mark Davis; Michel Suignard. <a href="http://www.unicode.org/reports/tr36/"><cite>Unicode Security Considerations</cite></a> 4 August 2010. URL: <a href="http://www.unicode.org/reports/tr36/">http://www.unicode.org/reports/tr36/</a>
 </dd></dl></section></section></body></html>
\ No newline at end of file