Skip to content

Add mapping: 100269#23

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

Add mapping: 100269#23
osaeedi wants to merge 3 commits into
mainfrom
mapping/100269

Conversation

@osaeedi

@osaeedi osaeedi commented May 28, 2026

Copy link
Copy Markdown
Collaborator

RML Mapping: Temperatur Wiese

Der Datensatz zeigt die stündlichen Temperaturwerte der Wiese an. Koordinaten: 47.581638577259945, 7.59193858146811

Source Information

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

Mapping Structure

  • The timestamp_text column was mapped as a temporal dimension (hour granularity) using the ex-property:ZEIT property, as it records the date and time of each temperature reading.
  • The spatial dimension is not from a CSV column but from metadata context, fixed as "Wiese" from the spatial coverage; it's mapped with ex-property:RAUM and represented by the IRI ex-code:Wiese.
  • The temperatur column is mapped as a measure (temperature in degrees Celsius, ex-property:temperatur) because it contains the quantitative observation value.
  • No columns were dropped; both CSV fields are mapped.
  • No additional hierarchies or aggregation levels were required as each row represents an atomic hourly observation at a single location.

Dimensions:

  • timestamp_text (temporal) - granularity: hour
  • spatial_coverage (spatial)

Measures:

  • temperatur (Grad Celsius (°C))

CSV Preview

timestamp_text temperatur
2026-05-23T17:24:57+00:00 19.26
2026-05-23T18:24:58+00:00 18.73
2026-05-23T14:14:54+00:00 20.64
2026-05-23T22:24:51+00:00 17.54
2026-04-20T23:25:31+00:00 11.49
2026-04-21T00:45:37+00:00 11.28
2026-04-18T17:25:38+00:00 13.39
2026-04-18T18:25:35+00:00 13.2
2026-04-18T19:15:35+00:00 13.09
2026-04-18T21:25:38+00:00 12.97
2026-04-18T20:25:35+00:00 13.03
2026-04-19T05:25:39+00:00 12.04
2026-04-19T06:05:35+00:00 12.03
2026-04-19T08:25:40+00:00 12.39
2026-04-19T09:15:34+00:00 12.39
2026-04-19T12:15:37+00:00 13.34
2026-04-19T14:25:33+00:00 13.9
2026-04-19T16:25:36+00:00 13.35
2026-04-19T18:15:35+00:00 12.95
2026-04-19T20:15:33+00:00 12.55

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/100269/> .
@prefix ex-code: <https://ld.bs.ch/code/> .
@prefix ex-obs: <https://ld.bs.ch/100269/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:2026-05-23T14%3A14%3A54%2B00%3A00_Wiese,
    ex-obs:2026-05-23T17%3A24%3A57%2B00%3A00_Wiese, ex-obs:2026-05-23T18%3A24%3A58%2B00%3A00_Wiese .

ex-obs:2026-05-23T14%3A14%3A54%2B00%3A00_Wiese a cube:Observation;
  ex-property:RAUM ex-code:Wiese;
  ex-property:ZEIT "2026-05-23T14:14:54+00:00"^^xsd:dateTime;
  ex-property:temperatur 20.64 .

ex-obs:2026-05-23T17%3A24%3A57%2B00%3A00_Wiese a cube:Observation;
  ex-property:RAUM ex-code:Wiese;
  ex-property:ZEIT "2026-05-23T17:24:57+00:00"^^xsd:dateTime;
  ex-property:temperatur 19.26 .

ex-obs:2026-05-23T18%3A24%3A58%2B00%3A00_Wiese a cube:Observation;
  ex-property:RAUM ex-code:Wiese;
  ex-property:ZEIT "2026-05-23T18:24:58+00:00"^^xsd:dateTime;
  ex-property:temperatur 18.73 .

ex-code:Wiese a schema:DefinedTerm;
  schema:name "Wiese" .

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