openrif / vivo-isf-ontology

The "VIVO-ISF Ontology" is an OWL2 representation of the VIVO-ISF Data Standard
16 stars 9 forks source link

Add Identifier Class for ORCiD #742

Open mconlon17 opened 6 years ago

mconlon17 commented 6 years ago

Currently ORCiD URI in VIVO are asserted to be owl:Thing only. We should have an ORCiD Class and assert the uri to be an individual in the class as in:

<orcidURI> a vivo:ORCiD .

(Unless there is an existing ontology that already defines ORCiD -- perhaps the WikiData ontology?)

The ORCiD can then be inferred to be an owl:Thing.

This is also https://jira.duraspace.org/browse/VIVO-1440

mconlon17 commented 6 years ago

Medium Impact. Minor triple store upgrade -- add an ORCiD class assertion for every existing ORCiD. Minor software change to assert URI a ORCiD (rather than an owl:Thing). The inferencer then supplies owl:Thing and everything should work as expected.