We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@JPEWdev has contributed this code to generate RDF regarding abstract classes:
spec-parser/spec_parser/rdf.py
Lines 99 to 111 in 3d1d92e
Can we re-check it, please? I do not like that line 105 creates hasValueNode which is never used...
hasValueNode
Don't submit a PR, let's simply discuss what needs to be changed and I'll integrate it to the large set of changes I have ready to merge...
The text was updated successfully, but these errors were encountered:
I'm pretty sure line 105 is extraneous and can be removed
Sorry, something went wrong.
Thanks, Joshua. So, the currently generated SHACL is correct, we were simply creating an extra blank node that was never used.
Successfully merging a pull request may close this issue.
@JPEWdev has contributed this code to generate RDF regarding abstract classes:
spec-parser/spec_parser/rdf.py
Lines 99 to 111 in 3d1d92e
Can we re-check it, please?
I do not like that line 105 creates
hasValueNode
which is never used...Don't submit a PR, let's simply discuss what needs to be changed and I'll integrate it to the large set of changes I have ready to merge...
The text was updated successfully, but these errors were encountered: