query-d121d5b2d07c5b7527958df503b24fb4

rq turtle/ttl

Propertieslocated in the administrative territorial entity (P131)instance of (P31)category's main topic (P301)category combines topics (P971)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?itemLabel WHERE {
  ?territory (wdt:P131)* wd:Q1055 .
  {
    ?item wdt:P31 wd:Q4167836 .
    {
      ?item wdt:P301 ?territory
    } UNION {
      ?item wdt:P971 ?territory
    }
  } UNION {
    ?item wdt:P31 wd:Q13406463 .
    ?item ?p ?statement .
    ?statement pq:P131 ?territory
  }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de" }
} ORDER BY ( ?itemLabel )

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?item"):::projected v1("?itemLabel"):::projected v4("?p") v5("?statement") v2("?territory") c12(["de"]):::literal c10(["bd:serviceParam"]):::iri c2(["wd:Q1055"]):::iri c4(["wd:Q4167836"]):::iri c7(["wd:Q13406463"]):::iri v2 --"wdt:P131"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c7 v3 -->v4--> v5 v5 --"pq:P131"--> v2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c4 subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P971"--> v2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P301"--> v2 end union1r <== or ==> union1l end end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end