Skip to content

Commit

Permalink
Prepare for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dodinh committed Apr 29, 2024
1 parent c4c26b6 commit 15ef3ed
Show file tree
Hide file tree
Showing 22 changed files with 5,828 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## xxxx-xx-xx - dev
## 2024-04-29 - 0.2.0

* [Codelist] Extend `plu:docType` to describe values from https://www.xrepository.de/details/urn:xoev-de:xplanverfahren:codeliste:verfahrensunterlagentyp
* [Website] Fix links to DCAT-AP.PLU documentation
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.18.6

ENV LIGHTTPD_VERSION=1.4.73-r0
ENV DCATAPPLU_VERSION=../drafts/0.0.1-draft-0.1
ENV DCATAPPLU_VERSION=0.2.0

RUN addgroup -S --gid 1000 lighttpd \
&& adduser -S -G lighttpd --uid 1000 lighttpd
Expand Down
Binary file added releases/0.2.0/DCAT-AP-PLU.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions releases/0.2.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# DCAT-AP.PLU 0.2.0

This release of DCAT-AP.PLU consists of
- an OpenAPI specification: [api-plu.yml](api-plu.yml)
- a ReSpec documentation: [doc-plu.html](doc-plu.html)
- with an accompanying `UML` diagram: [dcat-ap-plu.eapx](dcat-ap-plu.eapx) and [DCAT-AP-PLU.JPG](DCAT-AP-PLU.JPG)
- a `SHACL` shapefile for validation purposes: [shacl/dcat-ap-plu_shacl-shapes.ttl](shacl/dcat-ap-plu_shacl-shapes.ttl)
- example DCAT-AP.PLU `RDF/XML` files [examples/plu-example-full.xml](examples/plu-example-full.xml), [examples/plu-example-03.xml](examples/plu-example-03.xml)

## Licence

DCAT-AP.PLU 0.2.0 is distributed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
Loading

0 comments on commit 15ef3ed

Please sign in to comment.