What format should keys within the GTFS namespace follow?
gtfs:$field:$feed=* (example: gtfs:stop_id:US-WA-KCM=29640)
or,
gtfs:$feed:$field=* (example: gtfs:US-WA-KCM:stop_id=29640)
Context notes:
- Existing
ref-tagging generally follows aref:$identifier:$field=*, as inref:US-WA:SDOT:UNITID=*. - Public transport stops are often served by multiple operators - meaning just
gtfs:feed=$feed+gtfs:$field=*(example:gtfs:feed=US-WA-KCM+gtfs:stop_id=29640) is not always sufficient, and semicolon-delimited values are more difficult to edit and parse. - The OSM Wiki: GTFS page says the feed should be a suffix, and that
gtfs:feed=*is deprecated.
(Original discussion: Changeset: 174218415 with @Itserpol)