query-2f15a278516c48b5a9d39427367ccd2e
title:tipografi con dbi ma pochi statements SELECT DISTINCT ?item ?itemLabel ?itemDescription ?dbi ?number WHERE { ?item wdt:P31 wd:Q5; wdt:P1986 ?dbi; wikibase:statements ?number . {?item wdt:P106 wd:Q175151 }UNION {?item wdt:P106 wd:Q1229025}UNION {?item wdt:P106 wd:Q998550}UNION {?item wdt:P106 wd:Q2516866}UNION {?item wdt:P106 wd:Q40881196} . FILTER(?number < 10) SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". } }
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:tipografi con dbi ma pochi statements
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?dbi ?number
WHERE {
?item wdt:P31 wd:Q5; wdt:P1986 ?dbi; wikibase:statements ?number .
{?item wdt:P106 wd:Q175151 }UNION {?item wdt:P106 wd:Q1229025}UNION {?item wdt:P106 wd:Q998550}UNION {?item wdt:P106 wd:Q2516866}UNION {?item wdt:P106 wd:Q40881196} .
FILTER(?number < 10)
SERVICE wikibase:label { bd:serviceParam wikibase:language "it, en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?dbi"):::projected
v2("?item"):::projected
v1("?number"):::projected
c11(["wd:Q40881196"]):::iri
c7(["wd:Q175151"]):::iri
c10(["wd:Q2516866"]):::iri
c15(["it, en"]):::literal
c9(["wd:Q998550"]):::iri
c13(["bd:serviceParam"]):::iri
c8(["wd:Q1229025"]):::iri
c3(["wd:Q5"]):::iri
f0[["?number < '10^^xsd:integer'"]]
f0 --> v1
v2 --"wdt:P31"--> c3
v2 --"wdt:P1986"--> v3
v2 --"wikibase:statements"--> v1
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;
v2 --"wdt:P106"--> c11
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P106"--> c10
end
union3r <== or ==> union3l
end
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P106"--> c9
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P106"--> c8
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P106"--> c7
end
union0r <== or ==> union0l
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end