Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring
Browse files Browse the repository at this point in the history
dodinh committed Jan 10, 2025
1 parent e9dc2d8 commit cbc2a40
Showing 2 changed files with 22 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,8 +2,8 @@

## xxxx-xx-xx - dev

* [Codelist] Extend `plu:planState` to describe values , `planned`, `completelyReversed`, `discontinued`
* [Codelist] Extend `plu:procedureState` to describe values from `completelyCanceled`, `discontinued`
* [Codelist] Extend `plu:planState` to describe values `planned`, `completelyReversed`, `discontinued`
* [Codelist] Extend `plu:procedureState` to describe values `completelyCanceled`, `discontinued`

## 2024-06-26 - 0.2.1

32 changes: 20 additions & 12 deletions drafts/0.0.1-draft-0.1/doc-plu.html
Original file line number Diff line number Diff line change
@@ -11,6 +11,14 @@
specStatus: "unofficial",
shortName: "DCAT-PLU",
editors: [
{
name: "Armin Arndt",
company: "wemove digital solutions GmbH"
},
{
name: "Erik-Lân Do Dinh",
company: "wemove digital solutions GmbH"
},
{
name: "Ilona Westram",
company: "wemove digital solutions GmbH"
@@ -357,18 +365,6 @@ <h4 id="property-update-modification-date">Eigenschaft: Aktualisierungs- oder Ve
</table>
</section>

<section id="Property:dataset_update_date">
<h4 id="property-update-modification-date">Eigenschaft: Anlagedatum</h4>
<table class="definition">
<thead><tr><th>URI:</th><th><a href="http://purl.org/dc/terms/modified">plu:procedureImportDate</a></th></tr></thead>
<tbody>
<tr><td class="prop">Verbindlichkeit:</td><td>Optional</td></tr>
<tr><td class="prop">Definition:</td><td>Datum des Anlegens des Datensatzes<br>Dieses Feld beschreibt das Datum, an dem der Datensatz in einem System angelegt bzw. importiert wurde.</td></tr>
<tr><td class="prop">Typ/Wertebereich:</td><td><a href="https://www.w3.org/TR/rdf-schema/#ch_literal"><code title="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</code></a> als <code>xsd:date</code> oder <code>xsd:dateTime</code></td></tr>
</tbody>
</table>
</section>

<section id="Property:dataset_identifier">
<h4 id="property-dataset-identifier">Eigenschaft: Identifikator</h4>
<table class="definition">
@@ -498,6 +494,18 @@ <h4 id="property-procedure-period">Eigenschaft: Verfahrenszeitraum</h4>
</table>
</section>

<section id="Property:procedure_import_date">
<h4 id="property-procedure-import-date">Eigenschaft: Anlagedatum</h4>
<table class="definition">
<thead><tr><th>URI:</th><th><a href="http://purl.org/dc/terms/modified">plu:procedureImportDate</a></th></tr></thead>
<tbody>
<tr><td class="prop">Verbindlichkeit:</td><td>Optional</td></tr>
<tr><td class="prop">Definition:</td><td>Datum der Erstellung des Datensatzes<br>Dieses Feld beschreibt das Datum, an dem der Datensatz in einem System angelegt bzw. importiert wurde.</td></tr>
<tr><td class="prop">Typ/Wertebereich:</td><td><a href="https://www.w3.org/TR/rdf-schema/#ch_literal"><code title="http://www.w3.org/2000/01/rdf-schema#Literal">rdfs:Literal</code></a> als <code>xsd:date</code> oder <code>xsd:dateTime</code></td></tr>
</tbody>
</table>
</section>

<section id="Property:relation">
<h4 id="property-relation">Eigenschaft: Verweis</h4>
<table class="definition">

0 comments on commit cbc2a40

Please sign in to comment.