query-34be1722ee5c898b71a7644a3dcee1f3

rq turtle/ttl

Wednesday, February 19, 2020Attention: Third Wednesday this month! Agenda https://meta.wikimedia.org/wiki/FindingGLAMs_ChallengeThis time we want to participate in the FindingGLAMs Challenge – a Wikidata editing competition taking place in the week of February 17th – February 23rd 2020: ParticipantsUser:StagiaireMGIMO )talk (Jean-Fred ]reply[13:18, 10 February 2020 (UTC)) talk (Mfchris84 ]reply[11:56, 10 February 2020 (UTC)) talk (Claudia.GaradOutcomes for small databases instead of creating a new property.(P1343)described by source . Using (Q85680859)Kultur Burgenland Added or completed all museums in Burgenland listed in added to ~30 Austrian GLAMs which were missing it(P131)located in the administrative territorial entity of museums per federal stateDashboard 3411: (P7858)Upper Austria Museum ID New Mix’n’match catalogue for

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
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#>
#Museums in Burgenland listed in the "database" "Kultur Burgenland"
#defaultView:Map
SELECT ?museum ?museumLabel ?url ?code ?coords WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?museum p:P1343 ?kulturBurgenland. 
  ?kulturBurgenland ps:P1343 wd:Q85680859;
                    pq:P2699 ?url; 
                    pq:P3295 ?code.
  ?museum wdt:P625 ?coords.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?code"):::projected v5("?coords"):::projected v2("?kulturBurgenland") v1("?museum"):::projected v3("?url"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c7(["wd:Q85680859"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"p:P1343"--> v2 v2 --"p:statement/P1343"--> c7 v2 --"p:qualifier/P2699"--> v3 v2 --"p:qualifier/P3295"--> v4 v1 --"p:direct/P625"--> v5