query-dcfd75500bd5e56af82078aa09169daa
Part of the New York Public Library Research Libraries
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Wikidata items that are part of the New York Public Library Research Libraries
#defaultView:Graph
SELECT ?item ?itemLabel ?pic ?linkTo
WHERE
{
{ ?item wdt:P361* wd:Q58242826 }
UNION
{VALUES ?item { wd:Q219555 wd:Q69487151 } }
OPTIONAL { ?item wdt:P361 ?linkTo }
OPTIONAL { ?item wdt:P18 ?pic }
SERVICE wikibase:label {bd:serviceParam wikibase:language "en" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v2("?linkTo"):::projected
v3("?pic"):::projected
c5(["bd:serviceParam"]):::iri
c2(["wd:Q58242826"]):::iri
c7(["en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
bind0[/VALUES ?item/]
bind0-->v2
bind00(["wd:Q219555"])
bind00 --> bind0
bind01(["wd:Q69487151"])
bind01 --> bind0
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P361"--> c2
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P361".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end