org.coode.owl.rdf.turtle
Class TurtleOntologyFormat

java.lang.Object
  extended by org.semanticweb.owl.model.OWLOntologyFormat
      extended by org.semanticweb.owl.vocab.NamespaceOWLOntologyFormat
          extended by org.coode.owl.rdf.turtle.TurtleOntologyFormat

public class TurtleOntologyFormat
extends NamespaceOWLOntologyFormat

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 26-Jan-2008


Constructor Summary
TurtleOntologyFormat()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.semanticweb.owl.vocab.NamespaceOWLOntologyFormat
addPrefixNamespaceMapping, getNamespacesByPrefixMap
 
Methods inherited from class org.semanticweb.owl.model.OWLOntologyFormat
equals, getParameter, hashCode, setParameter
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TurtleOntologyFormat

public TurtleOntologyFormat()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object