Skip to content
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

Look into Gordian for possible graph serialization #32

Open
chrysn opened this issue Jun 17, 2024 · 0 comments
Open

Look into Gordian for possible graph serialization #32

chrysn opened this issue Jun 17, 2024 · 0 comments

Comments

@chrysn
Copy link
Member

chrysn commented Jun 17, 2024

It's a long shot, but I should look into whether Gordian has anything to offer in terms of ready-made serialization of graphs in CBOR.

We probably won't want to afford any large overheads, but that may not be the case -- I'll know when I've looked into it.

The numeric reduction Gordian pulls in through dCBOR is somewhat off-putting, but at least for the use case where it disturbed me the most (round-tripping RDF data), at least my go-to courpus of RDF data has all its numeric values more strictly typed anyway (eg. as ^^<http://dbpedia.org/datatype/kilometrePerSecond> or ^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger>, so it'd "just" need one more relatively rarely used tag for "I mean float", which we'd need anyway because XSD differentiates between float and double.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant