adding examples of DCAT properties usage
authorfmaali
Wed, 30 Oct 2013 14:46:14 +1100
changeset 610 976fb0422f5a
parent 609 833e03887538
child 611 b390f5a17a64
adding examples of DCAT properties usage
dcat/index.html
--- a/dcat/index.html	Tue Jul 30 14:38:59 2013 -0400
+++ b/dcat/index.html	Wed Oct 30 14:46:14 2013 +1100
@@ -174,6 +174,10 @@
        dcat:keyword "accountability","transparency" ,"payments" ;
        dct:issued "2011-12-05"^^xsd:date ;
        dct:modified "2011-12-05"^^xsd:date ;
+       dcat:contactPoint <http://example.org/transparency-office/contact> ;
+       dct:accrualPeriodicity <http://purl.org/cld/freq/annual> ;
+       dct:temporal <http://reference.data.gov.uk/id/quarter/2006-Q1> ;
+       dct:spatial <http://www.geonames.org/6695072> ;
        dct:publisher :finance-ministry ;
        dct:language <http://id.loc.gov/vocabulary/iso639-1/en>  ;
        dct:accrualPeriodicity <http://purl.org/linked-data/sdmx/2009/code#freq-W>  ;
@@ -182,7 +186,8 @@
 </pre>
 
 <p>In order to express frequency of update in the example above, we chose to use an instance from the <a href="http://www.w3.org/TR/vocab-data-cube/#dsd-cog">Content-Oriented Guidelines</a> developed as part 
-of the W3C Data Cube Vocabulary efforts.</p>
+of the W3C Data Cube Vocabulary efforts. Additionally, we chose to describe the spatial and temporal coverage of the example dataset using URIs from <a href="http://www.geonames.org/">Geonames</a> and <a href="http://reference.data.gov.uk/id/interval">the Interval dataset</a> from data.gov.uk, respectively. A contact point is also provided where comments and feedback about the dataset can be sent. Further details about the contact point, such as email address or telephone number, can be provided using <a href="http://www.w3.org/Submission/vcard-rdf/">VCard</a>.</p>
+
 <p>The dataset distribution :dataset-001-csv can be downloaded as a 5Kb CSV file. This information is 
 represented via an RDF resource of type dcat:Distribution.
 </p>