check we have the label for the native subject

This commit is contained in:
Alessia Bardi 2022-10-05 14:21:10 +02:00
parent b7041c079e
commit 1857f8cff1
1 changed files with 1 additions and 0 deletions

View File

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