hitontology / ontology

The Health IT Ontology.
https://hitontology.eu/
Creative Commons Zero v1.0 Universal
3 stars 2 forks source link

Remodel DOI #67

Closed KonradHoeffner closed 3 years ago

KonradHoeffner commented 3 years ago
KonradHoeffner commented 3 years ago

Transform existing DOI URIs, so that they point to doi.org URIs:

:%s/:doi :i\([^-]*\)-\([^ ]*\)/:doi <https:\/\/doi.org\/\1\/\2>/c 
KonradHoeffner commented 3 years ago

https://www.bibsonomy.org/ uses the biblio ontology http://purl.org/ontology/biblio/ with the predicate bibo:doi and the DOI string as an object, I will copy that. They also use the DOI URI as the URI of the article, I think that is a great idea as well. However it is not practical for us, because then you cannot resolve our studies in our LodView, so don't do that in HITO.

KonradHoeffner commented 3 years ago

http://purl.org/ontology/biblio/ does not exist, created an issue at https://bitbucket.org/bibsonomy/bibsonomy/issues/2917/rdf-export-bibo-namespace-does-not-exist.

KonradHoeffner commented 3 years ago

Decision: Keep URIs in HITO, use @prefix bibo: <http://purl.org/ontology/bibo/>. and datatype property bibo:doi.