biolink / ontobio

python library for working with ontologies and ontology associations
https://ontobio.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
119 stars 30 forks source link

Emit creation date on Evidence individual #604

Closed dustine32 closed 2 years ago

dustine32 commented 2 years ago

For #599.

dustine32 commented 2 years ago

@kltm Exactly! The <http://purl.org/dc/terms/created> annotation in this example specifically:

###  http://model.geneontology.org/MGI_MGI_2448177/d5340fc8-b687-4055-b070-c739d47ae54f
<http://model.geneontology.org/MGI_MGI_2448177/d5340fc8-b687-4055-b070-c739d47ae54f> rdf:type owl:NamedIndividual ,
                              <http://purl.obolibrary.org/obo/ECO_0000314> ;
                     <http://purl.org/dc/elements/1.1/contributor> "https://orcid.org/0000-0001-7476-6306" ;
                     <http://purl.org/dc/elements/1.1/date> "2013-10-29" ;
                     <http://purl.org/dc/elements/1.1/source> "PMID:22859307" ;
                     <http://purl.org/dc/terms/created> "2013-10-29" ;
                     <http://purl.org/pav/providedBy> "http://informatics.jax.org" .