Skip to content

Commit

Permalink
HTML glitches 1
Browse files Browse the repository at this point in the history
  • Loading branch information
davebrowning committed Jan 25, 2019
1 parent 3a5e89c commit affca7a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<section id="sotd">

<p>
Since the <a href="">First Public Working Draft</a>, the main changes to the DCAT vocabulary have been:
Since the <a href="https://www.w3.org/TR/2018/WD-vocab-dcat-2-20180508/">First Public Working Draft</a>, the main changes to the DCAT vocabulary have been:
<ul>
<li>addition of a <code><a href="#Class:Resource">dcat:Resource</a></code> class for representing any resource than can be included in the catalog, this is
now the super-class of <code><a href="#Class:Dataset">dcat:Dataset</a></code></li>
Expand Down Expand Up @@ -510,7 +510,7 @@ <h3>A dataset available as a download and behind some Web page</h3>
does not have to be defined as a separate <code>dcat:Distribution</code> instance.</p>
</section>

<section id="a-dataset-available-from a service">
<section id="a-dataset-available-from-a-service">
<h3>A dataset available through a service</h3>
<p><code>:dataset-004</code> is distributed in different representations from different services.
The <code>dcat:accessURL</code> for each <code>dcat:Distribution</code> corresponds with the <code>dcat:endpointURL</code> of the service.
Expand Down Expand Up @@ -552,11 +552,8 @@ <h3>A dataset available through a service</h3>
dcat:endpointURL &lt;http://example.org/api/table-005&gt; ;
dcat:servesDataset :dataset-003, :dataset-004 ;
. </pre>
</div>



</section>
</section>

</section>

Expand Down Expand Up @@ -1967,7 +1964,7 @@ <h3>Class: Data Service</h3>
<tr><td class="prop">Definition:</td><td>A site or end-point providing operations related to the discovery of, access to, or processing functions on, data or related resources</td></tr>
<tr><td class="prop">Sub class of:</td><td><a href="http://www.w3.org/ns/dcat#Resource">dcat:Resource</a></td></tr>
<tr><td class="prop">Sub class of:</td><td><a href="http://purl.org/dc/dcmitype/Service">dctype:Service</a></td></tr>
<tr><td class="prop">Usage note:</td><td>The class <a href="#Class:DataService">dcat:DataService</a></code> is an extension point for the description of any kind of data service. Currently only one subclass is defined - DataDistributionService - but additional subclasses may be defined in a DCAT application profile or other DCAT application for catalogs of other kinds of services</td></tr>
<tr><td class="prop">Usage note:</td><td>The class <a href="#Class:DataService"><code>dcat:DataService</code></a> is an extension point for the description of any kind of data service. Currently only one subclass is defined - DataDistributionService - but additional subclasses may be defined in a DCAT application profile or other DCAT application for catalogs of other kinds of services</td></tr>
<tr><td class="prop">Usage note:</td><td>The kind of service can be indicated using the <a href="http://purl.org/dc/terms/type">dct:type</a> property. Its value may be taken from a controlled vocabulary such as the <a href="https://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/">INSPIRE spatial data service type vocabulary</a></td></tr>
</tbody>
</table>
Expand Down

0 comments on commit affca7a

Please sign in to comment.