source: josm/trunk/resources/data/tag2link.sophox.sparql@ 16245

Last change on this file since 16245 was 15679, checked in by simon04, 5 years ago

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

File size: 176 bytes
Line 
1SELECT (CONCAT("Key:", ?permanent_key_ID) as ?OSM_key) ?formatter_URL WHERE {
2 ?item osmdt:P2 osmd:Q7.
3 ?item osmdt:P16 ?permanent_key_ID.
4 ?item osmdt:P8 ?formatter_URL.
5}
Note: See TracBrowser for help on using the repository browser.