Wimmics / corese

Software platform implementing and extending the standards of the Semantic Web.
https://project.inria.fr/corese/
Other
97 stars 29 forks source link

OWL inference are made when i picked 'RDFS Subset' #161

Open JeannesTheo opened 9 months ago

JeannesTheo commented 9 months ago

Issue Description:

Using 'RDFS Subset' do OWL inference

Bug Details:

When i pick 'RDFS Subset' in the engine, OWL properties are infered

Steps to Reproduce:

[1. Select only 'RDFS Subset' in the Engine panel

  1. Do a query using a schema with owl properties]

Expected Behavior:

Dont infer properies defined by owl

Actual Behavior:

Infering relations defined by owl properties

Notes:

If i use 'RDFS Subset', owl inferences are used, and then removed when i unselected it.
When i use 'OWL Rl', inference are made and not removed, even if 'OWL Rl' isn't selected
Distribution : Pop!_OS 22.04, although the bug has been reproduced on Mac and Windows

remiceres commented 7 months ago

Hello,

Thank you for your detailed report. We have noted the two issues you've identified:

  1. OWL properties being inferred despite only selecting RDFS.
  2. Inconsistent behavior between RDFS Subset and OWL RL being selected and unselected.

I will work on addressing these issues and will update this ticket accordingly.