Skip to content

Commit 0a9b92d

Browse files
committed
Release 0.2.2
2 parents 38cbdc4 + 4013818 commit 0a9b92d

29 files changed

+5989
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2025-02-12 - 0.2.2
4+
5+
* [Codelist] Extend `plu:planState` to describe values `planned`, `completelyReversed`, `discontinued`
6+
* [Codelist] Extend `plu:procedureState` to describe values `completelyCanceled`, `discontinued`
7+
* [Spec] Add new attribute `plu:procedureImportDate` to `dcat:Dataset`
8+
* [Deployment] Update docker base image
9+
310
## 2024-06-26 - 0.2.1
411

512
* [Documentation] Fix type links

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM alpine:3.20.1
1+
FROM alpine:3.21.2
22

33
ENV LIGHTTPD_VERSION=1.4.76-r0
4-
ENV DCATAPPLU_VERSION=0.2.1
4+
ENV DCATAPPLU_VERSION=0.2.2
55

66
RUN addgroup -S --gid 1000 lighttpd \
77
&& adduser -S -G lighttpd --uid 1000 lighttpd
-15 KB
Loading

drafts/0.0.1-draft-0.1/api-plu.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,6 +1077,14 @@ components:
10771077
xml:
10781078
prefix: dct
10791079
name: modified
1080+
procedureImportDate:
1081+
description: Date of the import of the dataset
1082+
type: string
1083+
format: date-time
1084+
example: 2023-05-01T00:00:00.000Z
1085+
xml:
1086+
prefix: plu
1087+
name: procedureImportDate
10801088
relation:
10811089
description: Reference to another dataset
10821090
type: string

drafts/0.0.1-draft-0.1/codelists/planState.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Zur kodierten Angabe des Status eines raumbezogenen Planwerks sind folgende Opti
1919
<skos:prefLabel xml:lang="en">List of states of a spatial plan</skos:prefLabel>
2020
<dct:identifier>https://specs.diplanung.de/resource/planState</dct:identifier>
2121
</skos:ConceptScheme>
22+
<skos:Concept rdf:about="https://specs.diplanung.de/resource/planState#planned">
23+
<dc:identifier>planned</dc:identifier>
24+
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/planState"/>
25+
<skos:inScheme rdf:resource="https://specs.diplanung.de/resource/planState"/>
26+
<skos:prefLabel xml:lang="de">simuliert</skos:prefLabel>
27+
<skos:prefLabel xml:lang="en">planned</skos:prefLabel>
28+
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/planState#planned"/>
29+
</skos:Concept>
2230
<skos:Concept rdf:about="https://specs.diplanung.de/resource/planState#inPreparation">
2331
<dc:identifier>inPreparation</dc:identifier>
2432
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/planState"/>
@@ -35,6 +43,22 @@ Zur kodierten Angabe des Status eines raumbezogenen Planwerks sind folgende Opti
3543
<skos:prefLabel xml:lang="en">fixed</skos:prefLabel>
3644
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/planState#fixed"/>
3745
</skos:Concept>
46+
<skos:Concept rdf:about="https://specs.diplanung.de/resource/planState#completelyReversed">
47+
<dc:identifier>completelyReversed</dc:identifier>
48+
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/planState"/>
49+
<skos:inScheme rdf:resource="https://specs.diplanung.de/resource/planState"/>
50+
<skos:prefLabel xml:lang="de">ganz aufgehoben</skos:prefLabel>
51+
<skos:prefLabel xml:lang="en">completely reversed</skos:prefLabel>
52+
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/planState#completelyReversed"/>
53+
</skos:Concept>
54+
<skos:Concept rdf:about="https://specs.diplanung.de/resource/planState#discontinued">
55+
<dc:identifier>discontinued</dc:identifier>
56+
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/planState"/>
57+
<skos:inScheme rdf:resource="https://specs.diplanung.de/resource/planState"/>
58+
<skos:prefLabel xml:lang="de">eingestellt</skos:prefLabel>
59+
<skos:prefLabel xml:lang="en">discontinued</skos:prefLabel>
60+
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/planState#discontinued"/>
61+
</skos:Concept>
3862
<skos:Concept rdf:about="https://specs.diplanung.de/resource/planState#unknown">
3963
<dc:identifier>unknown</dc:identifier>
4064
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/planState"/>

drafts/0.0.1-draft-0.1/codelists/procedureState.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@ Zur kodierten Angabe des übergeordneten Status eines Verfahrens sind folgende O
4343
<skos:prefLabel xml:lang="en">completed</skos:prefLabel>
4444
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/procedureState#completed"/>
4545
</skos:Concept>
46+
<skos:Concept rdf:about="https://specs.diplanung.de/resource/procedureState#completelyCanceled">
47+
<dc:identifier>completelyCanceled</dc:identifier>
48+
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/procedureState"/>
49+
<skos:inScheme rdf:resource="https://specs.diplanung.de/resource/procedureState"/>
50+
<skos:prefLabel xml:lang="de">ganz aufgehoben</skos:prefLabel>
51+
<skos:prefLabel xml:lang="en">completely canceled</skos:prefLabel>
52+
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/procedureState#completelyCanceled"/>
53+
</skos:Concept>
54+
<skos:Concept rdf:about="https://specs.diplanung.de/resource/procedureState#discontinued">
55+
<dc:identifier>discontinued</dc:identifier>
56+
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/procedureState"/>
57+
<skos:inScheme rdf:resource="https://specs.diplanung.de/resource/procedureState"/>
58+
<skos:prefLabel xml:lang="de">eingestellt</skos:prefLabel>
59+
<skos:prefLabel xml:lang="en">discontinued</skos:prefLabel>
60+
<skos:exactMatch rdf:resource="https://specs.diplanung.de/resource/procedureState#discontinued"/>
61+
</skos:Concept>
4662
<skos:Concept rdf:about="https://specs.diplanung.de/resource/procedureState#unknown">
4763
<dc:identifier>unknown</dc:identifier>
4864
<skos:topConceptOf rdf:resource="https://specs.diplanung.de/resource/procedureState"/>

