Upgrade structure and content (classes and properties) to version 1.5.3
Showing
4 changed files
with
468 additions
and
501 deletions
... | @@ -62,7 +62,7 @@ NCS:Exploration | ... | @@ -62,7 +62,7 @@ NCS:Exploration |
62 | NCS:IndividualInCorClass | 62 | NCS:IndividualInCorClass |
63 | rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; | 63 | rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ; |
64 | rdfs:label "Individual in cor class"^^xsd:string ; | 64 | rdfs:label "Individual in cor class"^^xsd:string ; |
65 | - rdfs:subClassOf NCS:IndividualInNorsokClass . | 65 | + rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass . |
66 | 66 | ||
67 | NCS:IndividualInNorsokClass | 67 | NCS:IndividualInNorsokClass |
68 | rdf:type owl:Class ; | 68 | rdf:type owl:Class ; |
... | @@ -127,7 +127,7 @@ ILAP:BusinessArea | ... | @@ -127,7 +127,7 @@ ILAP:BusinessArea |
127 | rdfs:label "Business area"^^xsd:string . | 127 | rdfs:label "Business area"^^xsd:string . |
128 | 128 | ||
129 | ILAP:BusinessAsUsual | 129 | ILAP:BusinessAsUsual |
130 | - rdf:type ILAP:PlanValueObjective ; | 130 | + rdf:type ILAP:PlanObjectiveType ; |
131 | rdfs:label "Business as usual"^^xsd:string . | 131 | rdfs:label "Business as usual"^^xsd:string . |
132 | 132 | ||
133 | ILAP:CAPEX | 133 | ILAP:CAPEX |
... | @@ -159,7 +159,7 @@ ILAP:Development | ... | @@ -159,7 +159,7 @@ ILAP:Development |
159 | rdfs:label "Develop"^^xsd:string . | 159 | rdfs:label "Develop"^^xsd:string . |
160 | 160 | ||
161 | ILAP:DisasterRecovery | 161 | ILAP:DisasterRecovery |
162 | - rdf:type ILAP:PlanValueObjective ; | 162 | + rdf:type ILAP:PlanObjectiveType ; |
163 | rdfs:label "Disaster recovery"^^xsd:string . | 163 | rdfs:label "Disaster recovery"^^xsd:string . |
164 | 164 | ||
165 | ILAP:Disposal | 165 | ILAP:Disposal |
... | @@ -215,11 +215,11 @@ ILAP:GreenFieldProject | ... | @@ -215,11 +215,11 @@ ILAP:GreenFieldProject |
215 | rdfs:label "Green field project"^^xsd:string . | 215 | rdfs:label "Green field project"^^xsd:string . |
216 | 216 | ||
217 | ILAP:IncreasedRecovery | 217 | ILAP:IncreasedRecovery |
218 | - rdf:type ILAP:PlanValueObjective ; | 218 | + rdf:type ILAP:PlanObjectiveType ; |
219 | rdfs:label "Increased recovery"^^xsd:string . | 219 | rdfs:label "Increased recovery"^^xsd:string . |
220 | 220 | ||
221 | ILAP:IncrementalImprovement | 221 | ILAP:IncrementalImprovement |
222 | - rdf:type ILAP:PlanValueObjective ; | 222 | + rdf:type ILAP:PlanObjectiveType ; |
223 | rdfs:label "Incremental improvement"^^xsd:string . | 223 | rdfs:label "Incremental improvement"^^xsd:string . |
224 | 224 | ||
225 | ILAP:L1_ProgramPortfolioSchedule | 225 | ILAP:L1_ProgramPortfolioSchedule |
... | @@ -259,7 +259,7 @@ ILAP:Maintenance | ... | @@ -259,7 +259,7 @@ ILAP:Maintenance |
259 | rdfs:label "Maintain"^^xsd:string . | 259 | rdfs:label "Maintain"^^xsd:string . |
260 | 260 | ||
261 | ILAP:ManagedClosedown | 261 | ILAP:ManagedClosedown |
262 | - rdf:type ILAP:PlanValueObjective ; | 262 | + rdf:type ILAP:PlanObjectiveType ; |
263 | rdfs:label "Managed closedown"^^xsd:string . | 263 | rdfs:label "Managed closedown"^^xsd:string . |
264 | 264 | ||
265 | ILAP:Modification | 265 | ILAP:Modification |
... | @@ -291,7 +291,7 @@ ILAP:Primavera | ... | @@ -291,7 +291,7 @@ ILAP:Primavera |
291 | rdfs:label "Primavera"^^xsd:string . | 291 | rdfs:label "Primavera"^^xsd:string . |
292 | 292 | ||
293 | ILAP:RadicalChange | 293 | ILAP:RadicalChange |
294 | - rdf:type ILAP:PlanValueObjective ; | 294 | + rdf:type ILAP:PlanObjectiveType ; |
295 | rdfs:label "Radical change"^^xsd:string . | 295 | rdfs:label "Radical change"^^xsd:string . |
296 | 296 | ||
297 | ILAP:Regular8To16WorkingDayCalendar | 297 | ILAP:Regular8To16WorkingDayCalendar |
... | @@ -381,7 +381,25 @@ ILAP:Wellbore | ... | @@ -381,7 +381,25 @@ ILAP:Wellbore |
381 | rdfs:label "Wellbore"^^xsd:string . | 381 | rdfs:label "Wellbore"^^xsd:string . |
382 | 382 | ||
383 | ILAP:hasActivityBaselineSchedule | 383 | ILAP:hasActivityBaselineSchedule |
384 | - rdfs:range ILAP:NetworkSchedule . | 384 | + rdfs:range ILAP:Schedule . |
385 | + | ||
386 | +ILAP:hasActivityResource | ||
387 | + rdfs:domain ILAP:Activity ; | ||
388 | + rdfs:range ILAP:Resource . | ||
389 | + | ||
390 | +ILAP:hasActivityResourceProfile | ||
391 | + rdfs:domain ILAP:Activity . | ||
392 | + | ||
393 | +ILAP:hasActivityWBS | ||
394 | + rdfs:range ILAP:ActivityWBS . | ||
395 | + | ||
396 | +ILAP:hasCalendarPeriodDay | ||
397 | + rdfs:domain ILAP:CalendarPeriod ; | ||
398 | + rdfs:range ILAP:CalendarDay . | ||
399 | + | ||
400 | +ILAP:hasCalendarPeriodHour | ||
401 | + rdfs:domain ILAP:CalendarPeriod ; | ||
402 | + rdfs:range ILAP:CalendarHour . | ||
385 | 403 | ||
386 | ILAP:hasPlanAsset | 404 | ILAP:hasPlanAsset |
387 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | 405 | rdfs:range <http://data.posccaesar.org/diskos/Asset> . | ... | ... |
... | @@ -14,30 +14,18 @@ | ... | @@ -14,30 +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 | -<http://data.posccaesar.org/Data/UC2/FinishToStart_1> | ||
18 | - ILAP:hasPredecessorActivity | ||
19 | - ILAP:PlannedActivity_1 . | ||
20 | - | ||
21 | -<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1> | ||
22 | - ILAP:hasSchedulePlan | ||
23 | - ILAP:ProjectPlan_1 . | ||
24 | - | ||
25 | -<http://data.posccaesar.org/Data/UC2/PlannedActivity_1> | ||
26 | - ILAP:hasActivityPlan | ||
27 | - ILAP:ProjectPlan_1 . | ||
28 | - | ||
29 | ILAP: | 17 | ILAP: |
30 | rdf:type owl:Ontology ; | 18 | rdf:type owl:Ontology ; |
31 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 19 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
32 | 20 | ||
33 | ILAP:Activity | 21 | ILAP:Activity |
34 | - 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 ; |
35 | rdfs:label "Activity"^^xsd:string ; | 23 | rdfs:label "Activity"^^xsd:string ; |
36 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS3149> ; | 24 | + rdfs:subClassOf ILAP:PossibleIndividual ; |
37 | rdfs:subClassOf | 25 | rdfs:subClassOf |
38 | [ rdf:type owl:Restriction ; | 26 | [ rdf:type owl:Restriction ; |
39 | - owl:allValuesFrom ILAP:Status ; | 27 | + owl:onProperty ILAP:hasExternalReference ; |
40 | - owl:onProperty ILAP:hasActivityStatus | 28 | + owl:someValuesFrom ILAP:ExternalReference |
41 | ] ; | 29 | ] ; |
42 | rdfs:subClassOf | 30 | rdfs:subClassOf |
43 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
... | @@ -46,19 +34,33 @@ ILAP:Activity | ... | @@ -46,19 +34,33 @@ ILAP:Activity |
46 | ] ; | 34 | ] ; |
47 | rdfs:subClassOf | 35 | rdfs:subClassOf |
48 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
49 | - owl:onProperty ILAP:hasExternalReference ; | 37 | + owl:allValuesFrom ILAP:Status ; |
50 | - owl:someValuesFrom ILAP:ExternalReference | 38 | + owl:onProperty ILAP:hasActivityStatus |
51 | ] . | 39 | ] . |
52 | 40 | ||
53 | ILAP:ActivityDependency | 41 | ILAP:ActivityDependency |
54 | - rdf:type owl:Class ; | 42 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
55 | - rdfs:label "Activity dependency"^^xsd:string ; | 43 | + rdfs:label "Activity Dependency"^^xsd:string ; |
56 | - rdfs:subClassOf owl:Thing . | 44 | + rdfs:subClassOf ILAP:Constraint ; |
45 | + rdfs:subClassOf | ||
46 | + [ rdf:type owl:Restriction ; | ||
47 | + owl:onClass ILAP:Activity ; | ||
48 | + owl:onProperty ILAP:hasSuccessorActivity ; | ||
49 | + owl:qualifiedCardinality | ||
50 | + "1"^^xsd:nonNegativeInteger | ||
51 | + ] ; | ||
52 | + rdfs:subClassOf | ||
53 | + [ rdf:type owl:Restriction ; | ||
54 | + owl:onClass ILAP:Activity ; | ||
55 | + owl:onProperty ILAP:hasPredecessorActivity ; | ||
56 | + owl:qualifiedCardinality | ||
57 | + "1"^^xsd:nonNegativeInteger | ||
58 | + ] . | ||
57 | 59 | ||
58 | ILAP:ActivityPlan | 60 | ILAP:ActivityPlan |
59 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 61 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
60 | rdfs:label "Activity Plan"^^xsd:string ; | 62 | rdfs:label "Activity Plan"^^xsd:string ; |
61 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS329669> , owl:Thing ; | 63 | + rdfs:subClassOf ILAP:Network ; |
62 | rdfs:subClassOf | 64 | rdfs:subClassOf |
63 | [ rdf:type owl:Restriction ; | 65 | [ rdf:type owl:Restriction ; |
64 | owl:allValuesFrom ILAP:ExternalReference ; | 66 | owl:allValuesFrom ILAP:ExternalReference ; |
... | @@ -66,29 +68,34 @@ ILAP:ActivityPlan | ... | @@ -66,29 +68,34 @@ ILAP:ActivityPlan |
66 | ] . | 68 | ] . |
67 | 69 | ||
68 | ILAP:ActivityWBS | 70 | ILAP:ActivityWBS |
69 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 71 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
70 | rdfs:label "Activity WBS"^^xsd:string ; | 72 | rdfs:label "Activity WBS"^^xsd:string ; |
71 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7506263> . | 73 | + rdfs:subClassOf ILAP:Network . |
72 | 74 | ||
73 | ILAP:Application | 75 | ILAP:Application |
74 | rdf:type owl:Class ; | 76 | rdf:type owl:Class ; |
75 | rdfs:label "Application"^^xsd:string ; | 77 | rdfs:label "Application"^^xsd:string ; |
76 | rdfs:subClassOf owl:Thing . | 78 | rdfs:subClassOf owl:Thing . |
77 | 79 | ||
80 | +ILAP:Asset | ||
81 | + rdf:type owl:Class ; | ||
82 | + rdfs:label "Asset"^^xsd:string ; | ||
83 | + rdfs:subClassOf owl:Thing . | ||
84 | + | ||
78 | ILAP:Baseline | 85 | ILAP:Baseline |
79 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 86 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
80 | rdfs:label "Baseline"^^xsd:string ; | 87 | rdfs:label "Baseline"^^xsd:string ; |
81 | - rdfs:subClassOf owl:Thing . | 88 | + rdfs:subClassOf ILAP:Network . |
89 | + | ||
90 | +ILAP:BaselineSchedule | ||
91 | + rdf:type owl:Class ; | ||
92 | + rdfs:label "Baseline schedule"^^xsd:string ; | ||
93 | + rdfs:subClassOf ILAP:Schedule . | ||
82 | 94 | ||
83 | ILAP:Calendar | 95 | ILAP:Calendar |
84 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 96 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
85 | rdfs:label "Calendar"^^xsd:string ; | 97 | rdfs:label "Calendar"^^xsd:string ; |
86 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 98 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
87 | - rdfs:subClassOf | ||
88 | - [ rdf:type owl:Restriction ; | ||
89 | - owl:allValuesFrom ILAP:CalendarWorkPeriod ; | ||
90 | - owl:onProperty ILAP:hasCalendarWorkPeriod | ||
91 | - ] ; | ||
92 | rdfs:subClassOf | 99 | rdfs:subClassOf |
93 | [ rdf:type owl:Restriction ; | 100 | [ rdf:type owl:Restriction ; |
94 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 101 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
... | @@ -96,14 +103,14 @@ ILAP:Calendar | ... | @@ -96,14 +103,14 @@ ILAP:Calendar |
96 | ] . | 103 | ] . |
97 | 104 | ||
98 | ILAP:CalendarDay | 105 | ILAP:CalendarDay |
99 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 106 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
100 | rdfs:label "Calendar day"^^xsd:string ; | 107 | rdfs:label "Calendar day"^^xsd:string ; |
101 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . | 108 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . |
102 | 109 | ||
103 | ILAP:CalendarFreePeriod | 110 | ILAP:CalendarFreePeriod |
104 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 111 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
105 | rdfs:label "Calendar free period"^^xsd:string ; | 112 | rdfs:label "Calendar free period"^^xsd:string ; |
106 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 113 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
107 | rdfs:subClassOf | 114 | rdfs:subClassOf |
108 | [ rdf:type owl:Restriction ; | 115 | [ rdf:type owl:Restriction ; |
109 | owl:onClass ILAP:Calendar ; | 116 | owl:onClass ILAP:Calendar ; |
... | @@ -115,68 +122,43 @@ ILAP:CalendarFreePeriod | ... | @@ -115,68 +122,43 @@ ILAP:CalendarFreePeriod |
115 | ] . | 122 | ] . |
116 | 123 | ||
117 | ILAP:CalendarFreePeriodWeekRepeat | 124 | ILAP:CalendarFreePeriodWeekRepeat |
118 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 125 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
119 | rdfs:label "Free day"^^xsd:string ; | 126 | rdfs:label "Free day"^^xsd:string ; |
120 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . | 127 | + rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . |
121 | 128 | ||
122 | ILAP:CalendarHour | 129 | ILAP:CalendarHour |
123 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 130 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
124 | rdfs:label "calendar hour"^^xsd:string ; | 131 | rdfs:label "calendar hour"^^xsd:string ; |
125 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> . | 132 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> , owl:Thing . |
126 | 133 | ||
127 | ILAP:CalendarPeriod | 134 | ILAP:CalendarPeriod |
128 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 135 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
129 | rdfs:label "Calendar period"^^xsd:string ; | 136 | rdfs:label "Calendar period"^^xsd:string ; |
130 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 137 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
131 | - rdfs:subClassOf | ||
132 | - [ rdf:type owl:Restriction ; | ||
133 | - owl:allValuesFrom ILAP:CalendarDay ; | ||
134 | - owl:onProperty ILAP:hasCalendarPeriodDay | ||
135 | - ] ; | ||
136 | rdfs:subClassOf | 138 | rdfs:subClassOf |
137 | [ rdf:type owl:Restriction ; | 139 | [ rdf:type owl:Restriction ; |
138 | owl:allValuesFrom ILAP:CalendarHour ; | 140 | owl:allValuesFrom ILAP:CalendarHour ; |
139 | owl:onProperty ILAP:hasCalendarPeriodHour | 141 | owl:onProperty ILAP:hasCalendarPeriodHour |
140 | - ] . | ||
141 | - | ||
142 | -ILAP:CalendarWorkPeriod | ||
143 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
144 | - rdfs:label "Calendar work period"^^xsd:string ; | ||
145 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | ||
146 | - rdfs:subClassOf | ||
147 | - [ rdf:type owl:Restriction ; | ||
148 | - owl:onProperty ILAP:hasCalendarPeriodWorkHour ; | ||
149 | - owl:someValuesFrom ILAP:CalendarHour | ||
150 | ] ; | 142 | ] ; |
151 | rdfs:subClassOf | 143 | rdfs:subClassOf |
152 | [ rdf:type owl:Restriction ; | 144 | [ rdf:type owl:Restriction ; |
153 | - owl:onProperty ILAP:hasCalendarPeriodWorkDay ; | 145 | + owl:allValuesFrom ILAP:CalendarDay ; |
154 | - owl:someValuesFrom ILAP:CalendarDay | 146 | + owl:onProperty ILAP:hasCalendarPeriodDay |
155 | ] . | 147 | ] . |
156 | 148 | ||
157 | -ILAP:CalendarWorkPeriodWeekRepeat | 149 | +ILAP:Constraint |
158 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | ||
159 | - rdfs:label "Free day"^^xsd:string ; | ||
160 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarWorkPeriod . | ||
161 | - | ||
162 | -ILAP:ContractControlSchedule | ||
163 | rdf:type owl:Class ; | 150 | rdf:type owl:Class ; |
164 | - rdfs:label "Contract control schedule"^^xsd:string ; | 151 | + rdfs:label "Constraint"^^xsd:string ; |
165 | - rdfs:subClassOf ILAP:ControlSchedule . | 152 | + rdfs:subClassOf owl:Thing . |
166 | - | ||
167 | -ILAP:ContractorsContractControlSchedule | ||
168 | - rdf:type owl:Class ; | ||
169 | - rdfs:label "Contractors contract control schedule"^^xsd:string ; | ||
170 | - rdfs:subClassOf ILAP:ContractControlSchedule . | ||
171 | - | ||
172 | -ILAP:ContractorsProjectControlSchedule | ||
173 | - rdf:type owl:Class ; | ||
174 | - rdfs:label "Contractors project control schedule"^^xsd:string ; | ||
175 | - rdfs:subClassOf ILAP:ProjectControlSchedule . | ||
176 | 153 | ||
177 | ILAP:ControlSchedule | 154 | ILAP:ControlSchedule |
178 | rdf:type owl:Class ; | 155 | rdf:type owl:Class ; |
179 | rdfs:label "Control schedule"^^xsd:string ; | 156 | rdfs:label "Control schedule"^^xsd:string ; |
157 | + rdfs:subClassOf ILAP:Baseline . | ||
158 | + | ||
159 | +ILAP:Cost | ||
160 | + rdf:type owl:Class ; | ||
161 | + rdfs:label "Cost"^^xsd:string ; | ||
180 | rdfs:subClassOf owl:Thing . | 162 | rdfs:subClassOf owl:Thing . |
181 | 163 | ||
182 | ILAP:CostBased | 164 | ILAP:CostBased |
... | @@ -187,22 +169,17 @@ ILAP:CostBased | ... | @@ -187,22 +169,17 @@ ILAP:CostBased |
187 | ILAP:CostEstimate | 169 | ILAP:CostEstimate |
188 | rdf:type owl:Class ; | 170 | rdf:type owl:Class ; |
189 | rdfs:label "Cost estimate"^^xsd:string ; | 171 | rdfs:label "Cost estimate"^^xsd:string ; |
190 | - rdfs:subClassOf owl:Thing . | 172 | + rdfs:subClassOf ILAP:ResourceStructure . |
191 | - | ||
192 | -ILAP:CurrentControlEstimate | ||
193 | - rdf:type owl:Class ; | ||
194 | - rdfs:label "Current control estimate"^^xsd:string ; | ||
195 | - rdfs:subClassOf ILAP:CostEstimate . | ||
196 | 173 | ||
197 | ILAP:CurrentSchedule | 174 | ILAP:CurrentSchedule |
198 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 175 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
199 | rdfs:label "Current schedule"^^xsd:string ; | 176 | rdfs:label "Current schedule"^^xsd:string ; |
200 | - rdfs:subClassOf ILAP:NetworkSchedule . | 177 | + rdfs:subClassOf ILAP:Schedule . |
201 | 178 | ||
202 | ILAP:Data | 179 | ILAP:Data |
203 | rdf:type owl:Class ; | 180 | rdf:type owl:Class ; |
204 | rdfs:label "Data"^^xsd:string ; | 181 | rdfs:label "Data"^^xsd:string ; |
205 | - rdfs:subClassOf owl:Thing ; | 182 | + rdfs:subClassOf ILAP:Information ; |
206 | rdfs:subClassOf | 183 | rdfs:subClassOf |
207 | [ rdf:type owl:Restriction ; | 184 | [ rdf:type owl:Restriction ; |
208 | owl:onClass ILAP:Project ; | 185 | owl:onClass ILAP:Project ; |
... | @@ -212,9 +189,9 @@ ILAP:Data | ... | @@ -212,9 +189,9 @@ ILAP:Data |
212 | ] . | 189 | ] . |
213 | 190 | ||
214 | ILAP:Discipline | 191 | ILAP:Discipline |
215 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 192 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
216 | rdfs:label "Discipline"^^xsd:string ; | 193 | rdfs:label "Discipline"^^xsd:string ; |
217 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS6811233> , owl:Thing . | 194 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS6811233> . |
218 | 195 | ||
219 | ILAP:ExecutionPlan | 196 | ILAP:ExecutionPlan |
220 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 197 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
... | @@ -222,42 +199,40 @@ ILAP:ExecutionPlan | ... | @@ -222,42 +199,40 @@ ILAP:ExecutionPlan |
222 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; | 199 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS7952931> , ILAP:ActivityPlan ; |
223 | rdfs:subClassOf | 200 | rdfs:subClassOf |
224 | [ rdf:type owl:Restriction ; | 201 | [ rdf:type owl:Restriction ; |
225 | - owl:allValuesFrom ILAP:PlanLifecyclePhase ; | 202 | + owl:allValuesFrom NPD:NPDelement ; |
226 | - owl:onProperty ILAP:hasPlanLifecyclePhase | 203 | + owl:onProperty ILAP:hasPlanNPDelement |
227 | ] ; | 204 | ] ; |
228 | rdfs:subClassOf | 205 | rdfs:subClassOf |
229 | [ rdf:type owl:Restriction ; | 206 | [ rdf:type owl:Restriction ; |
230 | owl:maxQualifiedCardinality | 207 | owl:maxQualifiedCardinality |
231 | "1"^^xsd:nonNegativeInteger ; | 208 | "1"^^xsd:nonNegativeInteger ; |
232 | - owl:onClass ILAP:Project ; | 209 | + owl:onClass ILAP:PlanLevel ; |
233 | - owl:onProperty ILAP:hasPlanProject | 210 | + owl:onProperty ILAP:hasPlanLevel |
234 | ] ; | 211 | ] ; |
235 | rdfs:subClassOf | 212 | rdfs:subClassOf |
236 | [ rdf:type owl:Restriction ; | 213 | [ rdf:type owl:Restriction ; |
237 | - owl:allValuesFrom ILAP:PlanValueObjective ; | 214 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
238 | - owl:onProperty ILAP:hasPlanValueObjective | 215 | + owl:onProperty ILAP:hasPlanSubplan |
239 | ] ; | 216 | ] ; |
240 | rdfs:subClassOf | 217 | rdfs:subClassOf |
241 | [ rdf:type owl:Restriction ; | 218 | [ rdf:type owl:Restriction ; |
242 | - owl:onProperty ILAP:hasPlanGeoArea ; | 219 | + owl:allValuesFrom ILAP:PlanContractType ; |
243 | - owl:someValuesFrom ILAP:PlanGeoArea | 220 | + owl:onProperty ILAP:hasPlanContractType |
244 | ] ; | 221 | ] ; |
245 | rdfs:subClassOf | 222 | rdfs:subClassOf |
246 | [ rdf:type owl:Restriction ; | 223 | [ rdf:type owl:Restriction ; |
247 | - owl:maxQualifiedCardinality | 224 | + owl:allValuesFrom BRREG:LegalEntity ; |
248 | - "1"^^xsd:nonNegativeInteger ; | 225 | + owl:onProperty ILAP:hasPlanResponsible |
249 | - owl:onClass ILAP:PlanLevel ; | ||
250 | - owl:onProperty ILAP:hasPlanLevel | ||
251 | ] ; | 226 | ] ; |
252 | rdfs:subClassOf | 227 | rdfs:subClassOf |
253 | [ rdf:type owl:Restriction ; | 228 | [ rdf:type owl:Restriction ; |
254 | - owl:allValuesFrom NPD:NPDelement ; | 229 | + owl:allValuesFrom ILAP:ExecutionPlan ; |
255 | - owl:onProperty ILAP:hasPlanNPDelement | 230 | + owl:onProperty ILAP:hasPlanRollUpPlan |
256 | ] ; | 231 | ] ; |
257 | rdfs:subClassOf | 232 | rdfs:subClassOf |
258 | [ rdf:type owl:Restriction ; | 233 | [ rdf:type owl:Restriction ; |
259 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 234 | + owl:onProperty ILAP:hasPlanContentType ; |
260 | - owl:onProperty ILAP:hasPlanAsset | 235 | + owl:someValuesFrom ILAP:PlanContentType |
261 | ] ; | 236 | ] ; |
262 | rdfs:subClassOf | 237 | rdfs:subClassOf |
263 | [ rdf:type owl:Restriction ; | 238 | [ rdf:type owl:Restriction ; |
... | @@ -266,45 +241,45 @@ ILAP:ExecutionPlan | ... | @@ -266,45 +241,45 @@ ILAP:ExecutionPlan |
266 | ] ; | 241 | ] ; |
267 | rdfs:subClassOf | 242 | rdfs:subClassOf |
268 | [ rdf:type owl:Restriction ; | 243 | [ rdf:type owl:Restriction ; |
269 | - owl:onProperty ILAP:hasPlanProjectType ; | 244 | + owl:maxQualifiedCardinality |
270 | - owl:someValuesFrom ILAP:PlanProjectType | 245 | + "1"^^xsd:nonNegativeInteger ; |
246 | + owl:onClass ILAP:Project ; | ||
247 | + owl:onProperty ILAP:hasPlanProject | ||
271 | ] ; | 248 | ] ; |
272 | rdfs:subClassOf | 249 | rdfs:subClassOf |
273 | [ rdf:type owl:Restriction ; | 250 | [ rdf:type owl:Restriction ; |
274 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 251 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
275 | - owl:onProperty ILAP:hasPlanSubplan | 252 | + owl:onProperty ILAP:hasPlanAsset |
276 | ] ; | 253 | ] ; |
277 | rdfs:subClassOf | 254 | rdfs:subClassOf |
278 | [ rdf:type owl:Restriction ; | 255 | [ rdf:type owl:Restriction ; |
279 | - owl:allValuesFrom ILAP:ExecutionPlan ; | 256 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
280 | - owl:onProperty ILAP:hasPlanRollUpPlan | 257 | + owl:onProperty ILAP:hasPlanObjectiveType |
281 | ] ; | 258 | ] ; |
282 | rdfs:subClassOf | 259 | rdfs:subClassOf |
283 | [ rdf:type owl:Restriction ; | 260 | [ rdf:type owl:Restriction ; |
284 | - owl:allValuesFrom BRREG:LegalEntity ; | 261 | + owl:onProperty ILAP:hasPlanGeoArea ; |
285 | - owl:onProperty ILAP:hasPlanResponsible | 262 | + owl:someValuesFrom ILAP:PlanGeoArea |
286 | ] ; | 263 | ] ; |
287 | rdfs:subClassOf | 264 | rdfs:subClassOf |
288 | [ rdf:type owl:Restriction ; | 265 | [ rdf:type owl:Restriction ; |
289 | - owl:onProperty ILAP:hasPlanContentType ; | 266 | + owl:onProperty ILAP:hasPlanProjectType ; |
290 | - owl:someValuesFrom ILAP:PlanContentType | 267 | + owl:someValuesFrom ILAP:PlanProjectType |
291 | ] ; | 268 | ] ; |
292 | rdfs:subClassOf | 269 | rdfs:subClassOf |
293 | [ rdf:type owl:Restriction ; | 270 | [ rdf:type owl:Restriction ; |
294 | - owl:allValuesFrom ILAP:PlanContractType ; | 271 | + owl:allValuesFrom ILAP:PlanLifecyclePhase ; |
295 | - owl:onProperty ILAP:hasPlanContractType | 272 | + owl:onProperty ILAP:hasPlanLifecycleStage |
296 | ] . | 273 | ] . |
297 | 274 | ||
298 | ILAP:ExternalReference | 275 | ILAP:ExternalReference |
299 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 276 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
300 | rdfs:label "External Reference"^^xsd:string ; | 277 | rdfs:label "External Reference"^^xsd:string ; |
301 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 278 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
302 | rdfs:subClassOf | 279 | rdfs:subClassOf |
303 | [ rdf:type owl:Restriction ; | 280 | [ rdf:type owl:Restriction ; |
304 | - owl:onDataRange xsd:string ; | 281 | + owl:allValuesFrom ILAP:Application ; |
305 | - owl:onProperty ILAP:hasReferenceID ; | 282 | + owl:onProperty ILAP:hasReferenceApplication |
306 | - owl:qualifiedCardinality | ||
307 | - "1"^^xsd:nonNegativeInteger | ||
308 | ] ; | 283 | ] ; |
309 | rdfs:subClassOf | 284 | rdfs:subClassOf |
310 | [ rdf:type owl:Restriction ; | 285 | [ rdf:type owl:Restriction ; |
... | @@ -313,115 +288,105 @@ ILAP:ExternalReference | ... | @@ -313,115 +288,105 @@ ILAP:ExternalReference |
313 | ] ; | 288 | ] ; |
314 | rdfs:subClassOf | 289 | rdfs:subClassOf |
315 | [ rdf:type owl:Restriction ; | 290 | [ rdf:type owl:Restriction ; |
316 | - owl:allValuesFrom ILAP:Application ; | 291 | + owl:onDataRange xsd:string ; |
317 | - owl:onProperty ILAP:hasReferenceApplication | 292 | + owl:onProperty ILAP:hasReferenceID ; |
293 | + owl:qualifiedCardinality | ||
294 | + "1"^^xsd:nonNegativeInteger | ||
318 | ] . | 295 | ] . |
319 | 296 | ||
320 | ILAP:FinishToFinish | 297 | ILAP:FinishToFinish |
321 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 298 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
322 | rdfs:label "Finish to finish"^^xsd:string ; | 299 | rdfs:label "Finish to finish"^^xsd:string ; |
323 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 300 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
324 | 301 | ||
325 | ILAP:FinishToStart | 302 | ILAP:FinishToStart |
326 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 303 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
327 | rdfs:label "Finish to start"^^xsd:string ; | 304 | rdfs:label "Finish to start"^^xsd:string ; |
328 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 305 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
306 | + | ||
307 | +ILAP:Information | ||
308 | + rdf:type owl:Class ; | ||
309 | + rdfs:label "Information"^^xsd:string ; | ||
310 | + rdfs:subClassOf owl:Thing . | ||
311 | + | ||
312 | +ILAP:Knowledge | ||
313 | + rdf:type owl:Class ; | ||
314 | + rdfs:label "Knowledge"^^xsd:string ; | ||
315 | + rdfs:subClassOf ILAP:Information . | ||
329 | 316 | ||
330 | ILAP:LiveSchedule | 317 | ILAP:LiveSchedule |
331 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 318 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
332 | rdfs:label "Live schedule"^^xsd:string ; | 319 | rdfs:label "Live schedule"^^xsd:string ; |
333 | - rdfs:subClassOf ILAP:NetworkSchedule . | 320 | + rdfs:subClassOf ILAP:Schedule . |
334 | 321 | ||
335 | ILAP:Location | 322 | ILAP:Location |
336 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 323 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
337 | rdfs:label "Location"^^xsd:string ; | 324 | rdfs:label "Location"^^xsd:string ; |
338 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 325 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
339 | 326 | ||
340 | ILAP:Milestone | 327 | ILAP:Milestone |
341 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 328 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
342 | rdfs:label "Milestone"^^xsd:string . | 329 | rdfs:label "Milestone"^^xsd:string . |
343 | 330 | ||
344 | -ILAP:NetworkSchedule | 331 | +ILAP:Network |
345 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | ||
346 | - rdfs:label "Scheduled Activity Network"^^xsd:string ; | ||
347 | - rdfs:subClassOf owl:Thing ; | ||
348 | - rdfs:subClassOf | ||
349 | - [ rdf:type owl:Restriction ; | ||
350 | - owl:maxQualifiedCardinality | ||
351 | - "1"^^xsd:nonNegativeInteger ; | ||
352 | - owl:onClass ILAP:ExecutionPlan ; | ||
353 | - owl:onProperty ILAP:hasSchedulePlan | ||
354 | - ] . | ||
355 | - | ||
356 | -ILAP:OriginalControlEstimate | ||
357 | rdf:type owl:Class ; | 332 | rdf:type owl:Class ; |
358 | - rdfs:label "Original control estimate"^^xsd:string ; | 333 | + rdfs:label "Network"^^xsd:string ; |
359 | - rdfs:subClassOf ILAP:CostEstimate . | 334 | + rdfs:subClassOf owl:Thing . |
360 | - | ||
361 | -ILAP:OwnersContractControlSchedule | ||
362 | - rdf:type owl:Class ; | ||
363 | - rdfs:label "Owners control schedule"^^xsd:string ; | ||
364 | - rdfs:subClassOf ILAP:ContractControlSchedule . | ||
365 | 335 | ||
366 | -ILAP:OwnersProjectControlSchedule | 336 | +ILAP:Objective |
367 | rdf:type owl:Class ; | 337 | rdf:type owl:Class ; |
368 | - rdfs:label "Owners project control schedule"^^xsd:string ; | 338 | + rdfs:label "Objective"^^xsd:string ; |
369 | - rdfs:subClassOf ILAP:ProjectControlSchedule . | 339 | + rdfs:subClassOf owl:Thing . |
370 | 340 | ||
371 | ILAP:PlanClassifier | 341 | ILAP:PlanClassifier |
372 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 342 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
373 | rdfs:label "Plan classifier"^^xsd:string ; | 343 | rdfs:label "Plan classifier"^^xsd:string ; |
374 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 344 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . |
375 | 345 | ||
376 | ILAP:PlanContentType | 346 | ILAP:PlanContentType |
377 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 347 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
378 | rdfs:label "Content type"^^xsd:string ; | 348 | rdfs:label "Content type"^^xsd:string ; |
379 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 349 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
380 | 350 | ||
381 | ILAP:PlanContractType | 351 | ILAP:PlanContractType |
382 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 352 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
383 | rdfs:label "Plan contract type"^^xsd:string ; | 353 | rdfs:label "Plan contract type"^^xsd:string ; |
384 | rdfs:subClassOf ILAP:PlanClassifier . | 354 | rdfs:subClassOf ILAP:PlanClassifier . |
385 | 355 | ||
386 | ILAP:PlanExpenseType | 356 | ILAP:PlanExpenseType |
387 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 357 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
388 | rdfs:label "Plan expense type"^^xsd:string ; | 358 | rdfs:label "Plan expense type"^^xsd:string ; |
389 | rdfs:subClassOf ILAP:PlanClassifier . | 359 | rdfs:subClassOf ILAP:PlanClassifier . |
390 | 360 | ||
391 | ILAP:PlanGeoArea | 361 | ILAP:PlanGeoArea |
392 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 362 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
393 | rdfs:label "Plan geographic area"^^xsd:string ; | 363 | rdfs:label "Plan geographic area"^^xsd:string ; |
394 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 364 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
395 | 365 | ||
396 | ILAP:PlanLevel | 366 | ILAP:PlanLevel |
397 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 367 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
398 | rdfs:label "Plan level"^^xsd:string ; | 368 | rdfs:label "Plan level"^^xsd:string ; |
399 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 369 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
400 | 370 | ||
401 | ILAP:PlanLifecyclePhase | 371 | ILAP:PlanLifecyclePhase |
402 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 372 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
403 | rdfs:label "Plan lifecycle phase"^^xsd:string ; | 373 | rdfs:label "Plan lifecycle phase"^^xsd:string ; |
404 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 374 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . |
375 | + | ||
376 | +ILAP:PlanObjectiveType | ||
377 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | ||
378 | + rdfs:label "Plan objective type"^^xsd:string ; | ||
379 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | ||
405 | 380 | ||
406 | ILAP:PlanPhase | 381 | ILAP:PlanPhase |
407 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 382 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
408 | rdfs:label "Phase"^^xsd:string ; | 383 | rdfs:label "Phase"^^xsd:string ; |
409 | rdfs:subClassOf ILAP:PlanClassifier . | 384 | rdfs:subClassOf ILAP:PlanClassifier . |
410 | 385 | ||
411 | ILAP:PlanProjectType | 386 | ILAP:PlanProjectType |
412 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 387 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
413 | rdfs:label "Plan project type"^^xsd:string ; | 388 | rdfs:label "Plan project type"^^xsd:string ; |
414 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 389 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . |
415 | - | ||
416 | -ILAP:PlanValueObjective | ||
417 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | ||
418 | - rdfs:label "Plan value objective"^^xsd:string ; | ||
419 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | ||
420 | - | ||
421 | -ILAP:PlanWorkOrderPlan | ||
422 | - rdf:type owl:Class ; | ||
423 | - rdfs:label "Plan work order plan"^^xsd:string ; | ||
424 | - rdfs:subClassOf ILAP:ExecutionPlan . | ||
425 | 390 | ||
426 | ILAP:PlannedActivity | 391 | ILAP:PlannedActivity |
427 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 392 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -434,11 +399,6 @@ ILAP:PlannedActivity | ... | @@ -434,11 +399,6 @@ ILAP:PlannedActivity |
434 | ] ; | 399 | ] ; |
435 | rdfs:subClassOf | 400 | rdfs:subClassOf |
436 | [ rdf:type owl:Restriction ; | 401 | [ rdf:type owl:Restriction ; |
437 | - owl:allValuesFrom ILAP:ActivityWBS ; | ||
438 | - owl:onProperty ILAP:hasActivityWBS | ||
439 | - ] ; | ||
440 | - rdfs:subClassOf | ||
441 | - [ rdf:type owl:Restriction ; | ||
442 | owl:maxQualifiedCardinality | 402 | owl:maxQualifiedCardinality |
443 | "1"^^xsd:nonNegativeInteger ; | 403 | "1"^^xsd:nonNegativeInteger ; |
444 | owl:onClass ILAP:ExecutionPlan ; | 404 | owl:onClass ILAP:ExecutionPlan ; |
... | @@ -446,239 +406,157 @@ ILAP:PlannedActivity | ... | @@ -446,239 +406,157 @@ ILAP:PlannedActivity |
446 | ] ; | 406 | ] ; |
447 | rdfs:subClassOf | 407 | rdfs:subClassOf |
448 | [ rdf:type owl:Restriction ; | 408 | [ rdf:type owl:Restriction ; |
449 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | 409 | + owl:allValuesFrom ILAP:ActivityDependency ; |
450 | - owl:onProperty ILAP:hasActivityResponsiblePerson | 410 | + owl:onProperty ILAP:hasActivityPredecessor |
451 | ] ; | 411 | ] ; |
452 | rdfs:subClassOf | 412 | rdfs:subClassOf |
453 | [ rdf:type owl:Restriction ; | 413 | [ rdf:type owl:Restriction ; |
454 | - owl:allValuesFrom ILAP:Result ; | 414 | + owl:allValuesFrom ILAP:ActivityDependency ; |
455 | - owl:onProperty ILAP:hasActivityResult | 415 | + owl:onProperty ILAP:hasActivitySuccessor |
456 | ] ; | 416 | ] ; |
457 | rdfs:subClassOf | 417 | rdfs:subClassOf |
458 | [ rdf:type owl:Restriction ; | 418 | [ rdf:type owl:Restriction ; |
459 | - owl:allValuesFrom ILAP:Successor ; | 419 | + owl:allValuesFrom ILAP:Result ; |
460 | - owl:onProperty ILAP:hasActivitySuccessor | 420 | + owl:onProperty ILAP:hasActivityResult |
461 | ] ; | 421 | ] ; |
462 | rdfs:subClassOf | 422 | rdfs:subClassOf |
463 | [ rdf:type owl:Restriction ; | 423 | [ rdf:type owl:Restriction ; |
464 | - owl:onProperty ILAP:hasActivityDiscipline ; | 424 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
465 | - owl:someValuesFrom ILAP:Discipline | 425 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
466 | ] ; | 426 | ] ; |
467 | rdfs:subClassOf | 427 | rdfs:subClassOf |
468 | [ rdf:type owl:Restriction ; | 428 | [ rdf:type owl:Restriction ; |
469 | - owl:allValuesFrom ILAP:PlanPhase ; | 429 | + owl:allValuesFrom ILAP:ActivityWBS ; |
470 | - owl:onProperty ILAP:hasActivityPhase | 430 | + owl:onProperty ILAP:hasActivityWBS |
471 | ] ; | 431 | ] ; |
472 | rdfs:subClassOf | 432 | rdfs:subClassOf |
473 | [ rdf:type owl:Restriction ; | 433 | [ rdf:type owl:Restriction ; |
474 | - owl:allValuesFrom ILAP:Profile ; | 434 | + owl:allValuesFrom ILAP:ResourceProfile ; |
475 | owl:onProperty ILAP:hasActivityResourceProfile | 435 | owl:onProperty ILAP:hasActivityResourceProfile |
476 | ] ; | 436 | ] ; |
477 | rdfs:subClassOf | 437 | rdfs:subClassOf |
478 | [ rdf:type owl:Restriction ; | 438 | [ rdf:type owl:Restriction ; |
479 | - owl:allValuesFrom ILAP:Successor ; | 439 | + owl:onProperty ILAP:hasActivityDiscipline ; |
480 | - owl:onProperty ILAP:hasActivityPredecessor | 440 | + owl:someValuesFrom ILAP:Discipline |
481 | ] . | 441 | ] . |
482 | 442 | ||
483 | -ILAP:PlannedActivity_1 | 443 | +ILAP:PlanningApplication |
484 | - rdf:type ILAP:PlannedActivity ; | 444 | + rdf:type owl:Class ; |
485 | - rdfs:label "Planned activity 1"^^xsd:string ; | 445 | + rdfs:label "Planning application"^^xsd:string ; |
486 | - ILAP:hasActivityActualProgressPercent | 446 | + rdfs:subClassOf ILAP:Application . |
487 | - "50"^^xsd:float ; | ||
488 | - ILAP:hasActivityCalendar | ||
489 | - <http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ; | ||
490 | - ILAP:hasActivityContractor | ||
491 | - BRREG:Subsea7 ; | ||
492 | - ILAP:hasActivityDiscipline | ||
493 | - <http://data.posccaesar.org/Data/UC2/Discipline_1> ; | ||
494 | - ILAP:hasActivityEstimatedWeight | ||
495 | - "15000"^^xsd:float ; | ||
496 | - ILAP:hasActivityLocation | ||
497 | - NPD:StafjordA , <http://data.posccaesar.org/Data/UC2/Location_1> ; | ||
498 | - ILAP:hasActivityPartActivity | ||
499 | - <http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ; | ||
500 | - ILAP:hasActivityPhase | ||
501 | - NCS:Operation ; | ||
502 | - ILAP:hasActivityPhysicalPercentComplete | ||
503 | - "45"^^xsd:float ; | ||
504 | - ILAP:hasActivityPlan | ||
505 | - ILAP:ProjectPlan_1 ; | ||
506 | - ILAP:hasActivityPlannedProgressPercent | ||
507 | - 55 ; | ||
508 | - ILAP:hasActivityRegulator | ||
509 | - BRREG:NPD ; | ||
510 | - ILAP:hasActivityResponsibleOrganization | ||
511 | - <http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ; | ||
512 | - ILAP:hasActivityResponsiblePerson | ||
513 | - <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
514 | - ILAP:hasActivityServiceSupplier | ||
515 | - BRREG:Schlumberger ; | ||
516 | - ILAP:hasActivityStatus | ||
517 | - NCS:Active ; | ||
518 | - ILAP:hasActivitySuccessor | ||
519 | - <http://data.posccaesar.org/Data/UC2/FinishToStart_1> ; | ||
520 | - ILAP:hasActivityTaskLeader | ||
521 | - <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
522 | - ILAP:hasActivityVendor | ||
523 | - BRREG:BakerHughes ; | ||
524 | - ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ; | ||
525 | - ILAP:hasActivityWorkVolume | ||
526 | - "550"^^xsd:float . | ||
527 | - | ||
528 | -ILAP:PortfolioPlan | ||
529 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | ||
530 | - rdfs:label "Portfolio plan"^^xsd:string ; | ||
531 | - rdfs:subClassOf ILAP:ExecutionPlan . | ||
532 | - | ||
533 | -ILAP:Profile | ||
534 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | ||
535 | - rdfs:label "Resource profile"^^xsd:string ; | ||
536 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | ||
537 | - | ||
538 | -ILAP:ProfilePoint | ||
539 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | ||
540 | - rdfs:label "Profile point"^^xsd:string ; | ||
541 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | ||
542 | 447 | ||
543 | -ILAP:ProgrammePlan | 448 | +ILAP:PossibleIndividual |
544 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 449 | + rdf:type owl:Class ; |
545 | - rdfs:label "Programme plan"^^xsd:string ; | 450 | + rdfs:label "Possible individual"^^xsd:string ; |
546 | - rdfs:subClassOf ILAP:ExecutionPlan . | 451 | + rdfs:subClassOf owl:Thing . |
547 | 452 | ||
548 | ILAP:Project | 453 | ILAP:Project |
549 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 454 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
550 | rdfs:label "Project"^^xsd:string ; | 455 | rdfs:label "Project"^^xsd:string ; |
551 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS9629> ; | 456 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS9629> , owl:Thing ; |
552 | rdfs:subClassOf | 457 | rdfs:subClassOf |
553 | [ rdf:type owl:Restriction ; | 458 | [ rdf:type owl:Restriction ; |
554 | - owl:onDataRange xsd:string ; | 459 | + owl:allValuesFrom BRREG:OilCompany ; |
555 | - owl:onProperty ILAP:hasName ; | 460 | + owl:onProperty ILAP:hasProjectResponsible |
556 | - owl:qualifiedCardinality | ||
557 | - "1"^^xsd:nonNegativeInteger | ||
558 | ] ; | 461 | ] ; |
559 | rdfs:subClassOf | 462 | rdfs:subClassOf |
560 | [ rdf:type owl:Restriction ; | 463 | [ rdf:type owl:Restriction ; |
561 | - owl:allValuesFrom ILAP:Project ; | 464 | + owl:allValuesFrom ILAP:ExternalReference ; |
562 | - owl:onProperty ILAP:hasProjectSubproject | 465 | + owl:onProperty ILAP:hasExternalReference |
563 | ] ; | 466 | ] ; |
564 | rdfs:subClassOf | 467 | rdfs:subClassOf |
565 | [ rdf:type owl:Restriction ; | 468 | [ rdf:type owl:Restriction ; |
566 | - owl:allValuesFrom ILAP:ExternalReference ; | 469 | + owl:allValuesFrom ILAP:Project ; |
567 | - owl:onProperty ILAP:hasExternalReference | 470 | + owl:onProperty ILAP:hasProjectSubproject |
568 | ] ; | 471 | ] ; |
569 | rdfs:subClassOf | 472 | rdfs:subClassOf |
570 | [ rdf:type owl:Restriction ; | 473 | [ rdf:type owl:Restriction ; |
571 | - owl:allValuesFrom BRREG:OilCompany ; | 474 | + owl:onDataRange xsd:string ; |
572 | - owl:onProperty ILAP:hasProjectResponsible | 475 | + owl:onProperty ILAP:hasName ; |
476 | + owl:qualifiedCardinality | ||
477 | + "1"^^xsd:nonNegativeInteger | ||
573 | ] . | 478 | ] . |
574 | 479 | ||
575 | -ILAP:ProjectControlSchedule | ||
576 | - rdf:type owl:Class ; | ||
577 | - rdfs:label "Project control schedule"^^xsd:string ; | ||
578 | - rdfs:subClassOf ILAP:ControlSchedule . | ||
579 | - | ||
580 | -ILAP:ProjectPlan | ||
581 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | ||
582 | - rdfs:label "Project plan"^^xsd:string ; | ||
583 | - rdfs:subClassOf ILAP:ExecutionPlan . | ||
584 | - | ||
585 | -ILAP:ProjectPlan_1 | ||
586 | - rdf:type ILAP:ProjectPlan ; | ||
587 | - rdfs:label "Project plan 1"^^xsd:string ; | ||
588 | - ILAP:hasExternalReference | ||
589 | - <http://data.posccaesar.org/Data/UC2/R-1234567890> ; | ||
590 | - ILAP:hasPlanAssetOwner | ||
591 | - BRREG:EniNorge ; | ||
592 | - ILAP:hasPlanContractType | ||
593 | - ILAP:ScheduleDriven ; | ||
594 | - ILAP:hasPlanContractor | ||
595 | - BRREG:Subsea7 ; | ||
596 | - ILAP:hasPlanExpenseType | ||
597 | - ILAP:CAPEX ; | ||
598 | - ILAP:hasPlanGeoArea ILAP:Facility ; | ||
599 | - ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; | ||
600 | - ILAP:hasPlanLicensePartner | ||
601 | - BRREG:EniNorge ; | ||
602 | - ILAP:hasPlanLifecyclePhase | ||
603 | - ILAP:Development ; | ||
604 | - ILAP:hasPlanNPDelement | ||
605 | - NPD:Goliat , <http://data.posccaesar.org/Data/UC2/Location_1> ; | ||
606 | - ILAP:hasPlanOperator | ||
607 | - BRREG:EniNorge ; | ||
608 | - ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ; | ||
609 | - ILAP:hasPlanProjectType | ||
610 | - ILAP:GreenFieldProject ; | ||
611 | - ILAP:hasPlanRegulator | ||
612 | - BRREG:NPD ; | ||
613 | - ILAP:hasPlanResponsible | ||
614 | - BRREG:EniNorge ; | ||
615 | - ILAP:hasPlanRollUpPlan | ||
616 | - <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
617 | - ILAP:hasPlanServiceSupplier | ||
618 | - BRREG:Schlumberger , BRREG:BakerHughes ; | ||
619 | - ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
620 | - ILAP:hasPlanValueObjective | ||
621 | - ILAP:BusinessAsUsual ; | ||
622 | - ILAP:hasReferenceID "RDS489590"^^xsd:string . | ||
623 | - | ||
624 | ILAP:Regular8To16WorkingDayCalendar | 480 | ILAP:Regular8To16WorkingDayCalendar |
625 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 481 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
626 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; | 482 | rdfs:label "Regular8To16Working day calendar"^^xsd:string ; |
627 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS7014210> . | 483 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> . |
628 | 484 | ||
629 | ILAP:Resource | 485 | ILAP:Resource |
630 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 486 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
631 | rdfs:label "Resource"^^xsd:string ; | 487 | rdfs:label "Resource"^^xsd:string ; |
632 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 488 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
633 | 489 | ||
634 | ILAP:ResourceBased | 490 | ILAP:ResourceBased |
635 | rdf:type owl:Class ; | 491 | rdf:type owl:Class ; |
636 | rdfs:label "Resource based"^^xsd:string ; | 492 | rdfs:label "Resource based"^^xsd:string ; |
637 | rdfs:subClassOf ILAP:Resource . | 493 | rdfs:subClassOf ILAP:Resource . |
638 | 494 | ||
495 | +ILAP:ResourceProfile | ||
496 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | ||
497 | + rdfs:label "Resource profile"^^xsd:string ; | ||
498 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | ||
499 | + | ||
500 | +ILAP:ResourceProfilePoint | ||
501 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | ||
502 | + rdfs:label "resource Profile point"^^xsd:string ; | ||
503 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | ||
504 | + | ||
505 | +ILAP:ResourceStructure | ||
506 | + rdf:type owl:Class ; | ||
507 | + rdfs:label "Resource structure"^^xsd:string ; | ||
508 | + rdfs:subClassOf ILAP:Network . | ||
509 | + | ||
639 | ILAP:ResponsibleOrganization | 510 | ILAP:ResponsibleOrganization |
640 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 511 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
641 | rdfs:label "Responsible organization"^^xsd:string ; | 512 | rdfs:label "Responsible organization"^^xsd:string ; |
642 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS282149> , owl:Thing . | 513 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS282149> . |
643 | 514 | ||
644 | ILAP:ResponsiblePerson | 515 | ILAP:ResponsiblePerson |
645 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 516 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
646 | rdfs:label "Responsible"^^xsd:string ; | 517 | rdfs:label "Responsible"^^xsd:string ; |
647 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS413954> , owl:Thing . | 518 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS413954> . |
648 | 519 | ||
649 | ILAP:Result | 520 | ILAP:Result |
650 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 521 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
651 | rdfs:label "Result"^^xsd:string ; | 522 | rdfs:label "Result"^^xsd:string ; |
652 | rdfs:subClassOf owl:Thing . | 523 | rdfs:subClassOf owl:Thing . |
653 | 524 | ||
654 | -ILAP:RevisedSchedule | 525 | +ILAP:Schedule |
655 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 526 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
656 | - rdfs:label "Revised schedule"^^xsd:string ; | 527 | + rdfs:label "Scheduled Activity Network"^^xsd:string ; |
657 | - rdfs:subClassOf ILAP:NetworkSchedule . | 528 | + rdfs:subClassOf ILAP:Network ; |
529 | + rdfs:subClassOf | ||
530 | + [ rdf:type owl:Restriction ; | ||
531 | + owl:maxQualifiedCardinality | ||
532 | + "1"^^xsd:nonNegativeInteger ; | ||
533 | + owl:onClass ILAP:ExecutionPlan ; | ||
534 | + owl:onProperty ILAP:hasSchedulePlan | ||
535 | + ] . | ||
658 | 536 | ||
659 | ILAP:ScheduledActivity | 537 | ILAP:ScheduledActivity |
660 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 538 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
661 | rdfs:label "Activity in Network Schedule"^^xsd:string ; | 539 | rdfs:label "Activity in Network Schedule"^^xsd:string ; |
662 | rdfs:subClassOf ILAP:PlannedActivity ; | 540 | rdfs:subClassOf ILAP:PlannedActivity ; |
663 | rdfs:subClassOf | 541 | rdfs:subClassOf |
664 | [ rdf:type owl:Restriction ; | 542 | [ rdf:type owl:Restriction ; |
665 | owl:maxQualifiedCardinality | 543 | owl:maxQualifiedCardinality |
666 | "1"^^xsd:nonNegativeInteger ; | 544 | "1"^^xsd:nonNegativeInteger ; |
667 | - owl:onClass ILAP:NetworkSchedule ; | 545 | + owl:onClass ILAP:PlannedActivity ; |
668 | - owl:onProperty ILAP:hasActivitySchedule | 546 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
669 | ] ; | 547 | ] ; |
670 | rdfs:subClassOf | 548 | rdfs:subClassOf |
671 | [ rdf:type owl:Restriction ; | 549 | [ rdf:type owl:Restriction ; |
672 | owl:maxQualifiedCardinality | 550 | owl:maxQualifiedCardinality |
673 | "1"^^xsd:nonNegativeInteger ; | 551 | "1"^^xsd:nonNegativeInteger ; |
674 | - owl:onClass ILAP:PlannedActivity ; | 552 | + owl:onClass ILAP:Schedule ; |
675 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 553 | + owl:onProperty ILAP:hasActivitySchedule |
676 | ] . | 554 | ] . |
677 | 555 | ||
678 | ILAP:Source | 556 | ILAP:Source |
679 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 557 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
680 | rdfs:label "Source"^^xsd:string ; | 558 | rdfs:label "Source"^^xsd:string ; |
681 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 559 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
682 | 560 | ||
683 | ILAP:SourceSpecifiedUserField | 561 | ILAP:SourceSpecifiedUserField |
684 | rdf:type owl:Class ; | 562 | rdf:type owl:Class ; |
... | @@ -691,38 +569,24 @@ ILAP:SpecifiedUserField | ... | @@ -691,38 +569,24 @@ ILAP:SpecifiedUserField |
691 | rdfs:subClassOf ILAP:UserField . | 569 | rdfs:subClassOf ILAP:UserField . |
692 | 570 | ||
693 | ILAP:StartToFinish | 571 | ILAP:StartToFinish |
694 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 572 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
695 | rdfs:label "Start to finish"^^xsd:string ; | 573 | rdfs:label "Start to finish"^^xsd:string ; |
696 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 574 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
697 | 575 | ||
698 | ILAP:StartToStart | 576 | ILAP:StartToStart |
699 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 577 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
700 | rdfs:label "Start to start"^^xsd:string ; | 578 | rdfs:label "Start to start"^^xsd:string ; |
701 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:Successor . | 579 | + rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . |
702 | 580 | ||
703 | ILAP:Status | 581 | ILAP:Status |
704 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 582 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
705 | rdfs:label "Status"^^xsd:string ; | 583 | rdfs:label "Status"^^xsd:string ; |
706 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 584 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
707 | 585 | ||
708 | -ILAP:Successor | 586 | +ILAP:TargetSchedule |
709 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 587 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
710 | - rdfs:label "Successor"^^xsd:string ; | 588 | + rdfs:label "Target schedule"^^xsd:string ; |
711 | - rdfs:subClassOf ILAP:ActivityDependency ; | 589 | + rdfs:subClassOf ILAP:Schedule . |
712 | - rdfs:subClassOf | ||
713 | - [ rdf:type owl:Restriction ; | ||
714 | - owl:onClass ILAP:Activity ; | ||
715 | - owl:onProperty ILAP:hasPredecessorActivity ; | ||
716 | - owl:qualifiedCardinality | ||
717 | - "1"^^xsd:nonNegativeInteger | ||
718 | - ] ; | ||
719 | - rdfs:subClassOf | ||
720 | - [ rdf:type owl:Restriction ; | ||
721 | - owl:onClass ILAP:Activity ; | ||
722 | - owl:onProperty ILAP:hasSuccessorActivity ; | ||
723 | - owl:qualifiedCardinality | ||
724 | - "1"^^xsd:nonNegativeInteger | ||
725 | - ] . | ||
726 | 590 | ||
727 | ILAP:Timebased | 591 | ILAP:Timebased |
728 | rdf:type owl:Class ; | 592 | rdf:type owl:Class ; |
... | @@ -730,9 +594,9 @@ ILAP:Timebased | ... | @@ -730,9 +594,9 @@ ILAP:Timebased |
730 | rdfs:subClassOf ILAP:Resource . | 594 | rdfs:subClassOf ILAP:Resource . |
731 | 595 | ||
732 | ILAP:UserField | 596 | ILAP:UserField |
733 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; | 597 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; |
734 | rdfs:label "User field"^^xsd:string ; | 598 | rdfs:label "User field"^^xsd:string ; |
735 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13879234> , owl:Thing ; | 599 | + rdfs:subClassOf ILAP:Data ; |
736 | rdfs:subClassOf | 600 | rdfs:subClassOf |
737 | [ rdf:type owl:Restriction ; | 601 | [ rdf:type owl:Restriction ; |
738 | owl:maxQualifiedCardinality | 602 | owl:maxQualifiedCardinality |
... | @@ -742,23 +606,23 @@ ILAP:UserField | ... | @@ -742,23 +606,23 @@ ILAP:UserField |
742 | ] . | 606 | ] . |
743 | 607 | ||
744 | ILAP:WeekendsFreeCalendar | 608 | ILAP:WeekendsFreeCalendar |
745 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 609 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
746 | rdfs:label "Weekends free calendar"^^xsd:string ; | 610 | rdfs:label "Weekends free calendar"^^xsd:string ; |
747 | - rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . | 611 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . |
748 | 612 | ||
749 | ILAP:WorkTask | 613 | ILAP:WorkTask |
750 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 614 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
751 | rdfs:label "Work task"^^xsd:string ; | 615 | rdfs:label "Work task"^^xsd:string ; |
752 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 616 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
753 | rdfs:subClassOf | 617 | rdfs:subClassOf |
754 | [ rdf:type owl:Restriction ; | 618 | [ rdf:type owl:Restriction ; |
755 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 619 | + owl:allValuesFrom BRREG:LegalEntity ; |
756 | - owl:someValuesFrom ILAP:Activity | 620 | + owl:onProperty ILAP:hasWorkTaskResponsible |
757 | ] ; | 621 | ] ; |
758 | rdfs:subClassOf | 622 | rdfs:subClassOf |
759 | [ rdf:type owl:Restriction ; | 623 | [ rdf:type owl:Restriction ; |
760 | - owl:allValuesFrom BRREG:LegalEntity ; | 624 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
761 | - owl:onProperty ILAP:hasWorkTaskResponsible | 625 | + owl:someValuesFrom ILAP:Activity |
762 | ] . | 626 | ] . |
763 | 627 | ||
764 | ILAP:hasActivityActualProgressPercent | 628 | ILAP:hasActivityActualProgressPercent |
... | @@ -777,7 +641,8 @@ ILAP:hasActivityActualWeight | ... | @@ -777,7 +641,8 @@ ILAP:hasActivityActualWeight |
777 | ILAP:hasActivityBaselineSchedule | 641 | ILAP:hasActivityBaselineSchedule |
778 | rdf:type owl:ObjectProperty ; | 642 | rdf:type owl:ObjectProperty ; |
779 | rdfs:domain ILAP:ScheduledActivity ; | 643 | rdfs:domain ILAP:ScheduledActivity ; |
780 | - rdfs:label "has activity baseline schedule"^^xsd:string . | 644 | + rdfs:label "has activity baseline schedule"^^xsd:string ; |
645 | + rdfs:range ILAP:ControlSchedule . | ||
781 | 646 | ||
782 | ILAP:hasActivityCalendar | 647 | ILAP:hasActivityCalendar |
783 | rdf:type owl:ObjectProperty ; | 648 | rdf:type owl:ObjectProperty ; |
... | @@ -829,20 +694,14 @@ ILAP:hasActivityPartActivity | ... | @@ -829,20 +694,14 @@ ILAP:hasActivityPartActivity |
829 | rdfs:label "has activity part activity"^^xsd:string ; | 694 | rdfs:label "has activity part activity"^^xsd:string ; |
830 | rdfs:range ILAP:PlannedActivity . | 695 | rdfs:range ILAP:PlannedActivity . |
831 | 696 | ||
832 | -ILAP:hasActivityPhase | ||
833 | - rdf:type owl:ObjectProperty ; | ||
834 | - rdfs:domain ILAP:PlannedActivity ; | ||
835 | - rdfs:label "has activity phase"^^xsd:string ; | ||
836 | - rdfs:range ILAP:PlanPhase . | ||
837 | - | ||
838 | ILAP:hasActivityPhysicalPercentComplete | 697 | ILAP:hasActivityPhysicalPercentComplete |
839 | rdf:type owl:DatatypeProperty ; | 698 | rdf:type owl:DatatypeProperty ; |
840 | rdfs:domain ILAP:PlannedActivity ; | 699 | rdfs:domain ILAP:PlannedActivity ; |
841 | - rdfs:label "has activity phyical percent complete"^^xsd:string ; | 700 | + rdfs:label "has activity physical percent complete"^^xsd:string ; |
842 | rdfs:range xsd:float . | 701 | rdfs:range xsd:float . |
843 | 702 | ||
844 | ILAP:hasActivityPlan | 703 | ILAP:hasActivityPlan |
845 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 704 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
846 | rdfs:domain ILAP:PlannedActivity ; | 705 | rdfs:domain ILAP:PlannedActivity ; |
847 | rdfs:label "has activity plan"^^xsd:string ; | 706 | rdfs:label "has activity plan"^^xsd:string ; |
848 | rdfs:range ILAP:ExecutionPlan . | 707 | rdfs:range ILAP:ExecutionPlan . |
... | @@ -853,17 +712,11 @@ ILAP:hasActivityPlannedProgressPercent | ... | @@ -853,17 +712,11 @@ ILAP:hasActivityPlannedProgressPercent |
853 | rdfs:label "has activity planned progress percentage"^^xsd:string ; | 712 | rdfs:label "has activity planned progress percentage"^^xsd:string ; |
854 | rdfs:range xsd:integer . | 713 | rdfs:range xsd:integer . |
855 | 714 | ||
856 | -ILAP:hasActivityPlannedResource | ||
857 | - rdf:type owl:ObjectProperty ; | ||
858 | - rdfs:domain ILAP:PlannedActivity ; | ||
859 | - rdfs:label "has activity planned resource"^^xsd:string ; | ||
860 | - rdfs:subPropertyOf ILAP:hasActivityResource . | ||
861 | - | ||
862 | ILAP:hasActivityPredecessor | 715 | ILAP:hasActivityPredecessor |
863 | rdf:type owl:ObjectProperty ; | 716 | rdf:type owl:ObjectProperty ; |
864 | rdfs:domain ILAP:PlannedActivity ; | 717 | rdfs:domain ILAP:PlannedActivity ; |
865 | rdfs:label "has activitypredecessor"^^xsd:string ; | 718 | rdfs:label "has activitypredecessor"^^xsd:string ; |
866 | - rdfs:range ILAP:Successor ; | 719 | + rdfs:range ILAP:ActivityDependency ; |
867 | owl:inverseOf ILAP:hasSuccessorActivity . | 720 | owl:inverseOf ILAP:hasSuccessorActivity . |
868 | 721 | ||
869 | ILAP:hasActivityRegulator | 722 | ILAP:hasActivityRegulator |
... | @@ -879,9 +732,8 @@ ILAP:hasActivityResource | ... | @@ -879,9 +732,8 @@ ILAP:hasActivityResource |
879 | 732 | ||
880 | ILAP:hasActivityResourceProfile | 733 | ILAP:hasActivityResourceProfile |
881 | rdf:type owl:ObjectProperty ; | 734 | rdf:type owl:ObjectProperty ; |
882 | - rdfs:domain ILAP:PlannedActivity ; | ||
883 | rdfs:label "has activity resource profile"^^xsd:string ; | 735 | rdfs:label "has activity resource profile"^^xsd:string ; |
884 | - rdfs:range ILAP:Profile . | 736 | + rdfs:range ILAP:ResourceProfile . |
885 | 737 | ||
886 | ILAP:hasActivityResponsibleOrganization | 738 | ILAP:hasActivityResponsibleOrganization |
887 | rdf:type owl:ObjectProperty ; | 739 | rdf:type owl:ObjectProperty ; |
... | @@ -890,7 +742,7 @@ ILAP:hasActivityResponsibleOrganization | ... | @@ -890,7 +742,7 @@ ILAP:hasActivityResponsibleOrganization |
890 | rdfs:range ILAP:ResponsibleOrganization . | 742 | rdfs:range ILAP:ResponsibleOrganization . |
891 | 743 | ||
892 | ILAP:hasActivityResponsiblePerson | 744 | ILAP:hasActivityResponsiblePerson |
893 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 745 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
894 | rdfs:domain ILAP:PlannedActivity ; | 746 | rdfs:domain ILAP:PlannedActivity ; |
895 | rdfs:label "has activity responsible"^^xsd:string ; | 747 | rdfs:label "has activity responsible"^^xsd:string ; |
896 | rdfs:range ILAP:ResponsiblePerson . | 748 | rdfs:range ILAP:ResponsiblePerson . |
... | @@ -905,20 +757,7 @@ ILAP:hasActivitySchedule | ... | @@ -905,20 +757,7 @@ ILAP:hasActivitySchedule |
905 | rdf:type owl:ObjectProperty ; | 757 | rdf:type owl:ObjectProperty ; |
906 | rdfs:domain ILAP:ScheduledActivity ; | 758 | rdfs:domain ILAP:ScheduledActivity ; |
907 | rdfs:label "has activity schedule"^^xsd:string ; | 759 | rdfs:label "has activity schedule"^^xsd:string ; |
908 | - rdfs:range ILAP:NetworkSchedule . | 760 | + rdfs:range ILAP:Schedule . |
909 | - | ||
910 | -ILAP:hasActivityScheduledResource | ||
911 | - rdf:type owl:ObjectProperty ; | ||
912 | - rdfs:domain ILAP:ScheduledActivity ; | ||
913 | - rdfs:label "has activity scheduled resource"^^xsd:string ; | ||
914 | - rdfs:subPropertyOf ILAP:hasActivityResource . | ||
915 | - | ||
916 | -ILAP:hasActivityServiceSupplier | ||
917 | - rdf:type owl:ObjectProperty ; | ||
918 | - rdfs:domain ILAP:PlannedActivity ; | ||
919 | - rdfs:label "has activity service supplier"^^xsd:string ; | ||
920 | - rdfs:range BRREG:Contractor ; | ||
921 | - rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | ||
922 | 761 | ||
923 | ILAP:hasActivityStatus | 762 | ILAP:hasActivityStatus |
924 | rdf:type owl:ObjectProperty ; | 763 | rdf:type owl:ObjectProperty ; |
... | @@ -927,12 +766,19 @@ ILAP:hasActivityStatus | ... | @@ -927,12 +766,19 @@ ILAP:hasActivityStatus |
927 | rdfs:range ILAP:Status . | 766 | rdfs:range ILAP:Status . |
928 | 767 | ||
929 | ILAP:hasActivitySuccessor | 768 | ILAP:hasActivitySuccessor |
930 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 769 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
931 | rdfs:domain ILAP:PlannedActivity ; | 770 | rdfs:domain ILAP:PlannedActivity ; |
932 | rdfs:label "has activity successor"^^xsd:string ; | 771 | rdfs:label "has activity successor"^^xsd:string ; |
933 | - rdfs:range ILAP:Successor ; | 772 | + rdfs:range ILAP:ActivityDependency ; |
934 | owl:inverseOf ILAP:hasPredecessorActivity . | 773 | owl:inverseOf ILAP:hasPredecessorActivity . |
935 | 774 | ||
775 | +ILAP:hasActivitySupplier | ||
776 | + rdf:type owl:ObjectProperty ; | ||
777 | + rdfs:domain ILAP:PlannedActivity ; | ||
778 | + rdfs:label "has activity supplier"^^xsd:string ; | ||
779 | + rdfs:range BRREG:Contractor ; | ||
780 | + rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | ||
781 | + | ||
936 | ILAP:hasActivityTaskLeader | 782 | ILAP:hasActivityTaskLeader |
937 | rdf:type owl:ObjectProperty ; | 783 | rdf:type owl:ObjectProperty ; |
938 | rdfs:domain ILAP:PlannedActivity ; | 784 | rdfs:domain ILAP:PlannedActivity ; |
... | @@ -962,6 +808,13 @@ ILAP:hasActivityWorkVolume | ... | @@ -962,6 +808,13 @@ ILAP:hasActivityWorkVolume |
962 | rdfs:label "has activity work volume"^^xsd:string ; | 808 | rdfs:label "has activity work volume"^^xsd:string ; |
963 | rdfs:range xsd:float . | 809 | rdfs:range xsd:float . |
964 | 810 | ||
811 | +ILAP:hasBaselineActivityDuration | ||
812 | + rdf:type owl:DatatypeProperty ; | ||
813 | + rdfs:domain ILAP:ScheduledActivity ; | ||
814 | + rdfs:label "has Baseline Activity Duration"^^xsd:string ; | ||
815 | + rdfs:range xsd:float ; | ||
816 | + rdfs:subPropertyOf ILAP:hasActivityDuration . | ||
817 | + | ||
965 | ILAP:hasBaselineCreatedDate | 818 | ILAP:hasBaselineCreatedDate |
966 | rdf:type owl:DatatypeProperty ; | 819 | rdf:type owl:DatatypeProperty ; |
967 | rdfs:domain ILAP:Baseline ; | 820 | rdfs:domain ILAP:Baseline ; |
... | @@ -973,7 +826,7 @@ ILAP:hasCalendarDate | ... | @@ -973,7 +826,7 @@ ILAP:hasCalendarDate |
973 | rdfs:label "has calendar date"^^xsd:string . | 826 | rdfs:label "has calendar date"^^xsd:string . |
974 | 827 | ||
975 | ILAP:hasCalendarFreePeriod | 828 | ILAP:hasCalendarFreePeriod |
976 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 829 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
977 | rdfs:domain ILAP:Calendar ; | 830 | rdfs:domain ILAP:Calendar ; |
978 | rdfs:label "has calendarcalendar free period"^^xsd:string ; | 831 | rdfs:label "has calendarcalendar free period"^^xsd:string ; |
979 | rdfs:range ILAP:CalendarFreePeriod . | 832 | rdfs:range ILAP:CalendarFreePeriod . |
... | @@ -989,29 +842,23 @@ ILAP:hasCalendarPeriodFreeDay | ... | @@ -989,29 +842,23 @@ ILAP:hasCalendarPeriodFreeDay |
989 | rdfs:range ILAP:CalendarDay ; | 842 | rdfs:range ILAP:CalendarDay ; |
990 | rdfs:subPropertyOf ILAP:hasCalendarPeriodDay . | 843 | rdfs:subPropertyOf ILAP:hasCalendarPeriodDay . |
991 | 844 | ||
992 | -ILAP:hasCalendarPeriodHour | 845 | +ILAP:hasCalendarPeriodFreeHour |
993 | rdf:type owl:ObjectProperty ; | 846 | rdf:type owl:ObjectProperty ; |
994 | - rdfs:label "has calendar period hour"^^xsd:string . | 847 | + rdfs:domain ILAP:CalendarFreePeriod ; |
995 | - | 848 | + rdfs:label "has calendar period free hour"^^xsd:string ; |
996 | -ILAP:hasCalendarPeriodWorkDay | ||
997 | - rdf:type owl:ObjectProperty ; | ||
998 | - rdfs:domain ILAP:CalendarWorkPeriod ; | ||
999 | - rdfs:label "has calendar period work day"^^xsd:string ; | ||
1000 | - rdfs:range ILAP:CalendarDay ; | ||
1001 | - rdfs:subPropertyOf ILAP:hasCalendarPeriodDay . | ||
1002 | - | ||
1003 | -ILAP:hasCalendarPeriodWorkHour | ||
1004 | - rdf:type owl:ObjectProperty ; | ||
1005 | - rdfs:domain ILAP:CalendarWorkPeriod ; | ||
1006 | - rdfs:label "has calendar period work hour"^^xsd:string ; | ||
1007 | rdfs:range ILAP:CalendarHour ; | 849 | rdfs:range ILAP:CalendarHour ; |
1008 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . | 850 | rdfs:subPropertyOf ILAP:hasCalendarPeriodHour . |
1009 | 851 | ||
1010 | -ILAP:hasCalendarWorkPeriod | 852 | +ILAP:hasCalendarPeriodHour |
1011 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 853 | + rdf:type owl:ObjectProperty ; |
1012 | - rdfs:domain ILAP:Calendar ; | 854 | + rdfs:label "has calendar period hour"^^xsd:string . |
1013 | - rdfs:label "has calendarcalendar work period"^^xsd:string ; | 855 | + |
1014 | - rdfs:range ILAP:CalendarWorkPeriod . | 856 | +ILAP:hasCurrentActivityDuration |
857 | + rdf:type owl:DatatypeProperty ; | ||
858 | + rdfs:domain ILAP:ScheduledActivity ; | ||
859 | + rdfs:label "has Current Activity Duration"^^xsd:string ; | ||
860 | + rdfs:range xsd:float ; | ||
861 | + rdfs:subPropertyOf ILAP:hasActivityDuration . | ||
1015 | 862 | ||
1016 | ILAP:hasDataProject | 863 | ILAP:hasDataProject |
1017 | rdf:type owl:ObjectProperty ; | 864 | rdf:type owl:ObjectProperty ; |
... | @@ -1048,6 +895,7 @@ ILAP:hasEarlyStartActual | ... | @@ -1048,6 +895,7 @@ ILAP:hasEarlyStartActual |
1048 | 895 | ||
1049 | ILAP:hasExternalReference | 896 | ILAP:hasExternalReference |
1050 | rdf:type owl:ObjectProperty ; | 897 | rdf:type owl:ObjectProperty ; |
898 | + rdfs:domain ILAP:Data ; | ||
1051 | rdfs:label "has External Reference"^^xsd:string ; | 899 | rdfs:label "has External Reference"^^xsd:string ; |
1052 | rdfs:range ILAP:ExternalReference . | 900 | rdfs:range ILAP:ExternalReference . |
1053 | 901 | ||
... | @@ -1123,23 +971,31 @@ ILAP:hasMilestonePredecessor | ... | @@ -1123,23 +971,31 @@ ILAP:hasMilestonePredecessor |
1123 | rdf:type owl:ObjectProperty ; | 971 | rdf:type owl:ObjectProperty ; |
1124 | rdfs:domain ILAP:Milestone ; | 972 | rdfs:domain ILAP:Milestone ; |
1125 | rdfs:label "has Milestone Predecessor"^^xsd:string ; | 973 | rdfs:label "has Milestone Predecessor"^^xsd:string ; |
1126 | - rdfs:range ILAP:Successor . | 974 | + rdfs:range ILAP:ActivityDependency . |
1127 | 975 | ||
1128 | ILAP:hasMilestoneSuccessor | 976 | ILAP:hasMilestoneSuccessor |
1129 | rdf:type owl:ObjectProperty ; | 977 | rdf:type owl:ObjectProperty ; |
1130 | rdfs:domain ILAP:Milestone ; | 978 | rdfs:domain ILAP:Milestone ; |
1131 | rdfs:label "has milestone successor"^^xsd:string ; | 979 | rdfs:label "has milestone successor"^^xsd:string ; |
1132 | - rdfs:range ILAP:Successor . | 980 | + rdfs:range ILAP:ActivityDependency . |
1133 | 981 | ||
1134 | ILAP:hasName | 982 | ILAP:hasName |
1135 | rdf:type owl:DatatypeProperty ; | 983 | rdf:type owl:DatatypeProperty ; |
1136 | rdfs:label "has name"^^xsd:string ; | 984 | rdfs:label "has name"^^xsd:string ; |
1137 | rdfs:range xsd:string . | 985 | rdfs:range xsd:string . |
1138 | 986 | ||
987 | +ILAP:hasOriginalActivityDuration | ||
988 | + rdf:type owl:DatatypeProperty ; | ||
989 | + rdfs:domain ILAP:ScheduledActivity ; | ||
990 | + rdfs:label "has Original Activity Duration"^^xsd:string ; | ||
991 | + rdfs:range xsd:float ; | ||
992 | + rdfs:subPropertyOf ILAP:hasActivityDuration . | ||
993 | + | ||
1139 | ILAP:hasPlanAsset | 994 | ILAP:hasPlanAsset |
1140 | rdf:type owl:ObjectProperty ; | 995 | rdf:type owl:ObjectProperty ; |
1141 | rdfs:domain ILAP:ExecutionPlan ; | 996 | rdfs:domain ILAP:ExecutionPlan ; |
1142 | - rdfs:label "has plan asset"^^xsd:string . | 997 | + rdfs:label "has plan asset"^^xsd:string ; |
998 | + rdfs:range ILAP:Asset . | ||
1143 | 999 | ||
1144 | ILAP:hasPlanAssetOwner | 1000 | ILAP:hasPlanAssetOwner |
1145 | rdf:type owl:ObjectProperty ; | 1001 | rdf:type owl:ObjectProperty ; |
... | @@ -1192,10 +1048,10 @@ ILAP:hasPlanLicensePartner | ... | @@ -1192,10 +1048,10 @@ ILAP:hasPlanLicensePartner |
1192 | rdfs:range BRREG:OilCompany ; | 1048 | rdfs:range BRREG:OilCompany ; |
1193 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1049 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1194 | 1050 | ||
1195 | -ILAP:hasPlanLifecyclePhase | 1051 | +ILAP:hasPlanLifecycleStage |
1196 | rdf:type owl:ObjectProperty ; | 1052 | rdf:type owl:ObjectProperty ; |
1197 | rdfs:domain ILAP:ExecutionPlan ; | 1053 | rdfs:domain ILAP:ExecutionPlan ; |
1198 | - rdfs:label "has plan lifecycle phase"^^xsd:string ; | 1054 | + rdfs:label "has plan lifecycle stage"^^xsd:string ; |
1199 | rdfs:range ILAP:PlanLifecyclePhase . | 1055 | rdfs:range ILAP:PlanLifecyclePhase . |
1200 | 1056 | ||
1201 | ILAP:hasPlanNPDelement | 1057 | ILAP:hasPlanNPDelement |
... | @@ -1204,6 +1060,12 @@ ILAP:hasPlanNPDelement | ... | @@ -1204,6 +1060,12 @@ ILAP:hasPlanNPDelement |
1204 | rdfs:label "has plan NPD element"^^xsd:string ; | 1060 | rdfs:label "has plan NPD element"^^xsd:string ; |
1205 | rdfs:range NPD:NPDelement . | 1061 | rdfs:range NPD:NPDelement . |
1206 | 1062 | ||
1063 | +ILAP:hasPlanObjectiveType | ||
1064 | + rdf:type owl:ObjectProperty ; | ||
1065 | + rdfs:domain ILAP:ExecutionPlan ; | ||
1066 | + rdfs:label "has plan objective type"^^xsd:string ; | ||
1067 | + rdfs:range ILAP:PlanObjectiveType . | ||
1068 | + | ||
1207 | ILAP:hasPlanOperator | 1069 | ILAP:hasPlanOperator |
1208 | rdf:type owl:ObjectProperty ; | 1070 | rdf:type owl:ObjectProperty ; |
1209 | rdfs:domain ILAP:ExecutionPlan ; | 1071 | rdfs:domain ILAP:ExecutionPlan ; |
... | @@ -1211,6 +1073,12 @@ ILAP:hasPlanOperator | ... | @@ -1211,6 +1073,12 @@ ILAP:hasPlanOperator |
1211 | rdfs:range BRREG:OilCompany ; | 1073 | rdfs:range BRREG:OilCompany ; |
1212 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1074 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1213 | 1075 | ||
1076 | +ILAP:hasPlanPhase | ||
1077 | + rdf:type owl:ObjectProperty ; | ||
1078 | + rdfs:domain ILAP:ExecutionPlan ; | ||
1079 | + rdfs:label "has plan phase"^^xsd:string ; | ||
1080 | + rdfs:range ILAP:PlanPhase . | ||
1081 | + | ||
1214 | ILAP:hasPlanProject | 1082 | ILAP:hasPlanProject |
1215 | rdf:type owl:ObjectProperty ; | 1083 | rdf:type owl:ObjectProperty ; |
1216 | rdfs:domain ILAP:ExecutionPlan ; | 1084 | rdfs:domain ILAP:ExecutionPlan ; |
... | @@ -1231,7 +1099,7 @@ ILAP:hasPlanRegulator | ... | @@ -1231,7 +1099,7 @@ ILAP:hasPlanRegulator |
1231 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1099 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1232 | 1100 | ||
1233 | ILAP:hasPlanResponsible | 1101 | ILAP:hasPlanResponsible |
1234 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1102 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1235 | rdfs:label "has plan responsible"^^xsd:string . | 1103 | rdfs:label "has plan responsible"^^xsd:string . |
1236 | 1104 | ||
1237 | ILAP:hasPlanRollUpPlan | 1105 | ILAP:hasPlanRollUpPlan |
... | @@ -1240,60 +1108,55 @@ ILAP:hasPlanRollUpPlan | ... | @@ -1240,60 +1108,55 @@ ILAP:hasPlanRollUpPlan |
1240 | rdfs:label "has plan roll up plan"^^xsd:string ; | 1108 | rdfs:label "has plan roll up plan"^^xsd:string ; |
1241 | rdfs:range ILAP:ExecutionPlan . | 1109 | rdfs:range ILAP:ExecutionPlan . |
1242 | 1110 | ||
1243 | -ILAP:hasPlanServiceSupplier | ||
1244 | - rdf:type owl:ObjectProperty ; | ||
1245 | - rdfs:domain ILAP:ExecutionPlan ; | ||
1246 | - rdfs:label "has plan service supplier"^^xsd:string ; | ||
1247 | - rdfs:range BRREG:Contractor ; | ||
1248 | - rdfs:subPropertyOf ILAP:hasPlanResponsible . | ||
1249 | - | ||
1250 | ILAP:hasPlanSubplan | 1111 | ILAP:hasPlanSubplan |
1251 | rdf:type owl:ObjectProperty ; | 1112 | rdf:type owl:ObjectProperty ; |
1252 | rdfs:domain ILAP:ExecutionPlan ; | 1113 | rdfs:domain ILAP:ExecutionPlan ; |
1253 | rdfs:label "has plan subplan"^^xsd:string ; | 1114 | rdfs:label "has plan subplan"^^xsd:string ; |
1254 | rdfs:range ILAP:ExecutionPlan . | 1115 | rdfs:range ILAP:ExecutionPlan . |
1255 | 1116 | ||
1117 | +ILAP:hasPlanSupplier | ||
1118 | + rdf:type owl:ObjectProperty ; | ||
1119 | + rdfs:domain ILAP:ExecutionPlan ; | ||
1120 | + rdfs:label "has plan supplier"^^xsd:string ; | ||
1121 | + rdfs:range BRREG:Contractor ; | ||
1122 | + rdfs:subPropertyOf ILAP:hasPlanResponsible . | ||
1123 | + | ||
1256 | ILAP:hasPlanUserField | 1124 | ILAP:hasPlanUserField |
1257 | rdf:type owl:ObjectProperty ; | 1125 | rdf:type owl:ObjectProperty ; |
1258 | rdfs:domain ILAP:ActivityPlan ; | 1126 | rdfs:domain ILAP:ActivityPlan ; |
1259 | rdfs:label "has plan user field"^^xsd:string ; | 1127 | rdfs:label "has plan user field"^^xsd:string ; |
1260 | rdfs:range ILAP:UserField . | 1128 | rdfs:range ILAP:UserField . |
1261 | 1129 | ||
1262 | -ILAP:hasPlanValueObjective | ||
1263 | - rdf:type owl:ObjectProperty ; | ||
1264 | - rdfs:domain ILAP:ExecutionPlan ; | ||
1265 | - rdfs:label "has plan value objective"^^xsd:string ; | ||
1266 | - rdfs:range ILAP:PlanValueObjective . | ||
1267 | - | ||
1268 | ILAP:hasPredecessorActivity | 1130 | ILAP:hasPredecessorActivity |
1269 | rdf:type owl:ObjectProperty ; | 1131 | rdf:type owl:ObjectProperty ; |
1270 | - rdfs:domain ILAP:Successor ; | 1132 | + rdfs:domain ILAP:ActivityDependency ; |
1271 | rdfs:label "has predecessor activity"^^xsd:string ; | 1133 | rdfs:label "has predecessor activity"^^xsd:string ; |
1272 | rdfs:range ILAP:PlannedActivity ; | 1134 | rdfs:range ILAP:PlannedActivity ; |
1273 | owl:inverseOf ILAP:hasActivitySuccessor . | 1135 | owl:inverseOf ILAP:hasActivitySuccessor . |
1274 | 1136 | ||
1275 | ILAP:hasProfilePoint | 1137 | ILAP:hasProfilePoint |
1276 | rdf:type owl:ObjectProperty ; | 1138 | rdf:type owl:ObjectProperty ; |
1277 | - rdfs:domain ILAP:Profile ; | 1139 | + rdfs:domain ILAP:ResourceProfile ; |
1278 | rdfs:label "has profile point"^^xsd:string ; | 1140 | rdfs:label "has profile point"^^xsd:string ; |
1279 | - rdfs:range ILAP:ProfilePoint . | 1141 | + rdfs:range ILAP:ResourceProfilePoint . |
1280 | 1142 | ||
1281 | ILAP:hasProfilePointXValue | 1143 | ILAP:hasProfilePointXValue |
1282 | rdf:type owl:DatatypeProperty ; | 1144 | rdf:type owl:DatatypeProperty ; |
1283 | - rdfs:domain ILAP:ProfilePoint ; | 1145 | + rdfs:domain ILAP:ResourceProfilePoint ; |
1284 | rdfs:label "has Profile Point X Value"^^xsd:string ; | 1146 | rdfs:label "has Profile Point X Value"^^xsd:string ; |
1285 | rdfs:range xsd:float . | 1147 | rdfs:range xsd:float . |
1286 | 1148 | ||
1287 | ILAP:hasProfilePointYValue | 1149 | ILAP:hasProfilePointYValue |
1288 | rdf:type owl:DatatypeProperty ; | 1150 | rdf:type owl:DatatypeProperty ; |
1289 | - rdfs:domain ILAP:ProfilePoint ; | 1151 | + rdfs:domain ILAP:ResourceProfilePoint ; |
1290 | rdfs:label "has Profile Point Y Value"^^xsd:string ; | 1152 | rdfs:label "has Profile Point Y Value"^^xsd:string ; |
1291 | rdfs:range xsd:float . | 1153 | rdfs:range xsd:float . |
1292 | 1154 | ||
1293 | ILAP:hasProjectResponsible | 1155 | ILAP:hasProjectResponsible |
1294 | rdf:type owl:ObjectProperty ; | 1156 | rdf:type owl:ObjectProperty ; |
1295 | rdfs:domain ILAP:Project ; | 1157 | rdfs:domain ILAP:Project ; |
1296 | - rdfs:label "has project responsible"^^xsd:string . | 1158 | + rdfs:label "has project responsible"^^xsd:string ; |
1159 | + rdfs:range ILAP:ResponsibleOrganization . | ||
1297 | 1160 | ||
1298 | ILAP:hasProjectSubproject | 1161 | ILAP:hasProjectSubproject |
1299 | rdf:type owl:ObjectProperty ; | 1162 | rdf:type owl:ObjectProperty ; |
... | @@ -1318,28 +1181,40 @@ ILAP:hasReferenceSource | ... | @@ -1318,28 +1181,40 @@ ILAP:hasReferenceSource |
1318 | rdfs:label "has reference source"^^xsd:string ; | 1181 | rdfs:label "has reference source"^^xsd:string ; |
1319 | rdfs:range ILAP:Source . | 1182 | rdfs:range ILAP:Source . |
1320 | 1183 | ||
1184 | +ILAP:hasRemainingActivityDuration | ||
1185 | + rdf:type owl:DatatypeProperty ; | ||
1186 | + rdfs:domain ILAP:ScheduledActivity ; | ||
1187 | + rdfs:label "has Remaining Activity Duration"^^xsd:string ; | ||
1188 | + rdfs:range xsd:float ; | ||
1189 | + rdfs:subPropertyOf ILAP:hasActivityDuration . | ||
1190 | + | ||
1321 | ILAP:hasResourceCalendar | 1191 | ILAP:hasResourceCalendar |
1322 | rdf:type owl:ObjectProperty ; | 1192 | rdf:type owl:ObjectProperty ; |
1193 | + rdfs:domain ILAP:Resource ; | ||
1323 | rdfs:label "has resource calendar"^^xsd:string ; | 1194 | rdfs:label "has resource calendar"^^xsd:string ; |
1324 | rdfs:range ILAP:Calendar . | 1195 | rdfs:range ILAP:Calendar . |
1325 | 1196 | ||
1326 | ILAP:hasResourceEarnedQuantity | 1197 | ILAP:hasResourceEarnedQuantity |
1327 | rdf:type owl:DatatypeProperty ; | 1198 | rdf:type owl:DatatypeProperty ; |
1199 | + rdfs:domain ILAP:Resource ; | ||
1328 | rdfs:label "has resource earned quantity"^^xsd:string ; | 1200 | rdfs:label "has resource earned quantity"^^xsd:string ; |
1329 | rdfs:range xsd:float . | 1201 | rdfs:range xsd:float . |
1330 | 1202 | ||
1331 | ILAP:hasResourceExpendedQuantity | 1203 | ILAP:hasResourceExpendedQuantity |
1332 | rdf:type owl:DatatypeProperty ; | 1204 | rdf:type owl:DatatypeProperty ; |
1205 | + rdfs:domain ILAP:Resource ; | ||
1333 | rdfs:label "has resource expended quantity"^^xsd:string ; | 1206 | rdfs:label "has resource expended quantity"^^xsd:string ; |
1334 | rdfs:range xsd:float . | 1207 | rdfs:range xsd:float . |
1335 | 1208 | ||
1336 | ILAP:hasResourceProfile | 1209 | ILAP:hasResourceProfile |
1337 | rdf:type owl:ObjectProperty ; | 1210 | rdf:type owl:ObjectProperty ; |
1211 | + rdfs:domain ILAP:Resource ; | ||
1338 | rdfs:label "has resource profile"^^xsd:string ; | 1212 | rdfs:label "has resource profile"^^xsd:string ; |
1339 | - rdfs:range ILAP:Profile . | 1213 | + rdfs:range ILAP:ResourceProfile . |
1340 | 1214 | ||
1341 | ILAP:hasResourceRemainingQuantity | 1215 | ILAP:hasResourceRemainingQuantity |
1342 | rdf:type owl:DatatypeProperty ; | 1216 | rdf:type owl:DatatypeProperty ; |
1217 | + rdfs:domain ILAP:Resource ; | ||
1343 | rdfs:label "has resource remaining quantity"^^xsd:string ; | 1218 | rdfs:label "has resource remaining quantity"^^xsd:string ; |
1344 | rdfs:range xsd:float . | 1219 | rdfs:range xsd:float . |
1345 | 1220 | ||
... | @@ -1350,7 +1225,7 @@ ILAP:hasResourceStructure | ... | @@ -1350,7 +1225,7 @@ ILAP:hasResourceStructure |
1350 | 1225 | ||
1351 | ILAP:hasScheduleBaseline | 1226 | ILAP:hasScheduleBaseline |
1352 | rdf:type owl:ObjectProperty ; | 1227 | rdf:type owl:ObjectProperty ; |
1353 | - rdfs:domain ILAP:NetworkSchedule ; | 1228 | + rdfs:domain ILAP:Schedule ; |
1354 | rdfs:label "has Schedule Baseline"^^xsd:string ; | 1229 | rdfs:label "has Schedule Baseline"^^xsd:string ; |
1355 | rdfs:range ILAP:Baseline . | 1230 | rdfs:range ILAP:Baseline . |
1356 | 1231 | ||
... | @@ -1360,7 +1235,7 @@ ILAP:hasScheduleDate | ... | @@ -1360,7 +1235,7 @@ ILAP:hasScheduleDate |
1360 | 1235 | ||
1361 | ILAP:hasSchedulePlan | 1236 | ILAP:hasSchedulePlan |
1362 | rdf:type owl:ObjectProperty ; | 1237 | rdf:type owl:ObjectProperty ; |
1363 | - rdfs:domain ILAP:NetworkSchedule ; | 1238 | + rdfs:domain ILAP:Schedule ; |
1364 | rdfs:label "has schedule plan "^^xsd:string ; | 1239 | rdfs:label "has schedule plan "^^xsd:string ; |
1365 | rdfs:range ILAP:ExecutionPlan . | 1240 | rdfs:range ILAP:ExecutionPlan . |
1366 | 1241 | ||
... | @@ -1379,27 +1254,27 @@ ILAP:hasScheduledStart | ... | @@ -1379,27 +1254,27 @@ ILAP:hasScheduledStart |
1379 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1254 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
1380 | 1255 | ||
1381 | ILAP:hasSuccessorActivity | 1256 | ILAP:hasSuccessorActivity |
1382 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1257 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1383 | - rdfs:domain ILAP:Successor ; | 1258 | + rdfs:domain ILAP:ActivityDependency ; |
1384 | rdfs:label "has successor activity "^^xsd:string ; | 1259 | rdfs:label "has successor activity "^^xsd:string ; |
1385 | rdfs:range ILAP:PlannedActivity ; | 1260 | rdfs:range ILAP:PlannedActivity ; |
1386 | owl:inverseOf ILAP:hasActivityPredecessor . | 1261 | owl:inverseOf ILAP:hasActivityPredecessor . |
1387 | 1262 | ||
1388 | ILAP:hasSuccessorCalendar | 1263 | ILAP:hasSuccessorCalendar |
1389 | rdf:type owl:ObjectProperty ; | 1264 | rdf:type owl:ObjectProperty ; |
1390 | - rdfs:domain ILAP:Successor ; | 1265 | + rdfs:domain ILAP:ActivityDependency ; |
1391 | rdfs:label "has successor calendar"^^xsd:string ; | 1266 | rdfs:label "has successor calendar"^^xsd:string ; |
1392 | rdfs:range ILAP:Calendar . | 1267 | rdfs:range ILAP:Calendar . |
1393 | 1268 | ||
1394 | ILAP:hasSuccessorLag | 1269 | ILAP:hasSuccessorLag |
1395 | rdf:type owl:DatatypeProperty ; | 1270 | rdf:type owl:DatatypeProperty ; |
1396 | - rdfs:domain ILAP:Successor ; | 1271 | + rdfs:domain ILAP:ActivityDependency ; |
1397 | rdfs:label "has successor lag"^^xsd:string ; | 1272 | rdfs:label "has successor lag"^^xsd:string ; |
1398 | rdfs:range xsd:integer . | 1273 | rdfs:range xsd:integer . |
1399 | 1274 | ||
1400 | ILAP:hasSuccessorMilestone | 1275 | ILAP:hasSuccessorMilestone |
1401 | rdf:type owl:ObjectProperty ; | 1276 | rdf:type owl:ObjectProperty ; |
1402 | - rdfs:domain ILAP:Successor ; | 1277 | + rdfs:domain ILAP:ActivityDependency ; |
1403 | rdfs:label "has successor milestone"^^xsd:string ; | 1278 | rdfs:label "has successor milestone"^^xsd:string ; |
1404 | rdfs:range ILAP:Milestone . | 1279 | rdfs:range ILAP:Milestone . |
1405 | 1280 | ||
... | @@ -1435,10 +1310,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -1435,10 +1310,10 @@ ILAP:hasWorkTaskResponsible |
1435 | rdf:type owl:ObjectProperty ; | 1310 | rdf:type owl:ObjectProperty ; |
1436 | rdfs:label "has work task responsible"^^xsd:string . | 1311 | rdfs:label "has work task responsible"^^xsd:string . |
1437 | 1312 | ||
1438 | -ILAP:hasWorkTaskServiceSupplier | 1313 | +ILAP:hasWorkTaskSupplier |
1439 | rdf:type owl:ObjectProperty ; | 1314 | rdf:type owl:ObjectProperty ; |
1440 | rdfs:domain ILAP:WorkTask ; | 1315 | rdfs:domain ILAP:WorkTask ; |
1441 | - rdfs:label "has work task service supplier"^^xsd:string ; | 1316 | + rdfs:label "has work task supplier"^^xsd:string ; |
1442 | rdfs:range BRREG:Contractor ; | 1317 | rdfs:range BRREG:Contractor ; |
1443 | rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . | 1318 | rdfs:subPropertyOf ILAP:hasWorkTaskResponsible . |
1444 | 1319 | ... | ... |
... | @@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4 | ... | @@ -65,7 +65,7 @@ UC1:ActivityInSchedule_4 |
65 | UC1:ActualSchedule_1 . | 65 | UC1:ActualSchedule_1 . |
66 | 66 | ||
67 | UC1:ActualSchedule_1 | 67 | UC1:ActualSchedule_1 |
68 | - rdf:type ILAP:RevisedSchedule ; | 68 | + rdf:type ILAP:TargetSchedule ; |
69 | rdfs:label "Actual schedule 1"^^xsd:string ; | 69 | rdfs:label "Actual schedule 1"^^xsd:string ; |
70 | ILAP:hasPlanUserField | 70 | ILAP:hasPlanUserField |
71 | <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; | 71 | <http://data.posccaesar.org/NCS_PLANNING/UserField_3> ; |
... | @@ -123,6 +123,47 @@ UC1:Milestone_1 | ... | @@ -123,6 +123,47 @@ UC1:Milestone_1 |
123 | rdf:type ILAP:Milestone ; | 123 | rdf:type ILAP:Milestone ; |
124 | rdfs:label "Milestone 1"^^xsd:string . | 124 | rdfs:label "Milestone 1"^^xsd:string . |
125 | 125 | ||
126 | +UC1:PlannedActivity_1 | ||
127 | + rdf:type ILAP:PlannedActivity ; | ||
128 | + rdfs:label "Planned activity 1"^^xsd:string ; | ||
129 | + ILAP:hasActivityActualProgressPercent | ||
130 | + "50"^^xsd:float ; | ||
131 | + ILAP:hasActivityCalendar | ||
132 | + <http://data.posccaesar.org/Data/UC2/Regular8To16WorkingDayCalendar_1> ; | ||
133 | + ILAP:hasActivityContractor | ||
134 | + <http://data.posccaesar.org/brreg/Subsea7> ; | ||
135 | + ILAP:hasActivityDiscipline | ||
136 | + <http://data.posccaesar.org/Data/UC2/Discipline_1> ; | ||
137 | + ILAP:hasActivityEstimatedWeight | ||
138 | + "15000"^^xsd:float ; | ||
139 | + ILAP:hasActivityLocation | ||
140 | + <http://data.posccaesar.org/npd/StafjordA> , <http://data.posccaesar.org/Data/UC2/Location_1> ; | ||
141 | + ILAP:hasActivityPartActivity | ||
142 | + <http://data.posccaesar.org/Data/UC2/PlannedActivity_2> ; | ||
143 | + ILAP:hasActivityPhase | ||
144 | + <http://data.posccaesar.org/NCS_PLANNING/Operation> ; | ||
145 | + ILAP:hasActivityPhysicalPercentComplete | ||
146 | + "45"^^xsd:float ; | ||
147 | + ILAP:hasActivityPlannedProgressPercent | ||
148 | + 55 ; | ||
149 | + ILAP:hasActivityRegulator | ||
150 | + <http://data.posccaesar.org/brreg/NPD> ; | ||
151 | + ILAP:hasActivityResponsibleOrganization | ||
152 | + <http://data.posccaesar.org/Data/UC2/ResponsibleOrganization_1> ; | ||
153 | + ILAP:hasActivityResponsiblePerson | ||
154 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
155 | + ILAP:hasActivityStatus | ||
156 | + <http://data.posccaesar.org/NCS_PLANNING/Active> ; | ||
157 | + ILAP:hasActivitySupplier | ||
158 | + <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
159 | + ILAP:hasActivityTaskLeader | ||
160 | + <http://data.posccaesar.org/Data/UC2/ResponsiblePerson_1> ; | ||
161 | + ILAP:hasActivityVendor | ||
162 | + <http://data.posccaesar.org/brreg/BakerHughes> ; | ||
163 | + ILAP:hasActivityWBS <http://data.posccaesar.org/Data/UC2/ActivityWBS_1> ; | ||
164 | + ILAP:hasActivityWorkVolume | ||
165 | + "550"^^xsd:float . | ||
166 | + | ||
126 | UC1:PlannedResource_1 | 167 | UC1:PlannedResource_1 |
127 | rdf:type ILAP:PlannedResource ; | 168 | rdf:type ILAP:PlannedResource ; |
128 | rdfs:label "Planned resource 1"^^xsd:string ; | 169 | rdfs:label "Planned resource 1"^^xsd:string ; |
... | @@ -130,7 +171,7 @@ UC1:PlannedResource_1 | ... | @@ -130,7 +171,7 @@ UC1:PlannedResource_1 |
130 | UC1:Profile_1 . | 171 | UC1:Profile_1 . |
131 | 172 | ||
132 | UC1:ProfilePoint_1 | 173 | UC1:ProfilePoint_1 |
133 | - rdf:type ILAP:ProfilePoint ; | 174 | + rdf:type ILAP:ResourceProfilePoint ; |
134 | rdfs:label "Profile point 1"^^xsd:string ; | 175 | rdfs:label "Profile point 1"^^xsd:string ; |
135 | ILAP:hasProfilePointXValue | 176 | ILAP:hasProfilePointXValue |
136 | "0.1"^^xsd:float ; | 177 | "0.1"^^xsd:float ; |
... | @@ -138,7 +179,7 @@ UC1:ProfilePoint_1 | ... | @@ -138,7 +179,7 @@ UC1:ProfilePoint_1 |
138 | "0.2"^^xsd:float . | 179 | "0.2"^^xsd:float . |
139 | 180 | ||
140 | UC1:ProfilePoint_2 | 181 | UC1:ProfilePoint_2 |
141 | - rdf:type ILAP:ProfilePoint ; | 182 | + rdf:type ILAP:ResourceProfilePoint ; |
142 | rdfs:label "Profile point 2"^^xsd:string ; | 183 | rdfs:label "Profile point 2"^^xsd:string ; |
143 | ILAP:hasProfilePointXValue | 184 | ILAP:hasProfilePointXValue |
144 | "1.0"^^xsd:float ; | 185 | "1.0"^^xsd:float ; |
... | @@ -146,16 +187,51 @@ UC1:ProfilePoint_2 | ... | @@ -146,16 +187,51 @@ UC1:ProfilePoint_2 |
146 | "0.9"^^xsd:float . | 187 | "0.9"^^xsd:float . |
147 | 188 | ||
148 | UC1:Profile_1 | 189 | UC1:Profile_1 |
149 | - rdf:type ILAP:Profile ; | 190 | + rdf:type ILAP:ResourceProfile ; |
150 | rdfs:label "Profile 1"^^xsd:string ; | 191 | rdfs:label "Profile 1"^^xsd:string ; |
151 | ILAP:hasProfilePoint | 192 | ILAP:hasProfilePoint |
152 | - ILAP:ProfilePoint_2 , ILAP:ProfilePoint_1 . | 193 | + ILAP:ProfilePoint_1 , ILAP:ProfilePoint_2 . |
153 | 194 | ||
154 | UC1:ProjectPlan_1 | 195 | UC1:ProjectPlan_1 |
155 | rdf:type ILAP:ProjectPlan ; | 196 | rdf:type ILAP:ProjectPlan ; |
156 | rdfs:label "Project plan 1"^^xsd:string ; | 197 | rdfs:label "Project plan 1"^^xsd:string ; |
198 | + ILAP:hasExternalReference | ||
199 | + <http://data.posccaesar.org/Data/UC2/R-1234567890> ; | ||
200 | + ILAP:hasPlanAssetOwner | ||
201 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
202 | + ILAP:hasPlanContractType | ||
203 | + ILAP:ScheduleDriven ; | ||
204 | + ILAP:hasPlanContractor | ||
205 | + <http://data.posccaesar.org/brreg/Subsea7> ; | ||
206 | + ILAP:hasPlanExpenseType | ||
207 | + ILAP:CAPEX ; | ||
208 | + ILAP:hasPlanGeoArea ILAP:Facility ; | ||
209 | + ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; | ||
210 | + ILAP:hasPlanLicensePartner | ||
211 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
212 | + ILAP:hasPlanLifecycleStage | ||
213 | + ILAP:Development ; | ||
214 | + ILAP:hasPlanNPDelement | ||
215 | + <http://data.posccaesar.org/Data/UC2/Location_1> , <http://data.posccaesar.org/npd/Goliat> ; | ||
216 | + ILAP:hasPlanObjectiveType | ||
217 | + ILAP:BusinessAsUsual ; | ||
218 | + ILAP:hasPlanOperator | ||
219 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
220 | + ILAP:hasPlanProject <http://data.posccaesar.org/Data/UC2/Project_1> ; | ||
221 | + ILAP:hasPlanProjectType | ||
222 | + ILAP:GreenFieldProject ; | ||
223 | + ILAP:hasPlanRegulator | ||
224 | + <http://data.posccaesar.org/brreg/NPD> ; | ||
225 | + ILAP:hasPlanResponsible | ||
226 | + <http://data.posccaesar.org/brreg/EniNorge> ; | ||
227 | + ILAP:hasPlanRollUpPlan | ||
228 | + <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
229 | + ILAP:hasPlanSubplan <http://data.posccaesar.org/Data/UC2/ProjectPlan_2> ; | ||
230 | + ILAP:hasPlanSupplier | ||
231 | + <http://data.posccaesar.org/brreg/BakerHughes> , <http://data.posccaesar.org/brreg/Schlumberger> ; | ||
157 | ILAP:hasPlanUserField | 232 | ILAP:hasPlanUserField |
158 | - <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> . | 233 | + <http://data.posccaesar.org/NCS_PLANNING/UserField_2> , <http://data.posccaesar.org/NCS_PLANNING/UserField_3> , <http://data.posccaesar.org/NCS_PLANNING/UserField_1> ; |
234 | + ILAP:hasReferenceID "RDS489590"^^xsd:string . | ||
159 | 235 | ||
160 | UC1:Project_1 | 236 | UC1:Project_1 |
161 | rdf:type ILAP:Project ; | 237 | rdf:type ILAP:Project ; |
... | @@ -187,6 +263,14 @@ UC1:UserField_3 | ... | @@ -187,6 +263,14 @@ UC1:UserField_3 |
187 | rdf:type ILAP:UserField ; | 263 | rdf:type ILAP:UserField ; |
188 | rdfs:label "User field 3"^^xsd:string . | 264 | rdfs:label "User field 3"^^xsd:string . |
189 | 265 | ||
266 | +<http://data.posccaesar.org/Data/UC2/NetworkSchedule_1> | ||
267 | + ILAP:hasSchedulePlan | ||
268 | + UC1:ProjectPlan_1 . | ||
269 | + | ||
270 | +<http://data.posccaesar.org/Data/UC2/PlannedActivity_1> | ||
271 | + ILAP:hasActivityPlan | ||
272 | + UC1:ProjectPlan_1 . | ||
273 | + | ||
190 | <http://data.posccaesar.org/NCS_PLANNING/UserField_1> | 274 | <http://data.posccaesar.org/NCS_PLANNING/UserField_1> |
191 | ILAP:hasUserFieldName | 275 | ILAP:hasUserFieldName |
192 | "Area"^^xsd:string ; | 276 | "Area"^^xsd:string ; |
... | @@ -208,3 +292,7 @@ UC1:UserField_3 | ... | @@ -208,3 +292,7 @@ UC1:UserField_3 |
208 | <http://data.posccaesar.org/brreg/Sevan> ; | 292 | <http://data.posccaesar.org/brreg/Sevan> ; |
209 | ILAP:hasUserFieldValue | 293 | ILAP:hasUserFieldValue |
210 | "Explosive Environment"^^xsd:string . | 294 | "Explosive Environment"^^xsd:string . |
295 | + | ||
296 | +ILAP:PlannedActivity_1 | ||
297 | + ILAP:hasActivityPlan | ||
298 | + UC1:ProjectPlan_1 . | ... | ... |
... | @@ -16,10 +16,6 @@ | ... | @@ -16,10 +16,6 @@ |
16 | UC2: rdf:type owl:Ontology ; | 16 | UC2: rdf:type owl:Ontology ; |
17 | owl:imports NCS: . | 17 | owl:imports NCS: . |
18 | 18 | ||
19 | -UC2:ActivityDependency_1 | ||
20 | - rdf:type ILAP:ActivityDependency ; | ||
21 | - rdfs:label "Activity dependency 1"^^xsd:string . | ||
22 | - | ||
23 | UC2:ActivityWBS_1 | 19 | UC2:ActivityWBS_1 |
24 | rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; | 20 | rdf:type COR:ADA , ILAP:ActivityWBS , PBS:AC , <http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6> ; |
25 | rdfs:label "Activity WBS 1"^^xsd:string . | 21 | rdfs:label "Activity WBS 1"^^xsd:string . |
... | @@ -40,16 +36,6 @@ UC2:Discipline_1 | ... | @@ -40,16 +36,6 @@ UC2:Discipline_1 |
40 | rdf:type COR:BEA , ILAP:Discipline ; | 36 | rdf:type COR:BEA , ILAP:Discipline ; |
41 | rdfs:label "Discipline 1"^^xsd:string . | 37 | rdfs:label "Discipline 1"^^xsd:string . |
42 | 38 | ||
43 | -UC2:FinishToStart_1 | ||
44 | - rdf:type ILAP:FinishToStart ; | ||
45 | - rdfs:label "Finish to start 1"^^xsd:string ; | ||
46 | - ILAP:hasSuccessorActivity | ||
47 | - UC2:PlannedActivity_2 ; | ||
48 | - ILAP:hasSuccessorCalendar | ||
49 | - UC2:Regular8To16WorkingDayCalendar_1 ; | ||
50 | - ILAP:hasSuccessorLag | ||
51 | - 2 . | ||
52 | - | ||
53 | UC2:Location_1 | 39 | UC2:Location_1 |
54 | rdf:type NPD:StatfjordA , ILAP:Location ; | 40 | rdf:type NPD:StatfjordA , ILAP:Location ; |
55 | rdfs:label "Location 1"^^xsd:string . | 41 | rdfs:label "Location 1"^^xsd:string . |
... | @@ -59,7 +45,7 @@ UC2:Milestone_1 | ... | @@ -59,7 +45,7 @@ UC2:Milestone_1 |
59 | rdfs:label "Milestone 1"^^xsd:string . | 45 | rdfs:label "Milestone 1"^^xsd:string . |
60 | 46 | ||
61 | UC2:NetworkSchedule_1 | 47 | UC2:NetworkSchedule_1 |
62 | - rdf:type ILAP:NetworkSchedule ; | 48 | + rdf:type ILAP:Schedule ; |
63 | rdfs:label "Network schedule 1"^^xsd:string . | 49 | rdfs:label "Network schedule 1"^^xsd:string . |
64 | 50 | ||
65 | UC2:PlannedActivity_2 | 51 | UC2:PlannedActivity_2 |
... | @@ -67,7 +53,7 @@ UC2:PlannedActivity_2 | ... | @@ -67,7 +53,7 @@ UC2:PlannedActivity_2 |
67 | rdfs:label "Planned activity 2"^^xsd:string . | 53 | rdfs:label "Planned activity 2"^^xsd:string . |
68 | 54 | ||
69 | UC2:ProfilePoint_1 | 55 | UC2:ProfilePoint_1 |
70 | - rdf:type ILAP:ProfilePoint ; | 56 | + rdf:type ILAP:ResourceProfilePoint ; |
71 | rdfs:label "Profile point 1"^^xsd:string ; | 57 | rdfs:label "Profile point 1"^^xsd:string ; |
72 | ILAP:hasProfilePointXValue | 58 | ILAP:hasProfilePointXValue |
73 | "0"^^xsd:float ; | 59 | "0"^^xsd:float ; |
... | @@ -75,7 +61,7 @@ UC2:ProfilePoint_1 | ... | @@ -75,7 +61,7 @@ UC2:ProfilePoint_1 |
75 | "0"^^xsd:float . | 61 | "0"^^xsd:float . |
76 | 62 | ||
77 | UC2:ProfilePoint_2 | 63 | UC2:ProfilePoint_2 |
78 | - rdf:type ILAP:ProfilePoint ; | 64 | + rdf:type ILAP:ResourceProfilePoint ; |
79 | rdfs:label "Profile point 2"^^xsd:string ; | 65 | rdfs:label "Profile point 2"^^xsd:string ; |
80 | ILAP:hasProfilePointXValue | 66 | ILAP:hasProfilePointXValue |
81 | "1"^^xsd:float ; | 67 | "1"^^xsd:float ; |
... | @@ -83,10 +69,10 @@ UC2:ProfilePoint_2 | ... | @@ -83,10 +69,10 @@ UC2:ProfilePoint_2 |
83 | "1"^^xsd:float . | 69 | "1"^^xsd:float . |
84 | 70 | ||
85 | UC2:Profile_1 | 71 | UC2:Profile_1 |
86 | - rdf:type ILAP:Profile ; | 72 | + rdf:type ILAP:ResourceProfile ; |
87 | rdfs:label "Profile 1"^^xsd:string ; | 73 | rdfs:label "Profile 1"^^xsd:string ; |
88 | ILAP:hasProfilePoint | 74 | ILAP:hasProfilePoint |
89 | - UC2:ProfilePoint_2 , UC2:ProfilePoint_1 . | 75 | + UC2:ProfilePoint_1 , UC2:ProfilePoint_2 . |
90 | 76 | ||
91 | UC2:ProjectPlan_2 | 77 | UC2:ProjectPlan_2 |
92 | rdf:type ILAP:ProjectPlan ; | 78 | rdf:type ILAP:ProjectPlan ; | ... | ... |
-
Please register or login to post a comment