You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
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 sibling"@en, "a pour frère ou sœur"@fr ;
rdfs:comment "a relative that shares at least one parent with the subject."@en,
"relation avec quelqu'un ayant les mêmes parents."@fr ;
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.