Closed joeflack4 closed 7 months ago
@cthoyt You mentioned it might be a good idea to solve problem (1) in either SemanticSQL or curies
rather than in Mondo, and I think that's a great idea. Just today I noticed that (2) is another case.
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
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
: https://github.com/monarch-initiative/mondolib/issues/8