Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to public transport stops #5

Open
pietercolpaert opened this issue May 29, 2019 · 0 comments
Open

Link to public transport stops #5

pietercolpaert opened this issue May 29, 2019 · 0 comments

Comments

@pietercolpaert
Copy link
Member

Some entities of type osm:Node are also a gtfs:Stop. E.g., this one:

https://www.openstreetmap.org/node/2339852092 is same as https://data.delijn.be/stops/102827 (does not dereference, but can be found in this dataset: https://openplanner.ilabt.imec.be/delijn/Antwerpen/stops)

This way, routable tiles can become an interesting manner to also discover bus stops.

Automated mapping is possible by checking the osm tag ref:De_Lijn. For the bus stop in the example, the equals to 102827. Prefixing this number with https://data.delijn.be/stops/ gives the right identifier.

I propose to just use owl:sameAs here and anotate the node with an @type: gtfs:Stop.

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

No branches or pull requests

1 participant