query-76a516fb0c87ce2ce0720b1dd748155c

rq turtle/ttl

principal areas of Wales - categories SELECT ?item ?itemLabel ?_category_of_associated_peopleLabel ?_category_for_people_born_hereLabel ?_category_for_people_who_died_hereLabel ?_category_for_films_shot_at_this_locationLabel WHERE { ?item wdt:P31 wd:Q15979307. SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } OPTIONAL { ?item wdt:P1792 ?_category_of_associated_people. } OPTIONAL { ?item wdt:P1464 ?_category_for_people_born_here. } OPTIONAL { ?item wdt:P1465 ?_category_for_people_who_died_here. } OPTIONAL { ?item wdt:P1740 ?_category_for_films_shot_at_this_location. } }

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#>
#principal areas of Wales - categories
SELECT ?item ?itemLabel ?_category_of_associated_peopleLabel ?_category_for_people_born_hereLabel ?_category_for_people_who_died_hereLabel ?_category_for_films_shot_at_this_locationLabel WHERE {
  ?item wdt:P31 wd:Q15979307.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
  OPTIONAL { ?item wdt:P1792 ?_category_of_associated_people. }
  OPTIONAL { ?item wdt:P1464 ?_category_for_people_born_here. }
  OPTIONAL { ?item wdt:P1465 ?_category_for_people_who_died_here. }
  OPTIONAL { ?item wdt:P1740 ?_category_for_films_shot_at_this_location. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?_category_for_films_shot_at_this_location") v3("?_category_for_people_born_here") v4("?_category_for_people_who_died_here") v2("?_category_of_associated_people") v1("?item"):::projected c4(["bd:serviceParam"]):::iri c2(["wd:Q15979307"]):::iri c6(["en"]):::literal v1 --"wdt:P31"--> c2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1792".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1464".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1465".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1740".-> v5 end