query-61ec141da1a28349787803b96812d9ac
https://w.wiki/tC2Elementi con controllo di autorità di biblioteche romane:
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?vcba ?pust ?pusc ?urbs ?piac
WHERE {
{ ?item wdt:P8034 ?vcba . } UNION
{ ?item wdt:P5731 ?pust . } UNION
{ ?item wdt:P5739 ?pusc . } UNION
{ ?item wdt:P8750 ?urbs . } UNION
{ ?item wdt:P8982 ?piac . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v6("?piac"):::projected
v4("?pusc"):::projected
v3("?pust"):::projected
v5("?urbs"):::projected
v2("?vcba"):::projected
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
subgraph union3[" Union "]
subgraph union3l[" "]
style union3l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P8982"--> v6
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P8750"--> v5
end
union3r <== or ==> union3l
end
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P5739"--> v4
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P5731"--> v3
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P8034"--> v2
end
union0r <== or ==> union0l
end