added check on record mandatory field place_name

This commit is contained in:
Enrico Ottonello 2020-11-02 14:57:54 +01:00
parent d9ca483855
commit 1fb0a95ada
1 changed files with 8 additions and 0 deletions

View File

@ -110,6 +110,14 @@ SELECT DISTINCT ?g WHERE {
?s aocat:has_native_subject ?sub .
}
}
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 .
?spatial aocat:has_place_name ?placeName .
}
}
}
}