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
@cthoyt, let's say, I would be adding Bioregistry-style compact identifiers as Literals to the WikiPathways RDF, is there already an ontology with a predicate for such identifiers?
There's a lot going on here, let me try to unpack it.
wrt Egon's original comment, I think what you're trying to do is say that for URI entity https://identifiers.org/ensembl/ENSG00000139163, there are some equivalent things who have CURIE representations as "ensembl:ENSG00000139163", "ncbigene:55500", etc.
This is a bit confusing since it combines two logical operations together, maybe you could instead do something like
The second thing that's confusing is that the semantics implied by such a predicate would be redundant in connecting https://identifiers.org/ensembl/ENSG00000139163 and "ensembl:ENSG00000139163"
The Bioregistry schema has a lot of predicates for talking about meta stuff. It also links to several other partially overlapping vocabularies like vann, void, sh, and idot (see the turtle). However, it doesn't have predicates for connecting an IRI to a CURIE representation of the IRI like <predicate> did in the example above.
@DeniseSl22 I'm don't think you're using the prefixes correctly in your example
Second, I'm not what the context for uniprotkb is in this example since it's not defined.
Maybe of interest to you - Bioregistry has a SPARQL service that implements identifier mapping (e.g., so you can avoid materializing redundant definitions of the same entity using multiple URI prefixes). I think it will be easier to finish this discussion over a call sometime this or next week if you have time
@cthoyt, let's say, I would be adding Bioregistry-style compact identifiers as
Literal
s to the WikiPathways RDF, is there already an ontology with a predicate for such identifiers?Let's say we have this:
And I would add something like
x:y
as below, what shouldx:y
be (ps, ignore the prefixes, I didn't check them; you get the point)?I could use
wp:bdbBioregistry
but maybe you have something better in mind?(yes, once we're done with full RDF support in Bioregistry we can add that too)
cc @DeniseSl22 @marvinm2 @ammar257ammar
The text was updated successfully, but these errors were encountered: