spatial_coverage and aocat:has_place_name are not mandatory

master
Alessia Bardi 1 year ago
parent 2d71608114
commit de6bf8a4c4

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

Loading…
Cancel
Save