You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation for your change request?
The VIVO Ontology needs more metadata to be FAIR, machine-readable and -actionable. Version information is key for this.
Describe the solution you'd like
Technically this could be done by using the following owl statement. <dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-06-07T12:00:00Z</dc:modified>
It has to be decided when the version info is being updated. Does it have to be updated with every commit? Only for releases?
What is the motivation for your change request?
The VIVO Ontology needs more metadata to be FAIR, machine-readable and -actionable. Version information is key for this.
This issue was previously contained in #22
Describe the solution you'd like
Technically this could be done by using the following owl statement.
<dc:modified rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-06-07T12:00:00Z</dc:modified>
It has to be decided when the version info is being updated. Does it have to be updated with every commit? Only for releases?
Additional context
The text was updated successfully, but these errors were encountered: