query-550a0038372292efc3770a01ee6753e3

rq turtle/ttl

SPARQL queriesHackerspaces founded by feminists:

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#>
SELECT ?founder ?founderLabel ?hackerspaceLabel WHERE {
  ?founder wdt:P106 wd:Q34074720.
  ?hackerspace wdt:P112 ?founder.
  ?hackerspace wdt:P31 wd:Q1032372
  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; v1("?founder"):::projected v2("?hackerspace") c5(["wd:Q1032372"]):::iri c2(["wd:Q34074720"]):::iri c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P106"--> c2 v2 --"wdt:P112"--> v1 v2 --"wdt:P31"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end