Charles Tapley Hoyt

Results 555 issues of Charles Tapley Hoyt

On the [MeSH ontology page](https://www.ebi.ac.uk/ols4/ontologies/mesh?tab=properties), there are several ontologies listed that it imports from (screenshot below): - OMO - DCTERMS - PATO - RO - OHMI - OIO It doesn't...

bug
low priority

```python class ContainsPrefixes(ABC): def get_prefixes(self) -> set[str]: raise NotImplementedError class ContainsReferences(ABC, ContainsPrefixes): def get_references(self) -> set[Reference]: raise NotImplementedError def get_prefixes(self) -> set[str]: return {r.prefix for r in self.get_references()} ```

https://github.com/python-hyper/rfc3986

[ORCID identifier (IAO:0000708)](http://purl.obolibrary.org/obo/IAO_0000708) is a [centrally registered identifier (IAO:0000578)](http://purl.obolibrary.org/obo/IAO_0000578). FAIRsharing is a database that keeps track of other databases. It has an entry for the ORCID registry: https://fairsharing.org/FAIRsharing.nx58jg. There's a...