LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
src/ontopoiesis/__init__.py
src/ontopoiesis/app.py
src/ontopoiesis/cli_ui.py
src/ontopoiesis/diff_projection.py
src/ontopoiesis/errors.py
src/ontopoiesis/output_paths.py
src/ontopoiesis/path_validation.py
src/ontopoiesis/py.typed
src/ontopoiesis/robot.py
src/ontopoiesis.egg-info/PKG-INFO
src/ontopoiesis.egg-info/SOURCES.txt
src/ontopoiesis.egg-info/dependency_links.txt
src/ontopoiesis.egg-info/entry_points.txt
src/ontopoiesis.egg-info/requires.txt
src/ontopoiesis.egg-info/top_level.txt
src/ontopoiesis/commands/__init__.py
src/ontopoiesis/commands/build.py
src/ontopoiesis/commands/convert.py
src/ontopoiesis/commands/diff.py
src/ontopoiesis/commands/export.py
src/ontopoiesis/commands/impact.py
src/ontopoiesis/commands/lint_command.py
src/ontopoiesis/commands/migrate.py
src/ontopoiesis/commands/query.py
src/ontopoiesis/commands/reason.py
src/ontopoiesis/commands/render_command.py
src/ontopoiesis/commands/resolve.py
src/ontopoiesis/commands/test.py
src/ontopoiesis/cypher_test/__init__.py
src/ontopoiesis/cypher_test/discovery.py
src/ontopoiesis/cypher_test/plugin.py
src/ontopoiesis/lint/__init__.py
src/ontopoiesis/lint/checker.py
src/ontopoiesis/lint/lint_registry.py
src/ontopoiesis/lint/lint/registry.toml
src/ontopoiesis/lint/lint/test_asymmetric_property_bidirectional_assertion.cypher
src/ontopoiesis/lint/lint/test_bottom_data_property_assertion.cypher
src/ontopoiesis/lint/lint/test_bottom_object_property_assertion.cypher
src/ontopoiesis/lint/lint/test_class_assertion_nothing.cypher
src/ontopoiesis/lint/lint/test_disjoint_classes_shared_individual.cypher
src/ontopoiesis/lint/lint/test_disjoint_classes_shared_subclass.cypher
src/ontopoiesis/lint/lint/test_disjoint_data_properties_shared_assertion.cypher
src/ontopoiesis/lint/lint/test_disjoint_equivalent_classes.cypher
src/ontopoiesis/lint/lint/test_disjoint_object_properties_shared_assertion.cypher
src/ontopoiesis/lint/lint/test_irreflexive_property_self_assertion.cypher
src/ontopoiesis/lint/lint/test_negative_data_property_assertion_contradiction.cypher
src/ontopoiesis/lint/lint/test_negative_object_property_assertion_contradiction.cypher
src/ontopoiesis/lint/lint/test_property_contradictory_characteristics.cypher
src/ontopoiesis/lint/lint/test_same_different_individual.cypher
src/ontopoiesis/lint/lint/test_subclass_nothing.cypher
src/ontopoiesis/lint/lint/warn_disjoint_union_subclass_redundant.cypher
src/ontopoiesis/lint/lint/warn_duplicate_subclass_axiom.cypher
src/ontopoiesis/lint/lint/warn_functional_property_multiple_values.cypher
src/ontopoiesis/lint/lint/warn_redundant_subclass_given_equivalence.cypher
src/ontopoiesis/lint/lint/warn_subclass_reflexive.cypher
src/ontopoiesis/lint/lint_profiles/description_logic/registry.toml
src/ontopoiesis/lint/lint_profiles/description_logic/test_disjoint_classes_shared_subclass_transitive.cypher
src/ontopoiesis/lint/lint_profiles/description_logic/test_punning_class_datatype.cypher
src/ontopoiesis/lint/lint_profiles/description_logic/test_punning_class_individual.cypher
src/ontopoiesis/lint/lint_profiles/description_logic/test_punning_object_data_property.cypher
src/ontopoiesis/lint/lint_profiles/description_logic/test_undeclared_entities.cypher
src/ontopoiesis/lint/lint_profiles/editorial/registry.toml
src/ontopoiesis/lint/lint_profiles/editorial/warn_annotation_assertion_unknown_subject.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_deprecated_entity_referenced.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_duplicate_label_language.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_entity_iri_equals_ontology_iri.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_labeled_without_definition.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_missing_label.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_ontology_no_metadata_annotations.cypher
src/ontopoiesis/lint/lint_profiles/editorial/warn_version_iri_missing.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/registry.toml
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_annotation_punning_data_property.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_annotation_punning_object_property.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_datatype_property_no_domain.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_datatype_property_no_range.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_individual_no_type.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_object_property_no_domain_or_range.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_property_dangerous_combination.cypher
src/ontopoiesis/lint/lint_profiles/modeling_risk/warn_subclass_cycle.cypher
src/ontopoiesis/migrations/__init__.py
src/ontopoiesis/migrations/runner.py
src/ontopoiesis/migrations/uids.py
src/ontopoiesis/render/__init__.py
src/ontopoiesis/render/construct_graph.py
src/ontopoiesis/render/graph_output.py
src/ontopoiesis/render/pipeline.py
src/ontopoiesis/render/svg_layout.py
src/ontopoiesis/render/svg_renderer.py