fix polygon retrieving for dans and snd

This commit is contained in:
Enrico Ottonello 2021-07-16 18:58:48 +02:00
parent 8944977a17
commit 21c6eb06fd
2 changed files with 0 additions and 4 deletions

View File

@ -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))
}
}
}

View File

@ -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))
}
}
}