query-201898aab43f2bd3958dfd8c28ed5ff8

rq turtle/ttl

Graphs

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#>
# Direttori Scuola di agricoltura di Portici
#defaultView:Graph
SELECT ?item ?itemLabel ?itemPicture ?occupation ?occupationLabel ?institution ?institutionLabel 
WHERE
{
  ?item wdt:P108 wd:Q3953372.
  ?item wdt:P106 ?occupation. 
  OPTIONAL {?item wdt:P18 ?itemPicture .}
  VALUES ?institution { wd:Q3953372 }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?institution"):::projected v1("?item"):::projected v3("?itemPicture"):::projected v2("?occupation"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q3953372"]):::iri c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P108"--> c2 v1 --"wdt:P106"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v3 end bind0[/VALUES ?institution/] bind0-->v4 bind00(["wd:Q3953372"]) bind00 --> bind0 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end