{
  "$schema": "https://datapackage.org/profiles/2.0/datapackage.json",
  "name": "zhuyin-bopomofo-symbols",
  "id": "https://alice51849.github.io/ios-app-guide/data/packages/zhuyin-bopomofo/datapackage.json",
  "title": "Complete 37-symbol Zhuyin (Bopomofo) inventory",
  "description": "A portable Data Package 2.0 with all 21 initials, 3 medials and 13 finals, including Unicode, Pinyin, IPA and examples.",
  "homepage": "https://alice51849.github.io/ios-app-guide/data/packages/zhuyin-bopomofo/",
  "version": "1.0.0",
  "created": "2026-07-11T00:00:00Z",
  "keywords": [
    "zhuyin",
    "bopomofo",
    "mandarin",
    "taiwan",
    "unicode",
    "pinyin",
    "ipa",
    "phonetics"
  ],
  "licenses": [
    {
      "name": "CC-BY-4.0",
      "path": "https://creativecommons.org/licenses/by/4.0/",
      "title": "Creative Commons Attribution 4.0 International"
    }
  ],
  "contributors": [
    {
      "title": "Lumi Apps",
      "path": "https://alice51849.github.io/ios-app-guide/",
      "roles": [
        "creator",
        "dataCurator"
      ],
      "organization": "Lumi Apps"
    }
  ],
  "sources": [
    {
      "title": "Bopomofo Croissant 1.1 dataset",
      "path": "https://alice51849.github.io/ios-app-guide/data/zhuyin-bopomofo-ml-dataset.croissant.jsonld",
      "version": "1.0.0"
    },
    {
      "title": "Ministry of Education Mandarin Phonetic Symbols Handbook",
      "path": "https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/index.html"
    },
    {
      "title": "Unicode Bopomofo code chart",
      "path": "https://www.unicode.org/charts/PDF/U3100.pdf"
    }
  ],
  "resources": [
    {
      "$schema": "https://datapackage.org/profiles/2.0/dataresource.json",
      "name": "symbols",
      "path": "symbols.csv",
      "type": "table",
      "title": "All 37 Zhuyin symbols",
      "description": "Canonical UTF-8 table with 37 rows and 12 typed fields.",
      "format": "csv",
      "mediatype": "text/csv",
      "encoding": "utf-8",
      "bytes": 8350,
      "hash": "sha256:6d9235a013dd1856130841bdf6866f22173903bec726690b9b4c3e555b223422",
      "schema": "table-schema.json"
    }
  ]
}
