correcting dct:license range and reformatting catalog section
authorfmaali
Thu, 23 May 2013 12:50:07 +0100
changeset 519 f50748a0d5b1
parent 518 3131c050c58a
child 520 529f5a5bb413
correcting dct:license range and reformatting catalog section
dcat/index.html
--- a/dcat/index.html	Thu May 23 12:27:43 2013 +0100
+++ b/dcat/index.html	Thu May 23 12:50:07 2013 +0100
@@ -274,24 +274,24 @@
 
 <section>
 <h2 id="Class:_Catalog">Class: Catalog</h2>
-<p>A data catalog is a curated collection of metadata about datasets.</p>
 <p>The following properties are recommended for use on this class:
-<a href="#">catalog record</a>,
-<a href="#">dataset</a>,
-<a href="#">description</a>,
-<a href="#">homepage</a>,
-<a href="#">language</a>,
-<a href="#">license</a>,
-<a href="#">publisher</a>,
-<a href="#">release date</a>,
-<a href="#">spatial</a>,
-<a href="#">themes</a>,
-<a href="#">title</a>,
-<a href="#">update date</a>
+<a href="#Property:catalog_catalog_record">catalog record</a>,
+<a href="#Property:catalog_dataset">dataset</a>,
+<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_spatial">spatial</a>,
+<a href="#Property:catalog_themes">themes</a>,
+<a href="#Property:catalog_title">title</a>,
+<a href="#Property:catalog_update_date">update date</a>
 </p>
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#Catalog">dcat:Catalog</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A data catalog is a curated collection of metadata about datasets.</td></tr>
     <tr><td class="prop">Usage note:</td><td>Typically, a web-based data catalog is represented as a single instance of this class.</td></tr>
     <tr><td class="prop">See also:</td><td> <a href="#Class:_Catalog_record">Catalog record</a>, <a href="#Class:_Dataset">Dataset</a></td></tr>
   </tbody>
@@ -299,10 +299,10 @@
 
 <section>
 <h3 id="Property:catalog_title">Property: title</h3>
-<p>A name given to the catalog.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A name given to 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></td></tr>
   </tbody>
 </table>
@@ -310,10 +310,10 @@
 
 <section>
 <h3 id="Property:catalog_description">Property: description</h3>
-<p>A free-text account of the catalog.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/description">dct:description</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A free-text account 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></td></tr>
   </tbody>
 </table>
@@ -321,10 +321,10 @@
 
 <section>
 <h3 id="Property:catalog_release_date">Property: release date</h3>
-<p>Date of formal issuance (e.g., publication) of the catalog.</p>
 <table class="definition">
   <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">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>
@@ -333,10 +333,10 @@
 
 <section>
 <h3 id="Property:catalog_update_date">Property: update/modification date</h3>
-<p>Most recent date on which the catalog was changed, updated or modified.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/modified">dct:modified</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Most recent date on which the catalog was changed, updated or modified.</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">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a>, <a href="#Property:record_update_date" title=""> catalog record modification date</a> and <a href="#Property:distribution_update_date" title=""> distribution modification date</a></td></tr>
   </tbody>
@@ -345,11 +345,10 @@
 
 <section>
 <h3 id="Property:catalog_language">Property: language</h3>
-<p>The language of the catalog. This refers to the language used in the textual metadata describing titles, descriptions, etc. of the datasets in the catalog.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/language">dct:language</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The language of the catalog. This refers to the language used in the textual metadata describing titles, descriptions, etc. of the datasets in the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td>
     <a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a>
     <br/>
@@ -364,11 +363,10 @@
 
 <section>
 <h3 id="Property:catalog_homepage">Property: homepage</h3>
-<p>The homepage of the catalog.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://xmlns.com/foaf/0.1/homepage">foaf:homepage</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The homepage of the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Document">foaf:Document</a></td></tr>
     <tr><td class="prop">Usage note:</td><td><a href="http://xmlns.com/foaf/0.1/homepage">foaf:homepage</a> is an inverse functional property (IFP) which means that it should be unique and precisely identify the catalog. This allows smushing various descriptions of the catalog when different URIs are used.</td></tr>
   </tbody>
@@ -378,11 +376,10 @@
 
 <section>
 <h3 id="Property:catalog_publisher">Property: publisher</h3>
-<p>The entity responsible for making the catalog online.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/publisher">dct:publisher</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The entity responsible for making the catalog online.</td></tr>
     <tr><td class="prop">Usage note:</td><td>Resources of type <a href="http://xmlns.com/foaf/0.1/Agent">foaf:Agent</a> 
     are recommended as values for this property.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Class:_Organization.2FPerson">Class: Organization/Person</a></td></tr>
@@ -392,10 +389,10 @@
 
 <section>
 <h3 id="Property:catalog_spatial">Property: spatial/geographic </h3>
-<p>The geographical area covered by the catalog.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/spatial">dct:spatial</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The geographical area covered by the catalog.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Location">dct:Location</a></td></tr>
   </tbody>
 </table>
@@ -403,10 +400,10 @@
 
 <section>
 <h3 id="Property:catalog_themes">Property: themes</h3>
-<p>The knowledge organization system (KOS) used to classify catalog's datasets.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#themeTaxonomy">dcat:themeTaxonomy</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The knowledge organization system (KOS) used to classify catalog's datasets.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a></td></tr>
   </tbody>
 </table>
@@ -414,12 +411,12 @@
 
 <section>
 <h3 id="Property:catalog_license">Property: license</h3>
-<p>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.</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>
   <tbody>
-    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/dcmitype/LicenseDocument">dctype:LicenseDocument</a></td></tr>
+    <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>
   </tbody>
 </table>
@@ -427,10 +424,10 @@
 
 <section>
 <h3 id="Property:catalog_dataset">Property: dataset</h3>
-<p>A dataset that is part of the catalog.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#dataset">dcat:dataset</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A dataset that is part of the catalog.</td></tr>
     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Catalog">dcat:Catalog</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
   </tbody>
@@ -439,10 +436,10 @@
 
 <section>
 <h3 id="Property:catalog_catalog_record">Property: catalog record</h3>
-<p>A catalog record that is part of the catalog.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#record">dcat:record</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A catalog record that is part of the catalog.</td></tr>
     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Catalog">dcat:Catalog</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#CatalogRecord">dcat:CatalogRecord</a></td></tr>
   </tbody>
@@ -799,7 +796,7 @@
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/license">dct:license</a></th></tr></thead>
   <tbody>
-    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/dcmitype/LicenseDocument">dctype:LicenseDocument</a></td></tr>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/LicenseDocument">dct:LicenseDocument</a></td></tr>
   </tbody>
 </table>
 </section>