Documentation site for the YAMA family of metadata application profile languages: YAMAML, SimpleDSP, and OWL-DSP.
Built with Hugo and the Hextra theme (v0.12.1, via Hugo Modules).
content/
├── _index.md # Landing page
├── about.md # About page
└── specs/
├── _index.md # Specifications hub
├── yamaml/
│ ├── _index.md # YAMAML section intro
│ ├── spec.md # Full YAMAML specification
│ ├── pkl.md # PKL authoring guide
│ └── examples/ # Worked YAMAML profiles
├── simpledsp/
│ ├── _index.md # SimpleDSP section intro
│ ├── spec.md # English specification
│ ├── spec-original-ja.md # Japanese original (verbatim)
│ └── examples/ # Worked SimpleDSP profiles (NDL, manga, TBBT)
└── owl-dsp/
├── _index.md # OWL-DSP section intro
├── spec.md # English specification
└── spec-original-ja.md # Japanese original (verbatim)
i18n/
└── en.yaml # Footer copyright override
static/
└── examples/simpledsp/ # Downloadable SimpleDSP examples (TSV, CSV, XLSX)
Prerequisites: Hugo (extended edition), Go
# Download the Hextra theme module
hugo mod tidy
# Start the dev server
hugo server --port 8081 --disableFastRenderThe site will be available at http://localhost:8081.
| Spec | English | Japanese original |
|---|---|---|
| YAMAML | specs/yamaml/spec |
— |
| SimpleDSP | specs/simpledsp/spec |
specs/simpledsp/spec-original-ja |
| OWL-DSP | specs/owl-dsp/spec |
specs/owl-dsp/spec-original-ja |
The YAMA specifications are licensed under Creative Commons Attribution-ShareAlike 4.0 International.