Releases: AKSW/transform-bvl-pages-to-csv-file
Release list
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)
5.0-alpha2
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:elevatorSuitableForWheelchairsto 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 AKSW/building-navigator#49
5.0-alpha
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
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.
3.5
3.4
3.3
3.2.1
3.2
Updated version of the dataset which contains more accurate lift information. In some buildings there is not enough space (turning circle) to leave a lift, therefore the value for "Personenaufzug-rollstuhlgerecht" is set to "teilweise", if that is the case.