Skip to content

Commit

Permalink
Merge pull request #612 from w3c/dcat-issue431
Browse files Browse the repository at this point in the history
Addressing issue 431
  • Loading branch information
davebrowning committed Nov 29, 2018
2 parents 7066c2b + b7d0d6e commit 1b42e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcat/index.html
Expand Up @@ -135,7 +135,7 @@ <h2>Vocabulary overview</h2>
<p>DCAT is an RDF vocabulary well-suited to representing data catalogs such as <a href="https://www.data.gov/">data.gov</a> and <a href="https://data.gov.uk">data.gov.uk</a>. DCAT defines eight main classes:</p>
<ul>
<li> <code><a href="#Class:Catalog">dcat:Catalog</a></code> represents the catalog</li>
<li> <code><a href="#Class:Resource">dcat:Resource</a></code> represents an item described by an entry in a catalog.</li>
<li> <code><a href="#Class:Resource">dcat:Resource</a></code> represents an item described by an entry in a catalog, and carries the properties common to any resource that can be catalogued. This class is the parent class of <code><a href="#Class:Dataset">dcat:Dataset</a></code>, <code><a href="#Class:Data_Service">dcat:DataService</a></code> and <code><a href="#Class:Catalog">dcat:Catalog</a></code>. A specific sub-class should be used when available.</li>
<li> <code><a href="#Class:Dataset">dcat:Dataset</a></code> represents a dataset in a catalog.</li>
<li> <code><a href="#Class:Distribution">dcat:Distribution</a></code> represents an accessible form or representation of a dataset as for example a downloadable file.</li>
<li> <code><a href="#Class:Data_Service">dcat:DataService</a></code> represents a data service in a catalog. Example data services include data distribution services and data discovery services.</li>
Expand Down

0 comments on commit 1b42e87

Please sign in to comment.