SEMICeu / GeoDCAT-AP

Repository of the geospatial extension to DCAT-AP (GeoDCAT-AP)
https://joinup.ec.europa.eu/solution/geodcat-application-profile-data-portals-europe
Creative Commons Attribution 4.0 International
17 stars 6 forks source link

dataset.ttl missing type dctLocation? #61

Closed alko-k closed 3 years ago

alko-k commented 3 years ago

In this example: https://github.com/SEMICeu/GeoDCAT-AP/blob/gh-pages/releases/examples/dataset.ttl

in the following property, I think you are missing that it is dct:Location

dct:spatial [ dcat:bbox "<gml:Envelope srsName=\"http://www.opengis.net/def/crs/OGC/1.3/CRS84\">-31.285 27.642</gml:lowerCorner>34.099 70.075</gml:upperCorner></gml:Envelope>"^^gsp:gmlLiteral, "POLYGON((-31.285 70.075,34.099 70.075,34.099 27.642,-31.285 27.642,-31.285 70.075))"^^gsp:wktLiteral ] ;

andrea-perego commented 3 years ago

Thanks for pointing this out, @alko-k .

This issue will be addressed via PR https://github.com/SEMICeu/GeoDCAT-AP/pull/62

andrea-perego commented 3 years ago

PR https://github.com/SEMICeu/GeoDCAT-AP/pull/62 has been merged.

Closing this issue.