added check on record mandatory field place_name
This commit is contained in:
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…
Reference in New Issue