-
Notifications
You must be signed in to change notification settings - Fork 834
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
Consider adding geospatial relations echoing the predicates from DE-9IM #1375
Comments
Suggest:
with text based on Wikipedia's summaries, and allowing each to link either geometries or places. |
Ok I have made a FIRST CUT with DELIBERATE MISTAKES for discussion in Schema.org and W3C circles. Further things to consider:
|
http://pending.webschemas.org/GeospatialGeometry /cc @philarcher1 @6a6d74 |
Who is this vocab targeted at? Who will mark things up and who will use it? guha |
It's part of an effort to get existing professional geospatial systems to expose modern Web-based views rather than just GIS-specific standards. Those tools support such relations out of the box. (stopgap reply for now, typing on a phone) |
Not sure if this is in another issue somewhere but....
We'll also need to support a Geo Feature class (a code or text string) to
hold things not just name-like 'pond', 'mountain', 'orchard', but also
code-like 'PND', 'MT', 'ORC'.
(this is not Geonames - USA specific, but a global Geo Feature class)
NOTED: additionalType could actually be utilized for handling this on
GeoCoordinates and GeoShape, but I think all the GIS folks might runaway
from Schema.org rather than embrace us.
References:
https://www.wikidata.org/wiki/Property_talk:P2452
http://www.geonames.org/export/codes.html
https://data.gov.uk/dataset/register-of-geographic-codes-apr-2016-uk
http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Associating_Geonames_with_other_features
|
Ok, sounds like a good idea. guha |
I have heard rumour of an application that may use this. In the meantime the names are needlessly verbose, let's just write them as 'geoXyz' instead of 'geospatiallyXyz'. I'll make that fix directly, and do not plan to preserve a history for the old property names unless someone speaks up here and says they're important. |
Implemented in release 3.5 |
@danbri @rvguha please note that GeoSPARQL 1.1 is in drafting right now and that you might like to either influence that work with lessons from shcema.org or adopt patterning: https://github.com/opengeospatial/ogc-geosparql |
I still don’t really understand why there needs to be a version of sparql
for geo. I understand that engines might optimise, ...
…On Sun, 7 Mar 2021 at 11:25, Nicholas Car ***@***.***> wrote:
@danbri <https://github.com/danbri> @rvguha <https://github.com/rvguha>
please note that GeoSPARQL 1.1 is in drafting right now and that you might
like to either influence that work with lessons from shcema.org or adopt
patterning: https://github.com/opengeospatial/ogc-geosparql
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1375 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABJSGMOINUVWNIWBS5LKITTCNPEDANCNFSM4CQCRXWA>
.
|
Two main reasons:
To get reasonable results when using complex geometries, or even geometries using different reference systems, you need to hand off operations to spatial code libraries, so GeoSPARQL extends SPARQL functions with common spatial operations like
schema.org does some spatial modelling but doesn't cater for:
Pretty much all common spatial libraries do handle these things so GeoSPARQL allows for their representation. |
Just a follow-up note here: GeoSPARQL's functions are now widely implemented in mainline RDF databases (Jena, GraphDB, MArcLogic, RDF4J, Triply, etc.) and appears to be the only widely-used sophisticated handing of spatial operations and representations of relationships in the Semantic Web, so I again recommend alignment/adoption of it by schema.org. Note also that the RDFLib are now implementing RDF<->GeoJSON conversions by way of GeoSPARQL mappings, so we should be able to have RDF data with lots of properties, the spatial elements of which can easily by put out into GeoJSON for current generation web aps, by (one of the) low-level RDF toolkits. |
It would be useful (as discussed 2016-09-19) at W3C/OGC Spatial Data on the Web WG meeting in Lisbon if these could be used within schema.org.
The text was updated successfully, but these errors were encountered: