-
Notifications
You must be signed in to change notification settings - Fork 6
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
Exporters to support Monarch use cases #106
Comments
@cthoyt You mentioned it might be a good idea to solve problem (1) in either SemanticSQL or |
I think curies has an exporter for that already, something like converter.to_jsonld() or to_jsonld_context()? |
Indeed, https://curies.readthedocs.io/en/latest/api/curies.write_jsonld_context.html but now I notice it needs some documentation updates |
Closes #106 1. Adds more docs to JSON-LD export, which supports MONDO Robot use case 2. Adds more docs to SHACL export 3. Implements simple TSV export, which supports SemanticSQL use case 4. Adds section "writing a context" into the tutorial that links to the writer functions
There exist ecosystem some defined formats for prefix maps. It would be nice to have
curies
exporters for those.prefixes.csv
. See: https://github.com/search?q=repo%3AINCATools%2Fsemantic-sql%20prefixes.csv&type=coderobot --add-prefixes context.json
Context: This came up originally in my work in
mondo-ingest
: monarch-initiative/mondolib#8The text was updated successfully, but these errors were encountered: