again references bp doc
authorgatemezi
Wed, 20 Nov 2013 18:58:58 +0100
changeset 654 16e79d005cea
parent 653 d81e2f69383b
child 655 0a4c74c85ced
again references bp doc
bp/index.html
--- a/bp/index.html	Wed Nov 20 18:50:38 2013 +0100
+++ b/bp/index.html	Wed Nov 20 18:58:58 2013 +0100
@@ -76,7 +76,7 @@
         //alternateFormats: [ {uri: "diff-20110507.html", label: "diff to previous version"} ],
 
         localBiblio: {
-        	"vocab-qb": {
+        	"vocab-cube": {
         			title: "The RDF Data Cube Vocabulary "
         	,		href: "http://www.w3.org/TR/vocab-data-cube"
         	,		authors: [
@@ -85,7 +85,20 @@
         	]
         	, 		status: "LC"
         	,		publisher: "W3C"
+        	},
+
+
+        	"vocab-geo": {
+        			title: "Basic Geo (WGS84 lat/long) Vocabulary"
+        	, 		href: "http://www.w3.org/2003/01/geo/"
+        	,		authors: [
+        					"Dan Brickley"
+        	,				"Tim Berners-Lee"
+        	]
+        	,		publisher: "W3C"
         	}
+
+        	
         
         }
 
@@ -435,7 +448,7 @@
 
 <p class="highlight"><b>Vocabularies SHOULD have persistent URLs</b><br/>
 	<i>What it means:</i> Persistent access to the server hosting the vocabulary, facilitating reusability is necessary.<br/><br/>
-	 Example: The <a href="http://lov.okfn.org/dataset/lov/details/vocabulary_geo.html" target="_blank">Geo W3C vocabulary</a> [[GEOW3C]] is one of the most used vocabulary for basic representation of geometry points (latitute/longitude) and has been around since 2009, always available at the same namespace. 
+	 Example: The <a href="http://lov.okfn.org/dataset/lov/details/vocabulary_geo.html" target="_blank">Geo W3C vocabulary</a> [[vocab-geo]] is one of the most used vocabulary for basic representation of geometry points (latitute/longitude) and has been around since 2009, always available at the same namespace. 
 </p>
 
 <p class="highlight"><b>Vocabularies should provide a versioning policy</b><br/>
@@ -581,7 +594,7 @@
 <!--<p class="issue"> The editors will rephrase better this content and may extend it </p> -->
 The following guidance is provided with the intention to address URI minting, i.e., URI creation for vocabularies, concepts and datasets. This section specifies how to create good URIs for use in government linked data. Input documents include: 
 <ul>
-	<li>Cool URIs for the Semantic Web [[!COOLURIS]]</li>
+	<li>Cool URIs for the Semantic Web [[COOLURIS]]</li>
 	<li>Designing URI Sets for the UK Public Sector [[BPURI-GOVUK]]</li>
 	<!--<li><a href="http://data.gov.uk/resources/uris" title="Creating URIs | data.gov.uk">Creating URIs</a> (data.gov.uk).</li> -->
 	<li> <a href="http://philarcher.org/diary/2013/uripersistence/" target="_blank">10 rules for persistence URI</a> [[ISA-URI]] </li>