check agents have has_name

This commit is contained in:
Alessia Bardi 2022-11-17 14:19:57 +01:00
parent 255c631e02
commit 95e4468147
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,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_publisher ?agent . ?s aocat:has_publisher ?agent .
?agent aocat:has_name ?agentName .
} }
} }
UNION { UNION {
@ -32,6 +33,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_owner ?agent . ?s aocat:has_owner ?agent .
?agent aocat:has_name ?agentName .
} }
} }
UNION { UNION {
@ -39,6 +41,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_responsible ?agent . ?s aocat:has_responsible ?agent .
?agent aocat:has_name ?agentName .
} }
} }
UNION{ UNION{
@ -46,6 +49,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_contributor ?agent . ?s aocat:has_contributor ?agent .
?agent aocat:has_name ?agentName .
} }
} }
UNION{ UNION{
@ -53,6 +57,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:was_issued ?issued . ?s aocat:was_issued ?issued .
} }
} }
UNION{ UNION{