Hello,

I have a question;
I would appreciate if someone helps me.

I’m using
SDB and MySQL as tripe store in my application. I have already loaded pizza.owl
[1] into database and when I’m connecting to database everything works fine. 

SDBConnection conn = newSDBConnection(jdbcConnection) ;       
Store store = StoreFactory.create(storeDesc,
conn) ;
Model model = SDBFactory.connectDefaultModel(store)
;
 
How can I
get all Axioms out of this Model? 

To make my
question more clear here is what I mean in OWL API code:

OWLOntologyManager man =
OWLManager.createOWLOntologyManager();
OWLOntology ont =
man.loadOntology(IRI.create(filename));
Set<OWLLogicalAxiom>
logicalAxioms = ont.getLogicalAxioms();
 
I would like to have all
Axioms out of Model in Jena API. 

Thank you for your help.
Saeed,
 
[1] http://www.co-ode.org/ontologies/pizza/pizza.owl

Reply via email to