changing dct:license to dct:rights
authorfmaali
Thu, 30 May 2013 10:38:13 +0100
changeset 535 bb3b350d3d49
parent 534 10ff5e054a1d
child 536 59b4c42bc788
changing dct:license to dct:rights
dcat/dcat-model.jpg
dcat/index.html
Binary file dcat/dcat-model.jpg has changed
--- a/dcat/index.html	Tue May 28 13:36:03 2013 +0200
+++ b/dcat/index.html	Thu May 30 10:38:13 2013 +0100
@@ -281,9 +281,9 @@
 <a href="#Property:catalog_description">description</a>,
 <a href="#Property:catalog_homepage">homepage</a>,
 <a href="#Property:catalog_language">language</a>,
-<a href="#Property:catalog_license">license</a>,
 <a href="#Property:catalog_publisher">publisher</a>,
 <a href="#Property:catalog_release_date">release date</a>,
+<a href="#Property:catalog_rights">rights</a>,
 <a href="#Property:catalog_spatial">spatial</a>,
 <a href="#Property:catalog_themes">themes</a>,
 <a href="#Property:catalog_title">title</a>,
@@ -326,7 +326,7 @@
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/issued">dct:issued</a></th></tr></thead>
   <tbody>
     <tr><td  class="prop">Definition:</td><td>Date of formal issuance (e.g., publication) of the catalog.</td></tr>
-    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> typed as <a href="http://www.w3.org/TR/xmlschema-2/#date">xsd:date</a>. The date is encoded as a literal in "YYYY-MM-DD" form (<a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time Formats</a>). If the specific day or month are not known, then 01 should be specified.</td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</a> encoded using the appropriate date format from XSD e.g. xsd:date, xsd:year etc.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_release_date" title=""> dataset release date</a>, <a href="#Property:record_release_date" title=""> catalog record listing date</a> and <a href="#Property:distribution_release_date" title=""> distribution release date</a></td></tr>
   </tbody>
 </table>
@@ -411,14 +411,15 @@
 </section>
 
 <section>
-<h3 id="Property:catalog_license">Property: license</h3>
+<h3 id="Property:catalog_rights">Property: rights</h3>
 <table class="definition">
-  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dct:license</a></th></tr></thead>
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/rights">dct:rights</a></th></tr></thead>
   <tbody>
-    <tr><td  class="prop">Definition:</td><td>This describes the license under which the <strong>catalog</strong> can be used/reused and <strong>not the datasets</strong>. 
-Even if the license of the catalog applies to all of its datasets and distributions, it should be replicated on each distribution.</td></tr>
-    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/LicenseDocument">dct:LicenseDocument</a></td></tr>
-    <tr><td class="prop">See also:</td><td><a href="#Property:distribution_license">distribution license</a></td></tr>
+    <tr><td  class="prop">Definition:</td><td>This describes the license and rights under which the <strong>catalog</strong>
+     can be used/reused and <strong>not the datasets</strong>. Even if the license of the catalog applies to all of its 
+     datasets and distributions, it should be replicated on each distribution.</td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/RightsStatement">dct:RightsStatement</a></td></tr>
+    <tr><td class="prop">See also:</td><td><a href="#Property:distribution_rights">distribution rights</a></td></tr>
   </tbody>
 </table>
 </section>
@@ -804,13 +805,16 @@
 </section>
 
 <section>
-<h3 id="Property:distribution_license">Property: license</h3>
-<p>The license under which the distribution is made available.</p>
+<h3 id="Property:distribution_rights">Property: rights</h3>
+<p>Information about rights held in and over the distribution.</p>
 
 <table class="definition">
-  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dct:license</a></th></tr></thead>
+  <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/rights">dct:rights</a></th></tr></thead>
   <tbody>
-    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/LicenseDocument">dct:LicenseDocument</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/RightsStatement">dct:RightsStatement</a></td></tr>
+    <tr><td class="prop">Usage note:</td><td>dct:license, which is a sub-property of dct:rights, can also be used to link 
+    a distribution to a license document. However, dct:rights allows linking to a rights statement that 
+    can include licensing information as well as other information that supplements the licence such as attribution.</td></tr>
   </tbody>
 </table>
 </section>