<!--
SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
SPDX-License-Identifier: CC0-1.0
-->
# 🆔🗃 Vocab

A dictionary of terms.

## Data Files

The X·M·L files in `data/` provide the source data for the ontology.
The format is bespoke (see `DTD`) and not intended for general
  interchange, but it is mostly just a minor simplification on top of
  [the R·D·F ⅌ X·M·L serialization of Owl][OWL-RDF].

Files are organized into folders by type and then given a name
  reminiscent of the “local” identifier for the term, with two notable
  changes :⁠—

- All colons (`:`) are replaced with broken bars (`¦`).

- Parens (`(` and `)`) which surround a term are replaced with
    underscores (`_`).

These ease the use of the files in Make.

Additional files pertaining to the website are found in `site/`.
The build system is [⛩📰 书社][SHUSHE], included as a Git submodule.
To build the site (to `public/`), just run `make`.

[OWL-RDF]: <https://www.w3.org/TR/owl2-mapping-to-rdf/>
[SHUSHE]: <https://git.ladys.computer/Shushe>
