query-6fe80965d2261fe365c3112c1c682cad

rq turtle/ttl

Alle Objekte in Torgau

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#-------------------------------------------------------------------------------
# alle Objekte in Torgau
#-------------------------------------------------------------------------------
#defaultView:Map;Table
SELECT DISTINCT ?item ?itemLabel ?image ?Commons_Kategorie ?article ?coordinates WHERE {
  ?item (wdt:P131+) wd:Q12062.
  OPTIONAL { ?item wdt:P18 ?image. }
  OPTIONAL { ?Commons_Kategorie schema:about ?item; schema:isPartOf <https://commons.wikimedia.org/>. }
  OPTIONAL { ?article schema:about ?item; schema:isPartOf <https://de.wikipedia.org/>. }
  OPTIONAL { ?item wdt:P625 ?coordinates. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?Commons_Kategorie"):::projected v4("?article"):::projected v5("?coordinates"):::projected v2("?image"):::projected v1("?item"):::projected c7([https://de.wikipedia.org/]):::iri c12(["de"]):::literal c10(["bd:serviceParam"]):::iri c2(["wd:Q12062"]):::iri c6([https://commons.wikimedia.org/]):::iri v1 --"wdt:P131"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."schema:about".-> v1 v3 --"schema:isPartOf"--> c6 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v4 -."schema:about".-> v1 v4 --"schema:isPartOf"--> c7 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end