also the label of the language is mandatory
This commit is contained in:
parent
a632f5f686
commit
74a2028d42
|
@ -17,6 +17,7 @@ SELECT * WHERE {
|
||||||
MINUS {
|
MINUS {
|
||||||
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
|
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
|
||||||
?s aocat:has_ARIADNE_subject ?ariadneSubject .
|
?s aocat:has_ARIADNE_subject ?ariadneSubject .
|
||||||
|
?ariadneSubject skos:prefLabel ?archeologicalResourceTypeName .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UNION {
|
UNION {
|
||||||
|
@ -66,6 +67,7 @@ SELECT * WHERE {
|
||||||
MINUS {
|
MINUS {
|
||||||
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
|
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
|
||||||
?s aocat:has_language ?language .
|
?s aocat:has_language ?language .
|
||||||
|
?language skos:prefLabel ?x .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UNION{
|
UNION{
|
||||||
|
|
|
@ -66,6 +66,7 @@ SELECT DISTINCT ?g WHERE {
|
||||||
MINUS {
|
MINUS {
|
||||||
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource> .
|
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Individual_Data_Resource> .
|
||||||
?s aocat:has_language ?l .
|
?s aocat:has_language ?l .
|
||||||
|
?l skos:prefLabel ?label .
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
UNION{
|
UNION{
|
||||||
|
|
Loading…
Reference in New Issue