Tore Christiansen

Rebuilding the structure based on misc input from Håvard, David, David and others

This diff could not be displayed because it is too large.
1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/ 1 # baseURI: http://data.posccaesar.org/NCS_PLANNING/
2 # imports: http://data.posccaesar.org/ilap/ 2 # imports: http://data.posccaesar.org/ilap/
3 +# imports: http://www.ilap.no/codes/NORSOK/Z-014/CORCoding
3 4
4 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> . 5 @prefix : <http://data.posccaesar.org/NCS_PLANNING/> .
6 +@prefix COR: <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 7 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 8 @prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
7 @prefix SCCS: <http://data.posccaesar.org/sccs/> . 9 @prefix SCCS: <http://data.posccaesar.org/sccs/> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 10 @prefix owl: <http://www.w3.org/2002/07/owl#> .
11 +@prefix p1: <http://example.org/file1#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 12 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
10 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 13 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
11 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 14 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 15
13 NCS: rdf:type owl:Ontology ; 16 NCS: rdf:type owl:Ontology ;
14 - owl:imports ILAP: . 17 + owl:imports ILAP: , <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding> .
15 18
16 ILAP: 19 ILAP:
17 rdf:type owl:Ontology ; 20 rdf:type owl:Ontology ;
...@@ -194,13 +197,6 @@ ILAP:Pending ...@@ -194,13 +197,6 @@ ILAP:Pending
194 rdf:type ILAP:Status ; 197 rdf:type ILAP:Status ;
195 rdfs:label "Pending"^^xsd:string . 198 rdfs:label "Pending"^^xsd:string .
196 199
197 -ILAP:PlannedActivity
198 - rdfs:subClassOf
199 - [ rdf:type owl:Restriction ;
200 - owl:allValuesFrom SCCS:SCCScode ;
201 - owl:onProperty ILAP:hasActivityILAPWBS
202 - ] .
203 -
204 ILAP:Primavera 200 ILAP:Primavera
205 rdf:type ILAP:Application ; 201 rdf:type ILAP:Application ;
206 rdfs:label "Primavera"^^xsd:string . 202 rdfs:label "Primavera"^^xsd:string .
...@@ -298,8 +294,11 @@ ILAP:Wellbore ...@@ -298,8 +294,11 @@ ILAP:Wellbore
298 ILAP:hasActivityCOR 294 ILAP:hasActivityCOR
299 rdfs:range SCCS:CORcode . 295 rdfs:range SCCS:CORcode .
300 296
301 -ILAP:hasActivityILAPWBS 297 +ILAP:hasActivityWBS
302 - rdfs:range SCCS:SCCScode . 298 + rdfs:range COR:CORelement .
303 299
304 ILAP:hasPlanAsset 300 ILAP:hasPlanAsset
305 rdfs:range <http://data.posccaesar.org/diskos/Asset> . 301 rdfs:range <http://data.posccaesar.org/diskos/Asset> .
302 +
303 +COR:CORelement
304 + rdf:type ILAP:NORSOKZ014 , COR:CORClassOfClass .
......
...@@ -14,23 +14,18 @@ ...@@ -14,23 +14,18 @@
14 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 14 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 -EPCIS:CBVevent
18 - rdf:type owl:Class ;
19 - rdfs:label "CBVevent"^^xsd:string ;
20 - rdfs:subClassOf ILAP:WorkTask .
21 -
22 ILAP: 17 ILAP:
23 rdf:type owl:Ontology ; 18 rdf:type owl:Ontology ;
24 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 19 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
25 20
26 ILAP:Activity 21 ILAP:Activity
27 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 22 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
28 rdfs:label "Activity"^^xsd:string ; 23 rdfs:label "Activity"^^xsd:string ;
29 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; 24 rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ;
30 rdfs:subClassOf 25 rdfs:subClassOf
31 [ rdf:type owl:Restriction ; 26 [ rdf:type owl:Restriction ;
32 - owl:allValuesFrom ILAP:Status ; 27 + owl:onProperty ILAP:hasExternalReference ;
33 - owl:onProperty ILAP:hasActivityStatus 28 + owl:someValuesFrom ILAP:ExternalReference
34 ] ; 29 ] ;
35 rdfs:subClassOf 30 rdfs:subClassOf
36 [ rdf:type owl:Restriction ; 31 [ rdf:type owl:Restriction ;
...@@ -39,13 +34,18 @@ ILAP:Activity ...@@ -39,13 +34,18 @@ ILAP:Activity
39 ] ; 34 ] ;
40 rdfs:subClassOf 35 rdfs:subClassOf
41 [ rdf:type owl:Restriction ; 36 [ rdf:type owl:Restriction ;
42 - owl:onProperty ILAP:hasExternalReference ; 37 + owl:allValuesFrom ILAP:Status ;
43 - owl:someValuesFrom ILAP:ExternalReference 38 + owl:onProperty ILAP:hasActivityStatus
44 ] . 39 ] .
45 40
46 -ILAP:ActivityNetwork 41 +ILAP:ActivityDependency
42 + rdf:type owl:Class ;
43 + rdfs:label "Activity dependency"^^xsd:string ;
44 + rdfs:subClassOf owl:Thing .
45 +
46 +ILAP:ActivityPlan
47 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 47 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
48 - rdfs:label "Activity Network"^^xsd:string ; 48 + rdfs:label "Activity Plan"^^xsd:string ;
49 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ; 49 rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS329669> ;
50 rdfs:subClassOf 50 rdfs:subClassOf
51 [ rdf:type owl:Restriction ; 51 [ rdf:type owl:Restriction ;
...@@ -53,10 +53,10 @@ ILAP:ActivityNetwork ...@@ -53,10 +53,10 @@ ILAP:ActivityNetwork
53 owl:onProperty ILAP:hasExternalReference 53 owl:onProperty ILAP:hasExternalReference
54 ] . 54 ] .
55 55
56 -ILAP:ActualSchedule 56 +ILAP:ActivityWBS
57 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 57 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ;
58 - rdfs:label "Actual baseline"^^xsd:string ; 58 + rdfs:label "Activity WBS"^^xsd:string ;
59 - rdfs:subClassOf ILAP:CurrentControlSchedule . 59 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing .
60 60
61 ILAP:Application 61 ILAP:Application
62 rdf:type owl:Class ; 62 rdf:type owl:Class ;
...@@ -64,39 +64,34 @@ ILAP:Application ...@@ -64,39 +64,34 @@ ILAP:Application
64 rdfs:subClassOf owl:Thing . 64 rdfs:subClassOf owl:Thing .
65 65
66 ILAP:Baseline 66 ILAP:Baseline
67 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 67 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
68 rdfs:label "Baseline"^^xsd:string ; 68 rdfs:label "Baseline"^^xsd:string ;
69 rdfs:subClassOf owl:Thing . 69 rdfs:subClassOf owl:Thing .
70 70
71 -ILAP:BaselineSetting
72 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
73 - rdfs:label "Baseline setting"^^xsd:string ;
74 - rdfs:subClassOf ILAP:Planning .
75 -
76 ILAP:Calendar 71 ILAP:Calendar
77 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 72 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
78 rdfs:label "Calendar"^^xsd:string ; 73 rdfs:label "Calendar"^^xsd:string ;
79 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; 74 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ;
80 rdfs:subClassOf 75 rdfs:subClassOf
81 [ rdf:type owl:Restriction ; 76 [ rdf:type owl:Restriction ;
82 - owl:allValuesFrom ILAP:CalendarWorkPeriod ; 77 + owl:allValuesFrom ILAP:CalendarFreePeriod ;
83 - owl:onProperty ILAP:hasCalendarWorkPeriod 78 + owl:onProperty ILAP:hasCalendarFreePeriod
84 ] ; 79 ] ;
85 rdfs:subClassOf 80 rdfs:subClassOf
86 [ rdf:type owl:Restriction ; 81 [ rdf:type owl:Restriction ;
87 - owl:allValuesFrom ILAP:CalendarFreePeriod ; 82 + owl:allValuesFrom ILAP:CalendarWorkPeriod ;
88 - owl:onProperty ILAP:hasCalendarFreePeriod 83 + owl:onProperty ILAP:hasCalendarWorkPeriod
89 ] . 84 ] .
90 85
91 ILAP:CalendarDay 86 ILAP:CalendarDay
92 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; 87 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ;
93 rdfs:label "Calendar day"^^xsd:string ; 88 rdfs:label "Calendar day"^^xsd:string ;
94 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . 89 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing .
95 90
96 ILAP:CalendarFreePeriod 91 ILAP:CalendarFreePeriod
97 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 92 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
98 rdfs:label "Calendar free period"^^xsd:string ; 93 rdfs:label "Calendar free period"^^xsd:string ;
99 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 94 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
100 rdfs:subClassOf 95 rdfs:subClassOf
101 [ rdf:type owl:Restriction ; 96 [ rdf:type owl:Restriction ;
102 owl:onClass ILAP:Calendar ; 97 owl:onClass ILAP:Calendar ;
...@@ -108,93 +103,98 @@ ILAP:CalendarFreePeriod ...@@ -108,93 +103,98 @@ ILAP:CalendarFreePeriod
108 ] . 103 ] .
109 104
110 ILAP:CalendarFreePeriodWeekRepeat 105 ILAP:CalendarFreePeriodWeekRepeat
111 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 106 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
112 rdfs:label "Free day"^^xsd:string ; 107 rdfs:label "Free day"^^xsd:string ;
113 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . 108 + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
114 109
115 ILAP:CalendarHour 110 ILAP:CalendarHour
116 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 111 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
117 rdfs:label "calendar hour"^^xsd:string ; 112 rdfs:label "calendar hour"^^xsd:string ;
118 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . 113 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing .
119 114
120 ILAP:CalendarPeriod 115 ILAP:CalendarPeriod
121 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; 116 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ;
122 rdfs:label "Calendar period"^^xsd:string ; 117 rdfs:label "Calendar period"^^xsd:string ;
123 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; 118 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ;
124 rdfs:subClassOf 119 rdfs:subClassOf
125 [ rdf:type owl:Restriction ; 120 [ rdf:type owl:Restriction ;
126 - owl:allValuesFrom ILAP:CalendarDay ; 121 + owl:allValuesFrom ILAP:CalendarHour ;
127 - owl:onProperty ILAP:hasCalendarPeriodDay 122 + owl:onProperty ILAP:hasCalendarPeriodHour
128 ] ; 123 ] ;
129 rdfs:subClassOf 124 rdfs:subClassOf
130 [ rdf:type owl:Restriction ; 125 [ rdf:type owl:Restriction ;
131 - owl:allValuesFrom ILAP:CalendarHour ; 126 + owl:allValuesFrom ILAP:CalendarDay ;
132 - owl:onProperty ILAP:hasCalendarPeriodHour 127 + owl:onProperty ILAP:hasCalendarPeriodDay
133 ] . 128 ] .
134 129
135 ILAP:CalendarWorkPeriod 130 ILAP:CalendarWorkPeriod
136 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 131 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
137 rdfs:label "Calendar work period"^^xsd:string ; 132 rdfs:label "Calendar work period"^^xsd:string ;
138 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; 133 + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ;
139 rdfs:subClassOf 134 rdfs:subClassOf
140 [ rdf:type owl:Restriction ; 135 [ rdf:type owl:Restriction ;
141 - owl:onProperty ILAP:hasCalendarPeriodWorkHour ; 136 + owl:onProperty ILAP:hasCalendarPeriodWorkDay ;
142 - owl:someValuesFrom ILAP:CalendarHour 137 + owl:someValuesFrom ILAP:CalendarDay
143 ] ; 138 ] ;
144 rdfs:subClassOf 139 rdfs:subClassOf
145 [ rdf:type owl:Restriction ; 140 [ rdf:type owl:Restriction ;
146 - owl:onProperty ILAP:hasCalendarPeriodWorkDay ; 141 + owl:onProperty ILAP:hasCalendarPeriodWorkHour ;
147 - owl:someValuesFrom ILAP:CalendarDay 142 + owl:someValuesFrom ILAP:CalendarHour
148 ] . 143 ] .
149 144
150 ILAP:CalendarWorkPeriodWeekRepeat 145 ILAP:CalendarWorkPeriodWeekRepeat
151 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; 146 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ;
152 rdfs:label "Free day"^^xsd:string ; 147 rdfs:label "Free day"^^xsd:string ;
153 - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod . 148 + rdfs:subClassOf ILAP:CalendarWorkPeriod , <http://posccaesar.org/rdl/page/RDS356215271> .
154 149
155 -ILAP:ContractorWBS 150 +ILAP:ContractControlSchedule
156 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 151 + rdf:type owl:Class ;
157 - rdfs:label "Contractor Activity Work Breakdown Structure"^^xsd:string ; 152 + rdfs:label "Contract control schedule"^^xsd:string ;
158 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7506263> , owl:Thing . 153 + rdfs:subClassOf ILAP:ControlSchedule .
159 154
160 -ILAP:CostBased 155 +ILAP:ContractorsContractControlSchedule
161 rdf:type owl:Class ; 156 rdf:type owl:Class ;
162 - rdfs:label "Cost based"^^xsd:string ; 157 + rdfs:label "Contractors contract control schedule"^^xsd:string ;
163 - rdfs:subClassOf ILAP:Resource . 158 + rdfs:subClassOf ILAP:ContractControlSchedule .
164 159
165 -ILAP:CostEstimate 160 +ILAP:ContractorsProjectControlSchedule
166 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 161 + rdf:type owl:Class ;
167 - rdfs:label "Cost stimate"^^xsd:string ; 162 + rdfs:label "Contractors project control schedule"^^xsd:string ;
168 - rdfs:subClassOf ILAP:ResourceStructure . 163 + rdfs:subClassOf ILAP:ProjectControlSchedule .
169 164
170 -ILAP:CurrentControlEstimate 165 +ILAP:ControlSchedule
171 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 166 + rdf:type owl:Class ;
172 - rdfs:label "Current control estimate"^^xsd:string ; 167 + rdfs:label "Control schedule"^^xsd:string ;
173 - rdfs:subClassOf ILAP:CostEstimate . 168 + rdfs:subClassOf owl:Thing .
174 169
175 -ILAP:CurrentControlSchedule 170 +ILAP:CostBased
176 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 171 + rdf:type owl:Class ;
177 - rdfs:label "CCS"^^xsd:string ; 172 + rdfs:label "Cost based"^^xsd:string ;
178 - rdfs:subClassOf ILAP:NetworkSchedule . 173 + rdfs:subClassOf ILAP:ResourceStructure .
179 174
180 ILAP:CurrentSchedule 175 ILAP:CurrentSchedule
181 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 176 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
182 rdfs:label "Current schedule"^^xsd:string ; 177 rdfs:label "Current schedule"^^xsd:string ;
183 - rdfs:subClassOf ILAP:CurrentControlSchedule . 178 + rdfs:subClassOf ILAP:NetworkSchedule .
184 179
185 ILAP:Discipline 180 ILAP:Discipline
186 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 181 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
187 rdfs:label "Discipline"^^xsd:string ; 182 rdfs:label "Discipline"^^xsd:string ;
188 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . 183 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> .
189 184
190 ILAP:ExecutionPlan 185 ILAP:ExecutionPlan
191 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; 186 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
192 rdfs:label "Planned Activity network"^^xsd:string ; 187 rdfs:label "Planned Activity network"^^xsd:string ;
193 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityNetwork ; 188 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ;
194 rdfs:subClassOf 189 rdfs:subClassOf
195 [ rdf:type owl:Restriction ; 190 [ rdf:type owl:Restriction ;
196 - owl:allValuesFrom ILAP:PlanContractType ; 191 + owl:onProperty ILAP:hasPlanLevel ;
197 - owl:onProperty ILAP:hasPlanContractType 192 + owl:someValuesFrom ILAP:PlanLevel
193 + ] ;
194 + rdfs:subClassOf
195 + [ rdf:type owl:Restriction ;
196 + owl:onProperty ILAP:hasPlanContentType ;
197 + owl:someValuesFrom ILAP:PlanContentType
198 ] ; 198 ] ;
199 rdfs:subClassOf 199 rdfs:subClassOf
200 [ rdf:type owl:Restriction ; 200 [ rdf:type owl:Restriction ;
...@@ -210,35 +210,23 @@ ILAP:ExecutionPlan ...@@ -210,35 +210,23 @@ ILAP:ExecutionPlan
210 ] ; 210 ] ;
211 rdfs:subClassOf 211 rdfs:subClassOf
212 [ rdf:type owl:Restriction ; 212 [ rdf:type owl:Restriction ;
213 - owl:onProperty ILAP:hasPlanGeoArea ;
214 - owl:someValuesFrom ILAP:PlanGeoArea
215 - ] ;
216 - rdfs:subClassOf
217 - [ rdf:type owl:Restriction ;
218 owl:allValuesFrom ILAP:ExecutionPlan ; 213 owl:allValuesFrom ILAP:ExecutionPlan ;
219 owl:onProperty ILAP:hasPlanSubplan 214 owl:onProperty ILAP:hasPlanSubplan
220 ] ; 215 ] ;
221 rdfs:subClassOf 216 rdfs:subClassOf
222 [ rdf:type owl:Restriction ; 217 [ rdf:type owl:Restriction ;
223 - owl:maxQualifiedCardinality 218 + owl:onProperty ILAP:hasPlanProjectType ;
224 - "1"^^xsd:nonNegativeInteger ; 219 + owl:someValuesFrom ILAP:PlanProjectType
225 - owl:onClass ILAP:PlanLevel ;
226 - owl:onProperty ILAP:hasPlanLevel
227 - ] ;
228 - rdfs:subClassOf
229 - [ rdf:type owl:Restriction ;
230 - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
231 - owl:onProperty ILAP:hasPlanAsset
232 ] ; 220 ] ;
233 rdfs:subClassOf 221 rdfs:subClassOf
234 [ rdf:type owl:Restriction ; 222 [ rdf:type owl:Restriction ;
235 - owl:onProperty ILAP:hasPlanLevel ; 223 + owl:allValuesFrom ILAP:ExecutionPlan ;
236 - owl:someValuesFrom ILAP:PlanLevel 224 + owl:onProperty ILAP:hasPlanRollUp
237 ] ; 225 ] ;
238 rdfs:subClassOf 226 rdfs:subClassOf
239 [ rdf:type owl:Restriction ; 227 [ rdf:type owl:Restriction ;
240 - owl:onProperty ILAP:hasPlanContentType ; 228 + owl:onProperty ILAP:hasPlanGeoArea ;
241 - owl:someValuesFrom ILAP:PlanContentType 229 + owl:someValuesFrom ILAP:PlanGeoArea
242 ] ; 230 ] ;
243 rdfs:subClassOf 231 rdfs:subClassOf
244 [ rdf:type owl:Restriction ; 232 [ rdf:type owl:Restriction ;
...@@ -252,30 +240,35 @@ ILAP:ExecutionPlan ...@@ -252,30 +240,35 @@ ILAP:ExecutionPlan
252 ] ; 240 ] ;
253 rdfs:subClassOf 241 rdfs:subClassOf
254 [ rdf:type owl:Restriction ; 242 [ rdf:type owl:Restriction ;
255 - owl:allValuesFrom ILAP:ExecutionPlan ; 243 + owl:allValuesFrom ILAP:PlanValueObjective ;
256 - owl:onProperty ILAP:hasPlanRollUp 244 + owl:onProperty ILAP:hasPlanValueObjective
257 ] ; 245 ] ;
258 rdfs:subClassOf 246 rdfs:subClassOf
259 [ rdf:type owl:Restriction ; 247 [ rdf:type owl:Restriction ;
260 - owl:allValuesFrom ILAP:PlanValueObjective ; 248 + owl:maxQualifiedCardinality
261 - owl:onProperty ILAP:hasPlanValueObjective 249 + "1"^^xsd:nonNegativeInteger ;
250 + owl:onClass ILAP:PlanLevel ;
251 + owl:onProperty ILAP:hasPlanLevel
262 ] ; 252 ] ;
263 rdfs:subClassOf 253 rdfs:subClassOf
264 [ rdf:type owl:Restriction ; 254 [ rdf:type owl:Restriction ;
265 - owl:onProperty ILAP:hasPlanProjectType ; 255 + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ;
266 - owl:someValuesFrom ILAP:PlanProjectType 256 + owl:onProperty ILAP:hasPlanAsset
257 + ] ;
258 + rdfs:subClassOf
259 + [ rdf:type owl:Restriction ;
260 + owl:allValuesFrom ILAP:PlanContractType ;
261 + owl:onProperty ILAP:hasPlanContractType
267 ] . 262 ] .
268 263
269 ILAP:ExternalReference 264 ILAP:ExternalReference
270 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; 265 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ;
271 rdfs:label "External Reference"^^xsd:string ; 266 rdfs:label "External Reference"^^xsd:string ;
272 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; 267 + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ;
273 rdfs:subClassOf 268 rdfs:subClassOf
274 [ rdf:type owl:Restriction ; 269 [ rdf:type owl:Restriction ;
275 - owl:onDataRange xsd:string ; 270 + owl:allValuesFrom ILAP:Application ;
276 - owl:onProperty ILAP:hasReferenceID ; 271 + owl:onProperty ILAP:hasReferenceApplication
277 - owl:qualifiedCardinality
278 - "1"^^xsd:nonNegativeInteger
279 ] ; 272 ] ;
280 rdfs:subClassOf 273 rdfs:subClassOf
281 [ rdf:type owl:Restriction ; 274 [ rdf:type owl:Restriction ;
...@@ -284,38 +277,40 @@ ILAP:ExternalReference ...@@ -284,38 +277,40 @@ ILAP:ExternalReference
284 ] ; 277 ] ;
285 rdfs:subClassOf 278 rdfs:subClassOf
286 [ rdf:type owl:Restriction ; 279 [ rdf:type owl:Restriction ;
287 - owl:allValuesFrom ILAP:Application ; 280 + owl:onDataRange xsd:string ;
288 - owl:onProperty ILAP:hasReferenceApplication 281 + owl:onProperty ILAP:hasReferenceID ;
282 + owl:qualifiedCardinality
283 + "1"^^xsd:nonNegativeInteger
289 ] . 284 ] .
290 285
291 ILAP:FinishToFinish 286 ILAP:FinishToFinish
292 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 287 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
293 rdfs:label "Finish to finish"^^xsd:string ; 288 rdfs:label "Finish to finish"^^xsd:string ;
294 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . 289 + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
295 290
296 ILAP:FinishToStart 291 ILAP:FinishToStart
297 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 292 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
298 rdfs:label "Finish to start"^^xsd:string ; 293 rdfs:label "Finish to start"^^xsd:string ;
299 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . 294 + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
300 295
301 ILAP:LiveSchedule 296 ILAP:LiveSchedule
302 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 297 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
303 rdfs:label "Live schedule"^^xsd:string ; 298 rdfs:label "Live schedule"^^xsd:string ;
304 - rdfs:subClassOf ILAP:CurrentControlSchedule . 299 + rdfs:subClassOf ILAP:NetworkSchedule .
305 300
306 ILAP:Location 301 ILAP:Location
307 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; 302 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ;
308 rdfs:label "Location"^^xsd:string ; 303 rdfs:label "Location"^^xsd:string ;
309 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . 304 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing .
310 305
311 ILAP:Milestone 306 ILAP:Milestone
312 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; 307 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ;
313 rdfs:label "Milestone"^^xsd:string . 308 rdfs:label "Milestone"^^xsd:string .
314 309
315 ILAP:NetworkSchedule 310 ILAP:NetworkSchedule
316 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 311 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
317 rdfs:label "Scheduled Activity Network"^^xsd:string ; 312 rdfs:label "Scheduled Activity Network"^^xsd:string ;
318 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:ActivityNetwork ; 313 + rdfs:subClassOf owl:Thing ;
319 rdfs:subClassOf 314 rdfs:subClassOf
320 [ rdf:type owl:Restriction ; 315 [ rdf:type owl:Restriction ;
321 owl:maxQualifiedCardinality 316 owl:maxQualifiedCardinality
...@@ -324,70 +319,70 @@ ILAP:NetworkSchedule ...@@ -324,70 +319,70 @@ ILAP:NetworkSchedule
324 owl:onProperty ILAP:hasSchedulePlan 319 owl:onProperty ILAP:hasSchedulePlan
325 ] . 320 ] .
326 321
327 -ILAP:Operation 322 +ILAP:OwnersContractControlSchedule
328 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 323 + rdf:type owl:Class ;
329 - rdfs:label "Operation"^^xsd:string ; 324 + rdfs:label "Owners control schedule"^^xsd:string ;
330 - rdfs:subClassOf ILAP:WorkTask . 325 + rdfs:subClassOf ILAP:ContractControlSchedule .
331 -
332 -ILAP:OriginalControlEstimate
333 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
334 - rdfs:label "original control estimate"^^xsd:string ;
335 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , ILAP:CostEstimate .
336 326
337 -ILAP:OriginalControlSchedule 327 +ILAP:OwnersProjectControlSchedule
338 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 328 + rdf:type owl:Class ;
339 - rdfs:label "OCS"^^xsd:string ; 329 + rdfs:label "Owners project control schedule"^^xsd:string ;
340 - rdfs:subClassOf ILAP:NetworkSchedule . 330 + rdfs:subClassOf ILAP:ProjectControlSchedule .
341 331
342 ILAP:Phase 332 ILAP:Phase
343 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 333 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
344 rdfs:label "Phase"^^xsd:string ; 334 rdfs:label "Phase"^^xsd:string ;
345 rdfs:subClassOf owl:Thing . 335 rdfs:subClassOf owl:Thing .
346 336
347 ILAP:PlanClassifier 337 ILAP:PlanClassifier
348 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 338 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
349 rdfs:label "Plan classifier"^^xsd:string ; 339 rdfs:label "Plan classifier"^^xsd:string ;
350 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . 340 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing .
351 341
352 ILAP:PlanContentType 342 ILAP:PlanContentType
353 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; 343 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ;
354 rdfs:label "Content type"^^xsd:string ; 344 rdfs:label "Content type"^^xsd:string ;
355 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . 345 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> .
356 346
357 ILAP:PlanContractType 347 ILAP:PlanContractType
358 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 348 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
359 rdfs:label "Plan contract type"^^xsd:string ; 349 rdfs:label "Plan contract type"^^xsd:string ;
360 rdfs:subClassOf ILAP:PlanClassifier . 350 rdfs:subClassOf ILAP:PlanClassifier .
361 351
362 ILAP:PlanExpenseType 352 ILAP:PlanExpenseType
363 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; 353 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ;
364 rdfs:label "Plan expense type"^^xsd:string ; 354 rdfs:label "Plan expense type"^^xsd:string ;
365 rdfs:subClassOf ILAP:PlanClassifier . 355 rdfs:subClassOf ILAP:PlanClassifier .
366 356
367 ILAP:PlanGeoArea 357 ILAP:PlanGeoArea
368 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; 358 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ;
369 rdfs:label "Plan geographic area"^^xsd:string ; 359 rdfs:label "Plan geographic area"^^xsd:string ;
370 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 360 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
371 361
372 ILAP:PlanLevel 362 ILAP:PlanLevel
373 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 363 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
374 rdfs:label "Plan level"^^xsd:string ; 364 rdfs:label "Plan level"^^xsd:string ;
375 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 365 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
376 366
377 ILAP:PlanLifecyclePhase 367 ILAP:PlanLifecyclePhase
378 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 368 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
379 rdfs:label "Plan lifecycle phase"^^xsd:string ; 369 rdfs:label "Plan lifecycle phase"^^xsd:string ;
380 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . 370 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> .
381 371
382 ILAP:PlanProjectType 372 ILAP:PlanProjectType
383 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; 373 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ;
384 rdfs:label "Plan project type"^^xsd:string ; 374 rdfs:label "Plan project type"^^xsd:string ;
385 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . 375 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> .
386 376
387 ILAP:PlanValueObjective 377 ILAP:PlanValueObjective
388 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; 378 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ;
389 rdfs:label "Plan value objective"^^xsd:string ; 379 rdfs:label "Plan value objective"^^xsd:string ;
390 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . 380 + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> .
381 +
382 +ILAP:PlanWorkOrderPlan
383 + rdf:type owl:Class ;
384 + rdfs:label "Plan work order plan"^^xsd:string ;
385 + rdfs:subClassOf ILAP:ExecutionPlan .
391 386
392 ILAP:PlannedActivity 387 ILAP:PlannedActivity
393 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 388 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
...@@ -395,23 +390,40 @@ ILAP:PlannedActivity ...@@ -395,23 +390,40 @@ ILAP:PlannedActivity
395 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; 390 rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ;
396 rdfs:subClassOf 391 rdfs:subClassOf
397 [ rdf:type owl:Restriction ; 392 [ rdf:type owl:Restriction ;
398 - owl:allValuesFrom ILAP:Successor ; 393 + owl:allValuesFrom ILAP:Profile ;
399 - owl:onProperty ILAP:hasActivityPredecessor 394 + owl:onProperty ILAP:hasActivityResourceProfile
400 ] ; 395 ] ;
401 rdfs:subClassOf 396 rdfs:subClassOf
402 [ rdf:type owl:Restriction ; 397 [ rdf:type owl:Restriction ;
403 - owl:allValuesFrom ILAP:Phase ; 398 + owl:onProperty ILAP:hasActivityDiscipline ;
404 - owl:onProperty ILAP:hasActivityPhase 399 + owl:someValuesFrom ILAP:PlannedActivity
405 ] ; 400 ] ;
406 rdfs:subClassOf 401 rdfs:subClassOf
407 [ rdf:type owl:Restriction ; 402 [ rdf:type owl:Restriction ;
408 - owl:allValuesFrom ILAP:PlannedResource ; 403 + owl:allValuesFrom ILAP:Result ;
409 - owl:onProperty ILAP:hasActivityPlannedResource 404 + owl:onProperty ILAP:hasActivityResult
410 ] ; 405 ] ;
411 rdfs:subClassOf 406 rdfs:subClassOf
412 [ rdf:type owl:Restriction ; 407 [ rdf:type owl:Restriction ;
413 - owl:allValuesFrom ILAP:Location ; 408 + owl:allValuesFrom ILAP:Successor ;
414 - owl:onProperty ILAP:hasActivityLocation 409 + owl:onProperty ILAP:hasActivityPredecessor
410 + ] ;
411 + rdfs:subClassOf
412 + [ rdf:type owl:Restriction ;
413 + owl:allValuesFrom ILAP:Phase ;
414 + owl:onProperty ILAP:hasActivityPhase
415 + ] ;
416 + rdfs:subClassOf
417 + [ rdf:type owl:Class ;
418 + owl:intersectionOf ([ rdf:type owl:Restriction ;
419 + owl:allValuesFrom owl:Class ;
420 + owl:onProperty ILAP:hasActivityWBS
421 + ] [ rdf:type owl:Restriction ;
422 + owl:onClass owl:Class ;
423 + owl:onProperty ILAP:hasActivityWBS ;
424 + owl:qualifiedCardinality
425 + "1"^^xsd:nonNegativeInteger
426 + ])
415 ] ; 427 ] ;
416 rdfs:subClassOf 428 rdfs:subClassOf
417 [ rdf:type owl:Restriction ; 429 [ rdf:type owl:Restriction ;
...@@ -422,38 +434,28 @@ ILAP:PlannedActivity ...@@ -422,38 +434,28 @@ ILAP:PlannedActivity
422 ] ; 434 ] ;
423 rdfs:subClassOf 435 rdfs:subClassOf
424 [ rdf:type owl:Restriction ; 436 [ rdf:type owl:Restriction ;
425 - owl:allValuesFrom ILAP:Successor ;
426 - owl:onProperty ILAP:hasActivitySuccessor
427 - ] ;
428 - rdfs:subClassOf
429 - [ rdf:type owl:Restriction ;
430 owl:allValuesFrom ILAP:ResponsiblePerson ; 437 owl:allValuesFrom ILAP:ResponsiblePerson ;
431 owl:onProperty ILAP:hasActivityResponsiblePerson 438 owl:onProperty ILAP:hasActivityResponsiblePerson
432 ] ; 439 ] ;
433 rdfs:subClassOf 440 rdfs:subClassOf
434 [ rdf:type owl:Restriction ; 441 [ rdf:type owl:Restriction ;
435 - owl:allValuesFrom BRREG:LegalEntity ; 442 + owl:allValuesFrom ILAP:Successor ;
436 - owl:onProperty ILAP:hasActivityResponsibleOrganization 443 + owl:onProperty ILAP:hasActivitySuccessor
437 - ] ;
438 - rdfs:subClassOf
439 - [ rdf:type owl:Restriction ;
440 - owl:onProperty ILAP:hasActivityDiscipline ;
441 - owl:someValuesFrom ILAP:PlannedActivity
442 ] ; 444 ] ;
443 rdfs:subClassOf 445 rdfs:subClassOf
444 [ rdf:type owl:Restriction ; 446 [ rdf:type owl:Restriction ;
445 - owl:allValuesFrom ILAP:Profile ; 447 + owl:allValuesFrom BRREG:LegalEntity ;
446 - owl:onProperty ILAP:hasActivityResourceProfile 448 + owl:onProperty ILAP:hasActivityResponsibleOrganization
447 ] ; 449 ] ;
448 rdfs:subClassOf 450 rdfs:subClassOf
449 [ rdf:type owl:Restriction ; 451 [ rdf:type owl:Restriction ;
450 - owl:allValuesFrom ILAP:Result ; 452 + owl:allValuesFrom ILAP:PlannedResource ;
451 - owl:onProperty ILAP:hasActivityResult 453 + owl:onProperty ILAP:hasActivityPlannedResource
452 ] ; 454 ] ;
453 rdfs:subClassOf 455 rdfs:subClassOf
454 [ rdf:type owl:Restriction ; 456 [ rdf:type owl:Restriction ;
455 - owl:allValuesFrom ILAP:ContractorWBS ; 457 + owl:allValuesFrom ILAP:Location ;
456 - owl:onProperty ILAP:hasActivityContractorWBS 458 + owl:onProperty ILAP:hasActivityLocation
457 ] . 459 ] .
458 460
459 ILAP:PlannedResource 461 ILAP:PlannedResource
...@@ -461,72 +463,72 @@ ILAP:PlannedResource ...@@ -461,72 +463,72 @@ ILAP:PlannedResource
461 rdfs:label "Planned resource"^^xsd:string ; 463 rdfs:label "Planned resource"^^xsd:string ;
462 rdfs:subClassOf ILAP:Resource . 464 rdfs:subClassOf ILAP:Resource .
463 465
464 -ILAP:Planning
465 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
466 - rdfs:label "Planning"^^xsd:string ;
467 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS9659447> .
468 -
469 ILAP:PortfolioPlan 466 ILAP:PortfolioPlan
470 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 467 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
471 rdfs:label "Portfolio plan"^^xsd:string ; 468 rdfs:label "Portfolio plan"^^xsd:string ;
472 rdfs:subClassOf ILAP:ExecutionPlan . 469 rdfs:subClassOf ILAP:ExecutionPlan .
473 470
474 ILAP:Profile 471 ILAP:Profile
475 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; 472 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
476 rdfs:label "Resource profile"^^xsd:string ; 473 rdfs:label "Resource profile"^^xsd:string ;
477 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . 474 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing .
478 475
479 ILAP:ProfilePoint 476 ILAP:ProfilePoint
480 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 477 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
481 rdfs:label "Profile point"^^xsd:string ; 478 rdfs:label "Profile point"^^xsd:string ;
482 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 479 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> .
483 480
484 ILAP:ProgrammePlan 481 ILAP:ProgrammePlan
485 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 482 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
486 rdfs:label "Programme plan"^^xsd:string ; 483 rdfs:label "Programme plan"^^xsd:string ;
487 rdfs:subClassOf ILAP:ExecutionPlan . 484 rdfs:subClassOf ILAP:ExecutionPlan .
488 485
489 ILAP:Project 486 ILAP:Project
490 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 487 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
491 rdfs:label "Project"^^xsd:string ; 488 rdfs:label "Project"^^xsd:string ;
492 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ; 489 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ;
493 rdfs:subClassOf 490 rdfs:subClassOf
494 [ rdf:type owl:Restriction ; 491 [ rdf:type owl:Restriction ;
495 - owl:onDataRange xsd:string ; 492 + owl:allValuesFrom BRREG:OilCompany ;
496 - owl:onProperty ILAP:hasName ; 493 + owl:onProperty ILAP:hasProjectResponsible
497 - owl:qualifiedCardinality
498 - "1"^^xsd:nonNegativeInteger
499 ] ; 494 ] ;
500 rdfs:subClassOf 495 rdfs:subClassOf
501 [ rdf:type owl:Restriction ; 496 [ rdf:type owl:Restriction ;
502 - owl:allValuesFrom ILAP:Project ; 497 + owl:allValuesFrom ILAP:ExternalReference ;
503 - owl:onProperty ILAP:hasProjectSubproject 498 + owl:onProperty ILAP:hasExternalReference
504 ] ; 499 ] ;
505 rdfs:subClassOf 500 rdfs:subClassOf
506 [ rdf:type owl:Restriction ; 501 [ rdf:type owl:Restriction ;
507 - owl:allValuesFrom ILAP:ExternalReference ; 502 + owl:allValuesFrom ILAP:Project ;
508 - owl:onProperty ILAP:hasExternalReference 503 + owl:onProperty ILAP:hasProjectSubproject
509 ] ; 504 ] ;
510 rdfs:subClassOf 505 rdfs:subClassOf
511 [ rdf:type owl:Restriction ; 506 [ rdf:type owl:Restriction ;
512 - owl:allValuesFrom BRREG:OilCompany ; 507 + owl:onDataRange xsd:string ;
513 - owl:onProperty ILAP:hasProjectResponsible 508 + owl:onProperty ILAP:hasName ;
509 + owl:qualifiedCardinality
510 + "1"^^xsd:nonNegativeInteger
514 ] . 511 ] .
515 512
513 +ILAP:ProjectControlSchedule
514 + rdf:type owl:Class ;
515 + rdfs:label "Project control schedule"^^xsd:string ;
516 + rdfs:subClassOf ILAP:ControlSchedule .
517 +
516 ILAP:ProjectPlan 518 ILAP:ProjectPlan
517 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 519 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
518 rdfs:label "Project plan"^^xsd:string ; 520 rdfs:label "Project plan"^^xsd:string ;
519 rdfs:subClassOf ILAP:ExecutionPlan . 521 rdfs:subClassOf ILAP:ExecutionPlan .
520 522
521 ILAP:Regular8To16WorkingDayCalendar 523 ILAP:Regular8To16WorkingDayCalendar
522 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; 524 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ;
523 rdfs:label "Regular8To16Working day calendar"^^xsd:string ; 525 rdfs:label "Regular8To16Working day calendar"^^xsd:string ;
524 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . 526 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> .
525 527
526 ILAP:Resource 528 ILAP:Resource
527 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> , owl:Class ; 529 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ParticipatingRoleAndDomain> ;
528 rdfs:label "Resource"^^xsd:string ; 530 rdfs:label "Resource"^^xsd:string ;
529 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13875949> ; 531 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS13875949> , owl:Thing ;
530 rdfs:subClassOf 532 rdfs:subClassOf
531 [ rdf:type owl:Restriction ; 533 [ rdf:type owl:Restriction ;
532 owl:onClass ILAP:Profile ; 534 owl:onClass ILAP:Profile ;
...@@ -538,32 +540,42 @@ ILAP:Resource ...@@ -538,32 +540,42 @@ ILAP:Resource
538 ILAP:ResourceBased 540 ILAP:ResourceBased
539 rdf:type owl:Class ; 541 rdf:type owl:Class ;
540 rdfs:label "Resource based"^^xsd:string ; 542 rdfs:label "Resource based"^^xsd:string ;
541 - rdfs:subClassOf ILAP:Resource . 543 + rdfs:subClassOf ILAP:ResourceStructure .
542 544
543 ILAP:ResourceStructure 545 ILAP:ResourceStructure
544 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; 546 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ;
545 rdfs:label "Resource structure"^^xsd:string ; 547 rdfs:label "Resource structure"^^xsd:string ;
546 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . 548 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> .
547 549
548 ILAP:ResponsibleOrganization 550 ILAP:ResponsibleOrganization
549 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; 551 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ;
550 rdfs:label "Responsible organization"^^xsd:string ; 552 rdfs:label "Responsible organization"^^xsd:string ;
551 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . 553 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> .
552 554
553 ILAP:ResponsiblePerson 555 ILAP:ResponsiblePerson
554 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; 556 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ;
555 rdfs:label "Responsible"^^xsd:string ; 557 rdfs:label "Responsible"^^xsd:string ;
556 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . 558 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> .
557 559
558 ILAP:Result 560 ILAP:Result
559 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 561 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ;
560 rdfs:label "Result"^^xsd:string ; 562 rdfs:label "Result"^^xsd:string ;
561 rdfs:subClassOf owl:Thing . 563 rdfs:subClassOf owl:Thing .
562 564
565 +ILAP:RevisedSchedule
566 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
567 + rdfs:label "Revised schedule"^^xsd:string ;
568 + rdfs:subClassOf ILAP:NetworkSchedule .
569 +
563 ILAP:ScheduledActivity 570 ILAP:ScheduledActivity
564 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; 571 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ;
565 rdfs:label "Activity in Network Schedule"^^xsd:string ; 572 rdfs:label "Activity in Network Schedule"^^xsd:string ;
566 - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> , ILAP:Activity ; 573 + rdfs:subClassOf ILAP:PlannedActivity ;
574 + rdfs:subClassOf
575 + [ rdf:type owl:Restriction ;
576 + owl:allValuesFrom ILAP:ScheduledResource ;
577 + owl:onProperty ILAP:hasActivityScheduledResource
578 + ] ;
567 rdfs:subClassOf 579 rdfs:subClassOf
568 [ rdf:type owl:Restriction ; 580 [ rdf:type owl:Restriction ;
569 owl:maxQualifiedCardinality 581 owl:maxQualifiedCardinality
...@@ -573,11 +585,6 @@ ILAP:ScheduledActivity ...@@ -573,11 +585,6 @@ ILAP:ScheduledActivity
573 ] ; 585 ] ;
574 rdfs:subClassOf 586 rdfs:subClassOf
575 [ rdf:type owl:Restriction ; 587 [ rdf:type owl:Restriction ;
576 - owl:allValuesFrom ILAP:ScheduledResource ;
577 - owl:onProperty ILAP:hasActivityScheduledResource
578 - ] ;
579 - rdfs:subClassOf
580 - [ rdf:type owl:Restriction ;
581 owl:maxQualifiedCardinality 588 owl:maxQualifiedCardinality
582 "1"^^xsd:nonNegativeInteger ; 589 "1"^^xsd:nonNegativeInteger ;
583 owl:onClass ILAP:PlannedActivity ; 590 owl:onClass ILAP:PlannedActivity ;
...@@ -590,9 +597,9 @@ ILAP:ScheduledResource ...@@ -590,9 +597,9 @@ ILAP:ScheduledResource
590 rdfs:subClassOf ILAP:Resource . 597 rdfs:subClassOf ILAP:Resource .
591 598
592 ILAP:Source 599 ILAP:Source
593 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; 600 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ;
594 rdfs:label "Source"^^xsd:string ; 601 rdfs:label "Source"^^xsd:string ;
595 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . 602 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> .
596 603
597 ILAP:SourceSpecifiedUserField 604 ILAP:SourceSpecifiedUserField
598 rdf:type owl:Class ; 605 rdf:type owl:Class ;
...@@ -605,24 +612,24 @@ ILAP:SpecifiedUserField ...@@ -605,24 +612,24 @@ ILAP:SpecifiedUserField
605 rdfs:subClassOf ILAP:UserField . 612 rdfs:subClassOf ILAP:UserField .
606 613
607 ILAP:StartToFinish 614 ILAP:StartToFinish
608 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 615 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
609 rdfs:label "Start to finish"^^xsd:string ; 616 rdfs:label "Start to finish"^^xsd:string ;
610 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . 617 + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
611 618
612 ILAP:StartToStart 619 ILAP:StartToStart
613 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 620 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
614 rdfs:label "Start to start"^^xsd:string ; 621 rdfs:label "Start to start"^^xsd:string ;
615 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . 622 + rdfs:subClassOf ILAP:Successor , <http://posccaesar.org/rdl/RDS44294438194> .
616 623
617 ILAP:Status 624 ILAP:Status
618 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; 625 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ;
619 rdfs:label "Status"^^xsd:string ; 626 rdfs:label "Status"^^xsd:string ;
620 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . 627 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing .
621 628
622 ILAP:Successor 629 ILAP:Successor
623 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 630 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ;
624 rdfs:label "Successor"^^xsd:string ; 631 rdfs:label "Successor"^^xsd:string ;
625 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS44294438194> ; 632 + rdfs:subClassOf ILAP:ActivityDependency ;
626 rdfs:subClassOf 633 rdfs:subClassOf
627 [ rdf:type owl:Restriction ; 634 [ rdf:type owl:Restriction ;
628 owl:onClass ILAP:Activity ; 635 owl:onClass ILAP:Activity ;
...@@ -638,20 +645,15 @@ ILAP:Successor ...@@ -638,20 +645,15 @@ ILAP:Successor
638 "1"^^xsd:nonNegativeInteger 645 "1"^^xsd:nonNegativeInteger
639 ] . 646 ] .
640 647
641 -ILAP:TargetSchedule
642 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
643 - rdfs:label "Target baseline"^^xsd:string ;
644 - rdfs:subClassOf ILAP:OriginalControlSchedule .
645 -
646 ILAP:Timebased 648 ILAP:Timebased
647 rdf:type owl:Class ; 649 rdf:type owl:Class ;
648 rdfs:label "Timebased"^^xsd:string ; 650 rdfs:label "Timebased"^^xsd:string ;
649 - rdfs:subClassOf ILAP:Resource . 651 + rdfs:subClassOf ILAP:ResourceStructure .
650 652
651 ILAP:UserField 653 ILAP:UserField
652 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; 654 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ;
653 rdfs:label "User field"^^xsd:string ; 655 rdfs:label "User field"^^xsd:string ;
654 - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ; 656 + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13879234> ;
655 rdfs:subClassOf 657 rdfs:subClassOf
656 [ rdf:type owl:Restriction ; 658 [ rdf:type owl:Restriction ;
657 owl:maxQualifiedCardinality 659 owl:maxQualifiedCardinality
...@@ -661,30 +663,31 @@ ILAP:UserField ...@@ -661,30 +663,31 @@ ILAP:UserField
661 ] . 663 ] .
662 664
663 ILAP:WeekendsFreeCalendar 665 ILAP:WeekendsFreeCalendar
664 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 666 + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ;
665 rdfs:label "Weekends free calendar"^^xsd:string ; 667 rdfs:label "Weekends free calendar"^^xsd:string ;
666 - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . 668 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar .
667 -
668 -ILAP:WorkOrders
669 - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
670 - rdfs:label "Work orders"^^xsd:string ;
671 - rdfs:subClassOf ILAP:WorkTask .
672 669
673 ILAP:WorkTask 670 ILAP:WorkTask
674 - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; 671 + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ;
675 rdfs:label "Work task"^^xsd:string ; 672 rdfs:label "Work task"^^xsd:string ;
676 - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; 673 + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ;
677 rdfs:subClassOf 674 rdfs:subClassOf
678 [ rdf:type owl:Restriction ; 675 [ rdf:type owl:Restriction ;
679 - owl:onProperty ILAP:hasWorkTaskActivity ; 676 + owl:allValuesFrom BRREG:LegalEntity ;
680 - owl:someValuesFrom ILAP:Activity 677 + owl:onProperty ILAP:hasWorkTaskResponsible
681 ] ; 678 ] ;
682 rdfs:subClassOf 679 rdfs:subClassOf
683 [ rdf:type owl:Restriction ; 680 [ rdf:type owl:Restriction ;
684 - owl:allValuesFrom BRREG:LegalEntity ; 681 + owl:onProperty ILAP:hasWorkTaskActivity ;
685 - owl:onProperty ILAP:hasWorkTaskResponsible 682 + owl:someValuesFrom ILAP:Activity
686 ] . 683 ] .
687 684
685 +ILAP:hasActivityActualProgressPercent
686 + rdf:type owl:DatatypeProperty ;
687 + rdfs:domain ILAP:PlannedActivity ;
688 + rdfs:label "has Activity Actual Progress Percent"^^xsd:string ;
689 + rdfs:range xsd:float .
690 +
688 ILAP:hasActivityActualWeight 691 ILAP:hasActivityActualWeight
689 rdf:type owl:DatatypeProperty ; 692 rdf:type owl:DatatypeProperty ;
690 rdfs:domain ILAP:ScheduledActivity ; 693 rdfs:domain ILAP:ScheduledActivity ;
...@@ -696,7 +699,7 @@ ILAP:hasActivityCOR ...@@ -696,7 +699,7 @@ ILAP:hasActivityCOR
696 rdf:type owl:ObjectProperty ; 699 rdf:type owl:ObjectProperty ;
697 rdfs:domain ILAP:PlannedActivity ; 700 rdfs:domain ILAP:PlannedActivity ;
698 rdfs:label "has activity COR"^^xsd:string ; 701 rdfs:label "has activity COR"^^xsd:string ;
699 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS . 702 + rdfs:subPropertyOf ILAP:hasActivityWBS .
700 703
701 ILAP:hasActivityCalendar 704 ILAP:hasActivityCalendar
702 rdf:type owl:ObjectProperty ; 705 rdf:type owl:ObjectProperty ;
...@@ -711,18 +714,6 @@ ILAP:hasActivityContractor ...@@ -711,18 +714,6 @@ ILAP:hasActivityContractor
711 rdfs:range BRREG:Contractor ; 714 rdfs:range BRREG:Contractor ;
712 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 715 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
713 716
714 -ILAP:hasActivityContractorWBS
715 - rdf:type owl:ObjectProperty ;
716 - rdfs:domain ILAP:PlannedActivity ;
717 - rdfs:label "has activity contractorWBS"^^xsd:string ;
718 - rdfs:range ILAP:ContractorWBS .
719 -
720 -ILAP:hasActivityCurrentProgressPercent
721 - rdf:type owl:DatatypeProperty ;
722 - rdfs:domain ILAP:PlannedActivity ;
723 - rdfs:label "has activity current progress percentage"^^xsd:string ;
724 - rdfs:range xsd:integer .
725 -
726 ILAP:hasActivityDiscipline 717 ILAP:hasActivityDiscipline
727 rdf:type owl:ObjectProperty ; 718 rdf:type owl:ObjectProperty ;
728 rdfs:domain ILAP:PlannedActivity ; 719 rdfs:domain ILAP:PlannedActivity ;
...@@ -742,11 +733,6 @@ ILAP:hasActivityEstimatedWeight ...@@ -742,11 +733,6 @@ ILAP:hasActivityEstimatedWeight
742 rdfs:range xsd:float ; 733 rdfs:range xsd:float ;
743 rdfs:subPropertyOf ILAP:hasActivityWeight . 734 rdfs:subPropertyOf ILAP:hasActivityWeight .
744 735
745 -ILAP:hasActivityILAPWBS
746 - rdf:type owl:ObjectProperty ;
747 - rdfs:domain ILAP:PlannedActivity ;
748 - rdfs:label "has activity ILAP Work Breakdown Structure"^^xsd:string .
749 -
750 ILAP:hasActivityInScheduleActivityInPlan 736 ILAP:hasActivityInScheduleActivityInPlan
751 rdf:type owl:ObjectProperty ; 737 rdf:type owl:ObjectProperty ;
752 rdfs:domain ILAP:ScheduledActivity ; 738 rdfs:domain ILAP:ScheduledActivity ;
...@@ -764,7 +750,7 @@ ILAP:hasActivityPBS ...@@ -764,7 +750,7 @@ ILAP:hasActivityPBS
764 rdfs:domain ILAP:PlannedActivity ; 750 rdfs:domain ILAP:PlannedActivity ;
765 rdfs:label "has activity PBS"^^xsd:string ; 751 rdfs:label "has activity PBS"^^xsd:string ;
766 rdfs:range SCCS:PBScode ; 752 rdfs:range SCCS:PBScode ;
767 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS . 753 + rdfs:subPropertyOf ILAP:hasActivityWBS .
768 754
769 ILAP:hasActivityPartActivity 755 ILAP:hasActivityPartActivity
770 rdf:type owl:ObjectProperty ; 756 rdf:type owl:ObjectProperty ;
...@@ -772,24 +758,30 @@ ILAP:hasActivityPartActivity ...@@ -772,24 +758,30 @@ ILAP:hasActivityPartActivity
772 rdfs:label "has activity part activity"^^xsd:string ; 758 rdfs:label "has activity part activity"^^xsd:string ;
773 rdfs:range ILAP:PlannedActivity . 759 rdfs:range ILAP:PlannedActivity .
774 760
775 -ILAP:hasActivityPercentComplete
776 - rdf:type owl:DatatypeProperty ;
777 - rdfs:domain ILAP:PlannedActivity ;
778 - rdfs:label "has activity percent complete"^^xsd:string ;
779 - rdfs:range xsd:float .
780 -
781 ILAP:hasActivityPhase 761 ILAP:hasActivityPhase
782 rdf:type owl:ObjectProperty ; 762 rdf:type owl:ObjectProperty ;
783 rdfs:domain ILAP:PlannedActivity ; 763 rdfs:domain ILAP:PlannedActivity ;
784 rdfs:label "has activity phase"^^xsd:string ; 764 rdfs:label "has activity phase"^^xsd:string ;
785 rdfs:range ILAP:Phase . 765 rdfs:range ILAP:Phase .
786 766
767 +ILAP:hasActivityPhysicalPercentComplete
768 + rdf:type owl:DatatypeProperty ;
769 + rdfs:domain ILAP:PlannedActivity ;
770 + rdfs:label "has activity phyical percent complete"^^xsd:string ;
771 + rdfs:range xsd:float .
772 +
787 ILAP:hasActivityPlan 773 ILAP:hasActivityPlan
788 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 774 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
789 rdfs:domain ILAP:PlannedActivity ; 775 rdfs:domain ILAP:PlannedActivity ;
790 rdfs:label "has activity plan"^^xsd:string ; 776 rdfs:label "has activity plan"^^xsd:string ;
791 rdfs:range ILAP:ExecutionPlan . 777 rdfs:range ILAP:ExecutionPlan .
792 778
779 +ILAP:hasActivityPlannedProgressPercent
780 + rdf:type owl:DatatypeProperty ;
781 + rdfs:domain ILAP:PlannedActivity ;
782 + rdfs:label "has activity planned progress percentage"^^xsd:string ;
783 + rdfs:range xsd:integer .
784 +
793 ILAP:hasActivityPlannedResource 785 ILAP:hasActivityPlannedResource
794 rdf:type owl:ObjectProperty ; 786 rdf:type owl:ObjectProperty ;
795 rdfs:domain ILAP:PlannedActivity ; 787 rdfs:domain ILAP:PlannedActivity ;
...@@ -828,7 +820,7 @@ ILAP:hasActivityResponsibleOrganization ...@@ -828,7 +820,7 @@ ILAP:hasActivityResponsibleOrganization
828 rdfs:range ILAP:ResponsibleOrganization . 820 rdfs:range ILAP:ResponsibleOrganization .
829 821
830 ILAP:hasActivityResponsiblePerson 822 ILAP:hasActivityResponsiblePerson
831 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 823 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
832 rdfs:domain ILAP:PlannedActivity ; 824 rdfs:domain ILAP:PlannedActivity ;
833 rdfs:label "has activity responsible"^^xsd:string ; 825 rdfs:label "has activity responsible"^^xsd:string ;
834 rdfs:range ILAP:ResponsiblePerson . 826 rdfs:range ILAP:ResponsiblePerson .
...@@ -844,7 +836,7 @@ ILAP:hasActivitySAB ...@@ -844,7 +836,7 @@ ILAP:hasActivitySAB
844 rdfs:domain ILAP:PlannedActivity ; 836 rdfs:domain ILAP:PlannedActivity ;
845 rdfs:label "has activity SAB"^^xsd:string ; 837 rdfs:label "has activity SAB"^^xsd:string ;
846 rdfs:range SCCS:SABcode ; 838 rdfs:range SCCS:SABcode ;
847 - rdfs:subPropertyOf ILAP:hasActivityILAPWBS . 839 + rdfs:subPropertyOf ILAP:hasActivityWBS .
848 840
849 ILAP:hasActivitySchedule 841 ILAP:hasActivitySchedule
850 rdf:type owl:ObjectProperty ; 842 rdf:type owl:ObjectProperty ;
...@@ -873,7 +865,7 @@ ILAP:hasActivityStatus ...@@ -873,7 +865,7 @@ ILAP:hasActivityStatus
873 rdfs:range ILAP:Status . 865 rdfs:range ILAP:Status .
874 866
875 ILAP:hasActivitySuccessor 867 ILAP:hasActivitySuccessor
876 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 868 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
877 rdfs:domain ILAP:PlannedActivity ; 869 rdfs:domain ILAP:PlannedActivity ;
878 rdfs:label "has activity successor"^^xsd:string ; 870 rdfs:label "has activity successor"^^xsd:string ;
879 rdfs:range ILAP:Successor ; 871 rdfs:range ILAP:Successor ;
...@@ -893,6 +885,11 @@ ILAP:hasActivityVendor ...@@ -893,6 +885,11 @@ ILAP:hasActivityVendor
893 rdfs:range BRREG:Contractor ; 885 rdfs:range BRREG:Contractor ;
894 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . 886 rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
895 887
888 +ILAP:hasActivityWBS
889 + rdf:type owl:ObjectProperty ;
890 + rdfs:domain ILAP:PlannedActivity ;
891 + rdfs:label "has activity Work Breakdown Structure"^^xsd:string .
892 +
896 ILAP:hasActivityWeight 893 ILAP:hasActivityWeight
897 rdf:type owl:DatatypeProperty ; 894 rdf:type owl:DatatypeProperty ;
898 rdfs:label "has activity weight"^^xsd:string . 895 rdfs:label "has activity weight"^^xsd:string .
...@@ -903,12 +900,6 @@ ILAP:hasActivityWorkVolume ...@@ -903,12 +900,6 @@ ILAP:hasActivityWorkVolume
903 rdfs:label "has activity work volume"^^xsd:string ; 900 rdfs:label "has activity work volume"^^xsd:string ;
904 rdfs:range xsd:float . 901 rdfs:range xsd:float .
905 902
906 -ILAP:hasBaseline
907 - rdf:type owl:ObjectProperty ;
908 - rdfs:domain ILAP:BaselineSetting ;
909 - rdfs:label "has baseline"^^xsd:string ;
910 - rdfs:range ILAP:NetworkSchedule .
911 -
912 ILAP:hasBaselineCreatedDate 903 ILAP:hasBaselineCreatedDate
913 rdf:type owl:DatatypeProperty ; 904 rdf:type owl:DatatypeProperty ;
914 rdfs:domain ILAP:Baseline ; 905 rdfs:domain ILAP:Baseline ;
...@@ -920,7 +911,7 @@ ILAP:hasCalendarDate ...@@ -920,7 +911,7 @@ ILAP:hasCalendarDate
920 rdfs:label "has calendar date"^^xsd:string . 911 rdfs:label "has calendar date"^^xsd:string .
921 912
922 ILAP:hasCalendarFreePeriod 913 ILAP:hasCalendarFreePeriod
923 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 914 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
924 rdfs:domain ILAP:Calendar ; 915 rdfs:domain ILAP:Calendar ;
925 rdfs:label "has calendarcalendar free period"^^xsd:string ; 916 rdfs:label "has calendarcalendar free period"^^xsd:string ;
926 rdfs:range ILAP:CalendarFreePeriod . 917 rdfs:range ILAP:CalendarFreePeriod .
...@@ -955,17 +946,11 @@ ILAP:hasCalendarPeriodWorkHour ...@@ -955,17 +946,11 @@ ILAP:hasCalendarPeriodWorkHour
955 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . 946 rdfs:subPropertyOf ILAP:hasCalendarPeriodHour .
956 947
957 ILAP:hasCalendarWorkPeriod 948 ILAP:hasCalendarWorkPeriod
958 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 949 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
959 rdfs:domain ILAP:Calendar ; 950 rdfs:domain ILAP:Calendar ;
960 rdfs:label "has calendarcalendar work period"^^xsd:string ; 951 rdfs:label "has calendarcalendar work period"^^xsd:string ;
961 rdfs:range ILAP:CalendarWorkPeriod . 952 rdfs:range ILAP:CalendarWorkPeriod .
962 953
963 -ILAP:hasContractorWBSelement
964 - rdf:type owl:DatatypeProperty ;
965 - rdfs:domain ILAP:ContractorWBS ;
966 - rdfs:label "has contractor WBSelement"^^xsd:string ;
967 - rdfs:range xsd:string .
968 -
969 ILAP:hasDescription 954 ILAP:hasDescription
970 rdf:type owl:DatatypeProperty ; 955 rdf:type owl:DatatypeProperty ;
971 rdfs:domain owl:Thing ; 956 rdfs:domain owl:Thing ;
...@@ -976,21 +961,14 @@ ILAP:hasEarlyFinish ...@@ -976,21 +961,14 @@ ILAP:hasEarlyFinish
976 rdf:type owl:DatatypeProperty ; 961 rdf:type owl:DatatypeProperty ;
977 rdfs:domain ILAP:ScheduledActivity ; 962 rdfs:domain ILAP:ScheduledActivity ;
978 rdfs:label "has early finish"^^xsd:string ; 963 rdfs:label "has early finish"^^xsd:string ;
979 - rdfs:range xsd:dateTime ; 964 + rdfs:range xsd:date ;
980 rdfs:subPropertyOf ILAP:hasScheduleDate . 965 rdfs:subPropertyOf ILAP:hasScheduleDate .
981 966
982 ILAP:hasEarlyStart 967 ILAP:hasEarlyStart
983 rdf:type owl:DatatypeProperty ; 968 rdf:type owl:DatatypeProperty ;
984 rdfs:domain ILAP:ScheduledActivity ; 969 rdfs:domain ILAP:ScheduledActivity ;
985 rdfs:label "has early start"^^xsd:string ; 970 rdfs:label "has early start"^^xsd:string ;
986 - rdfs:range xsd:dateTime ; 971 + rdfs:range xsd:date ;
987 - rdfs:subPropertyOf ILAP:hasScheduleDate .
988 -
989 -ILAP:hasEarlyStartActual
990 - rdf:type owl:DatatypeProperty ;
991 - rdfs:domain ILAP:ScheduledActivity ;
992 - rdfs:label "has Early Start Actual"^^xsd:string ;
993 - rdfs:range xsd:dateTime ;
994 rdfs:subPropertyOf ILAP:hasScheduleDate . 972 rdfs:subPropertyOf ILAP:hasScheduleDate .
995 973
996 ILAP:hasExternalReference 974 ILAP:hasExternalReference
...@@ -1002,14 +980,14 @@ ILAP:hasFixedFinish ...@@ -1002,14 +980,14 @@ ILAP:hasFixedFinish
1002 rdf:type owl:DatatypeProperty ; 980 rdf:type owl:DatatypeProperty ;
1003 rdfs:domain ILAP:PlannedActivity ; 981 rdfs:domain ILAP:PlannedActivity ;
1004 rdfs:label "has fixed finish"^^xsd:string ; 982 rdfs:label "has fixed finish"^^xsd:string ;
1005 - rdfs:range xsd:dateTime ; 983 + rdfs:range xsd:date ;
1006 rdfs:subPropertyOf ILAP:hasScheduleDate . 984 rdfs:subPropertyOf ILAP:hasScheduleDate .
1007 985
1008 ILAP:hasFixedStart 986 ILAP:hasFixedStart
1009 rdf:type owl:DatatypeProperty ; 987 rdf:type owl:DatatypeProperty ;
1010 rdfs:domain ILAP:PlannedActivity ; 988 rdfs:domain ILAP:PlannedActivity ;
1011 - rdfs:label "has Fixed start"^^xsd:string ; 989 + rdfs:label "has fixed start"^^xsd:string ;
1012 - rdfs:range xsd:dateTime ; 990 + rdfs:range xsd:date ;
1013 rdfs:subPropertyOf ILAP:hasScheduleDate . 991 rdfs:subPropertyOf ILAP:hasScheduleDate .
1014 992
1015 ILAP:hasFreePeriodEndDate 993 ILAP:hasFreePeriodEndDate
...@@ -1044,14 +1022,14 @@ ILAP:hasLateFinish ...@@ -1044,14 +1022,14 @@ ILAP:hasLateFinish
1044 rdf:type owl:DatatypeProperty ; 1022 rdf:type owl:DatatypeProperty ;
1045 rdfs:domain ILAP:ScheduledActivity ; 1023 rdfs:domain ILAP:ScheduledActivity ;
1046 rdfs:label "has late finish"^^xsd:string ; 1024 rdfs:label "has late finish"^^xsd:string ;
1047 - rdfs:range xsd:dateTime ; 1025 + rdfs:range xsd:date ;
1048 rdfs:subPropertyOf ILAP:hasScheduleDate . 1026 rdfs:subPropertyOf ILAP:hasScheduleDate .
1049 1027
1050 ILAP:hasLateStart 1028 ILAP:hasLateStart
1051 rdf:type owl:DatatypeProperty ; 1029 rdf:type owl:DatatypeProperty ;
1052 rdfs:domain ILAP:ScheduledActivity ; 1030 rdfs:domain ILAP:ScheduledActivity ;
1053 rdfs:label "has late start"^^xsd:string ; 1031 rdfs:label "has late start"^^xsd:string ;
1054 - rdfs:range xsd:dateTime ; 1032 + rdfs:range xsd:date ;
1055 rdfs:subPropertyOf ILAP:hasScheduleDate . 1033 rdfs:subPropertyOf ILAP:hasScheduleDate .
1056 1034
1057 ILAP:hasLatitude 1035 ILAP:hasLatitude
...@@ -1178,7 +1156,7 @@ ILAP:hasPlanRegulator ...@@ -1178,7 +1156,7 @@ ILAP:hasPlanRegulator
1178 rdfs:subPropertyOf ILAP:hasPlanResponsible . 1156 rdfs:subPropertyOf ILAP:hasPlanResponsible .
1179 1157
1180 ILAP:hasPlanResponsible 1158 ILAP:hasPlanResponsible
1181 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1159 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1182 rdfs:label "has plan responsible"^^xsd:string . 1160 rdfs:label "has plan responsible"^^xsd:string .
1183 1161
1184 ILAP:hasPlanRollUp 1162 ILAP:hasPlanRollUp
...@@ -1202,7 +1180,7 @@ ILAP:hasPlanSubplan ...@@ -1202,7 +1180,7 @@ ILAP:hasPlanSubplan
1202 1180
1203 ILAP:hasPlanUserField 1181 ILAP:hasPlanUserField
1204 rdf:type owl:ObjectProperty ; 1182 rdf:type owl:ObjectProperty ;
1205 - rdfs:domain ILAP:ActivityNetwork ; 1183 + rdfs:domain ILAP:ActivityPlan ;
1206 rdfs:label "has plan user field"^^xsd:string ; 1184 rdfs:label "has plan user field"^^xsd:string ;
1207 rdfs:range ILAP:UserField . 1185 rdfs:range ILAP:UserField .
1208 1186
...@@ -1311,8 +1289,22 @@ ILAP:hasSchedulePlan ...@@ -1311,8 +1289,22 @@ ILAP:hasSchedulePlan
1311 rdfs:label "has schedule plan "^^xsd:string ; 1289 rdfs:label "has schedule plan "^^xsd:string ;
1312 rdfs:range ILAP:ExecutionPlan . 1290 rdfs:range ILAP:ExecutionPlan .
1313 1291
1292 +ILAP:hasScheduledFinish
1293 + rdf:type owl:DatatypeProperty ;
1294 + rdfs:domain ILAP:ScheduledActivity ;
1295 + rdfs:label "has scheduled finish"^^xsd:string ;
1296 + rdfs:range xsd:date ;
1297 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1298 +
1299 +ILAP:hasScheduledStart
1300 + rdf:type owl:DatatypeProperty ;
1301 + rdfs:domain ILAP:ScheduledActivity ;
1302 + rdfs:label "has scheduled start"^^xsd:string ;
1303 + rdfs:range xsd:date ;
1304 + rdfs:subPropertyOf ILAP:hasScheduleDate .
1305 +
1314 ILAP:hasSuccessorActivity 1306 ILAP:hasSuccessorActivity
1315 - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; 1307 + rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
1316 rdfs:domain ILAP:Successor ; 1308 rdfs:domain ILAP:Successor ;
1317 rdfs:label "has successor activity "^^xsd:string ; 1309 rdfs:label "has successor activity "^^xsd:string ;
1318 rdfs:range ILAP:PlannedActivity ; 1310 rdfs:range ILAP:PlannedActivity ;
......
1 # baseURI: http://data.posccaesar.org/Data/UC1/ 1 # baseURI: http://data.posccaesar.org/Data/UC1/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3 4 +@prefix ILAP: <http://data.posccaesar.org/ilap/> .
5 -@prefix ILAP: <http://data.posccaesar.org/ilap/> . 5 +@prefix UC1: <http://data.posccaesar.org/Data/UC1/> .
6 -@prefix UC1: <http://data.posccaesar.org/Data/UC1/> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +
11 -UC1: 11 +UC1: rdf:type owl:Ontology ;
12 - rdf:type owl:Ontology ; 12 + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
13 - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 14 +
15 -.
16 UC1:ActivityInPlan_1 15 UC1:ActivityInPlan_1
17 - rdf:type ILAP:PlannedActivity ; 16 + rdf:type ILAP:PlannedActivity ;
18 - ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ; 17 + rdfs:label "Activity in plan 1"^^xsd:string ;
19 - ILAP:hasActivityPlan UC1:ProjectPlan_1 ; 18 + ILAP:hasActivityEstimatedWeight
20 - ILAP:hasActivityPlannedResource UC1:PlannedResource_1 ; 19 + "10500"^^xsd:float ;
21 - rdfs:label "Activity in plan 1"^^xsd:string ; 20 + ILAP:hasActivityPlan
22 -. 21 + UC1:ProjectPlan_1 ;
22 + ILAP:hasActivityPlannedResource
23 + UC1:PlannedResource_1 .
24 +
23 UC1:ActivityInPlan_2 25 UC1:ActivityInPlan_2
24 - rdf:type ILAP:PlannedActivity ; 26 + rdf:type ILAP:PlannedActivity ;
25 - ILAP:hasActivityPlan UC1:ProjectPlan_1 ; 27 + rdfs:label "Activity in plan 2"^^xsd:string ;
26 - rdfs:label "Activity in plan 2"^^xsd:string ; 28 + ILAP:hasActivityPlan
27 -. 29 + UC1:ProjectPlan_1 .
30 +
28 UC1:ActivityInSchedule_1 31 UC1:ActivityInSchedule_1
29 - rdf:type ILAP:ScheduledActivity ; 32 + rdf:type ILAP:ScheduledActivity ;
30 - ILAP:hasActivityActualWeight "100750"^^xsd:float ; 33 + rdfs:label "Activity in schedule 1"^^xsd:string ;
31 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; 34 + ILAP:hasActivityActualWeight
32 - ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; 35 + "100750"^^xsd:float ;
33 - ILAP:hasActivityScheduledResource UC1:ScheduledResource_1 ; 36 + ILAP:hasActivityInScheduleActivityInPlan
34 - rdfs:label "Activity in schedule 1"^^xsd:string ; 37 + UC1:ActivityInPlan_1 ;
35 -. 38 + ILAP:hasActivitySchedule
39 + UC1:TargetSchedule_1 ;
40 + ILAP:hasActivityScheduledResource
41 + UC1:ScheduledResource_1 .
42 +
36 UC1:ActivityInSchedule_2 43 UC1:ActivityInSchedule_2
37 - rdf:type ILAP:ScheduledActivity ; 44 + rdf:type ILAP:ScheduledActivity ;
38 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_1 ; 45 + rdfs:label "Activity in schedule 2"^^xsd:string ;
39 - ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; 46 + ILAP:hasActivityInScheduleActivityInPlan
40 - rdfs:label "Activity in schedule 2"^^xsd:string ; 47 + UC1:ActivityInPlan_1 ;
41 -. 48 + ILAP:hasActivitySchedule
49 + UC1:ActualSchedule_1 .
50 +
42 UC1:ActivityInSchedule_3 51 UC1:ActivityInSchedule_3
43 - rdf:type ILAP:ScheduledActivity ; 52 + rdf:type ILAP:ScheduledActivity ;
44 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; 53 + rdfs:label "Activity in schedule 3"^^xsd:string ;
45 - ILAP:hasActivitySchedule UC1:TargetSchedule_1 ; 54 + ILAP:hasActivityInScheduleActivityInPlan
46 - rdfs:label "Activity in schedule 3"^^xsd:string ; 55 + UC1:ActivityInPlan_2 ;
47 -. 56 + ILAP:hasActivitySchedule
57 + UC1:TargetSchedule_1 .
58 +
48 UC1:ActivityInSchedule_4 59 UC1:ActivityInSchedule_4
49 - rdf:type ILAP:ScheduledActivity ; 60 + rdf:type ILAP:ScheduledActivity ;
50 - ILAP:hasActivityInScheduleActivityInPlan UC1:ActivityInPlan_2 ; 61 + rdfs:label "Activity in schedule 4"^^xsd:string ;
51 - ILAP:hasActivitySchedule UC1:ActualSchedule_1 ; 62 + ILAP:hasActivityInScheduleActivityInPlan
52 - rdfs:label "Activity in schedule 4"^^xsd:string ; 63 + UC1:ActivityInPlan_2 ;
53 -. 64 + ILAP:hasActivitySchedule
65 + UC1:ActualSchedule_1 .
66 +
54 UC1:ActualSchedule_1 67 UC1:ActualSchedule_1
55 - rdf:type ILAP:ActualSchedule ; 68 + rdf:type ILAP:RevisedSchedule ;
56 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; 69 + rdfs:label "Actual schedule 1"^^xsd:string ;
57 - ILAP:hasScheduleBaseline UC1:Baseline_1 ; 70 + ILAP:hasPlanUserField
58 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; 71 + <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ;
59 - rdfs:label "Actual schedule 1"^^xsd:string ; 72 + ILAP:hasScheduleBaseline
60 -. 73 + UC1:Baseline_1 ;
74 + ILAP:hasSchedulePlan
75 + UC1:ProjectPlan_1 .
76 +
61 UC1:Baseline_1 77 UC1:Baseline_1
62 - rdf:type ILAP:Baseline ; 78 + rdf:type ILAP:Baseline ;
63 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; 79 + rdfs:label "Baseline 1"^^xsd:string ;
64 - rdfs:label "Baseline 1"^^xsd:string ; 80 + ILAP:hasBaselineCreatedDate
65 -. 81 + "2014-03-25"^^xsd:date .
82 +
66 UC1:Baseline_2 83 UC1:Baseline_2
67 - rdf:type ILAP:Baseline ; 84 + rdf:type ILAP:Baseline ;
68 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; 85 + rdfs:label "Baseline 2"^^xsd:string ;
69 - rdfs:label "Baseline 2"^^xsd:string ; 86 + ILAP:hasBaselineCreatedDate
70 -. 87 + "2014-03-25"^^xsd:date .
88 +
71 UC1:Baseline_3 89 UC1:Baseline_3
72 - rdf:type ILAP:Baseline ; 90 + rdf:type ILAP:Baseline ;
73 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; 91 + rdfs:label "Baseline 3"^^xsd:string ;
74 - rdfs:label "Baseline 3"^^xsd:string ; 92 + ILAP:hasBaselineCreatedDate
75 -. 93 + "2014-03-25"^^xsd:date .
94 +
76 UC1:Baseline_4 95 UC1:Baseline_4
77 - rdf:type ILAP:Baseline ; 96 + rdf:type ILAP:Baseline ;
78 - ILAP:hasBaselineCreatedDate "2014-03-25"^^xsd:date ; 97 + rdfs:label "Baseline 4"^^xsd:string ;
79 - rdfs:label "Baseline 4"^^xsd:string ; 98 + ILAP:hasBaselineCreatedDate
80 -. 99 + "2014-03-25"^^xsd:date .
100 +
81 UC1:CurrentSchedule_1 101 UC1:CurrentSchedule_1
82 - rdf:type ILAP:CurrentSchedule ; 102 + rdf:type ILAP:CurrentSchedule ;
83 - ILAP:hasScheduleBaseline UC1:Baseline_2 ; 103 + rdfs:label "Current schedule 1"^^xsd:string ;
84 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; 104 + ILAP:hasScheduleBaseline
85 - rdfs:label "Current schedule 1"^^xsd:string ; 105 + UC1:Baseline_2 ;
86 -. 106 + ILAP:hasSchedulePlan
107 + UC1:ProjectPlan_1 .
108 +
87 UC1:LiveSchedule_1 109 UC1:LiveSchedule_1
88 - rdf:type ILAP:LiveSchedule ; 110 + rdf:type ILAP:LiveSchedule ;
89 - ILAP:hasScheduleBaseline UC1:Baseline_3 ; 111 + rdfs:label "Live schedule 1"^^xsd:string ;
90 - rdfs:label "Live schedule 1"^^xsd:string ; 112 + ILAP:hasScheduleBaseline
91 -. 113 + UC1:Baseline_3 .
114 +
92 UC1:Milestone_1 115 UC1:Milestone_1
93 - rdf:type ILAP:Milestone ; 116 + rdf:type ILAP:Milestone ;
94 - rdfs:label "Milestone 1"^^xsd:string ; 117 + rdfs:label "Milestone 1"^^xsd:string .
95 -. 118 +
96 UC1:PlannedResource_1 119 UC1:PlannedResource_1
97 - rdf:type ILAP:PlannedResource ; 120 + rdf:type ILAP:PlannedResource ;
98 - ILAP:hasResourceProfile UC1:Profile_1 ; 121 + rdfs:label "Planned resource 1"^^xsd:string ;
99 - rdfs:label "Planned resource 1"^^xsd:string ; 122 + ILAP:hasResourceProfile
100 -. 123 + UC1:Profile_1 .
124 +
101 UC1:ProfilePoint_1 125 UC1:ProfilePoint_1
102 - rdf:type ILAP:ProfilePoint ; 126 + rdf:type ILAP:ProfilePoint ;
103 - ILAP:hasProfilePointXValue "0.1"^^xsd:float ; 127 + rdfs:label "Profile point 1"^^xsd:string ;
104 - ILAP:hasProfilePointYValue "0.2"^^xsd:float ; 128 + ILAP:hasProfilePointXValue
105 - rdfs:label "Profile point 1"^^xsd:string ; 129 + "0.1"^^xsd:float ;
106 -. 130 + ILAP:hasProfilePointYValue
131 + "0.2"^^xsd:float .
132 +
107 UC1:ProfilePoint_2 133 UC1:ProfilePoint_2
108 - rdf:type ILAP:ProfilePoint ; 134 + rdf:type ILAP:ProfilePoint ;
109 - ILAP:hasProfilePointXValue "1.0"^^xsd:float ; 135 + rdfs:label "Profile point 2"^^xsd:string ;
110 - ILAP:hasProfilePointYValue "0.9"^^xsd:float ; 136 + ILAP:hasProfilePointXValue
111 - rdfs:label "Profile point 2"^^xsd:string ; 137 + "1.0"^^xsd:float ;
112 -. 138 + ILAP:hasProfilePointYValue
139 + "0.9"^^xsd:float .
140 +
113 UC1:Profile_1 141 UC1:Profile_1
114 - rdf:type ILAP:Profile ; 142 + rdf:type ILAP:Profile ;
115 - ILAP:hasProfilePoint ILAP:ProfilePoint_1 ; 143 + rdfs:label "Profile 1"^^xsd:string ;
116 - ILAP:hasProfilePoint ILAP:ProfilePoint_2 ; 144 + ILAP:hasProfilePoint
117 - rdfs:label "Profile 1"^^xsd:string ; 145 + ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 .
118 -. 146 +
119 UC1:ProjectPlan_1 147 UC1:ProjectPlan_1
120 - rdf:type ILAP:ProjectPlan ; 148 + rdf:type ILAP:ProjectPlan ;
121 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; 149 + rdfs:label "Project plan 1"^^xsd:string ;
122 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_2> ; 150 + ILAP:hasPlanUserField
123 - ILAP:hasPlanUserField <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; 151 + <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> .
124 - rdfs:label "Project plan 1"^^xsd:string ; 152 +
125 -.
126 UC1:Project_1 153 UC1:Project_1
127 - rdf:type ILAP:Project ; 154 + rdf:type ILAP:Project ;
128 - rdfs:label "Project 1"^^xsd:string ; 155 + rdfs:label "Project 1"^^xsd:string .
129 -. 156 +
130 UC1:ScheduledResource_1 157 UC1:ScheduledResource_1
131 - rdf:type ILAP:ScheduledResource ; 158 + rdf:type ILAP:ScheduledResource ;
132 - ILAP:hasResourceProfile UC1:Profile_1 ; 159 + rdfs:label "Scheduled resource 1"^^xsd:string ;
133 - rdfs:label "Scheduled resource 1"^^xsd:string ; 160 + ILAP:hasResourceProfile
134 -. 161 + UC1:Profile_1 .
162 +
135 UC1:TargetSchedule_1 163 UC1:TargetSchedule_1
136 - rdf:type ILAP:TargetSchedule ; 164 + rdf:type ILAP:TargetSchedule ;
137 - ILAP:hasScheduleBaseline UC1:Baseline_4 ; 165 + rdfs:label "Target schedule 1"^^xsd:string ;
138 - ILAP:hasSchedulePlan UC1:ProjectPlan_1 ; 166 + ILAP:hasScheduleBaseline
139 - rdfs:label "Target schedule 1"^^xsd:string ; 167 + UC1:Baseline_4 ;
140 -. 168 + ILAP:hasSchedulePlan
169 + UC1:ProjectPlan_1 .
170 +
141 UC1:UserField_1 171 UC1:UserField_1
142 - rdf:type ILAP:UserField ; 172 + rdf:type ILAP:UserField ;
143 - rdfs:label "User field 1"^^xsd:string ; 173 + rdfs:label "User field 1"^^xsd:string .
144 -. 174 +
145 UC1:UserField_2 175 UC1:UserField_2
146 - rdf:type ILAP:UserField ; 176 + rdf:type ILAP:UserField ;
147 - rdfs:label "User field 2"^^xsd:string ; 177 + rdfs:label "User field 2"^^xsd:string .
148 -. 178 +
149 UC1:UserField_3 179 UC1:UserField_3
150 - rdf:type ILAP:UserField ; 180 + rdf:type ILAP:UserField ;
151 - rdfs:label "User field 3"^^xsd:string ; 181 + rdfs:label "User field 3"^^xsd:string .
152 -. 182 +
153 <http://data.posccaesar.org/NCS_PLANNING/UserField_1> 183 <http://data.posccaesar.org/NCS_PLANNING/UserField_1>
154 - ILAP:hasUserFieldName "Area"^^xsd:string ; 184 + ILAP:hasUserFieldName
155 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 185 + "Area"^^xsd:string ;
156 - ILAP:hasUserFieldValue "Processing System"^^xsd:string ; 186 + ILAP:hasUserFieldSource
157 -. 187 + <http://data.posccaesar.org/brreg/Sevan> ;
188 + ILAP:hasUserFieldValue
189 + "Processing System"^^xsd:string .
190 +
158 <http://data.posccaesar.org/NCS_PLANNING/UserField_2> 191 <http://data.posccaesar.org/NCS_PLANNING/UserField_2>
159 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 192 + ILAP:hasUserFieldSource
160 - ILAP:hasUserFieldValue "SAP-WO-101-3"^^xsd:string ; 193 + <http://data.posccaesar.org/brreg/Sevan> ;
161 -. 194 + ILAP:hasUserFieldValue
195 + "SAP-WO-101-3"^^xsd:string .
196 +
162 <http://data.posccaesar.org/NCS_PLANNING/UserField_3> 197 <http://data.posccaesar.org/NCS_PLANNING/UserField_3>
163 - ILAP:hasUserFieldName "Risk Factor"^^xsd:string ; 198 + ILAP:hasUserFieldName
164 - ILAP:hasUserFieldSource <http://data.posccaesar.org/brreg/Sevan> ; 199 + "Risk Factor"^^xsd:string ;
165 - ILAP:hasUserFieldValue "Explosive Environment"^^xsd:string ; 200 + ILAP:hasUserFieldSource
166 -. 201 + <http://data.posccaesar.org/brreg/Sevan> ;
202 + ILAP:hasUserFieldValue
203 + "Explosive Environment"^^xsd:string .
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 3
4 @prefix : <http://data.posccaesar.org/Data/UC2/> . 4 @prefix : <http://data.posccaesar.org/Data/UC2/> .
5 @prefix ILAP: <http://data.posccaesar.org/ilap/> . 5 @prefix ILAP: <http://data.posccaesar.org/ilap/> .
6 -@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> . 6 +@prefix NCS: <http://data.posccaesar.org/NCS_PLANNING/> .
7 @prefix UC2: <http://data.posccaesar.org/Data/UC2/> . 7 @prefix UC2: <http://data.posccaesar.org/Data/UC2/> .
8 @prefix owl: <http://www.w3.org/2002/07/owl#> . 8 @prefix owl: <http://www.w3.org/2002/07/owl#> .
9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1 ...@@ -27,8 +27,6 @@ ILAP:ActivityInPlan_1
27 <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ; 27 <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_H_Owners_Personnel> ;
28 ILAP:hasActivityDuration 28 ILAP:hasActivityDuration
29 "P0Y0M10D"^^xsd:duration ; 29 "P0Y0M10D"^^xsd:duration ;
30 - ILAP:hasActivityILAPWBS
31 - <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
32 ILAP:hasActivityLocation 30 ILAP:hasActivityLocation
33 <http://data.posccaesar.org/npd/EldfiskC> ; 31 <http://data.posccaesar.org/npd/EldfiskC> ;
34 ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ; 32 ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
...@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1 ...@@ -57,6 +55,7 @@ ILAP:ActivityInPlan_1
57 ILAP:Successor_1 ; 55 ILAP:Successor_1 ;
58 ILAP:hasActivityVendor 56 ILAP:hasActivityVendor
59 <http://data.posccaesar.org/brreg/SumitomoMetal> ; 57 <http://data.posccaesar.org/brreg/SumitomoMetal> ;
58 + ILAP:hasActivityWBS <http://data.posccaesar.org/sccs/COR_C_Construction_Overheads> , <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> , <http://data.posccaesar.org/sccs/SAB_3_Material_deliveries> , <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> , <http://data.posccaesar.org/sccs/COR_E_Equipment> , <http://data.posccaesar.org/sccs/PBS_A_Offshore_Field_Installlations> ;
60 ILAP:hasActivityWorkTask 59 ILAP:hasActivityWorkTask
61 <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ; 60 <http://data.posccaesar.org/epcis/DepartingEvent_1> , <http://data.posccaesar.org/epcis/ArrivingEvent_1> , ILAP:WorkTask_1 ;
62 ILAP:hasActivityWorkVolume 61 ILAP:hasActivityWorkVolume
...@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6 ...@@ -157,7 +156,7 @@ ILAP:ActivityInSchedule_6
157 ILAP:Scheduled . 156 ILAP:Scheduled .
158 157
159 ILAP:ActualSchedule_1 158 ILAP:ActualSchedule_1
160 - rdf:type ILAP:ActualSchedule ; 159 + rdf:type ILAP:RevisedSchedule ;
161 rdfs:label "Actual schedule 1"^^xsd:string ; 160 rdfs:label "Actual schedule 1"^^xsd:string ;
162 ILAP:hasBaselineCreatedDate 161 ILAP:hasBaselineCreatedDate
163 "2014-03-15"^^xsd:date ; 162 "2014-03-15"^^xsd:date ;
...@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1 ...@@ -170,7 +169,7 @@ ILAP:ContractorWBS_1
170 rdf:type ILAP:ContractorWBS ; 169 rdf:type ILAP:ContractorWBS ;
171 rdfs:label "Contractor WBS 1"^^xsd:string ; 170 rdfs:label "Contractor WBS 1"^^xsd:string ;
172 ILAP:hasContractorWBSelement 171 ILAP:hasContractorWBSelement
173 - "Pump engineer"^^xsd:string , "Installing pump"^^xsd:string , "Installation activity"^^xsd:string . 172 + "Installation activity"^^xsd:string , "Installing pump"^^xsd:string , "Pump engineer"^^xsd:string .
174 173
175 ILAP:ExternalReference_1 174 ILAP:ExternalReference_1
176 rdf:type ILAP:ExternalReference ; 175 rdf:type ILAP:ExternalReference ;
......
1 # baseURI: http://data.posccaesar.org/Data/UC3/ 1 # baseURI: http://data.posccaesar.org/Data/UC3/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3 4 +@prefix ILAP: <http://data.posccaesar.org/ilap/> .
5 -@prefix ILAP: <http://data.posccaesar.org/ilap/> . 5 +@prefix UC3: <http://data.posccaesar.org/Data/UC3/> .
6 -@prefix UC3: <http://data.posccaesar.org/Data/UC3/> . 6 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 10 +
11 -UC3: 11 +UC3: rdf:type owl:Ontology ;
12 - rdf:type owl:Ontology ; 12 + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
13 - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 13 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 14 +
15 -.
16 -UC3:ActualSchedule_1
17 - rdf:type ILAP:ActualSchedule ;
18 - rdfs:label "Actual schedule 1"^^xsd:string ;
19 -.
20 UC3:Asset_1 15 UC3:Asset_1
21 - rdf:type <http://ILAP_1.5/diskos#Asset> ; 16 + rdf:type <http://ILAP_1.5/diskos#Asset> ;
22 - rdfs:label "Asset 1"^^xsd:string ; 17 + rdfs:label "Asset 1"^^xsd:string .
23 -. 18 +
24 UC3:ContractorWBS_1 19 UC3:ContractorWBS_1
25 - rdf:type ILAP:ContractorWBS ; 20 + rdf:type ILAP:ContractorWBS ;
26 - rdfs:label "Contractor WBS 1"^^xsd:string ; 21 + rdfs:label "Contractor WBS 1"^^xsd:string .
27 -. 22 +
28 UC3:ContractorWBS_2 23 UC3:ContractorWBS_2
29 - rdf:type ILAP:ContractorWBS ; 24 + rdf:type ILAP:ContractorWBS ;
30 - rdfs:label "Contractor WBS 2"^^xsd:string ; 25 + rdfs:label "Contractor WBS 2"^^xsd:string .
31 -. 26 +
32 -UC3:ExternalReference_1
33 - rdf:type ILAP:ExternalReference ;
34 - rdfs:label "External reference 1"^^xsd:string ;
35 -.
36 -UC3:Plan_1
37 - rdf:type ILAP:ExecutionPlan ;
38 - rdfs:label "Plan 1"^^xsd:string ;
39 -.
40 -UC3:PlannedActivity_1
41 - rdf:type ILAP:PlannedActivity ;
42 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_E_Equipment> ;
43 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_K_Engineering_Manpower> ;
44 - ILAP:hasActivityCOR <http://data.posccaesar.org/sccs/COR_L_Direct_Labor> ;
45 - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
46 - ILAP:hasActivityContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
47 - ILAP:hasActivityContractorWBS UC3:ContractorWBS_2 ;
48 - ILAP:hasActivityCurrentProgressPercent 0 ;
49 - ILAP:hasActivityDescription "Activity description text"^^xsd:string ;
50 - ILAP:hasActivityDiscipline <http://data.posccaesar.org/sccs/COR_X_Marine_Operations_and_Logistics> ;
51 - ILAP:hasActivityEstimatedWeight "10500"^^xsd:float ;
52 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
53 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
54 - ILAP:hasActivityILAPWBS <http://data.posccaesar.org/sccs/SAB_4_Construction> ;
55 - ILAP:hasActivityLocation <http://data.posccaesar.org/brreg/Tananger> ;
56 - ILAP:hasActivityLocation <http://data.posccaesar.org/npd/EldfiskC> ;
57 - ILAP:hasActivityPBS <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
58 - ILAP:hasActivityPartActivity UC3:PlannedActivity_2 ;
59 - ILAP:hasActivityPercentComplete "10"^^xsd:float ;
60 - ILAP:hasActivityPhase <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
61 - ILAP:hasActivityPlan UC3:ProjectPlan_1 ;
62 - ILAP:hasActivityPlannedResource UC3:PlannedResource_1 ;
63 - ILAP:hasActivityPredecessor UC3:Successor_1 ;
64 - ILAP:hasActivityRegulator <http://data.posccaesar.org/brreg/NPD> ;
65 - ILAP:hasActivityResourceProfile UC3:Profile_1 ;
66 - ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
67 - ILAP:hasActivityResponsiblePerson <http://data.posccaesar.org/pob/RolfHansen> ;
68 - ILAP:hasActivityResult <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
69 - ILAP:hasActivitySAB <http://data.posccaesar.org/sccs/SAB_2_Engineering_and_Procurement> ;
70 - ILAP:hasActivityServiceSupplier <http://data.posccaesar.org/brreg/BakerHughes> ;
71 - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
72 - ILAP:hasActivitySuccessor UC3:Successor_2 ;
73 - ILAP:hasActivityTaskLeader <http://data.posccaesar.org/pob/NiloErdal> ;
74 - ILAP:hasActivityVendor <http://data.posccaesar.org/brreg/SumitomoMetal> ;
75 - ILAP:hasActivityWorkVolume "500"^^xsd:float ;
76 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
77 - rdfs:label "Planned activity 1"^^xsd:string ;
78 -.
79 -UC3:PlannedActivity_2
80 - rdf:type ILAP:PlannedActivity ;
81 - rdfs:label "Planned activity 2"^^xsd:string ;
82 -.
83 -UC3:PlannedResource_1
84 - rdf:type ILAP:PlannedResource ;
85 - rdfs:label "Planned resource 1"^^xsd:string ;
86 -.
87 -UC3:PortfolioPlan_1
88 - rdf:type ILAP:PortfolioPlan ;
89 - rdfs:label "Portfolio plan 1"^^xsd:string ;
90 -.
91 -UC3:Profile_1
92 - rdf:type ILAP:Profile ;
93 - rdfs:label "Profile 1"^^xsd:string ;
94 -.
95 -UC3:ProjectPlan_1
96 - rdf:type ILAP:ProjectPlan ;
97 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
98 - ILAP:hasPlanAsset UC3:Asset_1 ;
99 - ILAP:hasPlanAssetOwner <http://data.posccaesar.org/brreg/ConocoPhillips> ;
100 - ILAP:hasPlanContentType <http://data.posccaesar.org/sccs/PBS_AD_Subsea_Production_Systems> ;
101 - ILAP:hasPlanContractType <http://data.posccaesar.org/NCS_PLANNING/ScheduleDriven> ;
102 - ILAP:hasPlanContractor <http://data.posccaesar.org/brreg/BakerHughes> ;
103 - ILAP:hasPlanExpenseType <http://data.posccaesar.org/NCS_PLANNING/OPEX> ;
104 - ILAP:hasPlanGeoArea <http://data.posccaesar.org/NCS_PLANNING/Facility> ;
105 - ILAP:hasPlanLevel <http://data.posccaesar.org/NCS_PLANNING/L4_ContractControlNetworkSchedule> ;
106 - ILAP:hasPlanLicensePartner <http://data.posccaesar.org/brreg/Lundin> ;
107 - ILAP:hasPlanLifecyclePhase <http://data.posccaesar.org/NCS_PLANNING/Maintenance> ;
108 - ILAP:hasPlanNPDelement <http://data.posccaesar.org/npd/EldfiskC> ;
109 - ILAP:hasPlanOperator <http://data.posccaesar.org/brreg/ConocoPhillips> ;
110 - ILAP:hasPlanProject UC3:Project_1 ;
111 - ILAP:hasPlanProjectType <http://data.posccaesar.org/NCS_PLANNING/BrownFieldProject> ;
112 - ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NEA> ;
113 - ILAP:hasPlanRegulator <http://data.posccaesar.org/brreg/NPD> ;
114 - ILAP:hasPlanResponsible <http://data.posccaesar.org/brreg/ConocoPhillips> ;
115 - ILAP:hasPlanRollUp UC3:PortfolioPlan_1 ;
116 - ILAP:hasPlanServiceSupplier <http://data.posccaesar.org/brreg/Subsea7> ;
117 - ILAP:hasPlanSubplan UC3:ProjectPlan_2 ;
118 - ILAP:hasPlanUserField UC3:UserField_1 ;
119 - ILAP:hasPlanValueObjective <http://data.posccaesar.org/NCS_PLANNING/IncreasedRecovery> ;
120 - rdfs:label "Project plan 1"^^xsd:string ;
121 -.
122 -UC3:ProjectPlan_2
123 - rdf:type ILAP:ProjectPlan ;
124 - rdfs:label "Project plan 2"^^xsd:string ;
125 -.
126 -UC3:Project_1
127 - rdf:type ILAP:Project ;
128 - rdfs:label "Project 1"^^xsd:string ;
129 -.
130 -UC3:ScheduledActivity_1
131 - rdf:type ILAP:ScheduledActivity ;
132 - ILAP:hasActivityActualWeight "11000"^^xsd:float ;
133 - ILAP:hasActivityCalendar <http://data.posccaesar.org/NCS_PLANNING/Regular8To16WorkingDayCalendar> ;
134 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
135 - ILAP:hasActivityResponsibleOrganization <http://data.posccaesar.org/brreg/ConocoPhillips> ;
136 - ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
137 - ILAP:hasActivityScheduledResource UC3:ScheduledResource_1 ;
138 - ILAP:hasActivityStatus <http://data.posccaesar.org/NCS_PLANNING/Active> ;
139 - ILAP:hasExternalReference UC3:ExternalReference_1 ;
140 - rdfs:label "Scheduled activity 1"^^xsd:string ;
141 -.
142 -UC3:ScheduledActivity_2
143 - rdf:type ILAP:ScheduledActivity ;
144 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
145 - ILAP:hasActivitySchedule UC3:TargetSchedule_1 ;
146 - rdfs:label "Scheduled activity 2"^^xsd:string ;
147 -.
148 -UC3:ScheduledActivity_3
149 - rdf:type ILAP:ScheduledActivity ;
150 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_1 ;
151 - ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
152 - rdfs:label "Scheduled activity 3"^^xsd:string ;
153 -.
154 -UC3:ScheduledActivity_4
155 - rdf:type ILAP:ScheduledActivity ;
156 - ILAP:hasActivityInScheduleActivityInPlan UC3:PlannedActivity_2 ;
157 - ILAP:hasActivitySchedule UC3:ActualSchedule_1 ;
158 - rdfs:label "Scheduled activity 4"^^xsd:string ;
159 -.
160 -UC3:ScheduledResource_1
161 - rdf:type ILAP:ScheduledResource ;
162 - rdfs:label "Scheduled resource 1"^^xsd:string ;
163 -.
164 -UC3:Successor_1
165 - rdf:type ILAP:Successor ;
166 - rdfs:label "Successor 1"^^xsd:string ;
167 -.
168 -UC3:Successor_2
169 - rdf:type ILAP:Successor ;
170 - rdfs:label "Successor 2"^^xsd:string ;
171 -.
172 UC3:TargetSchedule_1 27 UC3:TargetSchedule_1
173 - rdf:type ILAP:TargetSchedule ; 28 + rdf:type ILAP:TargetSchedule ;
174 - rdfs:label "Target schedule 1"^^xsd:string ; 29 + rdfs:label "Target schedule 1"^^xsd:string .
175 -. 30 +
176 -UC3:UserField_1
177 - rdf:type ILAP:UserField ;
178 - rdfs:label "User field 1"^^xsd:string ;
179 -.
180 <http://data.posccaesar.org/brreg/LegalEntity> 31 <http://data.posccaesar.org/brreg/LegalEntity>
181 - rdfs:subClassOf ILAP:ResponsibleOrganization ; 32 + rdfs:subClassOf ILAP:ResponsibleOrganization .
182 -.
......
1 # baseURI: http://data.posccaesar.org/Data/UC4/ 1 # baseURI: http://data.posccaesar.org/Data/UC4/
2 # imports: http://data.posccaesar.org/NCS_PLANNING/ 2 # imports: http://data.posccaesar.org/NCS_PLANNING/
3 3
4 -# c14n-version: 3 4 +@prefix ILAP: <http://data.posccaesar.org/ilap/> .
5 -@prefix ILAP: <http://data.posccaesar.org/ilap/> . 5 +@prefix UC4: <http://data.posccaesar.org/Data/UC4/> .
6 -@prefix UC4: <http://data.posccaesar.org/Data/UC4/> . 6 +@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> .
7 -@prefix lci: <http://data.posccaesar.org/15926/tech/ontology/> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 10 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +
12 -UC4: 12 +UC4: rdf:type owl:Ontology ;
13 - rdf:type owl:Ontology ; 13 + owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
14 - owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; 14 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; 15 +
16 -.
17 UC4:BaselineSetting_1 16 UC4:BaselineSetting_1
18 - rdf:type ILAP:BaselineSetting ; 17 + rdf:type ILAP:BaselineSetting ;
19 - ILAP:hasBaseline UC4:ScheduledPlan_1 ; 18 + rdfs:label "Baseline setting 1"^^xsd:string .
20 - rdfs:label "Baseline setting 1"^^xsd:string ; 19 +
21 -.
22 UC4:Planning_1 20 UC4:Planning_1
23 - rdf:type ILAP:Planning ; 21 + rdf:type ILAP:Planning ;
24 - lci:hasPart UC4:BaselineSetting_1 ; 22 + rdfs:label "Planning 1"^^xsd:string ;
25 - rdfs:label "Planning 1"^^xsd:string ; 23 + lci:hasPart UC4:BaselineSetting_1 .
26 -.
27 -UC4:ScheduledPlan_1
28 - rdf:type ILAP:NetworkSchedule ;
29 - rdfs:label "Scheduled plan 1"^^xsd:string ;
30 -.
......