2 SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
 
   3 SPDX-License-Identifier: CC0-1.0
 
  11 The X·M·L files in `data/` provide the source data for the ontology.
 
  12 The format is bespoke (see `DTD`) and not intended for general
 
  13   interchange, but it is mostly just a minor simplification on top of
 
  14   [the R·D·F ⅌ X·M·L serialization of Owl][OWL-RDF].
 
  16 Files are organized into folders by type and then given a name
 
  17   reminiscent of the “local” identifier for the term, with two notable
 
  20 - All colons (`:`) are replaced with broken bars (`¦`).
 
  22 - Parens (`(` and `)`) which surround a term are replaced with
 
  25 These ease the use of the files in Make.
 
  27 Additional files pertaining to the website are found in `site/`.
 
  28 The build system is [⛩📰 书社][SHUSHE], included as a Git submodule.
 
  29 To build the site (to `public/`), just run `make`.
 
  31 [OWL-RDF]: <https://www.w3.org/TR/owl2-mapping-to-rdf/>
 
  32 [SHUSHE]: <https://git.ladys.computer/Shushe>