@prefix rdf: . @prefix bio: . bio:date rdf:type rdf:Property . @prefix rdfs: . @prefix dc: . bio:date rdfs:subPropertyOf dc:date ; rdfs:label "Date"@en ; rdfs:domain bio:Event ; rdfs:isDefinedBy bio: ; rdfs:comment "The date at which an event occurred."@en . @prefix ns4: . bio:date ns4:term_status "stable" . @prefix ns5: . bio:date ns5:plural "Dates"@en . @prefix ns6: . bio:date ns6:usageNote "

The date should be formatted as specified in ISO8601.\n For example: 2003-03-15 corresponds to the 15th March 2003, and 2003-03-15T13:21-05:00 corresponds to 15th March 2003, 8:21 am, US Eastern Standard Time.

" . @prefix skos: . bio:date skos:changeNote _:b23558970 , _:b23558971 . @prefix dcterms: . _:b23558970 dcterms:creator "Ian Davis" ; rdf:value "Added a plural label" ; dcterms:date "2010-05-03" . _:b23558971 dcterms:creator "Ian Davis" ; rdf:value "Marked as a stable term" ; dcterms:date "2010-05-04" .