-
Notifications
You must be signed in to change notification settings - Fork 47
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
Ranges for dcat:bbox and dcat:centroid #1359
Comments
Properties |
They have the same range and usage notes as locn:geometry. |
@init-dcat-ap-de said:
The range and usage note of See https://w3c.github.io/dxwg/dcat/#Property:location_geometry Range: Usage note:
|
@andrea-perego not sure if this is just a missunderstanding. I understood your post from 3 days ago as an argument, why bbox and centroid should remain with a range of rdfs:Literal. But they have the same usage note as locn:geometry had previously, which stated that the range was "intentionally generic, with the purpose of allowing different geometry encodings." The reason to switch the range to locn:Geometry was: locn:Geometry is more generic than rdfs:Literal. The following statements would be valid:
So we should either change their range to locn:Geometry or change the usage notes so that they say that one is exspected to use a WKT literal. |
@init-dcat-ap-de said:
Exactly. The original usage note for the three properties was referring to Based on what you say, it seems that the note is not clear enough about the fact that
Note that here with "generic" we mean that, by specifying I wonder whether revising the note as follows may help clarify this point:
|
Yes, this would clear things up for me. |
Usage notes of `dcat:bbox` and `dcat:centroid` has been revised as proposed in #1359 (comment) to make it clear that these properties are supposed to be used only with literals.
The relevant revision will be dealt with via PR #1360 (yet to be merged). |
Possibly of interest here is that GeoSPARQL is adding The range of |
dcat:bbox
and dcat:centroid
.
@riccardoAlbertoni @andrea-perego Apologies for commenting from a position of relative ignorance: Can a |
Chris - BBox is conventionally aligned to cartesian axes, and implemented with two coordinates corresponding to the lower and upper vertices of the box - see the GeoSPARQL links above. I think you would surprise people with any more novel interpretation, which would probably be unhelpful for general 'interoperability'. |
It seems this issue is addressed by the merged PR, shall we close it? any objections? |
Thank you.
I guess this should also apply to
dcat:bbox
anddcat:centroid
.Originally posted by @init-dcat-ap-de in #1293 (comment)
The text was updated successfully, but these errors were encountered: