updating the dcat model figure
authorfmaali
Thu, 03 May 2012 14:58:09 +0100
changeset 192 5e364e2669f5
parent 191 492957fab05e
child 193 c68a13dcb0d3
updating the dcat model figure
dcat/dcat-model.jpg
dcat/index.html
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&nbsp;: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&nbsp;:dataset-001. A possible description of it using dcat is shown below:
 </p>
 <pre>  &nbsp;:dataset-001
        a       dcat:Dataset&nbsp;;
@@ -157,7 +157,7 @@
        dcat:Distribution&nbsp;:dataset-001-csv&nbsp;;
        .
 </pre>
-<p>Notice that this dataset is classified under the domain represented by the relative URI&nbsp;:themes/accountability. This should be part of the domains set identified by the URI&nbsp;: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&nbsp;:accountability. This should be part of the domains set identified by the URI&nbsp;:themes that was used to describe the catalog domains. An example SKOS description
 </p>
 <pre>   &nbsp;:accountability 
         a skos:Concept&nbsp;;
@@ -165,7 +165,7 @@
         skos:prefLabel "Accountability"&nbsp;;
         .
 </pre>
-<p>The dataset can be downloaded in CSV format via the distribution represented by&nbsp;:dataset/001/csv.
+<p>The dataset can be downloaded in CSV format via the distribution represented by&nbsp;:dataset-001-csv.
 </p>
 <pre>  &nbsp;:dataset-001-csv
        a dcat:Distribution&nbsp;;
@@ -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,&nbsp;: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,&nbsp;: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>  &nbsp;:record-001
        a dcat:CatalogRecord&nbsp;;