query-e335af201beff345088f5819d08d96f4

rq turtle/ttl

Persone con opere nella collezione Certosa di Bologna SELECT ?persona ?CertosaBo ?personaLabel ?personaDescription ?haopere WHERE { {?persona wdt:P31 wd:Q5 .} ?persona wdt:P6379 wd:Q3671680 . SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en". } } LIMIT 500

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#>
#Persone con opere nella collezione Certosa di Bologna
SELECT ?persona ?CertosaBo ?personaLabel ?personaDescription ?haopere
WHERE {
  {?persona wdt:P31 wd:Q5 .}
       ?persona wdt:P6379 wd:Q3671680 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en". }
             }
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?persona"):::projected c4(["wd:Q3671680"]):::iri c6(["bd:serviceParam"]):::iri c8(["it,en"]):::literal c2(["wd:Q5"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P6379"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end