minor HTML correction
authorfmaali
Mon, 11 Mar 2013 21:16:29 +0000
changeset 399 ca2037cc9a18
parent 398 31fc460f86a2
child 400 25da0eeb0f20
minor HTML correction
dcat/index.html
--- a/dcat/index.html	Mon Mar 11 20:41:20 2013 +0000
+++ b/dcat/index.html	Mon Mar 11 21:16:29 2013 +0000
@@ -70,6 +70,7 @@
 
 <section class="informative">
 <h2 id="intro">Introduction</h2>
+<p>Data can come in many formats, ranging from spreadsheets over XML and RDF to various speciality formats. DCAT does not make any assumptions about the format of the datasets described in a catalog. Other, complementary vocabularies may be used together with DCAT to provide more detailed format-specific information. For example, properties from the VoID vocabulary [[VOID]] can be used to express various statistics about a DCAT-described dataset if that dataset is in RDF format.</p>
 <p>This document does not prescribe any particular method of deploying data expressed in DCAT. DCAT is applicable in many contexts including RDF accessible via SPARQL endpoints, embedded in HTML pages as RDFa, or serialized as e.g. RDF/XML or Turtle. The examples in this document use Turtle simply because of Turtle's readability.</p>
 </section>
 
@@ -90,7 +91,7 @@
     <tr><td>foaf</td><td>http://xmlns.com/foaf/0.1/</td></tr>
     <tr><td>rdf</td><td>http://www.w3.org/1999/02/22-rdf-syntax-ns#</td></tr>
     <tr><td>rdfs</td><td>http://www.w3.org/2000/01/rdf-schema#</td></tr>
-    <tr><td>skos</td><td>http://www.w3.org/2004/02/skos/core#>/td></tr>
+    <tr><td>skos</td><td>http://www.w3.org/2004/02/skos/core#</tr>
     <tr><td>xsd</td><td>http://www.w3.org/2001/XMLSchema#</td></tr>
   </tbody>
 </table>