org.semanticweb.elk.owl.parsing
Interface Owl2Parser
public interface Owl2Parser
The base interface for OWL 2 parsers
- Author:
- Pavel Klinov, "Yevgeny Kazakov"
declarePrefix
void declarePrefix(ElkPrefix elkPrefix)
- Registers an additional prefix declaration for this parser, which can be
used to resolve IRIs. Normally, prefix declarations should be parsed from
OWL 2 files, but some prefix declarations, e.g., the OWL 2 predefined
prefixes can be supplied separately.
- Parameters:
elkPrefix -
accept
void accept(Owl2ParserAxiomProcessor axiomProcessor)
throws Owl2ParseException
- Throws:
Owl2ParseException
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.