-
Notifications
You must be signed in to change notification settings - Fork 65
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
Syntactically invalid export to RDF #85
Comments
This exact same problem seems to happen with the raptor parser/serializer as well. The serd one chops up string literals in the same way. |
Thanks! @LaurensRietveld, can you verify #86? |
Look good to me. As @drobilla mentioned, the raptor serializer fails as well. And, as raptor takes precedence over raptor when serializing (see https://github.com/rdfhdt/hdt-cpp/blob/master/hdt-lib/src/rdf/RDFSerializer.cpp#L18), the serialization might still produce invalid output when raptor is listed as dep. I propose to tackle this issue in #77, by removing raptor completely for serialization. |
The serdi serializer does not always return syntactically valid RDF. Luckily we reverted the latest release so we can still fix this ;)
The text was updated successfully, but these errors were encountered: