Questions tagged [pellet]

The Pellet reasoner is a Java based reasoning software that performs entailment tasks for OWL ontologies. This reasoner can be used with multiple frameworks such as Apache Jena, OWL-API and Protégé.

The Pellet reasoning software can perform inferencing over OWL 2 ontologies. It can be used stand alone or be integrated via APIs. Integrations with Jena, OWL-API and Protégé are described in Pellet's FAQ.

Questions could be about : - Integration and evolution of Pellet and its forks. - How its work and how it perform against other reasoning system(Hermit, Fact++, KM, Thea, etc...). - Integration with other applications Protege. - How to use a reasoner to get a specific result. - How it should be use, how it should not. - Help students when stuck (but with a something to show).

130 questions
0
votes
1 answer

querying the pizza ontology with Pellet

How can I perform these queries using the Pellet reasoner? Get all pizzas from America (via the hasCountryOfOrigin property). Get all pizzas with a spinach topping (via the hasTopping property). I can´t find any examples or information about this…
0
votes
2 answers

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 found, but the result OWLOntology doesn't have…
Grandpa
  • 63
  • 8
0
votes
1 answer

Incompatibility of Pellet 2.3.0 with OWL API 3.4.3?

I want to build a Java application which will query an ontology using Pellet query but I am new to this field and I encounter some compatibility problems. The ontology has been constructed using Protege 4 OWL Editor. I have downloaded…
GP_
  • 114
  • 2
  • 10
0
votes
1 answer

Pellet-2.3 packages missing?

I've downloaded and install Pellet-2.3 from here (containing Pellet and Jena and many others plug-ins). Within an Eclipse Jena project It is impossible for me to acces following packages. import org.mindswap.pellet.jena.ModelReader; import…
Fopa Léon Constantin
  • 11,863
  • 8
  • 48
  • 82
0
votes
1 answer

Trouble while loading an ontology with Pellet API

I want to use Jena Pellet API as Reasoner for infering new data in an owl file. I've downloaded the jar file pellet.jar and I've attached It to my Eclipse java project. However I'm still getting this error message while running my projet. Can…
Fopa Léon Constantin
  • 11,863
  • 8
  • 48
  • 82
0
votes
1 answer

Jena + Pellet + Slick in an applet

I am trying to integrate Jena libs, Pellet and some RPG 2d library Slick all together in an applet. So basically when I run the applet in the browser I get this file permission error (the jars I am using are all signed): Exception in thread…
Ioana
  • 1
  • 1
-1
votes
1 answer

Run jena with pellet

I'm newbie in java and semantic world (coming from PHP world) . I'm going to run jena with pellet reasoner . my IDE is Intellij , and i have downloaded Pellet package as well as jena package, pellet contains folders such as owl and jena . i dont…
alex
  • 7,551
  • 13
  • 48
  • 80
-1
votes
1 answer

What are the recommended Semantic Web reasoners for developers?

I'm looking for Semantic Web reasoners that can be applied to large datasets (Linked Data). I've seen several options and Pellet seems to be a good choice, but it last release was in 2013 and it has some problems with the last version of Java. Does…
Leandro
  • 61
  • 6
-1
votes
1 answer

com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph cannot be cast to org.mindswap.pellet.jena.PelletInfGraph

i use https://www.jarfire.org/pellet.html to run an example, got error java.lang.ClassCastException: com.hp.hpl.jena.reasoner.rulesys.FBRuleInfGraph cannot be cast to org.mindswap.pellet.jena.PelletInfGraph at …
user353573
  • 127
  • 12
-1
votes
1 answer

semantic web reasoner and on the fly rules injection

Is there any semantic web reasoner (e.g. Pellet) that accepts rules (SWRL) on the fly ? or rules must be hard coded before starting the reasoner
naweed
  • 17
  • 1
  • 5
1 2 3
8
9