0
votes
1answer
87 views

How do I reset Sesame?

I'm using booth Sesame .wars in Tomcat 7 on OS X 10.8, but now it doesn't work any more. I set up a new Tomcat with two new Sesame .war but now it uses the old repository. Where are these stored? ...
3
votes
3answers
148 views

OSGi and Sesame with OWLIM

Is there a simple way to get Sesame and OWLIM work in an OSGi-environment? Or is there another fast way to inference OWL-Data and store them? I tried Jena with build-in reasoner, pellet etc., but ...
1
vote
0answers
76 views

Improve Performance INSERT/UPDATE OWLIM-Lite

I have a problem with performances especially in INSERT and DELETE/INSERT query sparql. I have implemented an ontological model with the following characteristics: OWL Profile = OWL 2 QL DL ...
1
vote
1answer
252 views

Manipulation of sesame server repositories (owl ontology) in java servlet

I'm trying to connect a web application (eclipse) with my Sesame repository server (sesame 2.6.3) both of them are running in my local machine under the same Apache Tomcat 6.0.29. I found the sesame ...
1
vote
1answer
308 views

owlim library use of configuration file

I am trying to work with the owlim library to edit the owl ontology file. I started with the 'getting-started' example code included in the owl library. When I use the library with this example code ...
3
votes
1answer
125 views

RDF--How do I make a transitive property shift, based on the rdf:type?

I'm trying to find a way to infer/propogate a property based on types to prevent name collision: :AOrder :Store :AStore ; a :OrderType ; :user :AUser . :AStore :name "Store Name"; ...
2
votes
5answers
1k views

Is there something like SESAME for OWL

Sesame is for RDF, so if I want to use OWL is there anythin?