-
Notifications
You must be signed in to change notification settings - Fork 4
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
owl:FunctionalProperty is wrongly interpreted #13
Comments
@gtfierro gentle ping! |
Apologies! And thanks for the reminder :) This got away from me; I've got a deadline Friday but I can get back to this early next week |
brilliant. Let us know if you need help testing things. |
Hi @severin-lemaignan ; I believe I fixed the bug here, and it should be released in reasonable==0.1.59. I had a little trouble getting the Python package to build again, but I think it is all working now. Can you give it a try? |
hi! thanks for working on this!
Does it ring a bell? missing dependency? |
This might be an issue with the cross compilation setup I have just have to python package. What OS and architecture are you running on?
________________________________
From: Séverin Lemaignan ***@***.***>
Sent: Tuesday, August 16, 2022 1:34:20 AM
To: gtfierro/reasonable ***@***.***>
Cc: Gabriel Fierro ***@***.***>; Mention ***@***.***>
Subject: [External] Re: [gtfierro/reasonable] owl:FunctionalProperty is wrongly interpreted (Issue #13)
hi! thanks for working on this!
After upgrading the python bindings to reasonable-0.1.64, I get this error:
>> import reasonable
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/severinlemaignan/.local/lib/python3.8/site-packages/reasonable/__init__.py", line 4, in <module>
from reasonable.reasonable import PyReasoner
ImportError: cannot import name 'PyReasoner' from 'reasonable.reasonable' (/home/severinlemaignan/.local/lib/python3.8/site-packages/reasonable/reasonable/__init__.py)
Does it ring a bell?
—
Reply to this email directly, view it on GitHub<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fgtfierro%2Freasonable%2Fissues%2F13%23issuecomment-1216257406&data=05%7C01%7Cgtfierro%40mines.edu%7C770afc4123c94e00f14708da7f59bc3c%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637962320658024207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=oYHWYYTE5b3zfrcZJiqka7Ph%2F4WuAHpt7jnz69B9cdI%3D&reserved=0>, or unsubscribe<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAANRCUKUEOAUOHK3SLTVC3VZM77ZANCNFSM5ZIQIHSQ&data=05%7C01%7Cgtfierro%40mines.edu%7C770afc4123c94e00f14708da7f59bc3c%7C997209e009b346239a4d76afa44a675c%7C0%7C0%7C637962320658024207%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=d3jdW93fqAfA0%2BG%2FaZDTPu%2F10c%2FDh7Mm8OwnslGzwoM%3D&reserved=0>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Ubuntu 20.04, x64 |
Can you try v0.1.65? I was able to install that successfully |
Same issue. Tested with Python 3.8.10, on Ubuntu 20.04:
|
Same issue reported in #17 |
FYI, |
When a predicate is set to be an OWL functional property, it appears to add spurious
owl:sameAs
relationships.The following minimal example exhibits the error with
rdflib 4.2.2
andreasonable 0.1.53
(installed viapip
)triples
listso1 owl:sameAs o2
which should not be inferred.The text was updated successfully, but these errors were encountered: