added check on record mandatory field place_name

pull/2/head
Enrico Ottonello 4 years ago
parent d9ca483855
commit 1fb0a95ada

@ -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 .
}
}
}
}
Loading…
Cancel
Save