table of contents updated
authorfmaali
Mon, 11 Mar 2013 21:50:59 +0000
changeset 401 02df43327659
parent 400 25da0eeb0f20
child 402 87c85c3ebbcf
table of contents updated
dcat/index.html
--- a/dcat/index.html	Mon Mar 11 21:38:31 2013 +0000
+++ b/dcat/index.html	Mon Mar 11 21:50:59 2013 +0000
@@ -132,9 +132,8 @@
 <p>Another important class in DCAT is dcat:CatalogRecord which describes a dataset entry in the catalog. Notice that while dcat:Dataset represents the dataset itself, dcat:CatalogRecord represents the record that describes a dataset in the catalog. The use of the CatalogRecord is considered optional. It is used to capture provenance information about dataset entries in a catalog. If this distinction is not necessary then CatalogRecord can be safely ignored.</p>
 
 <p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"/></p>
-
+<p>All RDF examples in this document are written in Turtle syntax [[TURTLE-TR]].</p>
 <section>
-All RDF examples are written in Turtle syntax [[TURTLE-TR]].
 <h2 id="example">Basic Example</h2>
 <p>This example provides a quick overview of how DCAT might be used to represent a government catalog and its datasets. </p>
 
@@ -224,8 +223,7 @@
        a dcat:CatalogRecord&nbsp;;
        foaf:primaryTopic&nbsp;:dataset-001&nbsp;;
        dct:issued "2011-12-11"^^xsd:date&nbsp;;
-       .
-  
+       .  
 </pre>
 </section>
 
@@ -238,7 +236,7 @@
 <pre>  &nbsp;:dataset-002 
        a dcat:Dataset ;
        dcat:landingPage &lt;http://example.org/dataset-002.html&gt; ;
-       dcat:distribution :dataset-002-csv
+       dcat:distribution :dataset-002-csv ;
        .
   &nbsp;:dataset-002-csv 
        a dcat:Distribution ;
@@ -257,7 +255,7 @@
 <pre>  &nbsp;:dataset-003 
        a dcat:Dataset ;
        dcat:landingPage &lt;http://example.org/dataset-003.html&gt; ;
-       dcat:distribution :dataset-003-csv
+       dcat:distribution :dataset-003-csv ;
        .
   &nbsp;:dataset-003-csv 
        a dcat:Distribution ;