query-2e936d074a17a26d2b4241e77feb770b

rq turtle/ttl

title: Mappa distribuzione tipografi e tipografe nel mondo SELECT DISTINCT ?tipograf ?tipografLabel ?sessoLabel ?paeseLabel ?luogolavLabel ?lat ?long WHERE { ?tipograf wdt:P31 wd:Q5; wdt:P21 ?sesso; wdt:P937 ?luogolav; wdt:P106 ?activity . ?luogolav wdt:P17 ?paese. values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 } ?luogolav p:P625 [ psv:P625 ?coo2]. ?coo2 wikibase:geoLatitude ?lat. ?coo2 wikibase:geoLongitude ?long. SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Mappa distribuzione tipografi e tipografe nel mondo
SELECT DISTINCT ?tipograf ?tipografLabel ?sessoLabel ?paeseLabel ?luogolavLabel ?lat ?long WHERE {
?tipograf wdt:P31 wd:Q5; wdt:P21 ?sesso; wdt:P937 ?luogolav; wdt:P106 ?activity .
  ?luogolav wdt:P17 ?paese.
  values ?activity { wd:Q175151 wd:Q1229025 wd:Q998550 wd:Q2516866 wd:Q40881196 }
  ?luogolav p:P625 [ psv:P625 ?coo2].
  ?coo2 wikibase:geoLatitude ?lat.
  ?coo2 wikibase:geoLongitude ?long. 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?activity") v6("?coo2") v7("?lat"):::projected v8("?long"):::projected v3("?luogolav") v5("?paese") v2("?sesso") v1("?tipograf"):::projected a1((" ")) c14(["en"]):::literal c12(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri v1 --"p:direct/P31"--> c2 v1 --"p:direct/P21"--> v2 v1 --"p:direct/P937"--> v3 v1 --"p:direct/P106"--> v6 v3 --"p:direct/P17"--> v5 bind0[/VALUES ?activity/] bind0-->v6 bind00(["wd:Q175151"]) bind00 --> bind0 bind01(["wd:Q1229025"]) bind01 --> bind0 bind02(["wd:Q998550"]) bind02 --> bind0 bind03(["wd:Q2516866"]) bind03 --> bind0 bind04(["wd:Q40881196"]) bind04 --> bind0 a1 --"p:statement/value/P625"--> v6 v3 --"p:P625"--> a1 v6 --"wikibase:geoLatitude"--> v7 v6 --"wikibase:geoLongitude"--> v8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end