also the label of the language is mandatory

master
Alessia Bardi 2 years ago
parent a632f5f686
commit 74a2028d42

@ -17,6 +17,7 @@ SELECT * WHERE {
MINUS {
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
?s aocat:has_ARIADNE_subject ?ariadneSubject .
?ariadneSubject skos:prefLabel ?archeologicalResourceTypeName .
}
}
UNION {
@ -66,6 +67,7 @@ SELECT * WHERE {
MINUS {
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
?s aocat:has_language ?language .
?language skos:prefLabel ?x .
}
}
UNION{

@ -66,6 +66,7 @@ SELECT DISTINCT ?g WHERE {
MINUS {
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource> .
?s aocat:has_language ?l .
?l skos:prefLabel ?label .
}
}
UNION{

Loading…
Cancel
Save