geneontology / go-shapes

Schema for Gene Ontology Causal Activity Models defined using RDF Shapes
2 stars 0 forks source link

Updating ShEx with additional date changes #265

Closed vanaukenk closed 2 years ago

vanaukenk commented 2 years ago
  1. Added creation_date and import_date PREFIX entries with appropriate DC URLs
  2. Added creation_date and import_date fields to the GoCamModel and ProvenanceAnnotated shapes
  3. All date entries are xsd:string but added a comment that the date format should conform to the ISO 8601 standard
vanaukenk commented 2 years ago

@kltm - this is a second pass at the creation_date and import_date entries.

kltm commented 2 years ago

@vanaukenk @balhoff, this is in line with my understanding of the last discussion on this, with input from @cmungall suggesting that we just line up on xsd:string + documentation for ISO 8601 for now and do a proper migration later on when we have more capacity to deal with it.

vanaukenk commented 2 years ago

@kltm - do you need to merge this? I'm not sure how to change the status of this from draft to mergeable. Thx.

kltm commented 2 years ago

@vanaukenk Clicking the "Ready for review" button should be sufficient. I'm happy to merge here.

vanaukenk commented 2 years ago

Thanks @kltm