query-ff97cdad0f7158a3fa54d5644429ee45

rq turtle/ttl

Artisti con opere alla Certosa di Bologna SELECT ?persona ?CertosaBo ?personaLabel ?personaDescription WHERE { {?persona wdt:P31 wd:Q5 .} ?persona wdt:P6379 wd:Q3671680 . SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en,fr". } } 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#>
#Artisti con opere alla Certosa di Bologna
SELECT ?persona ?CertosaBo ?personaLabel ?personaDescription
WHERE {
  {?persona wdt:P31 wd:Q5 .}
       ?persona wdt:P6379 wd:Q3671680 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "it,en,fr". }
             }
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 c2(["wd:Q5"]):::iri c8(["it,en,fr"]):::literal 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