adding some comments of Sarven
authorgatemezi
Sun, 15 Dec 2013 16:02:35 +0100
changeset 735 0de4641cb33a
parent 734 1ffac62c2641
child 736 fa9821635b64
adding some comments of Sarven
bp/index.html
--- a/bp/index.html	Sat Dec 14 21:18:59 2013 +0000
+++ b/bp/index.html	Sun Dec 15 16:02:35 2013 +0100
@@ -161,7 +161,7 @@
                         
             "CSARVEN": {
                         title: "Towards Linked Statistical Data Analysis",
-                        href: "http://http://csarven.ca/linked-statistical-data-analysis",
+                        href: "http://csarven.ca/linked-statistical-data-analysis",
                         authors: ["Sarven Capadisli"] 
 
                         },
@@ -211,15 +211,16 @@
 
 <h2>Scope</h2>
 <p>
-<a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a> refers to a set of best practices for publishing and interlinking structured data for access by both humans and machines via the use of the <a href="http://www.w3.org/TR/ld-glossary/#rdf">RDF</a> (Resource Description Framework) family of standards for data interchange [[RDF-CONCEPTS]] and <a href="http://www.w3.org/TR/ld-glossary/#sparql">SPARQL</a> for query. <a href="http://www.w3.org/TR/ld-glossary/#rdf">RDF</a> and <a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a> are not synonyms. Linked Data however could not exist without the consistent underlying data model that we call RDF [RDF-CONCEPTS].  Understanding the basics of RDF is helpful to leverage the usefulness of <a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a>.  Linked Data can be written in a variety of syntaxes including:
+<a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a> refers to a set of best practices for publishing and interlinking structured data for access by both humans and machines via the use of the <a href="http://www.w3.org/TR/ld-glossary/#rdf">RDF</a> (Resource Description Framework) family of standards for data interchange [[RDF-CONCEPTS]] and <a href="http://www.w3.org/TR/ld-glossary/#sparql">SPARQL</a> for query. <a href="http://www.w3.org/TR/ld-glossary/#rdf">RDF</a> and <a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a> are not synonyms. Linked Data however could not exist without the consistent underlying data model that we call RDF [[RDF-CONCEPTS]].  Understanding the basics of RDF is helpful to leverage the usefulness of <a href="http://www.w3.org/TR/ld-glossary/#linked-data">Linked Data</a>. </p>
+<p> Linked Data can be written in a variety of syntaxes including: </p>
 <ul>
 <li><a href="http://www.w3.org/TR/ld-glossary/#rdfa">RDFa</a>,</li>
 <li><a href="http://www.w3.org/TR/ld-glossary/#json-ld">JSON-LD</a>,</li>
-<li><a href="http://www.w3.org/TR/ld-glossary/#turtle">Turtle</a> and <a href="http://www.w3.org/TR/ld-glossary/#n-triples">N-Triples</a>, </li>
+<li><a href="http://www.w3.org/TR/ld-glossary/#turtle">Turtle</a> , <a href="http://www.w3.org/TR/ld-glossary/#n-triples">N-Triples</a>, </li>
 <li><a href="http://www.w3.org/TR/ld-glossary/#rdf-xml">RDF/XML</a>, and </li>
 <li><a href="http://www.w3.org/TR/ld-glossary/#http-uris">HTTP URIs</a>. </li>
 </ul>
-</p>
+
 
 <h2>Background</h2>
 <p>
@@ -616,7 +617,7 @@
 There are search tools that collect, analyze and index vocabularies and semantic data available online for efficient access.  Search tools that use structured data represented as Linked Data include: (<a href="http://ws.nju.edu.cn/falcons/">Falcons</a>, 
 <a href="http://watson.kmi.open.ac.uk/WatsonWUI/">Watson</a>, 
 <a href="http://sindice.com/">Sindice</a>, <a href="http://swse.deri.org/">Semantic Web Search Engine</a>, 
-<a href="http://swoogle.umbc.edu/">Swoogle</a>, and <a href="http://schemapedia.com/">Schemapedia</a>).<br /><br />. Others include the <a href="http://lov.okfn.org/">LOV</a> directory, 
+<a href="http://swoogle.umbc.edu/">Swoogle</a>, and <a href="http://schemapedia.com/">Schemapedia</a>).<br /><br /> Others include the <a href="http://lov.okfn.org/">LOV</a> directory, 
 <a href="http://prefix.cc">Prefix.cc</a>, 
 <a href="http://bioportal.bioontology.org/">Bioportal (biological domain)</a> and the European Commission's
 <a href="https://joinup.ec.europa.eu/catalogue/repository">Joinup platform.</a>
@@ -796,6 +797,7 @@
     </ul>
 </div>
 <div class="highlight"> In creating a SKOS vocabulary bear the following good practice in mind:
+    <ul>
         <li>Make a clear distinction between the collections of concepts (ConceptScheme) and the different individual concepts. </li>
         <li>Define when possible a different namespace for each <code>skos:ConceptScheme</code> </li>
         <li>Structure the concepts in the list using properties <code>skos:hasTopConcept</code>, <code>skos:broader</code>, <code>skos:narrower.</code> </li>
@@ -897,7 +899,7 @@
 SPARQL Protocol and RDF Query Language (SPARQL) defines a query language for RDF data, analogous to the Structured Query Language (SQL) for relational databases. A family of standards of the World Wide Web Consortium. See also SPARQL 1.1 Overview [SPARQL-11]. 
 </p>
 <p>
-A SPARQL endpoint is a a service that accepts SPARQL queries and returns answers to them as SPARQL result sets. It is a best practice for datasets providers to give the URL of their SPARQL endpoint to allow access to their data programmatically or through a Web interface. A <a href="http://labs.mondeca.com/sparqlEndpointsStatus/">list of some SPARQL endpoints</a> may be found here.
+A SPARQL endpoint is a a service that accepts SPARQL queries and returns answers to them as SPARQL result sets. It is a best practice for datasets providers to give the URL of their SPARQL endpoint to allow access to their data programmatically or through a Web interface. A <a href="http://sparqles.okfn.org/">list of some SPARQL endpoints</a> may be found here.
 </p>
 
 </section>