public class TurtleOntologyParser extends AbstractOWLParser
Constructor and Description |
---|
TurtleOntologyParser() |
Modifier and Type | Method and Description |
---|---|
OWLDocumentFormatFactory |
getSupportedFormat() |
OWLDocumentFormat |
parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config)
Parses the ontology with a concrete representation in
documentSource and adds its
axioms to ontology . |
public OWLDocumentFormatFactory getSupportedFormat()
public OWLDocumentFormat parse(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config)
OWLParser
documentSource
and adds its
axioms to ontology
. Implementors of this method should load imported ontologies
through
makeLoadImportRequest()
.source
- the source of a concrete representation of the document to parseontology
- the ontology to which the parsed axioms are addedconfig
- parsing options for the parserCopyright © 2020 The University of Manchester. All rights reserved.