-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use GeoSPARQL for the representation of shapes #27
Comments
+1 |
Interesting idea and thanks for opening an issue for the discussion that was still needed here: https://github.com/OpenTransport/vocabulary/blob/master/gtfs/spec.md#gtfsshape apologies for my ignorance: GeoSPARQL is a query language, how can it be used for shapes? Could you refer me towards towards some online resources? |
It's not only a query language, but can be also used to represent the data itself.
|
@pietercolpaert GeoSPARQL is both a query language (geo extension of SPARQL) and a vocabulary for representing geospatial data in RDF (such as coordinate systems, shapes, etc.). It is actually the basis of the new joint W3C - OGC working group that will start to work at the end of the year. |
Ok, seems like a must-have. How about doing it in the same way as localidata and using only these predicates geosparql:asWKT, geosparql:hasGeometry → pointing to a URI of WGS84? If I implement this in the mapping scripts at https://github.com/OpenTransport/gtfs-csv2rdf, are you going to set-up a visualization suite? Would be a great demonstrator for this vocabulary! |
@pietercolpaert ... you should use LOV more often :-) Preferred namespace for geosparql is There are plenty of visualization suite available, see the work from @gatemezing, from @boricles with Map4RDF, etc. |
Still a problem I have with this: GTFS defines e.g., a distance traveled property to a shapepoint, to indicate the total distance that has been traveled up to that point. When using gsp:asWKT, we cannot annotate separate points anymore. Any suggestions? |
I would really find it easier to use GeoSPARQL for the representation of shapes like polygons or polylines, instead of gtfs:Shape, which is rather ad-hoc and coming directly from GTFS. This would ensure that GeoSPARQL aware visualisation tools can actually present information more easily.
The text was updated successfully, but these errors were encountered: