osmlab / name-suggestion-index

Canonical common brand names, operators, transit and flags for OpenStreetMap.
https://nsi.guide
BSD 3-Clause "New" or "Revised" License
712 stars 875 forks source link

Add wikidata to brand Terno #10138

Closed Oivo35 closed 1 week ago

Oivo35 commented 1 week ago

Add wikidata to supermarket chain store brand Terno and create new preset for Terno convenience shop chain (about 130 Terno supermarkets and convenience shops in Slovakia): Supermarket:

    {
      "displayName": "Terno",
      "id": "terno-4ccde8",
      "locationSet": {"include": ["sk"]},
      "tags": {
        "brand": "Terno",
        "brand:wikidata": "Q131153895",
        "name": "Terno",
        "operator": "Terno real estate",
        "operator:wikidata": "Q96138141",
        "shop": "supermarket"
      }
    },

Convenience shop:

    {
      "displayName": "Terno",
      "locationSet": {"include": ["sk"]},
      "tags": {
        "brand": "Terno",
        "brand:wikidata": "Q131153895",
        "name": "Terno",
        "operator": "Terno real estate",
        "operator:wikidata": "Q96138141",
        "shop": "convenience"
      }
    },