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

CSV published as CSVW? #27

Closed
simongray opened this issue Feb 18, 2022 · 5 comments
Closed

CSV published as CSVW? #27

simongray opened this issue Feb 18, 2022 · 5 comments
Labels
dataset enhancement New feature or request

Comments

@simongray
Copy link
Member

See: https://csvw.org/

Apparently a product of Rick Moynihan and others. Could be an interesting way to marry RDF/CSV?

@simongray simongray added the enhancement New feature or request label Mar 30, 2022
@simongray
Copy link
Member Author

Video presentation of the format: https://www.youtube.com/watch?v=uMEFHSsww6k

@simongray
Copy link
Member Author

The RDF export it "done" (see #50).

@simongray
Copy link
Member Author

I successfully managed to export a new synsets.csv. It wasn't too bad and the logic has mostly been isolated and should work with other queries for different export targets. Now I just need to write those other queries and the accompanying JSON-LD metadata to make it CSVW-compatible.

@simongray
Copy link
Member Author

words.csv could reuse the table export code, but relations.csv both needed a different kind of output + actually querying the graph wasn't performant, so I had to write some custom code to fetch the needed data from the Jena Model.

simongray added a commit that referenced this issue Oct 14, 2022
- superficially similar to CSV input files
- still need additional finetuning + json-ld
@simongray
Copy link
Member Author

Rick Moynihan confirmed to me that there is no proper qname in CSVW, unfortunately: https://clojurians.slack.com/archives/C09GHBXRC/p1666005401289719

It seems that the alternative could be to have two separate columns: one that resolves to a wn URI and one that resolves to a dn uri.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataset enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant