Skip to content

Commit

Permalink
Added catalog record lifecycle property
Browse files Browse the repository at this point in the history
  • Loading branch information
fellahst committed Jan 26, 2024
1 parent fcde0cf commit 894455b
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,9 @@ <h2>Address (Location)</h2>
</tr>
<tr>
<th class="prop">Usage note</th>
<td>This class is used to define a location defined by an address. It should be used only with the property <a data-cite="DCTERMS#http://purl.org/dc/terms/spatial"><code>dcterms:spatial</code></a>, not the contact point <a href="#contact-address">address</a> property.</td>
<td>This class is used to define a location defined by an address. It should be used only with the property <a
data-cite="DCTERMS#http://purl.org/dc/terms/spatial"><code>dcterms:spatial</code></a>, not the contact
point <a href="#contact-address">address</a> property.</td>
</tr>
<tr>
<th>Rationale:</th>
Expand Down Expand Up @@ -19028,7 +19030,9 @@ <h4>Lifecycle Temporal Properties</h4>

<ul>
<li>
<strong>Release Time (dcterms:issued):</strong> Indicates the date when the dataset was first made
<strong>Release Time ( <a
data-cite="DCTERMS#http://purl.org/dc/terms/issued"><code>dcterms:issued</code></a>):</strong> Indicates
the date when the dataset was first made
available. Formats include:
<ul>
<li><a href="https://www.w3.org/TR/xmlschema11-2/#date">xsd:date</a>(e.g., <code>2023-11-30</code>)</li>
Expand All @@ -19042,9 +19046,10 @@ <h4>Lifecycle Temporal Properties</h4>
</ul>
</li>
<li>
<strong>Revision/Update Time (dcterms:modified):</strong> Shows when the dataset was last updated, using
the
same formats as the release time.
<strong>Revision/Update Time (<a
data-cite="DCTERMS#http://purl.org/dc/terms/modified"><code>dcterms:modified</code></a>):</strong> Shows
when the dataset was last updated, using
the same formats as the release time.
</li>
<li>
<strong>Update Schedule (dcterms:accrualPeriodicity):</strong> Describes the frequency of dataset updates.
Expand All @@ -19055,6 +19060,12 @@ <h4>Lifecycle Temporal Properties</h4>
regular or irregular. <a href="#frequency-coding">Frequency Coding Guide section</a> provides a guide to
coding various standard frequencies as per ISO 19115, ISO-8601, and the Dublin Core standards.
</li>
<li>
<strong>Record Creation Time (<a
data-cite="DCTERMS#http://purl.org/dc/terms/created"><code>dcterms:created</code></a>):</strong>
Specifies the date when the catalog record itself was created, separate from the dataset it catalogs. This
property uses the <a href="https://www.w3.org/TR/xmlschema11-2/#dateTime">xsd:dateTime</a> format.
</li>
</ul>

<aside class="note">
Expand Down

0 comments on commit 894455b

Please sign in to comment.