biopragmatics / bioregistry

📮 An integrative registry of biological databases, ontologies, and nomenclatures.
https://bioregistry.io
MIT License
115 stars 49 forks source link

pav prefix has strange ideosyncractic prefix resolution #306

Closed matentzn closed 2 years ago

matentzn commented 2 years ago

Check http://bioregistry.io/registry/pav

When getting a context, I expect

pav: http://purl.org/pav/

instead, I get

pav: https://pav-ontology.github.io/pav/index.html#http://purl.org/pav/

http://purl.org/pav/authoredBy, the official IRI, redirects to an RDF dump of PAV (should have used content negotiation).

For the sssom context, i need:

pav: http://purl.org/pav/

Would that be possible?

cthoyt commented 2 years ago

Yes, this sounds like a simple proposal of changing the uri_format attribute of PAV's entry. I can take care of this for you

matentzn commented 2 years ago

Thank you!