changing the range of dct:language to dct:LinguisticSystem
authorfmaali
Thu, 30 May 2013 14:18:49 +0100
changeset 543 7f89a655824f
parent 542 6248977093f2
child 544 523812086141
changing the range of dct:language to dct:LinguisticSystem
dcat/index.html
--- a/dcat/index.html	Thu May 30 13:54:03 2013 +0100
+++ b/dcat/index.html	Thu May 30 14:18:49 2013 +0100
@@ -126,11 +126,11 @@
 <section class="informative">
 <h2 id="overview">Vocabulary Overview</h2>
 <p>DCAT is an RDF vocabulary well-suited to representing government data catalogs such as <a href="http://Data.gov">Data.gov</a> and <a href="http://data.gov.uk">data.gov.uk</a>. DCAT defines three main classes:</p>
-<ul><li> <code><a>dcat:Catalog</a></code> represents the catalog
-</li><li> <code><a>dcat:Dataset</a></code> represents a dataset in a catalog
-</li><li> <code><a>dcat:Distribution</a></code> represents an accessible form of a dataset as for example a downloadable file, an RSS feed or a web service that provides the data.
+<ul><li> <code><a href="#Class:_Catalog">dcat:Catalog</a></code> represents the catalog
+</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 of a dataset as for example a downloadable file, an RSS feed or a web service that provides the data.
 </li></ul>
-<p>Another important class in DCAT is dcat:CatalogRecord which describes a dataset entry in the catalog. Notice that while dcat:Dataset represents the dataset itself, dcat:CatalogRecord represents the record that describes a dataset in the catalog. The use of the CatalogRecord is considered optional. It is used to capture provenance information about dataset entries in a catalog. If this distinction is not necessary then CatalogRecord can be safely ignored.</p>
+<p>Another important class in DCAT is <code><a href="#Class:_Catalog_record">dcat:CatalogRecord</a></code> which describes a dataset entry in the catalog. Notice that while dcat:Dataset represents the dataset itself, dcat:CatalogRecord represents the record that describes a dataset in the catalog. The use of the CatalogRecord is considered optional. It is used to capture provenance information about dataset entries in a catalog. If this distinction is not necessary then CatalogRecord can be safely ignored.</p>
 
 <p><img alt="UML model of DCAT classes and properties" src="dcat-model.jpg"/></p>
 <p>All RDF examples in this document are written in Turtle syntax [[TURTLE-TR]].</p>
@@ -355,7 +355,7 @@
   <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>
+    <a href="http://purl.org/dc/terms/LinguisticSystem">dct:LinguisticSystem</a>
     <br/>
     Resources defined by the Library of Congress (<a href="http://id.loc.gov/vocabulary/iso639-1.html">1</a>,
      <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) SHOULD be used.
@@ -640,7 +640,7 @@
   <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>
+    <tr><td class="prop">Range:</td><td><a href="http://purl.org/dc/terms/LinguisticSystem">dct:LinguisticSystem</a>
     <br/>
     Resources defined by the Library of Congress (<a href="http://id.loc.gov/vocabulary/iso639-1.html">1</a>,
      <a href="http://id.loc.gov/vocabulary/iso639-2.html">2</a>) SHOULD be used.