Tagged Questions
0
votes
1answer
45 views
Is reasoning only the benefit from Ontology
I'm new to ontology, my requirement is to gather the Insurance domain concepts and relations between them and I'm using protege to capture domain concepts.Now I have OWL file of insurance domain.
...
0
votes
0answers
23 views
Cannot check consistency of Gene Ontology owl file
Well it's a huge ontology!
It's 95 MB.
http://www.geneontology.org/GO.downloads.ontology.shtml
But I cannot perform reasoning. What I cant avoid is memory overflows problems. In Protege 3.X with ...
1
vote
1answer
48 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
177 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 ...
1
vote
2answers
128 views
Logic programming with integer or even floating point domains
I am reading a lot about logic programming - ASP (Answer Set Programming) is one example or this. They (logic programs) are usually in the form:
[Program 1]
Rule1: a <- a1, a2, ..., not am, am+1;
...
3
votes
1answer
312 views
OutOfMemoryError using Pellet as Reasoner
I'm trying to infer data using Pellet, but my application always crashes
during reasoning due to an "OutOfMemoryError: Java heap space".
As suggested elsewhere I have already tried to increase heap ...
2
votes
0answers
173 views
Build a SKOS Reasoner rule-based
I have to build a reasoner for ontologies SKOS to reason with rules made in CLIPS / Jess. I want to have simple forms of automated reasoning.
I could not find anything specifically to help me create ...
2
votes
2answers
375 views
Monitoring Reasoning Progress using the Pellet Reasoner
I am currently constructing an OWL ontology, which - until very recently classified rapidly using the Pellet reasoner. However, since the introduction of several new classes, the reasoning performance ...