Skip to content

Commit

Permalink
Changed order in which inherited properties are presented
Browse files Browse the repository at this point in the history
  • Loading branch information
agbeltran committed Oct 14, 2018
1 parent 8d24c6f commit 3dda331
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,6 @@ <h3>Class: Catalog</h3>
<a href="#Property:catalog_rights">rights</a>,
<a href="#Property:catalog_themes">themes</a>
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a>:
<a href="#Property:dataset_creator">creator</a>,
<a href="#Property:dataset_distribution">distribution</a>,
<a href="#Property:dataset_frequency">frequency</a>,
<a href="#Property:catalog_spatial">spatial/geographic coverage</a>,
<a href="#Property:dataset_temporal">temporal coverage</a>,
<a href="#Property:dataset_wasgeneratedby">was generated by</a>
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#Resource">dcat:Resource</a>:
<a href="#Property:resource_conformsto">conformsTo</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand All @@ -743,6 +735,14 @@ <h3>Class: Catalog</h3>
<a href="#Property:resource_type">type/genre</a>,
<a href="#Property:catalog_update_date">update/modification date</a>,
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#Dataset">dcat:Dataset</a>:
<a href="#Property:dataset_creator">creator</a>,
<a href="#Property:dataset_distribution">distribution</a>,
<a href="#Property:dataset_frequency">frequency</a>,
<a href="#Property:catalog_spatial">spatial/geographic coverage</a>,
<a href="#Property:dataset_temporal">temporal coverage</a>,
<a href="#Property:dataset_wasgeneratedby">was generated by</a>
</p>


<div class="note">
Expand Down Expand Up @@ -1458,12 +1458,6 @@ <h3>Class: Data Distribution Service</h3>
<p>The following properties are recommended for use on this class:
<a href="#Property:datadistributionservice_servesdataset">servesDataset</a>,
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#DataService">dcat:DataService</a>:
<a href="#Property:dataservice_endpointdescription">endpointDescription</a>,
<a href="#Property:dataservice_endpointurl">endpointURL</a>,
<a href="#Property:dataservice_license">license</a>,
<a href="#Property:dataservice_access_rights">accessRights</a>
</p>
<p>The following properties are are inherited from the super-class <a href="http://www.w3.org/ns/dcat#Resource">dcat:Resource</a>:
<a href="#Property:resource_conformsto">conformsTo</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand All @@ -1480,6 +1474,12 @@ <h3>Class: Data Distribution Service</h3>
<a href="#Property:resource_type">type/genre</a>,
<a href="#Property:resource_update_date">update/modification date</a>,
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#DataService">dcat:DataService</a>:
<a href="#Property:dataservice_endpointdescription">endpointDescription</a>,
<a href="#Property:dataservice_endpointurl">endpointURL</a>,
<a href="#Property:dataservice_license">license</a>,
<a href="#Property:dataservice_access_rights">accessRights</a>
</p>

<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#DataDistributionService">dcat:DataDistributionService</a></th></tr></thead>
Expand Down Expand Up @@ -1811,12 +1811,6 @@ <h4>Property: was generated by</h4>

<section id="Class:Discovery_Service">
<h3>Class: Discovery Service</h3>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#DataService">dcat:DataService</a>:
<a href="#Property:dataservice_endpointdescription">endpointDescription</a>,
<a href="#Property:dataservice_endpointurl">endpointURL</a>,
<a href="#Property:dataservice_license">license</a>,
<a href="#Property:dataservice_access_rights">accessRights</a>
</p>
<p>The following properties are are inherited from the super-class <a href="http://www.w3.org/ns/dcat#Resource">dcat:Resource</a>:
<a href="#Property:resource_conformsto">conformsTo</a>,
<a href="#Property:resource_contact_point">contact point</a>,
Expand All @@ -1833,6 +1827,12 @@ <h3>Class: Discovery Service</h3>
<a href="#Property:resource_type">type/genre</a>,
<a href="#Property:resource_update_date">update/modification date</a>,
</p>
<p>The following properties are inherited from the super-class <a href="http://www.w3.org/ns/dcat#DataService">dcat:DataService</a>:
<a href="#Property:dataservice_endpointdescription">endpointDescription</a>,
<a href="#Property:dataservice_endpointurl">endpointURL</a>,
<a href="#Property:dataservice_license">license</a>,
<a href="#Property:dataservice_access_rights">accessRights</a>
</p>

<table class="definition">
<thead><tr><th>RDF Class:</th><th><a href="http://www.w3.org/ns/dcat#DiscoveryService">dcat:DiscoveryService</a></th></tr></thead>
Expand Down

0 comments on commit 3dda331

Please sign in to comment.