net.sansa_stack.owl.common.parsing
The main purpose of this class is to provide an object which is initialized with
- all prefix declarations
and, fed with an expression in functional syntax, returns expressions in functional syntax, with
- all prefix URIs being extended - all comments removed - all non-axiom expressions (e.g. Ontology(...), Prefix(...)) removed
'Removed' here means that a null value is returned discarding the input string.
Map containing all read prefixes; required to expand namespace shortcuts in the cleaned (functional syntax) axiom string
The main purpose of this class is to provide an object which is initialized with
- all prefix declarations
and, fed with an expression in functional syntax, returns expressions in functional syntax, with
- all prefix URIs being extended - all comments removed - all non-axiom expressions (e.g. Ontology(...), Prefix(...)) removed
'Removed' here means that a null value is returned discarding the input string.