Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
229 views

Ontology - 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
230 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 ...
2
votes
1answer
646 views

Property chain reasoning over rdf:type

I am trying to get Pellet to propagate properties from classes down to the individuals belonging to those classes. For example, if I have Class A with Property X, and Individual B with rdf:type=Class ...
2
votes
1answer
307 views

How can I connect pellet with C#? (Loading ontology in C#.)

I am running a Pellet 1.5.x server right now. I need to load an ontology in C# and do queries to the running server of Pellet. How do I do this? I also need to know how the queries are managed by ...
2
votes
3answers
230 views

How can I do offline reasoning with Pellet?

I have an OWL ontology and I am using Pellet to do reasoning over it. Like most ontologies it starts by including various standard ontologies: <rdf:RDF ...
1
vote
1answer
78 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 ...
1
vote
1answer
420 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. ...
1
vote
1answer
161 views

Cannot resolved class Reasoner in Pellet/OwlApi

I'm start to use Pellet to create a reasoner with my OWLApi application. As in the examples, I start with this code: Reasoner reasoner = new Reasoner( manager ); but Eclipse give me this error on ...
0
votes
0answers
141 views

Implementing Pellet Reasoner with Jena on Android

I am trying to make use of Pellet Reasoning with the Jena API on Android. However, after adding all the necessary jars to the Android Project Build path, I get a series of funny Warning messages ...
0
votes
0answers
96 views

Pellet doesn't include my SWRL rules

I build an ontology which uses SWRL rules to inference. When I do a SQWRL querying in Protege it works fine. The problem is, when i want to use Pellet with Jena, it seems like Pellet doesn't include ...