Binary file dcat/dcat-model.jpg has changed
--- a/dcat/index.html Thu May 03 14:28:14 2012 +0100
+++ b/dcat/index.html Thu May 03 14:58:09 2012 +0100
@@ -142,7 +142,7 @@
skos:prefLabel "A set of domains to classify documents" ;
.
</pre>
-<p>The catalog connect to each of its datasets via dcat:dataset. In the example above, an example dataset was mentioned with the relative URI :dataset/001. A possible description of it using dcat is shown below:
+<p>The catalog connect to each of its datasets via dcat:dataset. In the example above, an example dataset was mentioned with the relative URI :dataset-001. A possible description of it using dcat is shown below:
</p>
<pre> :dataset-001
a dcat:Dataset ;
@@ -157,7 +157,7 @@
dcat:Distribution :dataset-001-csv ;
.
</pre>
-<p>Notice that this dataset is classified under the domain represented by the relative URI :themes/accountability. This should be part of the domains set identified by the URI :themes that was used to describe the catalog domains. An example SKOS description
+<p>Notice that this dataset is classified under the domain represented by the relative URI :accountability. This should be part of the domains set identified by the URI :themes that was used to describe the catalog domains. An example SKOS description
</p>
<pre> :accountability
a skos:Concept ;
@@ -165,7 +165,7 @@
skos:prefLabel "Accountability" ;
.
</pre>
-<p>The dataset can be downloaded in CSV format via the distribution represented by :dataset/001/csv.
+<p>The dataset can be downloaded in CSV format via the distribution represented by :dataset-001-csv.
</p>
<pre> :dataset-001-csv
a dcat:Distribution ;
@@ -178,7 +178,7 @@
]
.
</pre>
-<p>Finally, if the catalog publisher decides to keep metadata describing its records (i.e. the records containing metadata describing the datasets) dcat:CatalogRecord can be used. For example, :dataset/001 was issued on 2011-12-05. however, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by dcat:
+<p>Finally, if the catalog publisher decides to keep metadata describing its records (i.e. the records containing metadata describing the datasets) dcat:CatalogRecord can be used. For example, :dataset-001 was issued on 2011-12-05. however, its description on Imaginary Catalog was added on 2011-12-11. This can be represented by dcat:
</p>
<pre> :record-001
a dcat:CatalogRecord ;