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

CURIES -> Proper relationships #13

Open
joeflack4 opened this issue Sep 1, 2023 · 0 comments
Open

CURIES -> Proper relationships #13

joeflack4 opened this issue Sep 1, 2023 · 0 comments

Comments

@joeflack4
Copy link
Contributor

joeflack4 commented Sep 1, 2023

Overview

Right now our OMOP->OWL is generating like this:

<skos:exactMatch>OMIM:123</skos:exactMatch>

Supposedly this is not a proper relationship; just an annotation prop.

But we want like this:
a. <skos:exactMatch rdf:resource="http://uri_for_omim/123"/>
or
b. Some pattern like "... subClassOf some (exact match to OMIM:123 URI)"

Supposedly this will be better for some RDF tooling; will properly know that it's an edge.

Questions

I think the bottleneck here is the robot template. How do we stipulate in the template that this is what we want generated?

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

1 participant