Versions Compared

Key

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

...

Code Block
<http://vivo.myschool.edu>edu/individual/n123> rdf:type vivo:DateTimeValue .
<http://vivo.myschool.edu>edu/individual/n123> vivo:dateTime "2010-11-12T12:00:00"^^xsd:datetime .
<http://vivo.myschool.edu>edu/individual/n123> vivo:dateTimePrecision vivo:yearPrecision .

...

Excerpt Include
Ontology Diagram Legend
Ontology Diagram Legend

DateTimeInterval

The DateTimeInterval is a an entity that references two DateTimeValues.  Either reference could be missing.  An interval might have a start date and no end date, for example.  To create a DateTimeValue takes the statements below.

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> .
 

 

 

Excerpt Include
Ontology Diagram Legend
Ontology Diagram Legend

...