{
  "name": "smdg-master-terminal-facilities-list",
  "title": "SMDG Master Terminal Facilities List",
  "description": "Code list for terminal facilities built as an extension to UN/LOCODE, sourced from https://github.com/smdg-org/Terminal-Code-List",
  "homepage": "http://smdg.org/index.php/smdg-code-lists/",
  "version": "20260211",
  "licenses": [
    {
      "name": "ODC-PDDL-1.0",
      "path": "http://opendatacommons.org/licenses/pddl/",
      "title": "Open Data Commons Public Domain Dedication and License v1.0"
    }
  ],
  "sources": [
    {
      "name": "SMDG",
      "path": "https://github.com/smdg-org/Terminal-Code-List",
      "title": "SMDG Terminal Code List (GitHub)"
    }
  ],
  "resources": [
    {
      "path": "data/smdg-master-terminal-facilities-list.csv",
      "name": "smdg-master-terminal-facilities-list",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "UTF-8",
      "schema": {
        "fields": [
          {
            "name": "UNLOCODE",
            "description": "Main location UN/LOCODE. In an UN/EDIFACT message, use in a LOC segment, element C517.3225",
            "type": "string"
          },
          {
            "name": "Alternative UNLOCODE",
            "type": "string"
          },
          {
            "name": "Terminal Code",
            "description": "In an UN/EDIFACT message, use in a LOC segment, element C519.3223",
            "type": "string"
          },
          {
            "name": "Terminal Facility Name",
            "type": "string"
          },
          {
            "name": "Terminal Company Name",
            "type": "string"
          },
          {
            "name": "Last Change",
            "description": "Last change of this entry",
            "type": "date"
          },
          {
            "name": "Valid From",
            "description": "Entry is valid from this date",
            "type": "date"
          },
          {
            "name": "Valid Until",
            "description": "Entry is valid till this date",
            "type": "date"
          },
          {
            "name": "Terminal Website",
            "type": "string"
          },
          {
            "name": "Terminal Address",
            "type": "string"
          },
          {
            "name": "Remarks",
            "type": "string"
          },
          {
            "name": "Coordinates",
            "type": "string"
          }
        ]
      }
    }
  ],
  "keywords": [
    "container",
    "container terminal",
    "un-locode",
    "smdg"
  ],
  "collection": "reference-data"
}