query-7b7bd40e55610411913b40818bffa6e5

rq turtle/ttl

Propertiesinstance of (P31)Vanderkrogt.net Statues ID (P3711)located in the administrative territorial entity (P131)coordinate location (P625)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?vanderk ?item ?isteinLabel ?itemLabel ?itemDescription ?liegtinLabel ?loc
WHERE {
  ?item wdt:P31 ?istein.
  ?item wdt:P3711 ?vanderk.
  OPTIONAL { ?item wdt:P131  ?liegtin }
  OPTIONAL { ?item wdt:P625  ?loc }
  FILTER("dens0" <= ?vanderk && ?vanderk < "dens9999").
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en". }
} ORDER BY ?vanderk
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?istein") v2("?item"):::projected v4("?liegtin") v5("?loc"):::projected v1("?vanderk"):::projected c8(["bd:serviceParam"]):::iri c10(["de,en"]):::literal f0[["'dens0' <= ?vanderk?vanderk < 'dens9999'"]] f0 --> v1 v2 --"wdt:P31"--> v3 v2 --"wdt:P3711"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P131".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P625".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end