-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error creating the Graph in-memory #147
Comments
Thanks for the issue. I was trying to check if rudof can at least parse the Turtle files, and one issue is that the file You can check if rudof data tests/valid/skos.shacl.ttl/ex24.ttl and the more descriptive error message:
One simple solution is to add a
Nevertheless another solution we did in If you add the base declaration, you can see that the SHACL validator works as expected: rudof shacl-validate -s skos.shacl.ttl tests/valid/skos.shacl.ttl/ex24.ttl 13:07:43
Result:
Validation Report: [
conforms: true,
result:
] We can keep this issue open until we solve #149 |
Thanks for the quick response! It's very good to know about |
I have done some changes to the default configuration of the RDF data reader and now it takes a default base IRI (it can be customized through a config file) which allows to parse RDF files with relative IRIs. A new release v0.1.24 is being published which I think solves your problem. If you try it and it works, let us know (you can just close this issue). |
Thanks, I will try it out tomorrow. Currently, I am sitting on a PC with Linux Mint 20.3 Cinnamon that has not the required libc6 version (2.31 and rudof requires >=2.34). Thus, I can not install it quickly on this machine. |
No problem...just out of curiosity, you need libc6 because you compile it yourself, right? or is it necessary when you run from the distributed binary package? |
The error comes when trying to install the binary package:
|
Thanks for the info...I created an independent issue #154 to investigate about the issue. |
When testing out rudof with the SkoHub shapes repo at https://github.com/skohub-io/skohub-shapes I ran into the follwoing problem:
It works fine when I do the same with Jena, though:
I am on Linux Mint Debian Edition (LMDE) 6 (faye).
The text was updated successfully, but these errors were encountered: