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

Use BioLink dataset class in metadata #3

Open
vemonet opened this issue Sep 25, 2019 · 5 comments
Open

Use BioLink dataset class in metadata #3

vemonet opened this issue Sep 25, 2019 · 5 comments
Assignees

Comments

@vemonet
Copy link
Member

vemonet commented Sep 25, 2019

Map the generated HCLS metadata to the BioLink model.

BioLink have classes equivalent to dataset, version, distribution:

https://biolink.github.io/biolink-model/docs/DataSet.html

Should we use BioLink property when we can? Or HCLS? Or the 2?
e.g. for label

  • dct:title
  • bl:name : ⚠️ no mappings to rdfs:label or dct:title in BioLink ontology
  • set dct:title and bl:name (redundancy but we comply with the 2 models without the need for mappings and inference). It would only be for a few properties though (bl:name, bl:id, bl:category)
@vemonet vemonet changed the title Use BioLink datasets classes in metadata Use BioLink dataset classes in metadata Sep 25, 2019
@vemonet vemonet changed the title Use BioLink dataset classes in metadata Use BioLink dataset classe in metadata Sep 25, 2019
@micheldumontier
Copy link

it's a good question to ask the biolink developers. don't they include property mappings in the biolink spec?

@vemonet
Copy link
Member Author

vemonet commented Sep 25, 2019

Yes, for some attributes
e.g. https://github.com/biolink/biolink-model/blob/master/biolink-model.yaml#L1689
Search for mappings:

Unfortunately the mapping is not displayed in the documentation UI: https://biolink.github.io/biolink-model/docs/has_numeric_value.html

So the best way to access them is the YAML

@vemonet vemonet self-assigned this Sep 25, 2019
@micheldumontier
Copy link

can you request that the mappings are displayed in the documentatioN?

@vemonet
Copy link
Member Author

vemonet commented Sep 27, 2019

Already mentioned in the past, I just created an issue: biolink/biolink-model#278

@vemonet
Copy link
Member Author

vemonet commented Feb 12, 2020

This has been solved with the new documentation UI: https://biolink.github.io/biolink-model/docs/Disease.html

@micheldumontier Let me know if this is enough for the moment

A clickable link would have been preferable, but the mappings are stored as CURIE in the YAML, so they would need to be resolved by a service

@vemonet vemonet changed the title Use BioLink dataset classe in metadata Use BioLink dataset class in metadata Apr 27, 2020
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

2 participants