public class OWLAPIRenderers extends Object
| Constructor and Description |
|---|
OWLAPIRenderers() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toDLSyntax(org.semanticweb.owlapi.model.OWLObject owlObject)
Converts an OWL API object to a DL syntax string.
|
static String |
toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
Converts an OWL API axiom to a Manchester OWL syntax string.
|
static String |
toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLClassExpression ce)
Converts an OWL API OWLClassExpression to a Manchester OWL syntax string.
|
static String |
toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLObject obj)
Converts an OWL API object to an OWL/XML syntax string.
|
static String |
toRDFXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom) |
static String |
toTurtleSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom,
boolean shortVersion) |
public OWLAPIRenderers()
public static String toDLSyntax(org.semanticweb.owlapi.model.OWLObject owlObject)
owlObject - input OWL API objectpublic static String toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
axiom - input OWL axiompublic static String toManchesterOWLSyntax(org.semanticweb.owlapi.model.OWLClassExpression ce)
ce - input OWL class expressionpublic static String toOWLXMLSyntax(org.semanticweb.owlapi.model.OWLObject obj)
obj - Input OWL object.public static String toRDFXMLSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom)
public static String toTurtleSyntax(org.semanticweb.owlapi.model.OWLAxiom axiom, boolean shortVersion)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann