Class TurtleOntologyParser
java.lang.Object
org.semanticweb.owlapi.io.AbstractOWLParser
org.semanticweb.owlapi.rdf.turtle.parser.TurtleOntologyParser
- All Implemented Interfaces:
Serializable
,OWLParser
The Class TurtleOntologyParser.
- Since:
- 2.2.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config)
-
Constructor Details
-
TurtleOntologyParser
public TurtleOntologyParser()
-
-
Method Details
-
getSupportedFormat
-
parse
public OWLDocumentFormat parse(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config)
-