Tore Christiansen

Corrected URIs in UC1

Showing 1 changed file with 13 additions and 13 deletions
...@@ -15,18 +15,6 @@ UC1: rdf:type owl:Ontology ; ...@@ -15,18 +15,6 @@ 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 -
30 UC1:Schedule_1 18 UC1:Schedule_1
31 rdf:type ILAP:Schedule ; 19 rdf:type ILAP:Schedule ;
32 rdfs:label "Schedule 1"^^xsd:string . 20 rdfs:label "Schedule 1"^^xsd:string .
...@@ -184,7 +172,15 @@ ILAP:FinishToStart_1 ...@@ -184,7 +172,15 @@ ILAP:FinishToStart_1
184 ILAP:hasPredecessorActivity 172 ILAP:hasPredecessorActivity
185 ILAP:PlannedActivity_1 ; 173 ILAP:PlannedActivity_1 ;
186 ILAP:hasSuccessorMilestone 174 ILAP:hasSuccessorMilestone
187 - UC1:PlannedMilestone_1 . 175 + ILAP:PlannedMilestone_1 .
176 +
177 +ILAP:FinishToStart_2
178 + rdf:type ILAP:FinishToStart ;
179 + rdfs:label "Finish to Start 2"^^xsd:string ;
180 + ILAP:hasPredecessorMilestone
181 + ILAP:PlannedMilestone_1 ;
182 + ILAP:hasSuccessorActivity
183 + ILAP:PlannedActivity_2 .
188 184
189 ILAP:FrameAgreement_1 185 ILAP:FrameAgreement_1
190 rdf:type ILAP:FrameAgreement ; 186 rdf:type ILAP:FrameAgreement ;
...@@ -358,6 +354,10 @@ ILAP:PlannedActivity_2 ...@@ -358,6 +354,10 @@ ILAP:PlannedActivity_2
358 ILAP:hasActivityWorkVolume 354 ILAP:hasActivityWorkVolume
359 "1500"^^xsd:float . 355 "1500"^^xsd:float .
360 356
357 +ILAP:PlannedMilestone_1
358 + rdf:type ILAP:PlannedMilestone ;
359 + rdfs:label "Planned milestone 1"^^xsd:string .
360 +
361 <http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> 361 <http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0>
362 rdf:type USERFIELDS:FreeTextField ; 362 rdf:type USERFIELDS:FreeTextField ;
363 rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; 363 rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ;
......