query-bf4ef0bebe2e5661c55c6faad912bdcd

rq turtle/ttl

Users by language . English knowledge of intermediateThis user has -2en . muttersprachlichem Niveau auf DeutschDieser Benutzer beherrscht -4de . Muttersprache als Österreichisches DeutschDieser Benutzer spricht -Nde-AT Babel user information im RegiowikiATBenutzer:Karl GruberMe@de-WPMuseen für Niederösterreich

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?Museum ?MuseumLabel ?MuseumIDLabel ?locationLabel ?MuseenID ?GKZ WHERE {

  ?Museum p:P7296 ?NMIDstmt. 
  ?NMIDstmt ps:P7296 ?MuseenID.
  OPTIONAL { ?NMIDstmt pq:P1932 ?MuseumIDLabel. }
  ?Museum wdt:P131 ?location.
  ?location wdt:P964 ?GKZ.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v6("?GKZ"):::projected v3("?MuseenID"):::projected v1("?Museum"):::projected v4("?MuseumIDLabel"):::projected v2("?NMIDstmt") v5("?location") c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"p:P7296"--> v2 v2 --"p:statement/P7296"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:qualifier/P1932".-> v4 end v1 --"p:direct/P131"--> v5 v5 --"p:direct/P964"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end