Submission error #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Submitting the following:
gives a 400 response
postRDF error: HTTP 400 from https://metadata.inm7.de/datamgt-v1/record/Dataset?format=ttlwith detail:and also a second error:
looks like the double
_:prefix of blank nodes is the problem; and it was probably introduced when moving ton3fromrdf-ext. I assume, haven't tested, that theBlankNodefunction of each package handles prefixes differently. In the existingshacl-vue, the code explicitly prefixes a blank node identifier with_:. I tested a possible fix locally by removing that prefix, and a similar submission succeeded.Closing manually.