Re: Which datatype to use for time intervals

Hi,

I was wandering maybe someone have any advice how to approach modeling the following construction that is in my opinion closely related to your question but stated in somewhat more general manner:

Let us given an event of type E that is scheduled for a given time t(E) and that lasts specified time length (without any loss of generality we may assume it lasts for 1ms). Let us also given a specified time interval of type TI during which we perform observation for events (we assume from 1PM to 2PM, for example). So, how should we describe the following: 
1) In TI only events of type E may happen. 
2) In TI every t(E) must be round number of seconds. 
3) In TI events of type E do not overlap. 

I would really appreciate any pointers to how to model this in RDF/OWL.

Thanks,
Milorad




>________________________________
> From: "Svensson, Lars" <L.Svensson@dnb.de>
>To: "'public-lod@w3.org' (public-lod@w3.org)" <public-lod@w3.org> 
>Sent: Tuesday, November 12, 2013 3:47 PM
>Subject: Which datatype to use for time intervals
> 
>
>Is there a standard (recommended) datatype to use when I want to specify a time interval (e. g. 2013-11-13--2013-11-14)? The XML Schema types [1] don't include a time interval format (unless you want to encode it as starting time + duration). There seems to be a way to encode it using ISO 8601, the Wikipedia says that intervals can be expressed as 'Start and end, such as "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z"' [2], but I haven't found a formally defined datatype to use with RDF data.
>
>[1] www.w3.org/TR/xmlschema-2/
>[2] http://en.wikipedia.org/wiki/ISO_8601#Time_intervals
>
>Thanks for any help,
>
>Lars
>
>
>

Received on Tuesday, 12 November 2013 15:35:37 UTC