Skip to content

Commit

Permalink
Refactoring, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Jan 10, 2025
1 parent e9dc2d8 commit 007eee1
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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
Expand Up @@ -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"
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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">
Expand Down
2 changes: 1 addition & 1 deletion drafts/0.0.1-draft-0.1/shacl/dcat-ap-plu_shacl-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
sh:shape :DateOrDateTimeDataType_Shape ;
sh:maxCount 1 ;
] ;
# optional
# optional
sh:property [
sh:path dcat:record ;
sh:class dcat:CatalogRecord ;
Expand Down

0 comments on commit 007eee1

Please sign in to comment.