org.semanticweb.skosapibinding
Class SKOStoOWLConverter

java.lang.Object
  extended by org.semanticweb.skosapibinding.SKOStoOWLConverter

public class SKOStoOWLConverter
extends java.lang.Object

Author: Simon Jupp
Date: Aug 21, 2008
The University of Manchester
Bio-Health Informatics Group


Constructor Summary
SKOStoOWLConverter()
           
 
Method Summary
 org.semanticweb.owl.model.OWLAnnotation getAsOWLAnnotation(SKOSAnnotation annotation)
           
 org.semanticweb.owl.model.OWLConstant getAsOWLConstant(SKOSLiteral literal)
           
 org.semanticweb.owl.model.OWLDataPropertyExpression getAsOWLDataProperty(SKOSDataProperty prop)
           
 org.semanticweb.owl.model.OWLIndividual getAsOWLIndiviudal(SKOSEntity entity)
           
 org.semanticweb.owl.model.OWLObjectProperty getAsOWLObjectProperty(SKOSObjectProperty prop)
           
 org.semanticweb.owl.model.OWLOntology getAsOWLOntology(SKOSDataset dataSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SKOStoOWLConverter

public SKOStoOWLConverter()
Method Detail

getAsOWLIndiviudal

public org.semanticweb.owl.model.OWLIndividual getAsOWLIndiviudal(SKOSEntity entity)

getAsOWLObjectProperty

public org.semanticweb.owl.model.OWLObjectProperty getAsOWLObjectProperty(SKOSObjectProperty prop)

getAsOWLAnnotation

public org.semanticweb.owl.model.OWLAnnotation getAsOWLAnnotation(SKOSAnnotation annotation)

getAsOWLDataProperty

public org.semanticweb.owl.model.OWLDataPropertyExpression getAsOWLDataProperty(SKOSDataProperty prop)

getAsOWLConstant

public org.semanticweb.owl.model.OWLConstant getAsOWLConstant(SKOSLiteral literal)

getAsOWLOntology

public org.semanticweb.owl.model.OWLOntology getAsOWLOntology(SKOSDataset dataSet)