query-d63c5c67f8ab2dd1470cccbd61a3e7e2
Lavoro preliminare completata la traduzione in italiano.Wikidata:Data donation(Q80199870)Sistema Cultura creazione degli elementi di ordine generale
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#>
#defaultView:Graph
SELECT ?i ?iLabel ?ii ?iiLabel ?c ?cLabel
WHERE {
BIND(wd:Q80682683 AS ?c).
?c wdt:P527 ?i .
OPTIONAL { ?i wdt:P527 ?ii . }
#BIND(IF(BOUND(?i),"i",IF(BOUND(?ii),"ii","c")) AS ?layer)
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?c"):::projected
v2("?i"):::projected
v3("?ii"):::projected
c5(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal
c3(["bd:serviceParam"]):::iri
bind0[/"'wd:Q80682683'"/]
bind0 --as--o v1
v1 --"wdt:P527"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P527".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end