Tagged Questions
0
votes
2answers
26 views
catch all the inferences generated by pellet reasoner
I have a problem when executing the reasoner in my application, I can't capture the inferences generated by the reasoner.
It's normally performed, the printClassTree shows me that inferences were ...
0
votes
1answer
221 views
How to get an individual which match an Objectproperty with Jena?
Let consider the following ontology, where PERSON, NAME, SURNAME and IDENTIFICATION are classes. NAME and SURNAME are subclass of IDENTIFICATION. hasSurname and hasName are functional ObjectProperty. ...
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 ...
1
vote
1answer
128 views
Can a semantic web Ontology have the same expressivity but a different profile?
I'm analyzing some ontologies with the pellet reasoner, but I'm getting some strange results. When I perform the "pellet info" method on an ontology, and compare the OWL Profile to the DL ...
4
votes
1answer
836 views
In Semantic Web, are OWL EL, RL, QL all instances of DL? What is the difference? More inside
I'm using the pellet reasoner on a number of ontologies and have run the info method on a list of IRIs (in this case URLs). The two metrics that interest me are the DL Expressivity and OWL Profile.
...
2
votes
1answer
347 views
Conflict of same individuals property and datatype property
I am having a problem with "same individuals property" in protege, when i run a reasoner (pellet 1.5 or fact++)
Lets take ontology example
thing has class sons A and B, A has sons C and D.
B, C ...
2
votes
2answers
374 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 ...
