Skip to content

workflow: Add a new workflow for ontology file clean up #296

Description

@anatheka

We want to add a new workflow, that sorts the Ontology files and removes unused declarations (???).

For that we can use the following two commands:

  • Sort the declarations, axioms, ...: robot convert --input security.owx --format owx --output security-new.owx
  • Make a diff to check if something is removed: robot diff --left security.owx --right security-new.owx --output security-diff.txt -> results in best case in Ontologies are identical

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions