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
Is there a reason, why the prefix of a BlankNode id is cut of in the value of the BlankNode?
We're currently try to convert the parsed output to jsonld with the jsonld library and lists are not converted properly and from what i have seen during my research is that this missing prefix could be the problem.
The text was updated successfully, but these errors were encountered:
It is the same reason that Literals don't contain starting and ending quotes " in their value and NamedNodes don't include angular brackets in their value. The value is not meant to assist with serialization, that is the job of the serializer to do it correctly.
You will find that other libraries like rdf-data-factory will have exactly the same behavior.
Ah okay, thanks for pointing this out. This is really bad news, because as long as the jsonld library is not compliant with the specification, we can't trust our process when using multiple libraries for multiple conversion steps.
I will close this issue then :-)
Is there a reason, why the prefix of a BlankNode id is cut of in the value of the BlankNode?
We're currently try to convert the parsed output to jsonld with the jsonld library and lists are not converted properly and from what i have seen during my research is that this missing prefix could be the problem.
The text was updated successfully, but these errors were encountered: