Questions tagged [owlim]

OWLIM is a sematic repository - a software component for storing and manipulating huge quantities of RDF data. OWLIM is packaged as a Storage and Inference Layer (SAIL) for the Sesame OpenRDF framework.

OWLIM is a sematic repository - a software component for storing and manipulating huge quantities of RDF data. OWLIM is packaged as a Storage and Inference Layer (SAIL) for the Sesame OpenRDF framework.

In version 6.0, OWLIM was renamed to GraphDB () by Ontotext, its owner.

9 questions
4
votes
1 answer

OWL-?? to OWL-RL for GraphDB (OWLIM)

I am trying to use GraphDB-SE triplestore to store Einstein Riddle and use ruleset to infer the answers. GraphDB has build in support for OWL2-RL and OWL2-QL. According to w3.org OWL 2 RL supports all axioms of OWL 2 apart from disjoint unions of …
4
votes
1 answer

Aligning two ontologies with an "adapter"

Simplifying a little, I have a domain ontology (D) expressed in OWL, which describes devices, their capabilities, configurations. Also, for each vendor I would like to have vendor-specific ontology (V), which would be connected to the domain one.…
Roman Susi
  • 3,589
  • 2
  • 28
  • 37
3
votes
1 answer

What is the difference owl:oneof and onto:oneof support in owlim?

this is the builtin_owl2-rl.pie line 361 // Part 1 of cls_oo Id: cls_oo_1 c x ------------------ c x [Context ] // Part 2 of cls_oo Id: cls_oo_2 c
isaac Lee
  • 111
  • 5
2
votes
1 answer

How do I create a rule for a class with multiple properties in OWL/GraphDB?

Animal_Lover class is a class that has three properties called hasPet. Smith raises three animals and belongs to Person class. At this point, how do I write rule(.pie) to automatically include smith in the animal_lover class when the rule…
HoJin Seo
  • 43
  • 2
2
votes
1 answer

Copy a Sesame repository into a new one

I'd like to copy all the data from an existing Sesame repository into a new one. I need the migration so that I use OWL-inferencing on my triplestore which is not possible using OWLIM in an In Memory repository (the type of my existing…
kurious
  • 926
  • 7
  • 23
2
votes
1 answer

Is it possible to query inferred Einstein Riddle knowledge from OWLIM?

I have OWLIM repository populated with Einstein Riddle owl. Link1 - Link2. Is it possible to query inferred knowledge from OWLIM using sparql ? To get same results as on individual tab in Protege ? SPARQL: PREFIX riddle:…
1
vote
1 answer

How to set Sesame 2.8.0 RepositoryConnection timeout

I am trying to implement something like circuit breaker for my Sesame connections to the back-end database. When the database is absent I want to know this after 2 seconds, not to rely on the defaults of the client for timeouts. I can possibly…
user3572788
  • 121
  • 2
  • 10
1
vote
1 answer

Resoner not working with FUSEKI / OWLIM When uploading Ontology with OWL2 Property Chain

I wanted to make use of Property Chain in OWL and get the inference working in FUSEKI / OWLIM but I not able to get the inference working using the OWL2 property chain. I used the Protege tool to define the Ontology. The Ontology file contains…
Venkat
  • 21
  • 3
0
votes
1 answer

Single value in where clause

Hi I have a SPARQL query that has has this in the where clause ... optional { ?v foo:thing ?something . $dontgetthis ?v bar:somethingelse ?otherthing . ... } ... Now, I get most of this, except one thing. I don't get…
Sachin Kainth
  • 41,237
  • 78
  • 185
  • 289