This repository has been archived by the owner on Jan 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Engine menu - OWL and Rules #110
Comments
Hello,
There is aka bug in the gui checkbox, you need to unselect and then select again OWL RL Extended (in the version from github)
We will clean that.
Olivier
… De: "Fabien Gandon" ***@***.***>
À: "Wimmics" ***@***.***>
Cc: "Subscribed" ***@***.***>
Envoyé: Lundi 17 Octobre 2022 16:35:01
Objet: [Wimmics/corese] Engine menu - OWL and Rules (Issue #110)
Hello,
Using the toy datasets humans_data.ttl and human_schema.ttl I have a strange
behaviour when I add the following definition to the schema:
:hasSibling a owl:ObjectProperty ;
rdfs:label "has for ***@***.***, "a pour frère ou ***@***.*** ;
rdfs:comment "a relative that shares at least one parent with the ***@***.***,
"relation avec quelqu'un ayant les mêmes ***@***.*** ;
rdfs:domain :Animal ;
rdfs:range :Animal ;
owl:propertyChainAxiom ( :hasParent :hasChild ) .
If I select OWL RL and OWL RL extended and run the rules I see the new
hasSibling links and if I reload and run the rules again I don't have them
anymore.
—
Reply to this email directly, [ #110 |
view it on GitHub ] , or [
https://github.com/notifications/unsubscribe-auth/ABKXNJCZSE4NQWW5UKDCMKLWDVPZLANCNFSM6AAAAAARHEMUQU
| unsubscribe ] .
You are receiving this because you are subscribed to this thread. Message ID:
***@***.***>
|
If fact the behaviour is more complex:
|
remiceres
added a commit
that referenced
this issue
Oct 27, 2022
Hello Fabien, We think we have corrected this bug with @ocorby . There were 2 problems:
Corese-GUI fix: http://files.inria.fr/corese/distrib/beta/corese-gui-fix-110.jar I am waiting for confirmation that everything is working on your side before closing this issue. |
I ran the test and it works for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Using the toy datasets humans_data.ttl and human_schema.ttl I have a strange behaviour when I add the following definition to the schema:
If I select OWL RL and OWL RL extended and run the rules I see the new hasSibling links and if I reload and run the rules again I don't have them anymore.
The text was updated successfully, but these errors were encountered: