GitHub / AKSW / transform-bvl-pages-to-csv-file
Repository contains files to extract and enrich data from closed database of the Online-Stadtführer maintained by Behindertenverband Leipzig e.V (in German). Besides that, further files like a R2RML mapping, are maintained.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AKSW%2Ftransform-bvl-pages-to-csv-file
PURL: pkg:github/AKSW/transform-bvl-pages-to-csv-file
Stars: 1
Forks: 2
Open issues: 0
License: gpl-3.0
Language: PHP
Size: 7 MB
Dependencies parsed at: Pending
Created at: over 9 years ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: over 1 year ago
Topics: behindertenverband-leipzig, building, csv, disability, leipzig, open-data, opendata, r2rml
5.0
5.0
Major changes in 5.0 release are described here: https://github.com/AKSW/transform-bvl-pages-to-csv-file/releases/tag/5.0-alpha
Changes since alpha2:
- ID generation is not random anymore
- for door type (entrance) and vanity basin fitting activation (toilet) the value is string instead of an URI from now on
- added new properties (contact details about the place; contact person)
Download
5.0-alpha2
5.0-alpha2 Pre-release
Changes
- elevators can only be partly accessible, not fully, because source data is not complete. whats missing is the information about the turning radius before the elevator for instance.
Additions
- added
p:elevatorSuitableForWheelchairs
to outline if an entry is suitable for wheelchairs. user doesn’t have to check related properties by himself anymore. - mark all entries in the RDF file as publicly-available (relevant for building-navigator use case) - see https://github.com/AKSW/building-navigator/issues/49
Download
5.0-alpha
5.0-alpha Pre-release
Why a new major already?
We changed the data model of the RDF file again, therefore a new release.
Major changes
Change the meaning of values
- teilweise/vollständig became partly/fully
- ja/nein became true/false
These 2 changes allow a better data interoperability, because the usage of English terms. Even people who don’t know the German language, can use our data (at least partly).
Changed properties
- suitableForWheelchairs => entranceSuitableForWheelchairs, elevatorSuitableForWheelchairs, toiletSuitableForWheelchairs
- locationOfTheBell => entranceLocationOfTheBell
- bellWithIntercomAvailable => entranceBellWithIntercomAvailable
- bellHeightOfHeighestButtonCm => entranceBellHeightOfHeighestButtonCm
- continuousHandrailLeftAvailable => entranceContinuousHandrailLeftAvailable
- continuousHandrailRightAvailable => entranceContinuousHandrailRightAvailable
- doorType => entranceDoorType
- rampAvailable => entranceRampAvailable
- rampLengthCm => entranceRampLengthCm
- rampHeightCm => entranceRampHeightCm
- rampWidthCm => entranceRampWidthCm
- rampContinuousHandrailLeftAvailable =>
entranceRampContinuousHandrailLeftAvailable - rampContinuousHandrailRightAvailable =>
entranceRampContinuousHandrailRightAvailable - rampStartEndColorized => entranceRampStartEndColorized
- turningCircle => elevatorTurningCircleExit
- emergencyBellInsideCabinAvailable => emergencyBellInsideToiletCabinAvailable
- distanceFromGroundEmergencyBellInsideCabin =>
distanceFromGroundEmergencyBellInsideToiletCabin - supportHandleAvailable => toiletSupportHandleAvailable
- vanityBasinFittingActivation => toiletVanityBasinFittingActivation
Download
4.0
4.0
Simplified RDF mapping (R2RML)
At first, we used a mapping which used a place resource with resources for major elements, such as toilet or entrance. After a few tests it felt like an overkill, because the people who have to maintain the RDF data later on, are not trained in data or knowledge management. Therefore a reduction to a star-scheme, which means that there is only a place resource hold all information about a place.
Also:
- merged Location and Address information
- renamed le-online-extracted-places.csv to places.csv
Updated data
Provided csv
and n3
dump contains latest data from the Behindertenverband Leipzig.
Download