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

Index mappings files (sssom) #35

Open
vemonet opened this issue Jul 4, 2022 · 2 comments
Open

Index mappings files (sssom) #35

vemonet opened this issue Jul 4, 2022 · 2 comments
Assignees
Labels
indexing Improve indexing of files and endpoints

Comments

@vemonet
Copy link
Owner

vemonet commented Jul 4, 2022

Parse files from the "Simple Standard for Sharing Ontology Mappings (SSSOM)": https://mapping-commons.github.io/sssom/usecases/

@vemonet vemonet added the indexing Improve indexing of files and endpoints label Jul 4, 2022
@vemonet vemonet self-assigned this Jul 4, 2022
@matentzn
Copy link

matentzn commented Jul 4, 2022

These are not all perfect, but due to the use of LinkML there are some automatic conversions into SHACL and SHEX: https://github.com/mapping-commons/sssom/tree/master/project.

There are also data classes for SSSOM here: https://github.com/mapping-commons/sssom/blob/master/src/sssom_schema/datamodel/sssom_schema.py (on pypi)

An example parser is here: https://github.com/mapping-commons/sssom-py/blob/bbbd22ed058175f74b06ccc79cfb0f49414270c6/sssom/parsers.py#L133

@vemonet
Copy link
Owner Author

vemonet commented Jul 11, 2022

Hi @matentzn thanks a lot for those pointers, the example for parsing is exactly what I need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
indexing Improve indexing of files and endpoints
Projects
None yet
Development

No branches or pull requests

2 participants