source: josm/trunk/resources/data/tag2link.wikidata.sparql@ 16146

Last change on this file since 16146 was 15679, checked in by simon04, 4 years ago

see #13901 see #18542 - Obtain tag2link rules from OSM Sophox

File size: 212 bytes
Line 
1SELECT ?OSM_key ?formatter_URL WHERE {
2 { ?item wdt:P1282 ?OSM_key. }
3 FILTER(STRSTARTS(?OSM_key, 'Key:')) .
4
5 {
6 { ?item wdt:P1630 ?formatter_URL. }
7 UNION
8 { ?item wdt:P3303 ?formatter_URL. }
9 }
10}
Note: See TracBrowser for help on using the repository browser.