LICENSE
README.md
pyproject.toml
src/ontodag/__init__.py
src/ontodag/__main__.py
src/ontodag/_extras.py
src/ontodag/act.py
src/ontodag/browse.py
src/ontodag/browser.py
src/ontodag/certificates.py
src/ontodag/compare.py
src/ontodag/cones.py
src/ontodag/core_ontology.py
src/ontodag/dag.py
src/ontodag/dimensions.py
src/ontodag/eager.py
src/ontodag/encstore.py
src/ontodag/lazy.py
src/ontodag/mcp.py
src/ontodag/migrate.py
src/ontodag/owl.py
src/ontodag/packs.py
src/ontodag/prelude.py
src/ontodag/provenance.py
src/ontodag/surface.py
src/ontodag/viz.py
src/ontodag.egg-info/PKG-INFO
src/ontodag.egg-info/SOURCES.txt
src/ontodag.egg-info/dependency_links.txt
src/ontodag.egg-info/entry_points.txt
src/ontodag.egg-info/requires.txt
src/ontodag.egg-info/top_level.txt
src/ontodag/domain/__init__.py
src/ontodag/domain/ai.py
src/ontodag/domain/biology.py
src/ontodag/domain/chemistry.py
src/ontodag/domain/computing.py
src/ontodag/domain/economics.py
src/ontodag/domain/geography.py
src/ontodag/domain/mathematics.py
src/ontodag/domain/medicine.py
src/ontodag/domain/physics.py
src/ontodag/domain/space.py
src/ontodag/web/__init__.py
src/ontodag/web/app.py
src/ontodag/web/browser_check.py
src/ontodag/web/static/app.css
src/ontodag/web/static/app.js
src/ontodag/web/static/styles.css
src/ontodag/web/static/vendor/README.md
src/ontodag/web/static/vendor/preact-htm.module.js
src/ontodag/web/templates/cars.html
src/ontodag/web/templates/classic.html
src/ontodag/web/templates/index.html
tests/test_act.py
tests/test_boundaries.py
tests/test_browse.py
tests/test_browser.py
tests/test_canonical.py
tests/test_category_kind.py
tests/test_certificates.py
tests/test_cli.py
tests/test_compare.py
tests/test_cone_index.py
tests/test_contract.py
tests/test_count_deltas.py
tests/test_dimensions.py
tests/test_dimensions_dag.py
tests/test_eager.py
tests/test_invariants.py
tests/test_is_below.py
tests/test_lazy.py
tests/test_mcp.py
tests/test_multiwriter.py
tests/test_name_consumers.py
tests/test_packs.py
tests/test_prelude.py
tests/test_provenance.py
tests/test_reference.py
tests/test_roles.py
tests/test_sparse.py
tests/test_surface.py
tests/test_swarm_bee.py
tests/test_union.py
tests/test_units.py
tests/test_web.py
tests/testdag.py
tests/testitem.py
tests/testowl.py