-
Notifications
You must be signed in to change notification settings - Fork 165
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
config.ttl file syntax problem #5212
Comments
I assume that this here is the offending code: RepositoryConfigRepository
Maybe there should be a check that the second url there is actually a valid URI, or maybe we can just check if it's empty. In which case maybe we can use A general issue though is that this method is used both for creating the Resource for the first time and also for creating the same Resource later on to retrieve the correct repo from the config file. |
Yes this is super useful to have such config file. I understand the many difficulties with blank node, but for a config file I would say it is acceptable. |
I don't think a blank node would work. But it doesn't have to be a relative URL either like it seems to be at the moment. |
Current Behavior
This is a config.ttl file produced by the rdf4j-workbench (details about the repo don't matter):
This config file cannot be used to create a new repo with the command
which yields the following error message
Expected Behavior
fixes the problem
Steps To Reproduce
see above
Version
eclipse/rdf4j-workbench 5.0.3
Are you interested in contributing a solution yourself?
Perhaps?
Anything else?
thank you for doing eclipse/rdf4j-workbench
The text was updated successfully, but these errors were encountered: