specifying process duration

Can someone suggest a good way to specify duration of a process? (Time 
within which this process is going to finish).

What I have right now is this:

<time:Interval rdf:ID="SmallDuration">
   <time:seconds><xsd:decimal rdf:value="5"/></time:seconds>
</time:Interval>

<rdf:Property rdf:ID="duration">
   <rdfs:subPropertyOf rdf:resource="&process;#during"/>
   <rdfs:domain rdf:resource="&DEFAULT;#myprocess"/>
   <rdfs:range rdf:resource="&default;#SmallDuration"/>
</rdf:Property>

Thanks!
Vera

Vera Zaychik
Lockheed Martin ATL

Received on Wednesday, 4 June 2003 15:52:48 UTC