spatial_coverage and aocat:has_place_name are not mandatory
This commit is contained in:
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…
Reference in New Issue