formatting descriptions in table
authorfmaali
Thu, 30 May 2013 13:06:37 +0100
changeset 540 55164ba6f35b
parent 539 4fa24dbe527b
child 541 03072314d108
formatting descriptions in table
dcat/index.html
--- a/dcat/index.html	Thu May 30 12:48:08 2013 +0100
+++ b/dcat/index.html	Thu May 30 13:06:37 2013 +0100
@@ -464,10 +464,10 @@
 <a href="#Property:record_update_date">update date</a>
 </p>
 
-<p>A record in a data catalog, describing a single dataset.</p>
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#CatalogRecord">dcat:CatalogRecord</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A record in a data catalog, describing a single dataset.</td></tr>
     <tr><td class="prop">Usage note</td><td>This class is optional and not all catalogs will use it. It exists for catalogs where a distinction is made between metadata about 
     a <em>dataset</em> and metadata about the <em>dataset's entry in the catalog</em>. For example, the <i>publication date</i> property of the <i>dataset</i> reflects 
     the date when the information was originally made available by the publishing agency, while the publication date of the <i>catalog record</i> is the date when the dataset was added to the catalog. 
@@ -487,10 +487,10 @@
 
 <section>
 <h3 id="Property:record_title">Property: title</h3>
-<p>A name given to the record.</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 record.</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>
@@ -498,10 +498,10 @@
 
 <section>
 <h3 id="Property:record_description">Property: description</h3>
-<p>free-text account of the record.</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>free-text account of the record.</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>
@@ -509,10 +509,10 @@
 
 <section>
 <h3 id="Property:record_release_date">Property: listing date</h3>
-<p>The date of listing the corresponding dataset in 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>The date of listing the corresponding dataset in 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> 
     encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]]
      </td></tr>
@@ -525,10 +525,10 @@
 
 <section>
 <h3 id="Property:record_update_date">Property: update/modification date</h3>
-<p>Most recent date on which the catalog entry 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 entry 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> 
     encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]] 
      </td></tr>
@@ -540,11 +540,11 @@
 
 <section>
 <h3 id="Property:record_primary_topic">Property: primary topic</h3>
-<p>Links the catalog record to the dcat:Dataset resource described in the record.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://xmlns.com/foaf/0.1/primaryTopic">foaf:primaryTopic</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Links the catalog record to the dcat:Dataset resource described in the record.</td></tr>
     <tr><td class="prop">Usage note:</td><td><a href="http://xmlns.com/foaf/0.1/primaryTopic">foaf:primaryTopic</a> property is functional: 
     each catalog record can have at most one primary topic i.e. describes one dataset.</td></tr>
   </tbody>
@@ -573,11 +573,10 @@
 </p>
 
 
-<p>A collection of data, published or curated by a single source, and available for access or download in one or more formats.</p>
-
 <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">Definition:</td><td>A collection of data, published or curated by a single agent, and available for access or download in one or more formats.</td></tr>
     <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>
@@ -586,11 +585,10 @@
 
 <section>
 <h3 id="Property:dataset_title">Property: title</h3>
-<p>A name given to the dataset.</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 dataset.</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>
@@ -598,10 +596,10 @@
 
 <section>
 <h3 id="Property:dataset_description">Property: description</h3>
-<p>free-text account of the dataset.</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>free-text account of the dataset.</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>
@@ -609,10 +607,10 @@
 
 <section>
 <h3 id="Property:dataset_release_date">Property: release date</h3>
-<p>Date of formal issuance (e.g., publication) of the dataset.</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 dataset.</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 relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]]
     </td></tr>
@@ -623,10 +621,10 @@
 
 <section>
 <h3 id="Property:dataset_update_date">Property: update/modification date</h3>
-<p>Most recent date on which the dataset 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 dataset 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> 
     encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]]
     </td></tr>
@@ -638,11 +636,10 @@
 
 <section>
 <h3 id="Property:dataset_language">Property: language</h3>
