1
vote
0answers
78 views

Issues with Jena OWL reasoner

I am new to Jena but now encountered with some problems. I have a superclass Query Processing and its four subclasses: Query Processing Query intent Query reformulation Query representation Query ...
0
votes
1answer
160 views

Store data in Jena TDB and use reasoning

I have an OWL ontology file as RDF and want to store my data in a TDB and want to use reasoning. Actually this sounds simple so far :) But here is the point where I'm confuesd: I created a TDB an ...
2
votes
1answer
51 views

Using Excluded By in OWL

Dear Semantic Web folks, I'm questioning myself how I could define an "Excluded by" construction in OWL. For now the only solution I can think of is using disjointWith. What I mean with "Excluded ...
2
votes
1answer
194 views

OWL API - OWL classes subsumption test in context of web service discovery

I've got very difficult task ahead of me, so any help and suggestion would me welcome. I have to implement Java web service which would match two other given web services for semantic similarity. ...
2
votes
1answer
187 views

OWLIM-lite does not infer any statements

I am using OWLIM-lite (5.2) for owl2rl ontology reasoning. Storing of axioms seems to work, repository initialized, but the system does not infer any implicit statements (when I query number of ...
0
votes
2answers
99 views

Are there semantic reasoners which are compatible with the Web Ontology Language, running natively on the Mac?

I am curious about this and want to experiment. But I am a Mac user and all I could find was Java-based. I can't run Java applications on my Mac for an unknown reason and I'd prefer something native. ...
1
vote
2answers
791 views

Solving 'logicals' with Protege: how to get individual results?

Perhaps a stupid newbie question: i would like to get in touch with ontologies and reasoning. There is an interesting 'logical' on the net that can also be solved with the help of ontologies and ...
1
vote
1answer
233 views

Problem in inferring instances that have integer cardinality constraint

I have created an RDF/OWL file using Protege 4.1 alpha. I also created a defined class in Protege called CheapPhone. This class has a restriction which is shown below : (hasPrice some integer[< ...