Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Releases: AKSW/transform-bvl-pages-to-csv-file

5.0

27 Aug 13:48
Compare
Choose a tag to compare

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

08 May 12:21
Compare
Choose a tag to compare
5.0-alpha2 Pre-release
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 AKSW/building-navigator#49

5.0-alpha

16 Apr 12:34
Compare
Choose a tag to compare
5.0-alpha Pre-release
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

4.0

09 Apr 11:17
Compare
Choose a tag to compare
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

06 Mar 13:25
Compare
Choose a tag to compare
3.5

Highlights:

  • Fixes in R2RML-mapping (fixed errors, added a few mappings for missed properties)
  • refinements in README.md

3.4

19 Feb 09:05
c0ef038
Compare
Choose a tag to compare
3.4

Highlights

  • R2RML mapping to fuel tools which can transform a CSV file to a RDF file, such as sparqlmap
  • added RDF version of the enriced CSV file (places.ttl)
  • refined license information

3.3

07 Nov 10:08
Compare
Choose a tag to compare
3.3

New information

  • door type
  • device type for vanity basin fitting activation

R2RML mapping

This mapping allows the usage of R2RML processors like sparqlmap to reuse/transform the CSV file. For instance, to map it into RDF.

3.2.1

31 Jul 12:51
Compare
Choose a tag to compare

New information:

  • ramp gradient
  • information about support handles besides the WC (available, left or/and right)

3.2

11 Jul 12:56
Compare
Choose a tag to compare
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.

3.1.1

20 Jun 11:43
Compare
Choose a tag to compare

Updated data based on latest changes by the BVL.