Showing
1 changed file
with
21 additions
and
1 deletions
| ... | @@ -515,7 +515,27 @@ ILAP:ScheduledActivity_1 | ... | @@ -515,7 +515,27 @@ ILAP:ScheduledActivity_1 |
| 515 | rdf:type ILAP:ScheduledActivity ; | 515 | rdf:type ILAP:ScheduledActivity ; |
| 516 | rdfs:label "Scheduled activity 1"^^xsd:string ; | 516 | rdfs:label "Scheduled activity 1"^^xsd:string ; |
| 517 | ILAP:hasActivityCalendar | 517 | ILAP:hasActivityCalendar |
| 518 | - ILAP:Calendar_1 . | 518 | + ILAP:Calendar_1 ; |
| 519 | + ILAP:hasBaselineActivityDuration | ||
| 520 | + "P0Y6M05D"^^xsd:duration ; | ||
| 521 | + ILAP:hasCurrentActivityDuration | ||
| 522 | + "P0Y6M15D"^^xsd:duration ; | ||
| 523 | + ILAP:hasEarlyFinish "2015-06-16"^^xsd:date ; | ||
| 524 | + ILAP:hasEarlyStart "2015-01-02"^^xsd:date ; | ||
| 525 | + ILAP:hasEarlyStartActual | ||
| 526 | + "2015-01-05"^^xsd:date ; | ||
| 527 | + ILAP:hasFixedFinish "2015-07-05"^^xsd:date ; | ||
| 528 | + ILAP:hasFixedStart "2015-01-05"^^xsd:date ; | ||
| 529 | + ILAP:hasLateFinish "2015-08-01"^^xsd:date ; | ||
| 530 | + ILAP:hasLateStart "2015-01-15"^^xsd:date ; | ||
| 531 | + ILAP:hasOriginalActivityDuration | ||
| 532 | + "P0Y6M0D"^^xsd:duration ; | ||
| 533 | + ILAP:hasRemainingActivityDuration | ||
| 534 | + "P0Y2M15D"^^xsd:duration ; | ||
| 535 | + ILAP:hasScheduleDate | ||
| 536 | + "2015-01-05"^^xsd:string ; | ||
| 537 | + ILAP:hasScheduledFinish | ||
| 538 | + "2015-07-01"^^xsd:date . | ||
| 519 | 539 | ||
| 520 | ILAP:ScheduledActivity_2 | 540 | ILAP:ScheduledActivity_2 |
| 521 | rdf:type ILAP:ScheduledActivity ; | 541 | rdf:type ILAP:ScheduledActivity ; | ... | ... |
-
Please register or login to post a comment