added homepage also for responsible

This commit is contained in:
Enrico Ottonello 2022-02-15 18:22:24 +01:00
parent ce33e07337
commit 286321b118
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ INSERT {
?coll_value rdf:type ?type .
?coll_value rdfs:label ?label .
?coll_value aocat:has_name ?name .
?coll_value aocat:has_homepage ?homepage .
}
}
USING <https://ariadne-infrastructure.eu/api_________::ariadne_plus::cyi::coins>
@ -103,6 +104,7 @@ WHERE {
?coll_value rdf:type ?type .
?coll_value rdfs:label ?label .
?coll_value aocat:has_name ?name .
?coll_value aocat:has_homepage ?homepage .
MINUS {
?record aocat:has_responsible ?rec_value .
}