Tore Christiansen

Added Milestone example

Showing 1 changed file with 18 additions and 6 deletions
...@@ -15,6 +15,18 @@ UC1: rdf:type owl:Ontology ; ...@@ -15,6 +15,18 @@ UC1: rdf:type owl:Ontology ;
15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 15 owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 +UC1:FinishToStart_2
19 + rdf:type ILAP:FinishToStart ;
20 + rdfs:label "Finish to Start 2"^^xsd:string ;
21 + ILAP:hasPredecessorMilestone
22 + UC1:PlannedMilestone_1 ;
23 + ILAP:hasSuccessorActivity
24 + ILAP:PlannedActivity_2 .
25 +
26 +UC1:PlannedMilestone_1
27 + rdf:type ILAP:PlannedMilestone ;
28 + rdfs:label "Planned milestone 1"^^xsd:string .
29 +
18 UC1:Schedule_1 30 UC1:Schedule_1
19 rdf:type ILAP:Schedule ; 31 rdf:type ILAP:Schedule ;
20 rdfs:label "Schedule 1"^^xsd:string . 32 rdfs:label "Schedule 1"^^xsd:string .
...@@ -166,13 +178,13 @@ ILAP:Contract_1 ...@@ -166,13 +178,13 @@ ILAP:Contract_1
166 USERFIELDS:hasDescription 178 USERFIELDS:hasDescription
167 "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string . 179 "Elektronisk oppmåling"^^xsd:string , "Lister"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "MCC strategi"^^xsd:string , "Stressanalyse"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Modellering"^^xsd:string , "Follow-on"^^xsd:string , "MCC Støtte"^^xsd:string , "Risikovurdering"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Offshore befaring"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Prefabpakker"^^xsd:string , "Systemutprøving"^^xsd:string , "Databaseoppdatering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "As-buil"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Familiarisering"^^xsd:string , "Beregninger"^^xsd:string , "Offshore"^^xsd:string , "Medgått tid"^^xsd:string .
168 180
169 -ILAP:FinishToStart_1_2 181 +ILAP:FinishToStart_1
170 rdf:type ILAP:FinishToStart ; 182 rdf:type ILAP:FinishToStart ;
171 - rdfs:label "Finish to start 1 2"^^xsd:string ; 183 + rdfs:label "Finish to Start 1"^^xsd:string ;
172 ILAP:hasPredecessorActivity 184 ILAP:hasPredecessorActivity
173 - ILAP:PlannedActivity_2 ; 185 + ILAP:PlannedActivity_1 ;
174 ILAP:hasSuccessorMilestone 186 ILAP:hasSuccessorMilestone
175 - ILAP:ScheduledMilestone_1 . 187 + UC1:PlannedMilestone_1 .
176 188
177 ILAP:FrameAgreement_1 189 ILAP:FrameAgreement_1
178 rdf:type ILAP:FrameAgreement ; 190 rdf:type ILAP:FrameAgreement ;
...@@ -338,7 +350,7 @@ ILAP:PlannedActivity_2 ...@@ -338,7 +350,7 @@ ILAP:PlannedActivity_2
338 ILAP:hasActivityStatus 350 ILAP:hasActivityStatus
339 ILAP:Active ; 351 ILAP:Active ;
340 ILAP:hasActivitySuccessor 352 ILAP:hasActivitySuccessor
341 - ILAP:FinishToStart_1_2 ; 353 + ILAP:FinishToStart_1 ;
342 ILAP:hasActivityWBSelement 354 ILAP:hasActivityWBSelement
343 ILAP:ActivityWBS_1 ; 355 ILAP:ActivityWBS_1 ;
344 ILAP:hasActivityWeight 356 ILAP:hasActivityWeight
...@@ -497,7 +509,7 @@ ILAP:ScheduledMilestone_1 ...@@ -497,7 +509,7 @@ ILAP:ScheduledMilestone_1
497 rdf:type ILAP:ScheduledMilestone ; 509 rdf:type ILAP:ScheduledMilestone ;
498 rdfs:label "Scheduled milestone 1"^^xsd:string ; 510 rdfs:label "Scheduled milestone 1"^^xsd:string ;
499 ILAP:hasMilestonePredecessor 511 ILAP:hasMilestonePredecessor
500 - ILAP:FinishToStart_1_2 ; 512 + ILAP:FinishToStart_1 ;
501 ILAP:hasMilestoneType 513 ILAP:hasMilestoneType
502 ILAP:ProcurementMilestone . 514 ILAP:ProcurementMilestone .
503 515
......