-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix delete, will not remove the graph from virtuoso if the prefix is different from default #7
Comments
one problem…. with the prefix now it is possible to create several graphs for one file… so when you delete the second one, the file wont be there and will for now throw 500 i think… what should we actually do? or we should check if the file already exists and not create the second graph? |
@kurzum we can also make different paths for files with different graphids/prefixes (upon saving)... but need to think about how should these paths look like |
@manonthegithub I would document this in swagger:
|
@kurzum as an option we can calculate a hash of prefix and then save the file on disk using hash as path segment |
No description provided.
The text was updated successfully, but these errors were encountered: