Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DateTimeInterval

The DateTimeInterval is a an entity that references one or two DateTimeValues.  Either reference could be missing.  An interval might have a start date and no end date, for example.  To create a DateTimeValue with a start and end takes the statements below, where the start and end objects exist and have the URI as shown.

Code Block
<http://vivo.mydomain.edu/individual/n456> a vivo:DateTimeInterval .
<http://vivo.mydomain.edu/individual/n456> vivo:start <http://vivo.mydomain.edu/individual/n123> .
<http://vivo.mydomain.edu/individual/n456> vivo:end <http://vivo.mydomain.edu/individual/n124> .
 

...