Skip to content

Add mapping: 100078#29

Open
osaeedi wants to merge 3 commits into
mainfrom
mapping/100078
Open

Add mapping: 100078#29
osaeedi wants to merge 3 commits into
mainfrom
mapping/100078

Conversation

@osaeedi

@osaeedi osaeedi commented May 28, 2026

Copy link
Copy Markdown
Collaborator

RML Mapping: EuroAirport: Tägliche Flugbewegungen, Passagiere und Fracht

Der Datensatz zeigt die Flugbewegungen sowie Angaben zur Anzahl Passagiere und zur beförderten Fracht auf dem EuroAirport Basel Mulhouse Freiburg für jeden Tag ab 1. Januar 2019.

Source Information

  • CSV Source: (not provided)
  • Context/Metadata Files: dcat.ttl, fields.json
  • Base URI: https://ld.bs.ch/

Mapping Structure

  • The CSV columns date (day granularity, as xsd:date), kategorie (flight type/category), and a fixed context value for spatial_coverage (EuroAirport Basel Mulhouse Freiburg) are used as cube dimensions.
  • The columns pax (passenger count), fret (freight, in tons), and mvt (flight movements) are mapped as measures with appropriate XSD datatypes; fret measure is annotated with the t (tonnes) unit.
  • No columns were dropped; all CSV columns are mapped to either a dimension or measure per the dataset structure.
  • No dimension hierarchies are defined, as all values are atomic; aggregation is implicitly sum for the measures.
  • Category and spatial dimension values are modeled as SKOS/Schema.org DefinedTerms with reusable IRIs for interoperability.

Dimensions:

  • date (temporal) - granularity: day
  • kategorie (categorical)
  • spatial_coverage (spatial)

Measures:

  • pax - aggregation: sum
  • fret (t) - aggregation: sum
  • mvt - aggregation: sum

CSV Preview

date kategorie pax fret mvt
2019-12-31 Passagierverkehr 19643 0.334 160
2019-12-31 Fracht Express 0 49.879 9
2019-12-28 Passagierverkehr 21662 0.291 158
2019-12-28 Fracht Cargo 0 None None
2019-12-27 Fracht Cargo 0 15.7 2
2019-12-26 Fracht Cargo 0 None None
2019-12-24 Passagierverkehr 17667 0.0 137
2019-12-24 Fracht Cargo 0 None None
2019-12-24 Andere Kategorien 3 None 9
2019-12-23 Fracht Cargo 0 39.176 2
2019-12-23 Andere Kategorien 0 None 7
2019-12-22 Fracht Cargo 0 None None
2019-12-21 Passagierverkehr 22112 1.984 182
2019-12-21 Andere Kategorien 8 None 55
2019-12-20 Fracht Express 0 187.668 18
2019-12-20 Andere Kategorien 1 None 48
2019-12-16 Fracht Cargo 0 54.459 2
2019-12-15 Fracht Cargo 0 18.375 2
2019-12-13 Fracht Express 0 186.415 17
2019-12-12 Fracht Express 0 184.578 14

RDF Preview

@prefix : <http://mapping.example.com/> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix cube: <https://cube.link/> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix ex: <https://ld.bs.ch/100078/> .
@prefix ex-code: <https://ld.bs.ch/code/> .
@prefix ex-obs: <https://ld.bs.ch/100078/observation/> .
@prefix ex-property: <https://ld.bs.ch/property/> .
@prefix fnml: <http://semweb.mmlab.be/ns/fnml#> .
@prefix fno: <https://w3id.org/function/ontology#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rml: <http://w3id.org/rml/> .
@prefix schema: <http://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ex:observation-set cube:observation ex-obs:2019-12-28_Passagierverkehr_EuroAirport_Basel_Mulhouse_Freiburg,
    ex-obs:2019-12-31_Fracht%20Express_EuroAirport_Basel_Mulhouse_Freiburg, ex-obs:2019-12-31_Passagierverkehr_EuroAirport_Basel_Mulhouse_Freiburg .

ex-obs:2019-12-28_Passagierverkehr_EuroAirport_Basel_Mulhouse_Freiburg a cube:Observation;
  ex-property:RAUM ex-code:EuroAirport_Basel_Mulhouse_Freiburg;
  ex-property:ZEIT "2019-12-28"^^xsd:date;
  ex-property:fret 0.291;
  ex-property:kategorie ex-code:Passagierverkehr;
  ex-property:mvt 158;
  ex-property:pax 21662 .

ex-obs:2019-12-31_Fracht%20Express_EuroAirport_Basel_Mulhouse_Freiburg a cube:Observation;
  ex-property:RAUM ex-code:EuroAirport_Basel_Mulhouse_Freiburg;
  ex-property:ZEIT "2019-12-31"^^xsd:date;
  ex-property:fret 49.879;
  ex-property:kategorie ex-code:Fracht%20Express;
  ex-property:mvt 9;
  ex-property:pax 0 .

ex-obs:2019-12-31_Passagierverkehr_EuroAirport_Basel_Mulhouse_Freiburg a cube:Observation;
  ex-property:RAUM ex-code:EuroAirport_Basel_Mulhouse_Freiburg;
  ex-property:ZEIT "2019-12-31"^^xsd:date;
  ex-property:fret 0.334;
  ex-pro
... (truncated)

Generated by OGD to LOD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant