You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 urn:, since it's a bit easier to deal with everything when we don't have to worry about blank nodes.
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.
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.
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: