edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter
Class RDFXMLWriter
java.lang.Object
edu.stanford.smi.protegex.owl.writer.rdfxml.rdfwriter.RDFXMLWriter
- public class RDFXMLWriter
- extends Object
User: matthewhorridge
The University Of Manchester
Medical Informatics Group
Date: Oct 10, 2005
matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDFXMLWriter
public RDFXMLWriter()
writeAxioms
public static void writeAxioms(RDFResource resource,
Writer writer)
throws IOException
- Throws:
IOException
writeAxioms
public static void writeAxioms(OWLModel model,
Collection resources,
Writer writer)
throws IOException
- Throws:
IOException