Replies: 2 comments 1 reply
-
|
I agree, the current situation is (for historical reasons) very confusing and inconsistent. We have created a PR to fix this, please feel free to test it and give some feedback :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@1ec5 The latest version of https://qlever.cs.uni-freiburg.de/osm-planet now has better names for these. Here is an example query, which showcases them. We thought about the right names quite a bit and we like them. They are meaningful and match the terminology used in the OSM world. Do you also like them? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the
--add-way-node-orderflag, osm2rdf includesosmway:nodetriples that in turn includeosmway:nodetriples, but these are two distinct uses of theosmway:nodepredicate that have objects of different types. Theosmway:nodeof a way isn’t really a node per se. If you write something like?way osmway:node ?node . ?node osmway:node, the UI suggests?nodeas the next token, which is guaranteed to return zero results.Should ways have
osmway:membertriples for consistency withosmrel:member, since the objects in both cases are structured similarly? Or maybe the predicate could beosmway:vertex, based on the terminology occasionally used by OSM editors?Beta Was this translation helpful? Give feedback.
All reactions