| CCO tools |
|
ONTO-PERL ONTO-PERL is a Perl API for managing ontologies in OBO format. It allows to process ontologies using a wealth of methods, and to export ontologies to several formats (OBO, RDF, OWL, XML, GML, SBML, XGMML, DOT). ONTO-PERL can be directly downloaded or installed via CPAN. ONTO-PERL: An API supporting the development and analysis of bio-ontologies. E. Antezana; M. Egana; B. De Baets; M. Kuiper; V. Mironov ONTOLOGY PREPROCESSOR LANGUAGE (OPPL) Ontology PreProcessor Language (OPPL) is a "macro" language for working with OWL ontologies. OPPL can be used to define OPPL statements (macros) that alter OWL ontologies. The alteration can be of three kinds:
The OPPL syntax is very simple and is partly based in Manchester OWL syntax. A typical OPPL statement looks like this: SELECT subClassOf participates_in some sport;ADD subClassOf participates_in some (event or (part_of some event));REMOVE label "sports man";
|