-<p>The language of the dataset.</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 dataset.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a>
     <br/>
     Resources defined by the Library of Congress (<a href="http://id.loc.gov/vocabulary/iso639-1.html">1</a>,
@@ -656,10 +653,10 @@
 
 <section>
 <h3 id="Property:dataset_publisher">Property: publisher</h3>
-<p>An entity responsible for making the dataset available.</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>An entity responsible for making the dataset available.</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>
@@ -669,10 +666,10 @@
 
 <section>
 <h3 id="Property:dataset_frequency">Property: frequency</h3>
-<p>The frequency at which dataset is published.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/accrualPeriodicity">dct:accrualPeriodicity</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The frequency at which dataset is published.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Frequency">dct:Frequency</a> (A rate at which something recurs)</td></tr>
   </tbody>
 </table>
@@ -680,11 +677,10 @@
 
 <section>
 <h3 id="Property:dataset_identifier">Property: identifier</h3>
-<p>A unique identifier of the dataset.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/identifier">dct:identifier</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A unique identifier of the dataset.</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>
     <tr><td class="prop">Usage note:</td><td>The identifier might be used as part of the URI of the dataset, but still having it represented explicitly is useful.</td></tr>
   </tbody>
@@ -693,11 +689,10 @@
 
 <section>
 <h3 id="Property:dataset_spatial">Property: spatial/geographical coverage</h3>
-<p>Spatial coverage of the dataset.</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>Spatial coverage of the dataset.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/Location">dct:Location</a> (A spatial region or named place)</td></tr>
   </tbody>
 </table>
@@ -705,11 +700,11 @@
 
 <section>
 <h3 id="Property:dataset_temporal">Property: temporal coverage</h3>
-<p>The temporal period that the dataset covers.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/temporal">dct:temporal</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The temporal period that the dataset covers.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/PeriodOfTime">dct:PeriodOfTime</a> (An interval of time that is named or defined by its start and end dates)</td></tr>
   </tbody>
 </table>
@@ -717,11 +712,11 @@
 
 <section>
 <h3 id="Property:dataset_theme">Property: theme/category</h3>
-<p>The main category of the dataset. A dataset can have multiple themes.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#theme">dcat:theme</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The main category of the dataset. A dataset can have multiple themes.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/subject">dct:subject</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>The set of <a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a>s used to categorize the datasets are organized in a <a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a> describing all the categories and their relations in the catalog.</td></tr>
@@ -732,11 +727,11 @@
 
 <section>
 <h3 id="Property:dataset_keyword">Property: keyword/tag</h3>
-<p>A keyword or tag describing the dataset.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#keyword">dcat:keyword</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A keyword or tag describing the dataset.</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>
@@ -744,11 +739,11 @@
 
 <section>
 <h3 id="Property:dataset_contactPoint">Property: contact point</h3>
-<p>Link a dataset to relevant contact information which is provided using VCard [[VCARD]].</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#contactPoint">dcat:contactPoint</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Link a dataset to relevant contact information which is provided using VCard [[VCARD]].</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2006/vcard/ns#Kind">vcard:Kind</a></td></tr>
   </tbody>
 </table>
@@ -756,10 +751,10 @@
 
 <section>
 <h3 id="Property:dataset_distribution">Property: dataset distribution</h3>
-<p>Connects a dataset to its available distributions.</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>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Connects a dataset to its available distributions.</td></tr>
     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/ns/dcat#Distribution">dcat:Distribution</a></td></tr>
   </tbody>
@@ -768,10 +763,10 @@
 
 <section>
 <h3 id="Property:dataset_landingpage">Property: landing page</h3>
-<p>A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#landingPage">dcat:landingPage</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://xmlns.com/foaf/0.1/page">foaf:page</a></td></tr>
     <tr><td class="prop">Domain:</td><td><a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://xmlns.com/foaf/0.1/Document">foaf:Document</a></td></tr>
@@ -799,14 +794,12 @@
 <a href="#Property:distribution_update_date">update date</a>
 </p>
 
-<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 or different endpoints. 
-Examples of distributions include a downloadable CSV file, an API or an RSS feed</p>
-
-
 <table class="definition">
   <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">Definition:</td><td>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 or different endpoints. 
+Examples of distributions include a downloadable CSV file, an API or an RSS feed</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 some through Web page. 
     The use of <a href="#Property:distribution_downloadurl">dcat:downloadURL</a> property indicates directly downloadable distributions.</td></tr>
@@ -815,11 +808,10 @@
 
 <section>
 <h3 id="Property:distribution_title">Property: title</h3>
-<p>A name given to the distribution.</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 distribution.</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>
@@ -827,10 +819,10 @@
 
 <section>
 <h3 id="Property:distribution_description">Property: description</h3>
-<p>free-text account of the distribution.</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>free-text account of the distribution.</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>
@@ -838,10 +830,10 @@
 
 <section>
 <h3 id="Property:distribution_release_date">Property: release date</h3>
-<p>Date of formal issuance (e.g., publication) of the distribution.</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 distribution.</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 relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]]
     </td></tr>
@@ -853,10 +845,10 @@
 
 <section>
 <h3 id="Property:distribution_update_date">Property: update/modification date</h3>
