from openstreetmap/id-tagging-schema#769 (comment):
I think we should think about a better solution, e.g. involving an improved "wikidata" field which can directly work on a tag-triplet, e.g. operator + operator:wikidata + operator:wikipedia.
A possible definition:
{
"key": "operator",
"keys": [
"operator:wikidata",
"operator:wikipedia"
],
"type": "text+wikidata",
"label": "Operator"
}
see also openstreetmap/id-tagging-schema#168
from openstreetmap/id-tagging-schema#769 (comment):
A possible definition:
{ "key": "operator", "keys": [ "operator:wikidata", "operator:wikipedia" ], "type": "text+wikidata", "label": "Operator" }see also openstreetmap/id-tagging-schema#168