Skip to content
Snippets Groups Projects
Commit a3051c82 authored by Jesper Zedlitz's avatar Jesper Zedlitz
Browse files

Merge branch '73-anderungen-am-dcat-harvester-startdate-enddate-schema' into 'dev'

Resolve "Änderungen am DCAT Harvester startDate/endDate schema"

See merge request !53
parents 6cf88b4f 24c1dff7
Branches
Tags
1 merge request!53Resolve "Änderungen am DCAT Harvester startDate/endDate schema"
...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. ...@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Replaced `schema:startDate` with `dcat:startDate` and `schema:endDate` with `dcat:endDate` in test files.
## [2.4.4] ## [2.4.4]
### Added ### Added
......
...@@ -67,8 +67,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -67,8 +67,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-30</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-04-30</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -115,8 +115,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -115,8 +115,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-03-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-03-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-03-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-03-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -163,8 +163,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -163,8 +163,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-28</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-02-28</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -211,8 +211,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -211,8 +211,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -259,8 +259,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -259,8 +259,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -307,8 +307,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -307,8 +307,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-01-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-12-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2017-12-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -355,8 +355,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -355,8 +355,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-01-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-01-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2016-12-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -403,8 +403,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -403,8 +403,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-01-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-01-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-12-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-12-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
...@@ -450,8 +450,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch ...@@ -450,8 +450,8 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="http://sch
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-01-01</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-01-01</dcat:startDate>
<schema:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-12-31</schema:endDate> <dcat:endDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2015-12-31</dcat:endDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword> <dcat:keyword>Soziales Entschädigungsrecht</dcat:keyword>
......
This diff is collapsed.
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
</dct:spatial> </dct:spatial>
<dct:temporal> <dct:temporal>
<dct:PeriodOfTime> <dct:PeriodOfTime>
<schema:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-10-12</schema:startDate> <dcat:startDate rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2018-10-12</dcat:startDate>
</dct:PeriodOfTime> </dct:PeriodOfTime>
</dct:temporal> </dct:temporal>
<dcat:keyword>Gehwege</dcat:keyword> <dcat:keyword>Gehwege</dcat:keyword>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment