--- 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 ;
foaf:primaryTopic :dataset-001 ;
dct:issued "2011-12-11"^^xsd:date ;
- .
-
+ .
</pre>
</section>
@@ -238,7 +236,7 @@
<pre> :dataset-002
a dcat:Dataset ;
dcat:landingPage <http://example.org/dataset-002.html> ;
- dcat:distribution :dataset-002-csv
+ dcat:distribution :dataset-002-csv ;
.
:dataset-002-csv
a dcat:Distribution ;
@@ -257,7 +255,7 @@
<pre> :dataset-003
a dcat:Dataset ;
dcat:landingPage <http://example.org/dataset-003.html> ;
- dcat:distribution :dataset-003-csv
+ dcat:distribution :dataset-003-csv ;
.
:dataset-003-csv
a dcat:Distribution ;