[
  {
    "old": {"aerialway": "canopy"},
    "replace": {"aerialway": "zip_line"}
  },
  {
    "old": {"aeroway": "aerobridge"},
    "replace": {"aeroway": "jet_bridge", "highway": "corridor"}
  },
  {
    "old": {"access": "customer"},
    "replace": {"access": "customers"}
  },
  {
    "old": {"access": "public"},
    "replace": {"access": "yes"}
  },
  {
    "old": {"aerodrome": "military"},
    "replace": {"military": "airfield"}
  },
  {
    "old": {"aerodrome:type": "military"},
    "replace": {"military": "airfield"}
  },
  {
    "old": {"agrarian": "agrcultural_machinry"},
    "replace": {"agrarian": "agricultural_machinery"}
  },
  {
    "old": {"amenity": "advertising"},
    "replace": {"advertising": "*"}
  },
  {
    "old": {"amenity": "artwork"},
    "replace": {"tourism": "artwork"}
  },
  {
    "old": {"amenity": "bail_bonds"},
    "replace": {"office": "bail_bond_agent"}
  },
  {
    "old": {"amenity": "car_repair"},
    "replace": {"shop": "car_repair"}
  },
  {
    "old": {"amenity": "changing_room"},
    "replace": {"amenity": "dressing_room"}
  },
  {
    "old": {"amenity": "citymap_post"},
    "replace": {"tourism": "information"}
  },
  {
    "old": {"amenity": "club"},
    "replace": {"club": "*"}
  },
  {
    "old": {"amenity": "community_center"},
    "replace": {"amenity": "community_centre"}
  },
  {
    "old": {"amenity": "dog_bin"},
    "replace": {"amenity": "waste_basket", "waste": "dog_excrement"}
  },
  {
    "old": {"amenity": "dog_waste_bin"},
    "replace": {"amenity": "waste_basket", "waste": "dog_excrement"}
  },
  {
    "old": {"amenity": "embassy"},
    "replace": {"office": "diplomatic"}
  },
  {
    "old": {"amenity": "ev_charging"},
    "replace": {"amenity": "charging_station"}
  },
  {
    "old": {"amenity": "charging_station", "car": "*"},
    "replace": {"amenity": "charging_station", "motorcar": "$1"}
  },
  {
    "old": {"amenity": "fire_hydrant"},
    "replace": {"emergency": "fire_hydrant"}
  },
  {
    "old": {"amenity": "firepit"},
    "replace": {"leisure": "firepit"}
  },
  {
    "old": {"amenity": "garage"},
    "replace": {"landuse": "garages"}
  },
  {
    "old": {"amenity": "garages"},
    "replace": {"landuse": "garages"}
  },
  {
    "old": {"amenity": "givebox"},
    "replace": {"amenity": "give_box"}
  },
  {
    "old": {"amenity": "gym"},
    "replace": {"leisure": "fitness_centre"}
  },
  {
    "old": {"amenity": "hotel"},
    "replace": {"tourism": "hotel"}
  },
  {
    "old": {"amenity": "kiosk"},
    "replace": {"shop": "kiosk"}
  },
  {
    "old": {"amenity": "lifeboat_station"},
    "replace": {"emergency": "water_rescue"}
  },
  {
    "old": {"amenity": "lockers"},
    "replace": {"amenity": "locker"}
  },
  {
    "old": {"amenity": "notice_board"},
    "replace": {"advertising": "board"}
  },
  {
    "old": {"amenity": "nursery"},
    "replace": {"amenity": "kindergarten"}
  },
  {
    "old": {"amenity": "preschool"},
    "replace": {"amenity": "kindergarten", "preschool": "yes"}
  },
  {
    "old": {"amenity": "public_building"},
    "replace": {"building": "public"}
  },
  {
    "old": {"amenity": "real_estate"},
    "replace": {"office": "estate_agent"}
  },
  {
    "old": {"amenity": "register_office"},
    "replace": {"office": "government", "government": "register_office"}
  },
  {
    "old": {"amenity": "research_institution"},
    "replace": {"amenity": "research_institute"}
  },
  {
    "old": {"amenity": "sauna"},
    "replace": {"leisure": "sauna"}
  },
  {
    "old": {"amenity": "scrapyard"},
    "replace": {"landuse": "industrial", "industrial": "scrap_yard"}
  },
  {
    "old": {"amenity": "shop"},
    "replace": {"shop": "*"}
  },
  {
    "old": {"amenity": "sloped_curb"},
    "replace": {"kerb": "lowered"}
  },
  {
    "old": {"amenity": "swimming_pool"},
    "replace": {"leisure": "swimming_pool"}
  },
  {
    "old": {"amenity": "ticket_booth"},
    "replace": {"shop": "ticket"}
  },
  {
    "old": {"amenity": "toilet"},
    "replace": {"amenity": "toilets"}
  },
  {
    "old": {"amenity": "vending_machine", "vending": "news_papers"},
    "replace": {"amenity": "vending_machine", "vending": "newspapers"}
  },
  {
    "old": {"amenity": "vending_machine", "vending": "parcel_pickup"},
    "replace": {"amenity": "parcel_locker"}
  },
  {
    "old": {"amenity": "vending_machine", "vending": "parcel_mail_in;parcel_pickup"},
    "replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
  },
  {
    "old": {"amenity": "vending_machine", "vending": "parcel_pickup;parcel_mail_in"},
    "replace": {"amenity": "parcel_locker", "parcel_mail_in": "yes"}
  },
  {
    "old": {"amenity": "weigh_bridge"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"amenity": "winery"},
    "replace": {"craft": "winery"}
  },
  {
    "old": {"amenity": "youth_center"},
    "replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
  },
  {
    "old": {"amenity": "youth_centre"},
    "replace": {"amenity": "community_centre", "community_centre": "youth_centre"}
  },
  {
    "old": {"artwork": "*"},
    "replace": {"artwork_type": "$1"}
  },
  {
    "old": {"artwork:type": "*"},
    "replace": {"artwork_type": "$1"}
  },
  {
    "old": {"attraction": "ferris_wheel"},
    "replace": {"attraction": "big_wheel"}
  },
  {
    "old": {"barrier": "chicane"},
    "replace": {"barrier": "cycle_barrier"}
  },
  {
    "old": {"barrier": "curb"},
    "replace": {"barrier": "kerb"}
  },
  {
    "old": {"barrier": "embankment"},
    "replace": {"man_made": "embankment"}
  },
  {
    "old": {"barrier": "railing"},
    "replace": {"barrier": "fence", "fence_type": "railing"}
  },
  {
    "old": {"barrier": "wall", "type": "noise_barrier"},
    "replace": {"barrier": "wall", "wall": "noise_barrier"}
  },
  {
    "old": {"barrier": "wire_fence"},
    "replace": {"barrier": "fence", "fence_type": "wire"}
  },
  {
    "old": {"barrier": "wood_fence"},
    "replace": {"barrier": "fence", "fence_type": "wood"}
  },
  {
    "old": {"amenity": "bench", "capacity": "*"},
    "replace": {"amenity": "bench", "seats": "$1"}
  },
  {
    "old": {"bicycle:oneway": "*"},
    "replace": {"oneway:bicycle": "$1"}
  },
  {
    "old": {"bridge": "1"},
    "replace": {"bridge": "yes"}
  },
  {
    "old": {"bridge": "true"},
    "replace": {"bridge": "yes"}
  },
  {
    "old": {"building": "apartment"},
    "replace": {"building": "apartments"}
  },
  {
    "old": {"building": "building"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "Building"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "comercial"},
    "replace": {"building": "commercial"}
  },
  {
    "old": {"building": "convenience"},
    "replace": {"building": "retail"}
  },
  {
    "old": {"building": "detached_house"},
    "replace": {"building": "detached"}
  },
  {
    "old": {"building": "entrance"},
    "replace": {"entrance": "*"}
  },
  {
    "old": {"building": "family_house"},
    "replace": {"building": "house"}
  },
  {
    "old": {"building": "home"},
    "replace": {"building": "house"}
  },
  {
    "old": {"building": "House"},
    "replace": {"building": "house"}
  },
  {
    "old": {"building": "household"},
    "replace": {"building": "house"}
  },
  {
    "old": {"building": "offices"},
    "replace": {"building": "office"}
  },
  {
    "old": {"building": "other"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "oui"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "OUI"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "part"},
    "replace": {"building:part": "yes"}
  },
  {
    "old": {"building": "pavillion"},
    "replace": {"building": "pavilion"}
  },
  {
    "old": {"building": "railway_station"},
    "replace": {"building": "train_station"}
  },
  {
    "old": {"building": "Residential"},
    "replace": {"building": "residential"}
  },
  {
    "old": {"building": "services"},
    "replace": {"building": "service"}
  },
  {
    "old": {"building": "shop"},
    "replace": {"building": "retail"}
  },
  {
    "old": {"building": "shops"},
    "replace": {"building": "retail"}
  },
  {
    "old": {"building": "Si"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "Sí"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building": "under construction"},
    "replace": {"building": "construction"}
  },
  {
    "old": {"building": "y"},
    "replace": {"building": "yes"}
  },
  {
    "old": {"building:color": "*"},
    "replace": {"building:colour": "$1"}
  },
  {
    "old": {"building:height": "*"},
    "replace": {"height": "$1"}
  },
  {
    "old": {"building:level": "*"},
    "replace": {"building:levels": "$1"}
  },
  {
    "old": {"building:material": "Brick"},
    "replace": {"building:material": "brick"}
  },
  {
    "old": {"building:min_height": "*"},
    "replace": {"min_height": "$1"}
  },
  {
    "old": {"building:roof:colour": "*"},
    "replace": {"roof:colour": "$1"}
  },
  {
    "old": {"building:roof:shape": "*"},
    "replace": {"roof:shape": "$1"}
  },
  {
    "old": {"building:type": "*"},
    "replace": {"building": "$1"}
  },
  {
    "old": {"camp_site": "camp_pitch"},
    "replace": {"tourism": "camp_pitch"}
  },
  {
    "old": {"color": "*"},
    "replace": {"colour": "$1"}
  },
  {
    "old": {"company": "consulting"},
    "replace": {"office": "consulting"}
  },
  {
    "old": {"content": "unknown"}
  },
  {
    "old": {"contents": "*"},
    "replace": {"content": "$1"}
  },
  {
    "old": {"craft": "car_repair"},
    "replace": {"shop": "car_repair"}
  },
  {
    "old": {"craft": "catering"},
    "replace": {"craft": "caterer"}
  },
  {
    "old": {"craft": "glass"},
    "replace": {"craft": "glaziery"}
  },
  {
    "old": {"craft": "sculpter"},
    "replace": {"craft": "sculptor"}
  },
  {
    "old": {"crossing": "island"},
    "replace": {"crossing:island": "yes"}
  },
  {
    "old": {"crossing": "traffic_lights"},
    "replace": {"crossing": "traffic_signals"}
  },
  {
    "old": {"crossing": "no", "highway": "crossing"},
    "replace": {"crossing": "no"}
  },
  {
    "old": {"cuisine": "barbeque"},
    "replace": {"cuisine": "barbecue"}
  },
  {
    "old": {"cuisine": "bbq"},
    "replace": {"cuisine": "barbecue"}
  },
  {
    "old": {"cuisine": "gluten-free"},
    "replace": {"diet:gluten_free": "*"}
  },
  {
    "old": {"cuisine": "halal"},
    "replace": {"diet:halal": "*"}
  },
  {
    "old": {"cuisine": "kosher"},
    "replace": {"diet:kosher": "*"}
  },
  {
    "old": {"cuisine": "vegan"},
    "replace": {"diet:vegan": "*"}
  },
  {
    "old": {"cuisine": "vegetarian"},
    "replace": {"diet:vegetarian": "*"}
  },
  {
    "old": {"culvert": "culvert"},
    "replace": {"tunnel": "culvert"}
  },
  {
    "old": {"culvert": "tunnel"},
    "replace": {"tunnel": "culvert"}
  },
  {
    "old": {"culvert": "yes"},
    "replace": {"tunnel": "culvert"}
  },
  {
    "old": {"curb": "*"},
    "replace": {"kerb": "$1"}
  },
  {
    "old": {"diaper": "1"},
    "replace": {"changing_table": "yes", "changing_table:count": "1"}
  },
  {
    "old": {"diaper": "no"},
    "replace": {"changing_table": "no"}
  },
  {
    "old": {"diaper": "room"},
    "replace": {"changing_table": "yes", "changing_table:location": "room"}
  },
  {
    "old": {"diaper": "yes"},
    "replace": {"changing_table": "yes"}
  },
  {
    "old": {"direction": "all"},
    "replace": {"direction": "both"}
  },
  {
    "old": {"direction": "down", "highway": "*"},
    "replace": {"incline": "down", "highway": "$1"}
  },
  {
    "old": {"direction": "downhill"},
    "replace": {"incline": "down"}
  },
  {
    "old": {"direction": "East"},
    "replace": {"direction": "E"}
  },
  {
    "old": {"direction": "forward;backward"},
    "replace": {"direction": "both"}
  },
  {
    "old": {"direction": "North"},
    "replace": {"direction": "N"}
  },
  {
    "old": {"direction": "South"},
    "replace": {"direction": "S"}
  },
  {
    "old": {"direction": "up", "highway": "*"},
    "replace": {"incline": "up", "highway": "$1"}
  },
  {
    "old": {"direction": "uphill"},
    "replace": {"incline": "up"}
  },
  {
    "old": {"direction": "West"},
    "replace": {"direction": "W"}
  },
  {
    "old": {"disabled_spaces": "*"},
    "replace": {"capacity:disabled": "$1"}
  },
  {
    "old": {"door": "loadingdock"},
    "replace": {"amenity": "loading_dock"}
  },
  {
    "old": {"drinkable": "*"},
    "replace": {"drinking_water": "$1"}
  },
  {
    "old": {"embankment": "1"},
    "replace": {"embankment": "yes"}
  },
  {
    "old": {"embankment": "false"},
    "replace": {"embankment": "no"}
  },
  {
    "old": {"embankment": "right", "man_made": "embankment"},
    "replace": {"man_made": "embankment"}
  },
  {
    "old": {"embankment": "true"},
    "replace": {"embankment": "yes"}
  },
  {
    "old": {"embassy": "embassy"},
    "replace": {"embassy": "yes"}
  },
  {
    "old": {"emergency": "dry_riser_inlet"},
    "replace": {"emergency": "fire_service_inlet", "fire_mains": "dry"}
  },
  {
    "old": {"emergency": "sprinkler_connection"},
    "replace": {"emergency": "fire_service_inlet", "fire_sprinkler": "yes"}
  },
  {
    "old": {"emergency": "lifeguard_base"},
    "replace": {"emergency": "lifeguard", "lifeguard": "base"}
  },
  {
    "old": {"emergency": "lifeguard_platform"},
    "replace": {"emergency": "lifeguard", "lifeguard": "tower"}
  },
  {
    "old": {"emergency": "lifeguard_tower"},
    "replace": {"emergency": "lifeguard", "lifeguard": "tower"}
  },
  {
    "old": {"emergency": "water_rescue_station"},
    "replace": {"emergency": "water_rescue"}
  },
  {
    "old": {"emergency": "lifeboat_station"},
    "replace": {"emergency": "water_rescue"}
  },
  {
    "old": {"emergency": "ses_station"},
    "replace": {"emergency": "disaster_response"}
  },
  {
    "old": {"emergency": "marine_rescue"},
    "replace": {"emergency": "water_rescue"}
  },
  {
    "old": {"emergency_service": "air"},
    "replace": {"emergency": "air_rescue_service"}
  },
  {
    "old": {"entrance": "emergency_exit"},
    "replace": {"entrance": "emergency"}
  },
  {
    "old": {"entrance": "fire_exit"},
    "replace": {"entrance": "emergency"}
  },
  {
    "old": {"entrance": "loading_dock"},
    "replace": {"amenity": "loading_dock"}
  },
  {
    "old": {"entrance": "main_entrance"},
    "replace": {"entrance": "main"}
  },
  {
    "old": {"entrance": "private"},
    "replace": {"entrance": "yes", "access": "private"}
  },
  {
    "old": {"escalator": "*"},
    "replace": {"highway": "steps", "conveying": "$1"}
  },
  {
    "old": {"fast_food": "pizza"},
    "replace": {"cuisine": "pizza"}
  },
  {
    "old": {"fast_food": "shawarma"},
    "replace": {"cuisine": "shawarma"}
  },
  {
    "old": {"fee": "0"},
    "replace": {"fee": "no"}
  },
  {
    "old": {"fee": "free"},
    "replace": {"fee": "no"}
  },
  {
    "old": {"fee": "Free"},
    "replace": {"fee": "no"}
  },
  {
    "old": {"fee": "No"},
    "replace": {"fee": "no"}
  },
  {
    "old": {"fee": "none"},
    "replace": {"fee": "no"}
  },
  {
    "old": {"fee": "some"},
    "replace": {"fee": "yes"}
  },
  {
    "old": {"fee": "Yes"},
    "replace": {"fee": "yes"}
  },
  {
    "old": {"FIXME": "*"},
    "replace": {"fixme": "$1"}
  },
  {
    "old": {"footway": "both"},
    "replace": {"sidewalk": "both"}
  },
  {
    "old": {"sidewalk": "none"},
    "replace": {"sidewalk": "no"}
  },
  {
    "old": {"footway": "crossing", "highway": "cycleway"},
    "replace": {"cycleway": "crossing", "highway": "cycleway"}
  },
  {
    "old": {"footway": "left"},
    "replace": {"sidewalk": "left"}
  },
  {
    "old": {"footway": "no"},
    "replace": {"sidewalk": "no"}
  },
  {
    "old": {"footway": "none"},
    "replace": {"sidewalk": "no"}
  },
  {
    "old": {"footway": "right"},
    "replace": {"sidewalk": "right"}
  },
  {
    "old": {"footway": "separate"},
    "replace": {"sidewalk": "separate"}
  },
  {
    "old": {"amenity": "gambling", "gambling": "casino"},
    "replace": {"amenity": "casino"}
  },
  {
    "old": {"leisure": "amusement_arcade", "gambling": "*"},
    "replace": {"leisure": "adult_gaming_centre", "gambling": "$1"}
  },
  {
    "old": {"gambling": "slot_machine"},
    "replace": {"gambling": "slot_machines"}
  },
  {
    "old": {"generator:source": "photovoltaic"},
    "replace": {"generator:source": "solar", "generator:method": "photovoltaic"}
  },
  {
    "old": {"generator:method": "solar"},
    "replace": {"generator:source": "solar"}
  },
  {
    "old": {"golf": "faiway"},
    "replace": {"golf": "fairway"}
  },
  {
    "old": {"golf": "putting_green"},
    "replace": {"golf": "green"}
  },
  {
    "old": {"golf": "sand_trap"},
    "replace": {"golf": "bunker", "natural": "sand"}
  },
  {
    "old": {"golf": "tee_area"},
    "replace": {"golf": "tee"}
  },
  {
    "old": {"golf": "tee_box"},
    "replace": {"golf": "tee"}
  },
  {
    "old": {"golf": "teebox"},
    "replace": {"golf": "tee"}
  },
  {
    "old": {"healthcare": "birthing_center"},
    "replace": {"healthcare": "birthing_centre"}
  },
  {
    "old": {"healthcare:speciality": "internist"},
    "replace": {"healthcare:speciality": "internal"}
  },
  {
    "old": {"highway": "abandoned"},
    "replace": {"abandoned:highway": "*"}
  },
  {
    "old": {"highway": "service", "service": "busway"},
    "replace": {"highway": "busway"}
  },
  {
    "old": {"highway": "bridleway", "horse": "no"},
    "replace": {"highway": "path", "horse": "no"}
  },
  {
    "old": {"highway": "cycleway", "cycleway": "track"},
    "replace": {"highway": "cycleway"}
  },
  {
    "old": {"highway": "footway", "foot": "no"},
    "replace": {"highway": "path", "foot": "no"}
  },
  {
    "old": {"highway": "path", "ladder": "yes"},
    "replace": {"highway": "ladder"}
  },
  {
    "old": {"highway": "platform"},
    "replace": {"highway": "platform", "public_transport": "platform"}
  },
  {
    "old": {"highway": "stile"},
    "replace": {"barrier": "stile"}
  },
  {
    "old": {"highway": "unsurfaced"},
    "replace": {"highway": "road", "surface": "unpaved"}
  },
  {
    "old": {"historic": "archaeological_site", "site_type": "*"},
    "replace": {"historic": "archaeological_site", "archaeological_site": "$1"}
  },
  {
    "old": {"industrial": "gas"},
    "replace": {"utility": "gas"}
  },
  {
    "old": {"information": "citymap"},
    "replace": {"tourism": "information", "information": "map", "map_type": "street", "map_size": "city"}
  },
  {
    "old": {"information": "hikingmap"},
    "replace": {"tourism": "information", "information": "map", "map_type": "topo", "hiking": "yes"}
  },
  {
    "old": {"information": "bicyclemap"},
    "replace": {"tourism": "information", "information": "map", "map_type": "topo", "bicyle": "yes"}
  },
  {
    "old": {"information": "nature"},
    "replace": {"tourism": "information", "information": "board", "board_type": "nature"}
  },
  {
    "old": {"information": "history"},
    "replace": {"tourism": "information", "information": "board", "board_type": "history"}
  },
  {
    "old": {"information": "wild_life"},
    "replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
  },
  {
    "old": {"information": "wildlife"},
    "replace": {"tourism": "information", "information": "board", "board_type": "wildlife"}
  },
  {
    "old": {"information": "board", "board_type": "map"},
    "replace": {"tourism": "information", "information": "map"}
  },
  {
    "old": {"internet_access": "public"},
    "replace": {"internet_access": "yes", "internet_access:fee": "no"}
  },
  {
    "old": {"internet_access": "wifi"},
    "replace": {"internet_access": "wlan"}
  },
  {
    "old": {"internet_access": "wi-fi"},
    "replace": {"internet_access": "wlan"}
  },
  {
    "old": {"internet_access": "WLAN"},
    "replace": {"internet_access": "wlan"}
  },
  {
    "old": {"internet_access:fee": "0"},
    "replace": {"internet_access:fee": "no"}
  },
  {
    "old": {"internet_access:fee": "free"},
    "replace": {"internet_access:fee": "no"}
  },
  {
    "old": {"internet_access:fee": "Free"},
    "replace": {"internet_access:fee": "no"}
  },
  {
    "old": {"internet_access:fee": "No"},
    "replace": {"internet_access:fee": "no"}
  },
  {
    "old": {"internet_access:name": "*"},
    "replace": {"internet_access:ssid": "$1"}
  },
  {
    "old": {"internet_access:type": "*"},
    "replace": {"internet_access": "$1"}
  },
  {
    "old": {"kerb": "dropped"},
    "replace": {"kerb": "lowered"}
  },
  {
    "old": {"kerb": "flat"},
    "replace": {"kerb": "flush"}
  },
  {
    "old": {"lamp_mount": "bent mast"},
    "replace": {"lamp_mount": "bent_mast"}
  },
  {
    "old": {"lamp_mount": "straight mast"},
    "replace": {"lamp_mount": "straight_mast"}
  },
  {
    "old": {"lamp_mount": "straightmast"},
    "replace": {"lamp_mount": "straight_mast"}
  },
  {
    "old": {"lamp_mount": "streight_mast"},
    "replace": {"lamp_mount": "straight_mast"}
  },
  {
    "old": {"lamp_mount": "wal"},
    "replace": {"lamp_mount": "wall"}
  },
  {
    "old": {"lamp_mount": "wall mounted"},
    "replace": {"lamp_mount": "wall"}
  },
  {
    "old": {"lamp_mount": "wall_mount"},
    "replace": {"lamp_mount": "wall"}
  },
  {
    "old": {"lamp_mount": "wall_mounted"},
    "replace": {"lamp_mount": "wall"}
  },
  {
    "old": {"landcover": "flower_bed"},
    "replace": {"landuse": "flowerbed"}
  },
  {
    "old": {"landcover": "flowerbed"},
    "replace": {"landuse": "flowerbed"}
  },
  {
    "old": {"landuse": "churchyard"},
    "replace": {"landuse": "religious"}
  },
  {
    "old": {"landuse": "conservation"},
    "replace": {"boundary": "protected_area"}
  },
  {
    "old": {"landuse": "field"},
    "replace": {"landuse": "farmland"}
  },
  {
    "old": {"landuse": "garden"},
    "replace": {"leisure": "garden"}
  },
  {
    "old": {"landuse": "pond"},
    "replace": {"natural": "water", "water": "pond"}
  },
  {
    "old": {"landuse": "port"},
    "replace": {"landuse": "industrial", "industrial": "port"}
  },
  {
    "old": {"landuse": "reservoir"},
    "replace": {"natural": "water", "water": "reservoir"}
  },
  {
    "old": {"landuse": "reservoir", "reservoir_type": "tailings", "natural": "water", "water": "reservoir"},
    "replace": {"man_made": "tailings_pond"}
  },
  {
    "old": {"landuse": "reservoir", "reservoir_type": "tailings"},
    "replace": {"man_made": "tailings_pond"}
  },
  {
    "old": {"landuse": "school"},
    "replace": {"landuse": "education"}
  },
  {
    "old": {"landuse": "wood"},
    "replace": {"natural": "wood"}
  },
  {
    "old": {"lawyer": "notary"},
    "replace": {"office": "notary"}
  },
  {
    "old": {"leisure": "beach"},
    "replace": {"natural": "beach"}
  },
  {
    "old": {"leisure": "bingo"},
    "replace": {"amenity": "gambling", "gambling": "bingo"}
  },
  {
    "old": {"leisure": "club"},
    "replace": {"club": "*"}
  },
  {
    "old": {"leisure": "gambling"},
    "replace": {"amenity": "gambling"}
  },
  {
    "old": {"leisure": "golf_pin"},
    "replace": {"golf": "pin"}
  },
  {
    "old": {"leisure": "ice_rink", "sport": "hockey"},
    "replace": {"leisure": "ice_rink", "sport": "ice_hockey"}
  },
  {
    "old": {"leisure": "ice_rink", "sport": "skating"},
    "replace": {"leisure": "ice_rink", "sport": "ice_skating"}
  },
  {
    "old": {"leisure": "maze"},
    "replace": {"attraction": "maze"}
  },
  {
    "old": {"leisure": "recreation_ground"},
    "replace": {"landuse": "recreation_ground"}
  },
  {
    "old": {"leisure": "swimming_pool", "swimming_pool": "hot_tub"},
    "replace": {"leisure": "hot_tub"}
  },
  {
    "old": {"leisure": "table_tennis_table"},
    "replace": {"leisure": "pitch", "sport": "table_tennis"}
  },
  {
    "old": {"leisure": "video_arcade"},
    "replace": {"leisure": "amusement_arcade"}
  },
  {
    "old": {"Level": "*"},
    "replace": {"level": "$1"}
  },
  {
    "old": {"LEVEL": "*"},
    "replace": {"level": "$1"}
  },
  {
    "old": {"levels": "*"},
    "replace": {"building:levels": "$1"}
  },
  {
    "old": {"man_made": "cut_line"},
    "replace": {"man_made": "cutline"}
  },
  {
    "old": {"man_made": "flower_bed"},
    "replace": {"landuse": "flowerbed"}
  },
  {
    "old": {"man_made": "flowerbed"},
    "replace": {"landuse": "flowerbed"}
  },
  {
    "old": {"man_made": "fuel_storage_tank"},
    "replace": {"man_made": "storage_tank", "content": "fuel"}
  },
  {
    "old": {"man_made": "gas_well"},
    "replace": {"man_made": "petroleum_well", "substance": "gas"}
  },
  {
    "old": {"man_made": "jetty"},
    "replace": {"man_made": "pier"}
  },
  {
    "old": {"man_made": "mdf"},
    "replace": {"telecom": "exchange"}
  },
  {
    "old": {"man_made": "MDF"},
    "replace": {"telecom": "exchange"}
  },
  {
    "old": {"man_made": "oil_tank"},
    "replace": {"man_made": "storage_tank", "content": "oil"}
  },
  {
    "old": {"man_made": "oil_well"},
    "replace": {"man_made": "petroleum_well", "substance": "oil"}
  },
  {
    "old": {"man_made": "telephone_exchange"},
    "replace": {"telecom": "exchange"}
  },
  {
    "old": {"man_made": "village_pump"},
    "replace": {"man_made": "water_well"}
  },
  {
    "old": {"man_made": "wastewater_tank"},
    "replace": {"man_made": "storage_tank", "content": "wastewater"}
  },
  {
    "old": {"man_made": "water_tank"},
    "replace": {"man_made": "storage_tank", "content": "water"}
  },
  {
    "old": {"man_made": "weigh_bridge"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "weighbridge"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "weighing_machine"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "weighing_scale"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "weighting machine"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "weighting_machine"},
    "replace": {"amenity": "weighbridge"}
  },
  {
    "old": {"man_made": "well"},
    "replace": {"man_made": "water_well"}
  },
  {
    "old": {"man_made": "winery"},
    "replace": {"craft": "winery"}
  },
  {
    "old": {"map_type": "tactile_map", "information": "map"},
    "replace": {"information": "tactile_map"}
  },
  {
    "old": {"map_type": "tactile_model", "information": "map"},
    "replace": {"information": "tactile_model"}
  },
  {
    "old": {"maxage": "*"},
    "replace": {"max_age": "$1"}
  },
  {
    "old": {"memorial": "plate"},
    "replace": {"memorial": "plaque"}
  },
  {
    "old": {"men": "*"},
    "replace": {"male": "$1"}
  },
  {
    "old": {"minage": "*"},
    "replace": {"min_age": "$1"}
  },
  {
    "old": {"mining_resource": "*"},
    "replace": {"resource": "$1"}
  },
  {
    "old": {"museum_type": "history"},
    "replace": {"museum": "history"}
  },
  {
    "old": {"museum_type": "private"},
    "replace": {"operator:type": "private"}
  },
  {
    "old": {"museum_type": "public"},
    "replace": {"operator:type": "public"}
  },
  {
    "old": {"natural": "marsh"},
    "replace": {"natural": "wetland", "wetland": "marsh"}
  },
  {
    "old": {"natural": "water", "water": "reservoir", "reservoir_type": "tailings"},
    "replace": {"man_made": "tailings_pond"}
  },
  {
    "old": {"natural": "waterfall"},
    "replace": {"waterway": "waterfall"}
  },
  {
    "old": {"NOTE": "*"},
    "replace": {"note": "$1"}
  },
  {
    "old": {"office": "administrative"},
    "replace": {"office": "government"}
  },
  {
    "old": {"office": "consultancy"},
    "replace": {"office": "consulting"}
  },
  {
    "old": {"office": "consultant"},
    "replace": {"office": "consulting"}
  },
  {
    "old": {"office": "real_estate"},
    "replace": {"office": "estate_agent"}
  },
  {
    "old": {"oneway": "1"},
    "replace": {"oneway": "yes"}
  },
  {
    "old": {"oneway": "alternate"},
    "replace": {"oneway": "alternating"}
  },
  {
    "old": {"operator:type": "goverment"},
    "replace": {"operator:type": "government"}
  },
  {
    "old": {"operator:type": "Privado"},
    "replace": {"operator:type": "private"}
  },
  {
    "old": {"operator:type": "Private"},
    "replace": {"operator:type": "private"}
  },
  {
    "old": {"operator:type": "Public"},
    "replace": {"operator:type": "public"}
  },
  {
    "old": {"operator:type": "Publico"},
    "replace": {"operator:type": "public"}
  },
  {
    "old": {"operator:type": "unknown"}
  },
  {
    "old": {"parking": "covered"},
    "replace": {"covered": "yes"}
  },
  {
    "old": {"parking": "customers"},
    "replace": {"access": "customers"}
  },
  {
    "old": {"parking": "entrance"},
    "replace": {"amenity": "parking_entrance"}
  },
  {
    "old": {"parking": "park_and_ride"},
    "replace": {"park_ride": "yes"}
  },
  {
    "old": {"parking": "private"},
    "replace": {"access": "private"}
  },
  {
    "old": {"parking": "street"},
    "replace": {"parking": "lane"}
  },
  {
    "old": {"parking:orientation": "*"},
    "replace": {"orientation": "$1"}
  },
  {
    "old": {"orientation": "orthogonal"},
    "replace": {"orientation": "perpendicular"}
  },
  {
    "old": {"parking:orientation": "orthogonal"},
    "replace": {"parking:orientation": "perpendicular"}
  },
  {
    "old": {"place_name": "*"},
    "replace": {"name": "$1"}
  },
  {
    "old": {"playground:theme": "playground"}
  },
  {
    "old": {"pole": "transition"},
    "replace": {"location:transition": "yes"}
  },
  {
    "old": {"pole:type": "branch", "branch:type": "cross"},
    "replace": {"line_management": "cross"}
  },
  {
    "old": {"pole:type": "branch", "branch:type": "loop"},
    "replace": {"line_management": "split"}
  },
  {
    "old": {"pole:type": "branch", "branch:type": "split"},
    "replace": {"line_management": "split"}
  },
  {
    "old": {"pole:type": "branch", "branch:type": "tap"},
    "replace": {"line_management": "branch"}
  },
  {
    "old": {"pole:type": "termination"},
    "replace": {"line_management": "termination"}
  },
  {
    "old": {"postcode": "*"},
    "replace": {"addr:postcode": "$1"}
  },
  {
    "old": {"power": "busbar"},
    "replace": {"power": "line", "line": "busbar"}
  },
  {
    "old": {"power": "line", "location": "underground"},
    "replace": {"power": "cable", "location": "underground"}
  },
  {
    "old": {"power": "marker"},
    "replace": {"marker": "*", "utility": "power"}
  },
  {
    "old": {"power": "sub_station"},
    "replace": {"power": "substation"}
  },
  {
    "old": {"power": "substation", "location": "kiosk"},
    "replace": {"power": "substation", "man_made": "street_cabinet", "street_cabinet": "power"}
  },
  {
    "old": {"power": "underground_cable"},
    "replace": {"power": "cable", "location": "underground"}
  },
  {
    "old": {"power_source": "*"},
    "replace": {"generator:source": "$1"}
  },
  {
    "old": {"power_rating": "*"},
    "replace": {"generator:output": "$1"}
  },
  {
    "old": {"public_transport": "station", "aerialway": "yes"},
    "replace": {"public_transport": "station", "aerialway": "station"}
  },
  {
    "old": {"pump": "hand_pump"},
    "replace": {"pump": "manual"}
  },
  {
    "old": {"pump": "electrical_pump"},
    "replace": {"pump": "powered"}
  },
  {
    "old": {"pump": "no_pump"},
    "replace": {"pump": "no"}
  },
  {
    "old": {"pump": "power"},
    "replace": {"pump": "powered"}
  },
  {
    "old": {"railway": "*", "abandoned": "yes"},
    "replace": {"abandoned:railway": "$1"}
  },
  {
    "old": {"railway": "*", "disused": "yes"},
    "replace": {"disused:railway": "$1"}
  },
  {
    "old": {"railway": "platform"},
    "replace": {"railway": "platform", "public_transport": "platform"}
  },
  {
    "old": {"railway": "station"},
    "replace": {"railway": "station", "public_transport": "station"}
  },
  {
    "old": {"railway": "tram_stop"},
    "replace": {"railway": "tram_stop", "public_transport": "stop_position", "tram": "yes"}
  },
  {
    "old": {"recommended_speed": "*"},
    "replace": {"maxspeed:advisory": "$1"}
  },
  {
    "old": {"recommended_speed:backward": "*"},
    "replace": {"maxspeed:advisory:backward": "$1"}
  },
  {
    "old": {"recommended_speed:forward": "*"},
    "replace": {"maxspeed:advisory:forward": "$1"}
  },
  {
    "old": {"religion": "catholic"},
    "replace": {"religion": "christian", "denomination": "catholic"}
  },
  {
    "old": {"roof:color": "*"},
    "replace": {"roof:colour": "$1"}
  },
  {
    "old": {"roof:shape": "half_hipped"},
    "replace": {"roof:shape": "half-hipped"}
  },
  {
    "old": {"route": "ncn"},
    "replace": {"route": "bicycle", "network": "ncn"}
  },
  {
    "old": {"service": "drive_through"},
    "replace": {"service": "drive-through"}
  },
  {
    "old": {"shop": "adult"},
    "replace": {"shop": "erotic"}
  },
  {
    "old": {"shop": "antique"},
    "replace": {"shop": "antiques"}
  },
  {
    "old": {"shop": "army_surplus"},
    "replace": {"shop": "military_surplus"}
  },
  {
    "old": {"shop": "auto_parts"},
    "replace": {"shop": "car_parts"}
  },
  {
    "old": {"shop": "baby"},
    "replace": {"shop": "baby_goods"}
  },
  {
    "old": {"shop": "baby_care"},
    "replace": {"shop": "baby_goods"}
  },
  {
    "old": {"shop": "bags"},
    "replace": {"shop": "bag"}
  },
  {
    "old": {"shop": "bail_bond"},
    "replace": {"office": "bail_bond_agent"}
  },
  {
    "old": {"shop": "bail_bonds"},
    "replace": {"office": "bail_bond_agent"}
  },
  {
    "old": {"shop": "betting"},
    "replace": {"shop": "bookmaker"}
  },
  {
    "old": {"shop": "boutique"},
    "replace": {"shop": "clothes"}
  },
  {
    "old": {"shop": "cafe"},
    "replace": {"amenity": "cafe"}
  },
  {
    "old": {"shop": "clothes", "clothes": "second_hand"},
    "replace": {"shop": "clothes", "second_hand": "yes"}
  },
  {
    "old": {"shop": "consulting"},
    "replace": {"office": "consulting"}
  },
  {
    "old": {"shop": "dive"},
    "replace": {"shop": "scuba_diving"}
  },
  {
    "old": {"shop": "fashion"},
    "replace": {"shop": "clothes"}
  },
  {
    "old": {"shop": "fish"},
    "replace": {"shop": "seafood"}
  },
  {
    "old": {"shop": "fishmonger"},
    "replace": {"shop": "seafood"}
  },
  {
    "old": {"shop": "furnace"},
    "replace": {"shop": "fireplace"}
  },
  {
    "old": {"shop": "gallery"},
    "replace": {"shop": "art"}
  },
  {
    "old": {"shop": "general_store"},
    "replace": {"shop": "general"}
  },
  {
    "old": {"shop": "insurance"},
    "replace": {"office": "insurance"}
  },
  {
    "old": {"shop": "jewellery"},
    "replace": {"shop": "jewelry"}
  },
  {
    "old": {"shop": "lingerie"},
    "replace": {"shop": "clothes", "clothes": "underwear"}
  },
  {
    "old": {"shop": "luggage"},
    "replace": {"shop": "bag"}
  },
  {
    "old": {"shop": "mattress"},
    "replace": {"shop": "bed"}
  },
  {
    "old": {"shop": "money_transfer"},
    "replace": {"amenity": "money_transfer"}
  },
  {
    "old": {"shop": "moneylender"},
    "replace": {"shop": "money_lender"}
  },
  {
    "old": {"shop": "office_supplies"},
    "replace": {"shop": "stationery"}
  },
  {
    "old": {"shop": "organic"},
    "replace": {"shop": "yes", "organic": "only"}
  },
  {
    "old": {"shop": "perfume"},
    "replace": {"shop": "perfumery"}
  },
  {
    "old": {"shop": "real_estate"},
    "replace": {"office": "estate_agent"}
  },
  {
    "old": {"shop": "telecommunications"},
    "replace": {"shop": "telecommunication"}
  },
  {
    "old": {"shop": "tickets"},
    "replace": {"shop": "ticket"}
  },
  {
    "old": {"shop": "underwear"},
    "replace": {"shop": "clothes", "clothes": "underwear"}
  },
  {
    "old": {"shop": "winery"},
    "replace": {"craft": "winery"}
  },
  {
    "old": {"sloped_curb": "0"},
    "replace": {"kerb": "flush"}
  },
  {
    "old": {"sloped_curb": "0.00"},
    "replace": {"kerb": "flush"}
  },
  {
    "old": {"sloped_curb": "0.01"},
    "replace": {"kerb": "lowered", "kerb:height": "1 cm"}
  },
  {
    "old": {"sloped_curb": "0.02"},
    "replace": {"kerb": "lowered", "kerb:height": "2 cm"}
  },
  {
    "old": {"sloped_curb": "0.03"},
    "replace": {"kerb": "lowered", "kerb:height": "3 cm"}
  },
  {
    "old": {"sloped_curb": "at_grade"},
    "replace": {"kerb": "flush"}
  },
  {
    "old": {"sloped_curb": "both"},
    "replace": {"kerb": "lowered"}
  },
  {
    "old": {"sloped_curb": "flush"},
    "replace": {"kerb": "flush"}
  },
  {
    "old": {"sloped_curb": "low"},
    "replace": {"kerb": "lowered"}
  },
  {
    "old": {"sloped_curb": "no"},
    "replace": {"kerb": "raised"}
  },
  {
    "old": {"sloped_curb": "yes"},
    "replace": {"kerb": "lowered"}
  },
  {
    "old": {"sport": "horse_shoes"},
    "replace": {"sport": "horseshoes"}
  },
  {
    "old": {"sport": "horseshoe"},
    "replace": {"sport": "horseshoes"}
  },
  {
    "old": {"sport": "shuffle_board"},
    "replace": {"sport": "shuffleboard"}
  },
  {
    "old": {"sport": "team_handball"},
    "replace": {"sport": "handball"}
  },
  {
    "old": {"station": "light_rail"},
    "replace": {"station": "light_rail", "light_rail": "yes"}
  },
  {
    "old": {"station": "monorail"},
    "replace": {"station": "monorail", "monorail": "yes"}
  },
  {
    "old": {"station": "subway"},
    "replace": {"station": "subway", "subway": "yes"}
  },
  {
    "old": {"station": "train"},
    "replace": {"station": "train", "train": "yes"}
  },
  {
    "old": {"stream": "intermittent", "waterway": "stream"},
    "replace": {"intermittent": "yes", "waterway": "stream"}
  },
  {
    "old": {"street_cabinet": "broadband"},
    "replace": {"utility": "telecom"}
  },
  {
    "old": {"street_cabinet": "cable_tv"},
    "replace": {"utility": "television"}
  },
  {
    "old": {"street_cabinet": "communications"},
    "replace": {"utility": "telecom"}
  },
  {
    "old": {"street_cabinet": "gas"},
    "replace": {"utility": "gas"}
  },
  {
    "old": {"street_cabinet": "power"},
    "replace": {"utility": "power"}
  },
  {
    "old": {"street_cabinet": "street_lighting"},
    "replace": {"utility": "street_lighting"}
  },
  {
    "old": {"street_cabinet": "telecom"},
    "replace": {"utility": "telecom"}
  },
  {
    "old": {"survey_date": "*"},
    "replace": {"survey:date": "$1"}
  },
  {
    "old": {"sustenance": "bar"},
    "replace": {"amenity": "bar"}
  },
  {
    "old": {"sustenance": "cafe"},
    "replace": {"amenity": "cafe"}
  },
  {
    "old": {"sustenance": "pub"},
    "replace": {"amenity": "pub"}
  },
  {
    "old": {"sustenance": "restaurant"},
    "replace": {"amenity": "restaurant"}
  },
  {
    "old": {"theatre:type": "amphitheatre"},
    "replace": {"theatre:type": "amphi"}
  },
  {
    "old": {"todo": "*"},
    "replace": {"fixme": "$1"}
  },
  {
    "old": {"TODO": "*"},
    "replace": {"fixme": "$1"}
  },
  {
    "old": {"toilets:disposal": "longdrop"},
    "replace": {"toilets:disposal": "pitlatrine"}
  },
  {
    "old": {"toilets:disposal": "pit_latrine"},
    "replace": {"toilets:disposal": "pitlatrine"}
  },
  {
    "old": {"toilets:type": "flush"},
    "replace": {"toilets:disposal": "flush"}
  },
  {
    "old": {"toilets:type": "pit"},
    "replace": {"toilets:disposal": "pitlatrine"}
  },
  {
    "old": {"toilets:type": "pitlatrine"},
    "replace": {"toilets:disposal": "pitlatrine"}
  },
  {
    "old": {"toilets:type": "pit latrine"},
    "replace": {"toilets:disposal": "pitlatrine"}
  },
  {
    "old": {"tourism": "bed_and_breakfast"},
    "replace": {"tourism": "guest_house", "guest_house": "bed_and_breakfast"}
  },
  {
    "old": {"tourism": "picnic_table"},
    "replace": {"leisure": "picnic_table"}
  },
  {
    "old": {"tourism": "resort"},
    "replace": {"leisure": "resort"}
  },
  {
    "old": {"tower:type": "power"},
    "replace": {"power": "tower"}
  },
  {
    "old": {"tower:type": "anchor"},
    "replace": {"line_attachment": "anchor"}
  },
  {
    "old": {"tower:type": "branch", "branch:type": "cross"},
    "replace": {"line_management": "cross"}
  },
  {
    "old": {"tower:type": "branch", "branch:type": "loop"},
    "replace": {"line_management": "split"}
  },
  {
    "old": {"tower:type": "branch", "branch:type": "split"},
    "replace": {"line_management": "split"}
  },
  {
    "old": {"tower:type": "branch", "branch:type": "tap"},
    "replace": {"line_management": "branch"}
  },
  {
    "old": {"tower:type": "suspension"},
    "replace": {"line_attachment": "suspension"}
  },
  {
    "old": {"tower:type": "termination"},
    "replace": {"line_management": "termination"}
  },
  {
    "old": {"tower:type": "transposing"},
    "replace": {"line_management": "transpose"}
  },
  {
    "old": {"townhall:village": "yes"},
    "replace": {"amenity": "townhall", "townhall:type": "village"}
  },
  {
    "old": {"transformer": "auto"},
    "replace": {"transformer": "yes", "windings:auto": "yes"}
  },
  {
    "old": {"transformer": "minor_distribution"},
    "replace": {"transformer": "distribution"}
  },
  {
    "old": {"transformer": "traction"},
    "replace": {"transformer": "main"}
  },
  {
    "old": {"traffic_calming": "island", "area": "yes"},
    "replace": {"area:highway": "traffic_island"}
  },
  {
    "old": {"tunnel": "1"},
    "replace": {"tunnel": "yes"}
  },
  {
    "old": {"type": "audio", "amenity": "studio"},
    "replace": {"studio": "audio", "amenity": "studio"}
  },
  {
    "old": {"type": "broad_leaved"},
    "replace": {"leaf_type": "broadleaved"}
  },
  {
    "old": {"type": "caldera"},
    "replace": {"volcano:type": "caldera"}
  },
  {
    "old": {"type": "conifer"},
    "replace": {"leaf_type": "needleleaved"}
  },
  {
    "old": {"type": "deciduous"},
    "replace": {"leaf_cycle": "deciduous"}
  },
  {
    "old": {"type": "extinct"},
    "replace": {"volcano:status": "extinct"}
  },
  {
    "old": {"type": "gas", "man_made": "pipeline"},
    "replace": {"substance": "gas", "man_made": "pipeline"}
  },
  {
    "old": {"type": "gas", "man_made": "pumping_rig"},
    "replace": {"substance": "gas", "man_made": "pumping_rig"}
  },
  {
    "old": {"type": "gas", "pipeline": "*"},
    "replace": {"substance": "gas", "pipeline": "$1"}
  },
  {
    "old": {"type": "oil", "man_made": "pipeline"},
    "replace": {"substance": "oil", "man_made": "pipeline"}
  },
  {
    "old": {"type": "oil", "man_made": "pumping_rig"},
    "replace": {"substance": "oil", "man_made": "pumping_rig"}
  },
  {
    "old": {"type": "oil", "pipeline": "*"},
    "replace": {"substance": "oil", "pipeline": "$1"}
  },
  {
    "old": {"type": "scoria"},
    "replace": {"volcano:type": "scoria"}
  },
  {
    "old": {"type": "shield"},
    "replace": {"volcano:type": "shield"}
  },
  {
    "old": {"type": "strato"},
    "replace": {"volcano:type": "stratovolcano"}
  },
  {
    "old": {"type": "video", "amenity": "studio"},
    "replace": {"studio": "video", "amenity": "studio"}
  },
  {
    "old": {"type": "water", "man_made": "pipeline"},
    "replace": {"substance": "water", "man_made": "pipeline"}
  },
  {
    "old": {"type": "water", "man_made": "reservoir_covered"},
    "replace": {"content": "water", "man_made": "reservoir_covered"}
  },
  {
    "old": {"type": "water", "pipeline": "*"},
    "replace": {"substance": "water", "pipeline": "$1"}
  },
  {
    "old": {"unnamed": "*"},
    "replace": {"noname": "$1"}
  },
  {
    "old": {"vhf_channel": "*"},
    "replace": {"vhf": "$1"}
  },
  {
    "old": {"volcano": "extinct"},
    "replace": {"volcano:status": "extinct"}
  },
  {
    "old": {"voltage-high": "*", "transformer": "generator"},
    "replace": {"voltage:secondary": "$1", "transformer": "generator"}
  },
  {
    "old": {"voltage-low": "*", "transformer": "generator"},
    "replace": {"voltage:primary": "$1", "transformer": "generator"}
  },
  {
    "old": {"voltage-high": "*"},
    "replace": {"voltage:primary": "$1"}
  },
  {
    "old": {"voltage-low": "*"},
    "replace": {"voltage:secondary": "$1"}
  },
  {
    "old": {"wall_type": "noise_barrier"},
    "replace": {"wall": "noise_barrier"}
  },
  {
    "old": {"water": "intermittent"},
    "replace": {"natural": "water", "intermittent": "yes"}
  },
  {
    "old": {"water": "riverbank"},
    "replace": {"natural": "water", "water": "river"}
  },
  {
    "old": {"water": "salt"},
    "replace": {"natural": "water", "salt": "yes"}
  },
  {
    "old": {"water": "tidal"},
    "replace": {"natural": "water", "tidal": "yes"}
  },
  {
    "old": {"waterway": "aqueduct"},
    "replace": {"waterway": "canal", "bridge": "aqueduct"}
  },
  {
    "old": {"waterway": "lock"},
    "replace": {"waterway": "canal", "lock": "yes"}
  },
  {
    "old": {"waterway": "riverbank"},
    "replace": {"natural": "water", "water": "river"}
  },
  {
    "old": {"waterway:vhf_channel": "*"},
    "replace": {"vhf": "$1"}
  },
  {
    "old": {"wifi": "yes"},
    "replace": {"internet_access": "wlan"}
  },
  {
    "old": {"wifi": "free"},
    "replace": {"internet_access": "wlan", "internet_access:fee": "no"}
  },
  {
    "old": {"women": "*"},
    "replace": {"female": "$1"}
  },
  {
    "old": {"wood": "coniferous"},
    "replace": {"leaf_type": "needleleaved"}
  },
  {
    "old": {"wood": "deciduous"},
    "replace": {"leaf_cycle": "deciduous"}
  },
  {
    "old": {"wood": "evergreen"},
    "replace": {"leaf_cycle": "evergreen"}
  },
  {
    "old": {"wood": "mixed"},
    "replace": {"leaf_cycle": "mixed", "leaf_type": "mixed"}
  },
  {
    "old": {"cycleway": "none"},
    "replace": {"cycleway": "no"}
  },
  {
    "old": {"cycleway:left": "none"},
    "replace": {"cycleway:left": "no"}
  },
  {
    "old": {"cycleway:right": "none"},
    "replace": {"cycleway:right": "no"}
  },
  {
    "old": {"cycleway:both": "none"},
    "replace": {"cycleway:both": "no"}
  },
  {
    "old": {"communication": "pole"},
    "replace": {"man_made": "utility_pole", "utility": "telecom"}
  },
  {
    "old": {"telephone": "pole"},
    "replace": {"man_made": "utility_pole", "utility": "telecom"}
  },
  {
    "old": {"telecom": "pole"},
    "replace": {"man_made": "utility_pole", "utility": "telecom"}
  },
  {
    "old": {"pstn": "pole"},
    "replace": {"man_made": "utility_pole", "utility": "telecom"}
  },
  {
    "old": {"memorial:type": "stolperstein"},
    "replace": {"memorial": "stolperstein"}
  },
  {
    "old": {"memorial:text": "*"},
    "replace": {"inscription": "$1"}
  },
  {
    "old": {"industrial": "brickworks"},
    "replace": {"industrial": "brickyard"}
  },
  {
     "old": {"cycleway": "opposite"},
     "replace": {"oneway:bicycle": "no", "cycleway:both": "no"}
  },
  {
     "old": {"cycleway:left": "opposite"},
     "replace": {"oneway:bicycle": "no", "cycleway:left": "no"}
  },
  {
    "old": {"man_made": "torii"},
    "replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "torii"}
  },
  {
    "old": {"man_made": "paifang"},
    "replace": {"man_made": "ceremonial_gate", "ceremonial_gate": "paifang"}
  }
]
