temporal coverage is not mandatory

This commit is contained in:
Alessia Bardi 2022-12-07 17:13:36 +01:00
parent 4d68de94ad
commit db8b089a34
1 changed files with 0 additions and 7 deletions

View File

@ -103,13 +103,6 @@ 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>)