drafts/0.0.1-draft-0.1/doc-plu.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
specStatus: "unofficial",
1212
shortName: "DCAT-PLU",
1313
editors: [
14+
{
15+
name: "Armin Arndt",
16+
company: "wemove digital solutions GmbH"
17+
},
18+
{
19+
name: "Erik-Lân Do Dinh",
20+
company: "wemove digital solutions GmbH"
21+
},
1422
{
1523
name: "Ilona Westram",
1624
company: "wemove digital solutions GmbH"
@@ -486,6 +494,18 @@ <h4 id="property-procedure-period">Eigenschaft: Verfahrenszeitraum</h4>
486494
</table>
487495
</section>
488496

497+
<section id="Property:procedure_import_date">
498+
<h4 id="property-procedure-import-date">Eigenschaft: Anlagedatum</h4>
499+
<table class="definition">
500+
<thead><tr><th>URI:</th><th><a href="http://purl.org/dc/terms/modified">plu:procedureImportDate</a></th></tr></thead>
501+
<tbody>
502+
<tr><td class="prop">Verbindlichkeit:</td><td>Optional</td></tr>
503+
<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>
504+
<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>
505+
</tbody>
506+
</table>
507+
</section>
508+
489509
<section id="Property:relation">
490510
<h4 id="property-relation">Eigenschaft: Verweis</h4>
491511
<table class="definition">
@@ -1040,6 +1060,8 @@ <h3>Codeliste für den übergeordneten Status eines Verfahrens<a class="self-lin
10401060
<tr><td>planned</td> <td>geplant</td></tr>
10411061
<tr><td>ongoing</td> <td>laufend</td></tr>
10421062
<tr><td>completed</td> <td>abgeschlossen</td></tr>
1063+
<tr><td>completelyCanceled</td> <td>ganz aufgehoben</td></tr>
1064+
<tr><td>discontinued</td> <td>eingestellt</td></tr>
10431065
<tr><td>unknown</td> <td>unbekannt</td></tr>
10441066
</tbody>
10451067
</table>
@@ -1050,8 +1072,11 @@ <h3>Codeliste für den Status eines Plans<a class="self-link" href="#codelist-pl
10501072
<table>
10511073
<thead><tr><th>Code</th><th>Beschreibung</th></tr></thead>
10521074
<tbody>
1075+
<tr><td>planned</td> <td>simuliert</td></tr>
10531076
<tr><td>inPreparation</td> <td>in Aufstellung</td></tr>
10541077
<tr><td>fixed</td> <td>festgesetzt</td></tr>
1078+
<tr><td>completelyReversed</td> <td>ganz aufgehoben</td></tr>
1079+
<tr><td>discontinued</td> <td>eingestellt</td></tr>
10551080
<tr><td>unknown</td> <td>unbekannt</td></tr>
10561081
</tbody>
10571082
</table>

drafts/0.0.1-draft-0.1/examples/plu-example-full.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</dct:description>
1717
<dct:issued>2023-01-01T00:00:00.000Z</dct:issued>
1818
<dct:modified>2023-03-01T00:00:00.000Z</dct:modified>
19+
<plu:procedureImportDate>2023-05-01T00:00:00.000Z</plu:procedureImportDate>
1920
<dct:identifier>e7ced9a0-1076-4aee-af39-e6a2e7ff30b2</dct:identifier>
2021
<adms:identifier rdf:resource="https://specs.diplanung.de/resource/authority#hh/e7ced9a0-1076-4aee-af39-e6a2e7ff30b2"/>
2122
<plu:planName>Bebauungsplan123</plu:planName>

drafts/0.0.1-draft-0.1/shacl/dcat-ap-plu_shacl-shapes.ttl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
sh:shape :DateOrDateTimeDataType_Shape ;
177177
sh:maxCount 1 ;
178178
] ;
179-
# optional
179+
# optional
180180
sh:property [
181181
sh:path dcat:record ;
182182
sh:class dcat:CatalogRecord ;
@@ -361,6 +361,10 @@
361361
sh:path dct:modified ;
362362
sh:shape :DateOrDateTimeDataType_Shape ;
363363
sh:maxCount 1 ;
364+
], [
365+
sh:path plu:procedureImportDate ;
366+
sh:shape :DateOrDateTimeDataType_Shape ;
367+
sh:maxCount 1 ;
364368
], [
365369
sh:path dct:relation ;
366370
sh:nodeKind sh:BlankNodeOrIRI ;

releases/0.2.2/DCAT-AP-PLU.JPG

112 KB
Loading

0 commit comments

Comments
 (0)