We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OPPL (Ontology Pre-Processing Language) is an abstract formalism that allows for manipulating ontologies written in OWL.
The OWLTools command line and OPPL can be combined for powerful transformations
Type
owltools --oppl -h
for full details
You can use the --dry-run option to view results
--dry-run
owltools go.owl --oppl -i my_transform.oppl -o file://``pwd`/go-transformed.owl
You can also pass in the OPPL directly
owltools go.owl --oppl 'OPPL CODE HERE' -o file://``pwd`/go-transformed.owl
But you need to be careful about escaping strings