query-d0e3a44c5636314f4d0f3a31b0d8acc0

rq turtle/ttl

Opere nalla collezione Certosa di Bologna SELECT ?item ?itemLabel ?itemDescription

WHERE { ?item wdt:P195 wd:Q3671680. {?item wdt:P31 wd:Q4989906 .} UNION {?item wdt:P31 wd:Q381885 .} UNION {?item wdt:P31 wd:Q173387 .} UNION {?item wdt:P31 wd:Q179700 .} UNION {?item wdt:P31 wd:Q6023295 .} UNION {?edificio wdt:P31 wd:Q219423 .}

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,it,fr" } . } LIMIT 10

Use at

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#>
#Opere nalla collezione Certosa di Bologna
SELECT ?item ?itemLabel ?itemDescription  

WHERE {
  ?item wdt:P195 wd:Q3671680.
  {?item wdt:P31 wd:Q4989906 .} UNION {?item wdt:P31 wd:Q381885 .} UNION {?item wdt:P31 wd:Q173387 .} UNION {?item wdt:P31 wd:Q179700 .} UNION {?item wdt:P31 wd:Q6023295 .} UNION {?edificio wdt:P31 wd:Q219423 .}

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,it,fr" } .
  }
LIMIT 10

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?edificio") v1("?item"):::projected c4(["wd:Q4989906"]):::iri c8(["wd:Q6023295"]):::iri c2(["wd:Q3671680"]):::iri c5(["wd:Q381885"]):::iri c11(["bd:serviceParam"]):::iri c9(["wd:Q219423"]):::iri c13(["#91;AUTO_LANGUAGE#93;,en,it,fr"]):::literal c6(["wd:Q173387"]):::iri c7(["wd:Q179700"]):::iri v1 --"wdt:P195"--> c2 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; subgraph union4[" Union "] subgraph union4l[" "] style union4l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c9 end subgraph union4r[" "] style union4r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c8 end union4r <== or ==> union4l end end subgraph union3r[" "] style union3r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c7 end union3r <== or ==> union3l end end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c6 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c5 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c4 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end