Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Develop a way to deal with time series data #92

Open justaddcoffee opened 4 years ago

justaddcoffee commented 4 years ago

Per convo with @realmacin @cmungall @justaddcoffee @wdduncan

We'd like a simple way of modeling time series data, for example these use cases:

wdduncan commented 4 years ago

Time should be in "YYYY-MM-DDTHH:MM:SS". E.g.: "2007-03-01T13:00:00Z". "Z" is for Zulu. See ISO 8601: https://en.wikipedia.org/wiki/ISO_8601

This also has a section explaining duration formats, which I have not used before.

If possible, days from diagnosis and the like should be calculated. Although, sometimes you don't have enough information to do the calculation. Perhaps we can have a general property like "event duration".