Update URI construction section
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Thu, 16 Feb 2012 12:11:47 +0100
changeset 91 b69ffbe09bd0
parent 90 06fee5a244ce
child 92 0d499d8ce8db
Update URI construction section
bp/index.html
bp/local-style.css
--- a/bp/index.html	Thu Feb 16 02:29:08 2012 +0100
+++ b/bp/index.html	Thu Feb 16 12:11:47 2012 +0100
@@ -390,11 +390,21 @@
 <h3>URI Construction - Boris</h3>
 <p class='responsible'>Ghislain Atemezing (INSTITUT TELECOM), Michael Hausenblas (DERI), Boris Villazon-Terrazas (UPM), Daniel Vila (UPM), John Erickson (RPI), Martin Alvarez (CTIC)</p>
 <p>
-This section specifies how to create good URIs for use in government linked data. Inputs include <a href="http://www.w3.org/TR/cooluris/" title="Cool URIs for the Semantic Web">Cool URIs for the Semantic Web</a>, <a href="http://www.cabinetoffice.gov.uk/media/308995/public_sector_uri.pdf">Designing URI Sets for the UK Public Sector</a> (PDF), and <a href="http://data.gov.uk/resources/uris" title="Creating URIs | data.gov.uk">Creating URIs</a> (data.gov.uk). Guidance will be produced not only for minting URIs for governmental entities, such as schools or agencies, but also for vocabularies, concepts, and datasets.
+This section specifies how to create good URIs for use in government linked data. Inputs include 
+<ul>
+	<li><a href="http://www.w3.org/TR/cooluris/" title="Cool URIs for the Semantic Web">Cool URIs for the Semantic Web</a></li>
+	<li><a href="http://www.cabinetoffice.gov.uk/media/308995/public_sector_uri.pdf">Designing URI Sets for the UK Public Sector</a> (PDF)</li>
+	<li><a href="http://data.gov.uk/resources/uris" title="Creating URIs | data.gov.uk">Creating URIs</a> (data.gov.uk).</li>
+</ul>
+Guidance will be produced not only for minting URIs for governmental entities, such as schools or agencies, but also for vocabularies, concepts, and datasets.
 </p>
 
 <section> 
-<h4>Definitions and General Principles<h4>
+<h4>Definitions and General Principles</h4>
+<p>The Web makes use of the URI (Uniform Resource Identifiers) as a single global identification system. The global scope of URIs promotes large-scale "network effects". There are many benefits to participating in the existing network of URIs, including linking, caching, and indexing by search engines. This section aims at providing recommendations on how to create good URIs for use in government linked data:</p>
+<p class="highlight"><b>Identify with URIs</b><br>
+To benefit from and increase the value of the World Wide Web, data publishers SHOULD provide URIs as identifiers for their resources.
+</p>
 </section>
 
 <section> 
--- a/bp/local-style.css	Thu Feb 16 02:29:08 2012 +0100
+++ b/bp/local-style.css	Thu Feb 16 12:11:47 2012 +0100
@@ -59,6 +59,12 @@
 padding: 10px;
 }
 
+.highlight {
+border: 3px solid #005a9c;
+margin: 5 5 5 20px;
+padding: 10px;
+}
+
 
 ol.prereq li {
 padding-bottom: 10px;