User:EmericusPetro/sandbox/List of OpenStreetMap editors
Jump to navigation
Jump to search
List
No listeria support here. Alternative: https://www.wikidata.org/wiki/User:EmericusPetro/sandbox/List_of_OpenStreetMap_editors
Authoritative reference
Not applicable. Recommended https://wiki.openstreetmap.org/wiki/Editors.
Wikidata Query
Query 1
SELECT DISTINCT ?item ?itemLabel ?itemDescription ?inception ?official_website WHERE {
?item (p:P31/ps:P31/(wdt:P279*)) wd:Q98163019.
OPTIONAL { ?item wdt:P571 ?inception. }
OPTIONAL { ?item wdt:P856 ?official_website. }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY (?inception) (?itemLabel)