-
Notifications
You must be signed in to change notification settings - Fork 2
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 instead of osgeo #11
Comments
There are still one or two examples of GeoJSON polygons encoded into the osgeo:asGeoJSON property in Nomisma. This has come up recently on the linked.art slack channel. The asGeoJSON property is still not in the Ordnance Survey ontology, which does not even appear to be actively maintained anymore. It would be extremely useful to have some sort of property for encoding the GeoJSON as a literal, as GeoJSON support is more broad than WKT at this point. |
What about adding a property into the GeoJSON-LD ontology itself, @sgillies? Such as geojson:featuresLiteral |
@ewg118 it's a good idea, but I can't reopen GeoJSON-LD for revision any time soon. |
Is there anything to do other than updating the RDF ontology and the documentation pages? |
Two more things at least, @ewg118:
|
Adding an opaque geojson literal would be great since structured geojson-ld doesn't capture lists properly |
https://github.com/isawnyu/pleiades-rdf#user-content-ordnance-survey-ontology states " extents of spatial objects are expressed using osgeo:AsGeoJSON, and osgeo:AsWKT" where osgeo is http://data.ordnancesurvey.co.uk/ontology/geometry/. This is confirmed by http://atlantides.org/capgrids/2.ttl that uses props
osgeo:asGeoJSON, osgeo:asWKT
.There are 2 flaws with this approach:
osgeo:asGML
Please use the GeoSPARQL standard that is implemented by at least 4-5 repositories (GraphDB, Virtuoso, uSeekM, Strabon...). Eg
(examples from openlink/virtuoso-opensource#455).
Note:
^^geo:wktLiteral
Unfortunately GeoSPARQL doesn't define a property
asGeoJSON
. I don't know of an ontology to define such property officially. But just usingosgeo:asGeoJSON
that is not defined is not good. As @ewg118 wrote in https://groups.google.com/forum/#!topic/pelagios-project/QAyZw__8pDg 4 years ago: "Is asGeoJSON a proposed property that doesn't exist in the stable ontology yet? If not, can the property be incorporated into the pleiades ontology? As it is, our data are floating out in semantic purgatory."So define it in pleiades.
The text was updated successfully, but these errors were encountered: