spatial_coverage and aocat:has_place_name are not mandatory

This commit is contained in:
Alessia Bardi 2022-11-21 17:10:05 +01:00
parent 2d71608114
commit de6bf8a4c4
1 changed files with 4 additions and 2 deletions

View File

@ -241,8 +241,10 @@ where {
{ {
select * select *
where { where {
%record aocat:has_spatial_coverage ?spatialRegion . optional {
?spatialRegion aocat:has_place_name ?spatialPlaceName . %record aocat:has_spatial_coverage ?spatialRegion .
?spatialRegion aocat:has_place_name ?spatialPlaceName .
}
optional { optional {
%record aocat:has_spatial_coverage ?spatialRegionPoint . %record aocat:has_spatial_coverage ?spatialRegionPoint .
?spatialRegionPoint aocat:has_latitude ?spatialLocationLat ; ?spatialRegionPoint aocat:has_latitude ?spatialLocationLat ;