Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to implement propertyChainAxiom #23

Open
cosmicexotic opened this issue Jun 15, 2023 · 1 comment
Open

Unable to implement propertyChainAxiom #23

cosmicexotic opened this issue Jun 15, 2023 · 1 comment

Comments

@cosmicexotic
Copy link

cosmicexotic commented Jun 15, 2023

I wrote a rule like:

<had> <http://www.w3.org/2002/07/owl#propertyChainAxiom> <http://1> .   
<http://1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
<http://1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <include> .
<http://1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://2> .
<http://2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <has> .
<http://2>  <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<a> <include> <b> .
<b> <has> <c> .

it should get:
<a> <had> <c>
but i got nothing?
is there anything wrong?

@gtfierro
Copy link
Owner

You can see in the README I have not implemented prp-spo2 for the propertyChainAxiom reasoning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants