You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: