Skip to content

Repository Layout

This repository uses a catalog-driven layout for ontologies, imports, and tests.

Top-Level Structure

artifacts/                 Domain ontologies, shapes, and contexts
imports/                   Base vocabularies for inference and validation
tests/                     Test instances and fixtures
  catalog-v001.xml         Unified test catalog
src/tools/                 Validation and publishing tools
docs/                      Documentation and registry.json
docs/artifacts/            Generated artifact copies for documentation
docs/ontologies/classes/   Generated class pages
docs/ontologies/properties/ Generated per-domain properties pages

Key Files

  • artifacts/catalog-v001.xml maps domain IRIs to local OWL, SHACL, and context files.
  • imports/catalog-v001.xml maps base vocabularies for inference.
  • tests/catalog-v001.xml lists test data and fixtures.
  • docs/registry.json indexes ontologies and versions for discovery.
  • docs/artifacts/, docs/ontologies/classes/, and docs/ontologies/properties/ are generated during docs builds.