Skip to content

Commit

Permalink
Add attribute plu:ProcessStep > dct:title
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Apr 15, 2024
1 parent ccbed44 commit 3eb730a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* [Website] Fix links to DCAT-AP.PLU documentation
* [Deployment] Set draft version for development
* [Spec] Replace `plu:procedureStartDate` (type `xsd:dateTime`) with `plu:procedurePeriod` (type `dct:PeriodOfTime`)
* [Spec] Add new attribute `dct:title` to `plu:ProcessStep`

## 2024-02-28 - 0.1.4

Expand Down
7 changes: 7 additions & 0 deletions drafts/0.0.1-draft-0.1/api-plu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,13 @@ components:
xml:
prefix: dct
name: temporal
title:
description: Title of the processstep
type: string
example: Titel des Verfahrensschrittes
xml:
prefix: dct
name: title
distribution:
description: A distribution referenced by the process step
type: array
Expand Down
13 changes: 13 additions & 0 deletions drafts/0.0.1-draft-0.1/doc-plu.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,19 @@ <h4 id="property-identifier">Eigenschaft: Identifikator</h4>
</table>
</section>

<section id="Property:processStep_title">
<h4 id="property-process-step-title">Eigenschaft: Titel</h4>
<table class="definition">
<thead><tr><th>URI:</th><th><a href="http://purl.org/dc/terms/title">dct:title</a></th></tr></thead>
<tbody>
<tr><td class="prop">Verbindlichkeit:</td><td>Empfohlen</td></tr>
<tr><td class="prop">Definition:</td><td>Name / Bezeichnung des Verfahrensschrittes als Freitext</td></tr>
<tr><td class="prop">Typ/Wertebereich:</td><td><a href="http://www.w3.org/2000/01/rdf-schema#Literal"><code>rdfs:Literal</code></a></td></tr>
<tr><td class="prop">Anwendungshinweis:</td><td>Der Titel des Verfahrensschrittes, falls er sich vom Titel des übergeordneten Planverfahrens unterscheidet.</td></tr>
</tbody>
</table>
</section>

<section id="Property:processStepType">
<h4 id="property-process-step-type">Eigenschaft: Art des Prozessschrittes</h4>
<table class="definition">
Expand Down
4 changes: 4 additions & 0 deletions 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 @@ -560,6 +560,10 @@
sh:path dct:temporal ;
sh:class dct:PeriodOfTime ;
sh:maxCount 1 ;
], [
sh:path dct:title ;
sh:nodeKind sh:Literal ;
sh:maxCount 1 ;
] ;
# optional
sh:property [
Expand Down

0 comments on commit 3eb730a

Please sign in to comment.