fix polygon retrieving for dans and snd
This commit is contained in:
parent
8944977a17
commit
21c6eb06fd
|
@ -250,8 +250,6 @@ where {
|
|||
%record aocat:has_spatial_coverage ?spatialRegionWKTPolygon .
|
||||
?spatialRegionWKTPolygon rdf:type aocat:AO_Spatial_Region_Polygon .
|
||||
?spatialRegionWKTPolygon aocat:has_polygonal_representation ?wkt .
|
||||
filter (datatype(?wkt) = rdf:XMLLiteral)
|
||||
filter (!isIRI(?wkt))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -249,8 +249,6 @@ where {
|
|||
%record aocat:has_spatial_coverage ?spatialRegionWKTPolygon .
|
||||
?spatialRegionWKTPolygon rdf:type aocat:AO_Spatial_Region_Polygon .
|
||||
?spatialRegionWKTPolygon aocat:has_polygonal_representation ?wkt .
|
||||
filter (datatype(?wkt) = rdf:XMLLiteral)
|
||||
filter (!isIRI(?wkt))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue