query-53c0bc725f071b03db4c13cfbaa0aeb0

rq turtle/ttl

Propertiesinstance of (P31)place of burial (P119)

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 DISTINCT ?person ?personLabel ?personDescription ?cemeteryLabel 
WHERE
{
   VALUES ?cemetery {
      wd:Q252312 # Norra Begravningsplatsen
      wd:Q28007260 # Mosaiska församlingen
      wd:Q28007201 # Romersk katolska
      wd:Q28006122 # Rememberance
      wd:Q31748331 # Norra krematoriet
   }
   ?person wdt:P31 wd:Q5;
                 wdt:P119 ?cemetery;
   SERVICE wikibase:label { bd:serviceParam wikibase:language "sv","en","de". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?cemetery") v2("?person"):::projected c9(["de"]):::literal c5(["bd:serviceParam"]):::iri c7(["sv"]):::literal c2(["wd:Q5"]):::iri c8(["en"]):::literal bind0[/VALUES ?cemetery/] bind0-->v1 bind00(["wd:Q252312"]) bind00 --> bind0 bind01(["wd:Q28007260"]) bind01 --> bind0 bind02(["wd:Q28007201"]) bind02 --> bind0 bind03(["wd:Q28006122"]) bind03 --> bind0 bind04(["wd:Q31748331"]) bind04 --> bind0 v2 --"wdt:P31"--> c2 v2 --"wdt:P119"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 c5 --"wikibase:language"--> c8 c5 --"wikibase:language"--> c9 end