GithubHelp home page GithubHelp logo

vocol / bmvi_data_run_2019 Goto Github PK

View Code? Open in Web Editor NEW
2.0 6.0 0.0 2.91 MB

Datasets for the BMVI Data-Run 2019

Home Page: https://www.bmvi.de/SharedDocs/DE/Termine-mFUND/bmvi-data-run.html

rdf linked-data alkis datex2 weather-data dwd

bmvi_data_run_2019's Introduction

BMVI Data-Run Datasets

Event Homepage: BMVI Data-Run Date: 22-23 March 2019

This repository contais multiple datasets prepared for the BMVI Data-Run to be used by the participants.

Single Dataset Download: https://uni-bonn.sciebo.de/s/IGcOi2vy1lSyihE/download (63mb, 454,835 triples)

Linked Data

alt text

Dataset Information

Dataset Legal Found via Portal Data Provider
alkis_liegenschaften_hamburg.nt dl-de/by-2-0 govdata.de City of Hamburg
bahnhoefe.nt CC BY 4.0 OR ODbL linkedgeodata.org OpenStreetMap Contributers
bahnhoefe_rni.nt CC BY 4.0 OR ODbL data.deutschebahn.com Deutsche Bahn
betriebsstelle.nt CC BY 4.0 OR ODbL data.deutschebahn.com Deutsche Bahn
betriebsstellen_geocoordinates.nt CC BY 4.0 OR ODbL data.deutschebahn.com Deutsche Bahn
elektrotankstelle.nt (asap) To Be Determined ? ?
graph_bahnsteige.nt CC BY 4.0 OR ODbL data.deutschebahn.com Deutsche Bahn
graph_rni_bahnsteig.nt CC BY 4.0 OR ODbL data.deutschebahn.com Deutsche Bahn
haltestellen.nt ODbL data.deutschebahn.com Deutsche Bahn
highway_roadconstruction_bremen.nt dl-de/by-2-0 Mobilit Data Market Place City of Bremen
tankstellen.nt (asap) To Be Determined ? ?
weather_prediction_poi.nt GeoNutzV de / en opendata.dwd.de German Meteorological Office (de: Deutscher Wetter Dienst, DWD)
weather_station.nt GeoNutzV de / en opendata.dwd.de German Meteorological Office (de: Deutscher Wetter Dienst, DWD)
wetterbericht_poi.nt GeoNutzV de / en opendata.dwd.de German Meteorological Office (de: Deutscher Wetter Dienst, DWD)

Sample Query - Road construction sites

PREFIX alertc: <https://portal.limbo-project.org/dataset/alertCLocation/>
PREFIX rc: <https://portal.limbo-project.org/dataset/roadconstruction/>
PREFIX mv: <http://schema.mobivoc.org/>
PREFIX wgs: <http://www.w3.org/2003/01/geo/wgs84_pos#> 

SELECT (SAMPLE(?publicComment) as ?comment)
                        ?roadConstruction
                        ?startTime
                        ?endTime
                        ?speedLimit
                        ?fromLat
                        ?fromLon
                        ?fromName
                        ?toLat
                        ?toLon
                        ?toName
WHERE 
{ 
  ?roadConstruction a mv:SituationRecord .
  OPTIONAL {?roadConstruction mv:validity ?validity . } 
  OPTIONAL { ?roadConstruction mv:generalPublicComment ?publicComment .}
  OPTIONAL { ?validity mv:startTimeOverall ?startTime . }
  OPTIONAL { ?validity mv:endTimeOverall ?endTime . }
  OPTIONAL { ?roadConstruction mv:situationSpeedLimit ?speedLimit . }
  ?roadConstruction mv:primaryLocation ?primaryLocation .
  OPTIONAL { ?primaryLocation mv:locationName ?toName . }
  OPTIONAL { ?primaryLocation wgs:lat ?toLat . }
  OPTIONAL { ?primaryLocation wgs:long ?toLon . }
  ?roadConstruction mv:secondaryLocation ?secondaryLocation .
  OPTIONAL { ?secondaryLocation mv:locationName ?fromName . }
  OPTIONAL { ?secondaryLocation wgs:lat ?fromLat . }
  OPTIONAL { ?secondaryLocation wgs:long ?fromLon . }
} GROUP BY ?roadConstruction  ?startTime ?endTime ?speedLimit ?fromLat ?fromLon ?fromName ?toLat ?toLon ?toName

Provided by: LIMBO-Projekt Created by: Niklas Petersen

bmvi_data_run_2019's People

Contributors

np00 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.