owlcollab / oboformat

Automatically exported from code.google.com/p/oboformat
5 stars 2 forks source link

Use Dublin Core properties in common entity clause translation #107

Closed althonos closed 5 years ago

althonos commented 5 years ago

Currently, the OWL API or whatever converter the GO is using exports creation_date and created_by as oboInOwl:creation_date and oboInOwl:created_by, both of which are undefined.

Instead, I believe they shoud be mapped to dc:date and dc:creator respectively, which would help with RDF translation.

I left them in red in case the spec is updated again since this is WIP.

althonos commented 5 years ago

About that: should the header date also be translated as a dc:date ?