--- a/dcat/index.html Thu May 03 14:58:09 2012 +0100
+++ b/dcat/index.html Thu Jun 28 14:17:05 2012 +0100
@@ -93,7 +93,8 @@
<thead><tr><th>Prefix</th><th>Namespace</th></tr></thead>
<tbody>
<tr><td>dcat</td><td>http://www.w3.org/ns/dcat#</td></tr>
- <tr><td>dcterms</td><td>http://purl.org/can never remember</td></tr>
+ <tr><td>dcterms</td><td>http://purl.org/dc/terms/</td></tr>
+ <tr><td>dctype</td><td>http://purl.org/dc/dcmitype/</td></tr>
<tr><td>foaf </td><td>http://xmlns.com/foaf/0.1/</td></tr>
</tbody>
</table>
@@ -107,7 +108,7 @@
</li><li> dcat:Distribution represents an accessible form of a dataset as for example a downloadable file, an RSS feed or a web service that provides the data.
</li></ul>
<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>@@Fadi:I will update the figure once the list of properties are listed</p>
+
<p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"/></p>
<h2 id="example">Example</h2>
@@ -392,6 +393,7 @@
<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></th></tr></thead>
<tbody>
+ <tr><td class="prop">Sub class of:</td><td><a href="http://purl.org/dc/dcmitype/Dataset">dctype:Dataset</a></td></tr>
<tr><td class="prop">Usage note:</td><td>This class represents the actual dataset as published by the dataset publisher. In cases where a distinction between the actual dataset and its entry in the catalog is necessary (because metadata such as modification date and maintainer might differ), the <i><a href="#Class:_Catalog_record">catalog record</a></i> class can be used for the latter.</td></tr>
<tr><td class="prop">See also:</td><td><a href="#Class:_Catalog_record" title="">Catalog record</a></td></tr>
</tbody>
@@ -629,21 +631,20 @@
</tbody>
</table>
</section>
+</section> <!-- end class Dataset -->
<section>
<h2 id="Class:_Distribution">Class: Distribution</h2>
<p>Represents a specific available form of a dataset. Each dataset might be available in different forms, these forms might represent different formats of the dataset, different endpoints,... Examples of Distribution include a downloadable CSV file, an XLS file representing the dataset, an RSS feed…</p>
+
<table class="definition">
- <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></th></tr></thead>
+ <thead><tr><th>RDF class:</th><th><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></th></tr></thead>
<tbody>
- <tr><td class="prop">Range:</td><td>Has no defined range</td></tr>
<tr><td class="prop">Usage note:</td><td>This represents a general availability of a dataset it implies no information about the actual access method of the data, i.e. whether it is a direct download, API, or a splash page. Use one of its subclasses when the particular access method is known.</td></tr>
<tr><td class="prop">See also</td><td><a href="#Class:_Download">Download</a>, <a href="#Class:_WebService">WebService</a>, <a href="#Class:_Feed">Feed</a></td></tr>
</tbody>
</table>
-</section>
-
<section>
<h3 id="Property:_access.2Fdownload">Property: access/download</h3>
@@ -692,7 +693,7 @@
</tbody>
</table>
</section>
-</section>
+</section> <!-- end class Distribution -->
<section>
@@ -702,7 +703,8 @@
<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Download">dcat:Download</a></th></tr></thead>
<tbody>
- <tr><td class="prop">Range:</td><td><a href="#Property:_access.2Fdownload"> accessUrl</a> of the Download distribution should be a <strong>direct download link</strong> (a one-click access to the data file).</a></td></tr>
+ <tr><td class="prop">Sub class of:</td><td><a href="#Class:_Distribution">dcat:Distribution</a></td></tr>
+ <tr><td class="prop">Usage note:</td><td><a href="#Property:_access.2Fdownload"> accessUrl</a> of the Download distribution should be a <strong>direct download link</strong> (a one-click access to the data file).</a></td></tr>
<tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_WebService">WebService</a>, <a href="#Class:_Feed">Feed</a></td></tr>
</tbody>
</table>
@@ -715,7 +717,7 @@
<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#WebService">dcat:WebService</a></th></tr></thead>
<tbody>
- <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dcterms:MediaTypeOrExtent</a></td></tr>
+ <tr><td class="prop">Sub class of:</td><td><a href="#Class:_Distribution">dcat:Distribution</a></td></tr>
<tr><td class="prop">Usage note:</td><td>Describe the web service using <a href="#Property:_access.2Fdownload"> accessUrl</a>, <a href="#Property:_format"> format</a> and <a href="#Property:_size"> size</a>. Further description of the web service is out the scope of dcat.</td></tr>
<tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_Download">Download</a>, <a href="#Class:_Feed">Feed</a></td></tr>
</tbody>
@@ -729,6 +731,7 @@
<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Feed">dcat:Feed</a></th></tr></thead>
<tbody>
+ <tr><td class="prop">Sub class of:</td><td><a href="#Class:_Distribution">dcat:Distribution</a></td></tr>
<tr><td class="prop">Usage note:</td><td>Describe the feed using <a href="#Property:_access.2Fdownload"> accessUrl</a>, <a href="#Property:_format">format</a> and <a href="#Property:_size"> size</a>. Further description of the web service is out the scope of dcat.</td></tr>
<tr><td class="prop">See also:</td><td><a href="#Class:_Distribution">Distribution</a>, <a href="#Class:_Download">Download</a>, <a href="#Class:_WebService">WebService</a></td></tr>
</tbody>