query-34be1722ee5c898b71a7644a3dcee1f3
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
- https://query.wikidata.org/sparql
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.
}