-<p>Most recent date on which the distribution 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 distribution 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> 
     encoded using the relevant <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601 Date and Time compliant string</a> and typed using the appropriate XML Schema datatype [[XMLSCHEMA-2]]</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:dataset_update_date" title=""> dataset modification date</a></td></tr>
@@ -866,11 +858,10 @@
 
 <section>
 <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/rights">dct:rights</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Information about rights held in and over the 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">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 
@@ -882,11 +873,11 @@
 
 <section>
 <h3 id="Property:distribution_accessurl">Property: access URL</h3>
-<p>Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, 
-SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#accessURL">dcat:accessURL</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page, download, feed URL, 
+SPARQL endpoint. Use when your catalog does not have information on which it is or when it is definitely not a download.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
     <tr><td class="prop">Usage note:</td><td><ul> <li>the value is a URL.</li>
     <li>
@@ -901,11 +892,11 @@
 
 <section>
 <h3 id="Property:distribution_downloadurl">Property: download URL</h3>
-<p>This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. 
-The format is described by the distribution's dc:format and/or dcat:mediaType</p>
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#downloadURL">dcat:downloadURL</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. 
+The format is described by the distribution's dc:format and/or dcat:mediaType</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Resource">rdfs:Resource</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>the value is a URL.</td></tr>
     <tr><td class="prop">See also</td><td><a href="#Property:distribution_accessurl">distribution access URL</a></td></tr>
@@ -915,11 +906,10 @@
 
 <section>
 <h3 id="Property:distribution_size">Property: byteSize</h3>
-<p>The size of a distribution in bytes.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#size">dcat:byteSize</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The size of a distribution in bytes.</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/#decimal">xsd:decimal</a>.</td></tr>
     <tr><td class="prop">Usage note:</td><td>The size in bytes can be approximated when the precise size is not known.</td></tr>
   </tbody>
@@ -928,11 +918,10 @@
 
 <section>
 <h3 id="Property:distribution_media_type">Property: media type</h3>
-<p>The media type of the distribution as defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://www.w3.org/ns/dcat#mediaType">dcat:mediaType</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The media type of the distribution as defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
     <tr><td class="prop">Sub property of:</td><td><a href="http://purl.org/dc/terms/format">dct:format</a></td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
     <tr><td class="prop">Usage note:</td><td>This property SHOULD be used when the media type of the distribution is defined in <a href="http://www.iana.org/assignments/media-types/">IANA</a>, otherwise dct:format MAY be used with different values.</td></tr>
@@ -943,11 +932,11 @@
 
 <section>
 <h3 id="Property:distribution_format">Property: format</h3>
-<p>The file format of the distribution.</p>
 
 <table class="definition">
   <thead><tr><th>RDF Property:</th><th><a href="http://purl.org/dc/terms/format">dct:format</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The file format of the distribution.</td></tr>
     <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/MediaTypeOrExtent">dct:MediaTypeOrExtent</a></td></tr>
     <tr><td class="prop">Usage note:</td><td> <a href="#Property:distribution_media_type">dcat:mediaType</a> SHOULD be used if the type of the distribution is defined by <a href="http://www.iana.org/assignments/media-types/">IANA</a>.</td></tr>
   </tbody>
@@ -957,11 +946,10 @@
 
 <section>
 <h2 id="Class:_Concept_Scheme">Class: Concept scheme</h2>
-<p>The knowledge organization system (KOS) used to represent themes/categories of datasets in the catalog.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/2004/02/skos/core#ConceptScheme">skos:ConceptScheme</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>The knowledge organization system (KOS) used to represent themes/categories of datasets in the catalog.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:catalog_themes">catalog themes</a>, <a href="#Property:dataset_theme">dataset theme</a></td></tr>
   </tbody>
 </table>
@@ -969,11 +957,10 @@
 
 <section>
 <h2 id="Class:_Concept">Class: Concept</h2>
-<p>A category or a theme used to describe datasets in the catalog.</p>
-
 <table class="definition">
   <thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/2004/02/skos/core#Concept">skos:Concept</a></th></tr></thead>
   <tbody>
+    <tr><td  class="prop">Definition:</td><td>A category or a theme used to describe datasets in the catalog.</td></tr>
     <tr><td class="prop">Usage note:</td><td>It is necessary to use either skos:inScheme or skos:topConceptOf on every skos:Concept otherwise it's not clear which concept scheme they belong to.</td></tr>
     <tr><td class="prop">See also:</td><td><a href="#Property:catalog_themes">catalog themes</a>, <a href="#Property:dataset_theme">dataset theme</a></td></tr>
   </tbody>