added has_temporal_coverage check

This commit is contained in:
Enrico Ottonello 2020-10-22 11:26:33 +02:00
parent 292f3000c4
commit 899f3eb4d9
1 changed files with 8 additions and 0 deletions

View File

@ -96,6 +96,14 @@ SELECT * WHERE {
?s aocat:has_type ?type .
}
}
UNION{
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
MINUS {
?s rdf:type <https://www.ariadne-infrastructure.eu/resource/ao/cat/1.1/AO_Collection> .
?s aocat:has_temporal_coverage ?temporalCoverage .
}
}
}
FILTER(?g != <https://ariadne-infrastructure.eu/api_________::ariadne_plus::ads::collSubjects>)
}