org.nlp2rdf.ontology.olia
Class OLiAOntology

java.lang.Object
  extended by org.nlp2rdf.ontology.olia.OLiAOntology

public class OLiAOntology
extends Object

Author:
Sebastian Hellmann - http://bis.informatik.uni-leipzig.de/SebastianHellmann

Field Summary
static String hasTagURI
           
 
Constructor Summary
OLiAOntology(String ontologyUrl, OntologyLoader ontologyLoader)
           
 
Method Summary
static void classHierarchy2PropertyHierarchy(com.hp.hpl.jena.ontology.OntModel hierarchy, com.hp.hpl.jena.ontology.OntModel out, String allowedNamespace)
           
 Set<String> getClassURIsForTag(String tag)
           
 com.hp.hpl.jena.ontology.OntModel getHierarchy(String classURI)
           
 String getIndividualURIForTag(String tag)
           
 String getOntologyUrl()
           
 Map<String,com.hp.hpl.jena.ontology.Individual> getTagToIndividualMap()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasTagURI

public static String hasTagURI
Constructor Detail

OLiAOntology

public OLiAOntology(String ontologyUrl,
                    OntologyLoader ontologyLoader)
Method Detail

getIndividualURIForTag

public String getIndividualURIForTag(String tag)

getClassURIsForTag

public Set<String> getClassURIsForTag(String tag)

getHierarchy

public com.hp.hpl.jena.ontology.OntModel getHierarchy(String classURI)

classHierarchy2PropertyHierarchy

public static void classHierarchy2PropertyHierarchy(com.hp.hpl.jena.ontology.OntModel hierarchy,
                                                    com.hp.hpl.jena.ontology.OntModel out,
                                                    String allowedNamespace)

getOntologyUrl

public String getOntologyUrl()

getTagToIndividualMap

public Map<String,com.hp.hpl.jena.ontology.Individual> getTagToIndividualMap()


Copyright © 2011. All Rights Reserved.