spatial_coverage and aocat:has_place_name are not mandatory

This commit is contained in:
Alessia Bardi 2022-11-21 17:11:28 +01:00
parent de6bf8a4c4
commit 9d0fde9b29
1 changed files with 1 additions and 7 deletions

View File

@ -117,13 +117,7 @@ SELECT ?s WHERE {
?sub skos:prefLabel ?subjectLabel .
}
}
UNION{
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource> .
MINUS {
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource> .
?s aocat:has_spatial_coverage ?spatial .
}
}
}
}