Skip to content
/ orcidio Public

🐨 Make a subset of ORCID available as an OWL ontology

Notifications You must be signed in to change notification settings

cthoyt/orcidio

Repository files navigation

ORCID in OWL

Motivated by Bill Duncan's comments on annotating ORCID identifiers with labels in ontologies, the goal of this repository is to make an OWL file that has OBO contributors as named individuals.

The PURL for this ontology is https://w3id.org/orcidio/orcidio.owl.

Screenshot

In this Protégé screenshot, you can see that the named individuals are available:

You can see anywhere in Protégé you use ORCID URIs, they will get shown with their labels and linked back to the named individuals.

How to add more ORCIDs to this ontology

This ontology is not a full dump of ORCID, but rather a subset that is useful for contextualizing structured contributions in OBO Foundry ontologies. There are a few possibilities for adding additional ORCIDs:

  1. Manually add ORCID identifiers to extra_orcids.txt
  2. Add additional contribution annotations to your favorite ontology's Wikidata page and make sure these contributors have ORCID identifiers in their corresponding entries. This isn't recommended, though.
  3. Annotate ORCID identifiers to your favorite ontologies using structured predicates, get them released, then run python update_wikidata.py to parse all OBO ontologies with JSON releases, generate QuickStatements, then update Wikidata. (TODO: this could be automated)
  4. Sometimes run python push_wikidata.py and do step 3 again to create missing Wikidata entries

How to import ORCIDIO in your ontology

See the tutorial in the OBO Academy.

Build

After installing robot, you can run the following:

pip install tox
tox

This is run automatically once per week via GitHub Actions Update ORCID Instance Ontology or can be triggered on demand (i.e., workflow dispatch).

About

🐨 Make a subset of ORCID available as an OWL ontology

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages