We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/beautifulinteractions/node-quadstore/blob/faf3cd5f694b329d0d486f07bbdd4dd835de7030/lib/serialization/import.ts#L19
The xsd.string data type is not subjected to compaction when using prefixes.
xsd.string
prefixes
If it were compacted, it would still be subject to expansion in the current export module: https://github.com/beautifulinteractions/node-quadstore/blob/faf3cd5f694b329d0d486f07bbdd4dd835de7030/lib/serialization/export.ts#L14
The text was updated successfully, but these errors were encountered:
Ah, good catch. Will fix soon!
Sorry, something went wrong.
1400bbe
Fixed this in 1400bbe, will release in either 7.1.0 or the next beta. Let me know if this is urgent for you and I'll release another beta right away.
7.1.0
No branches or pull requests
https://github.com/beautifulinteractions/node-quadstore/blob/faf3cd5f694b329d0d486f07bbdd4dd835de7030/lib/serialization/import.ts#L19
The
xsd.string
data type is not subjected to compaction when usingprefixes
.If it were compacted, it would still be subject to expansion in the current export module: https://github.com/beautifulinteractions/node-quadstore/blob/faf3cd5f694b329d0d486f07bbdd4dd835de7030/lib/serialization/export.ts#L14
The text was updated successfully, but these errors were encountered: