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.xmlmaps domain IRIs to local OWL, SHACL, and context files.imports/catalog-v001.xmlmaps base vocabularies for inference.tests/catalog-v001.xmllists test data and fixtures.docs/registry.jsonindexes ontologies and versions for discovery.docs/artifacts/,docs/ontologies/classes/, anddocs/ontologies/properties/are generated during docs builds.