Skip to content

Commit

Permalink
Replace dct prefix to dcterms
Browse files Browse the repository at this point in the history
  • Loading branch information
fellahst committed Mar 7, 2024
1 parent 36508d9 commit 5303cb3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19372,17 +19372,17 @@ <h4>Handling Map Projections and Coordinate Systems</h4>
nature of geographic data often necessitates the use of various map projections and coordinate systems.
</p>
<p>
The <a href="#dataset-conforms_to"><code>dct:conformsTo</code></a> property in DCAT is integral in
The <a href="#dataset-conforms_to"><code>dcterms:conformsTo</code></a> property in DCAT is integral in
specifying
the Coordinate Reference System (CRS) utilized by a dataset or a distribution. Accurately defining the CRS
is
essential for understanding the spatial context, enabling precise geographic analysis and ensuring data
interoperability. </p>
<p>
Additionally, the <a href="#standard-type"><code>dct:type</code></a> property is employed alongside
<a href="#dataset-conforms_to"><code>dct:conformsTo</code></a> to delineate the type of reference system, be
Additionally, the <a href="#standard-type"><code>dcterms:type</code></a> property is employed alongside
<a href="#dataset-conforms_to"><code>dcterms:conformsTo</code></a> to delineate the type of reference system, be
it spatial or temporal. For spatial
datasets, <a href="#standard-type"><code>dct:type</code></a> typically points to a spatial reference system,
datasets, <a href="#standard-type"><code>dcterms:type</code></a> typically points to a spatial reference system,
as defined by URIs like <a
href="http://resources.data.gov/categories/SpatialReferenceSystem">http://resources.data.gov/categories/SpatialReferenceSystem</a>.
</p>
Expand Down Expand Up @@ -19976,7 +19976,7 @@ <h3>Legal Metadata</h3>

<h4>Access Rights</h4>
<p>
The <a href="#distribution-access-rights"><code>dct:accessRights</code></a> property in the DCAT-US
The <a href="#distribution-access-rights"><code>dcterms:accessRights</code></a> property in the DCAT-US
specification plays a key role in defining the accessibility of a dataset, distribution or data
service. This
property provides information about the access restrictions placed on a digital resources, including
Expand All @@ -19990,7 +19990,7 @@ <h4>Access Rights</h4>
</p>

<p>
The <a href="#distribution-access-rights"><code>dct:accessRights</code></a> property is used to
The <a href="#distribution-access-rights"><code>dcterms:accessRights</code></a> property is used to
describe the
general conditions under which a dataset is
accessible. This may include information about:</p>
Expand Down Expand Up @@ -20029,7 +20029,7 @@ <h4>Access Rights</h4>
<p>
This property does not typically include the access URL or mechanism, which
is covered by the <a href="distribution-access-url"><code>dcat:accessURL</code></a> property. Instead,
<a href="#distribution-access-rights"><code>dct:accessRights</code></a> focuses on the legal or policy
<a href="#distribution-access-rights"><code>dcterms:accessRights</code></a> focuses on the legal or policy
constraints that govern the availability of the dataset.
</p>
<h4>License Document</h4>
Expand Down Expand Up @@ -20068,7 +20068,7 @@ <h4>License Document</h4>
<p>
In dataset metadata, the <a href="#properties-for-license-document"><code>dcat-us:LicenseDocument</code></a>
can
be referenced using the property <code>dct:license</code>. This ensures that users are aware of and can
be referenced using the property <code>dcterms:license</code>. This ensures that users are aware of and can
easily
access the licensing terms associated with a dataset. </p>
<p>
Expand Down

0 comments on commit 5303cb3

Please sign in to comment.