fix polygon retrieving for dans and snd

new_es_mapping
Enrico Ottonello 3 years ago
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…
Cancel
Save