Showing
3 changed files
with
622 additions
and
478 deletions
... | @@ -14,52 +14,52 @@ ILAP: | ... | @@ -14,52 +14,52 @@ ILAP: |
14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 14 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
15 | 15 | ||
16 | ILAP:Activity | 16 | ILAP:Activity |
17 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 17 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
18 | rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; | 18 | rdfs:comment "A Thing that brings about (intended) change by events, operations or processes that consume time and possibly other resources (adapted from ISO 15926, PMI and BSI)."^^xsd:string ; |
19 | rdfs:label "Activity"^^xsd:string ; | 19 | rdfs:label "Activity"^^xsd:string ; |
20 | rdfs:subClassOf | 20 | rdfs:subClassOf |
21 | [ rdf:type owl:Restriction ; | 21 | [ rdf:type owl:Restriction ; |
22 | - owl:allValuesFrom ILAP:Discipline ; | 22 | + owl:allValuesFrom ILAP:Status ; |
23 | - owl:onProperty ILAP:hasActivityDiscipline | 23 | + owl:onProperty ILAP:hasActivityStatus |
24 | ] ; | 24 | ] ; |
25 | rdfs:subClassOf | 25 | rdfs:subClassOf |
26 | [ rdf:type owl:Restriction ; | 26 | [ rdf:type owl:Restriction ; |
27 | - owl:allValuesFrom ILAP:Calendar ; | 27 | + owl:onProperty ILAP:hasExternalReference ; |
28 | - owl:onProperty ILAP:hasActivityCalendar | 28 | + owl:someValuesFrom ILAP:ExternalReference |
29 | ] ; | 29 | ] ; |
30 | rdfs:subClassOf | 30 | rdfs:subClassOf |
31 | [ rdf:type owl:Restriction ; | 31 | [ rdf:type owl:Restriction ; |
32 | - owl:onProperty ILAP:hasExternalReference ; | 32 | + owl:allValuesFrom ILAP:Calendar ; |
33 | - owl:someValuesFrom ILAP:ExternalReference | 33 | + owl:onProperty ILAP:hasActivityCalendar |
34 | ] ; | 34 | ] ; |
35 | rdfs:subClassOf | 35 | rdfs:subClassOf |
36 | [ rdf:type owl:Restriction ; | 36 | [ rdf:type owl:Restriction ; |
37 | - owl:allValuesFrom ILAP:Status ; | 37 | + owl:allValuesFrom ILAP:Discipline ; |
38 | - owl:onProperty ILAP:hasActivityStatus | 38 | + owl:onProperty ILAP:hasActivityDiscipline |
39 | ] . | 39 | ] . |
40 | 40 | ||
41 | ILAP:ActivityDependency | 41 | ILAP:ActivityDependency |
42 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; | 42 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; |
43 | rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; | 43 | rdfs:comment "A Constraint in which an Activity or Milestone is linked to other Activities (or Milestones) that must be performed (completely or partially) before it can be performed."^^xsd:string ; |
44 | rdfs:label "Activity Dependency"^^xsd:string ; | 44 | rdfs:label "Activity Dependency"^^xsd:string ; |
45 | rdfs:subClassOf ILAP:Constraint ; | 45 | rdfs:subClassOf ILAP:Constraint ; |
46 | rdfs:subClassOf | 46 | rdfs:subClassOf |
47 | [ rdf:type owl:Restriction ; | 47 | [ rdf:type owl:Restriction ; |
48 | owl:onClass ILAP:Activity ; | 48 | owl:onClass ILAP:Activity ; |
49 | - owl:onProperty ILAP:hasPredecessorActivity ; | 49 | + owl:onProperty ILAP:hasSuccessorActivity ; |
50 | owl:qualifiedCardinality | 50 | owl:qualifiedCardinality |
51 | "1"^^xsd:nonNegativeInteger | 51 | "1"^^xsd:nonNegativeInteger |
52 | ] ; | 52 | ] ; |
53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
55 | owl:onClass ILAP:Activity ; | 55 | owl:onClass ILAP:Activity ; |
56 | - owl:onProperty ILAP:hasSuccessorActivity ; | 56 | + owl:onProperty ILAP:hasPredecessorActivity ; |
57 | owl:qualifiedCardinality | 57 | owl:qualifiedCardinality |
58 | "1"^^xsd:nonNegativeInteger | 58 | "1"^^xsd:nonNegativeInteger |
59 | ] . | 59 | ] . |
60 | 60 | ||
61 | ILAP:ActivityPlan | 61 | ILAP:ActivityPlan |
62 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 62 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
63 | rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; | 63 | rdfs:comment "A Network of Activities connected by Activity Dependencies, usually represented as a diagram or list of steps used to achieve an Objective."^^xsd:string ; |
64 | rdfs:label "Activity Plan"^^xsd:string ; | 64 | rdfs:label "Activity Plan"^^xsd:string ; |
65 | rdfs:subClassOf ILAP:Network ; | 65 | rdfs:subClassOf ILAP:Network ; |
... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus | ... | @@ -76,7 +76,7 @@ ILAP:ActivityStatus |
76 | rdfs:subClassOf ILAP:Status . | 76 | rdfs:subClassOf ILAP:Status . |
77 | 77 | ||
78 | ILAP:ActivityWBS | 78 | ILAP:ActivityWBS |
79 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> ; | 79 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#DocumentDefinition> , owl:Class ; |
80 | rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; | 80 | rdfs:comment "A Network that consists of Work Breakdown Structure elements, a deliverable-oriented grouping of components that organizes and defines the scope of the project. Each Activity has a WBS elements assigned to it."^^xsd:string ; |
81 | rdfs:label "Activity WBS"^^xsd:string ; | 81 | rdfs:label "Activity WBS"^^xsd:string ; |
82 | rdfs:subClassOf ILAP:Network . | 82 | rdfs:subClassOf ILAP:Network . |
... | @@ -84,16 +84,16 @@ ILAP:ActivityWBS | ... | @@ -84,16 +84,16 @@ ILAP:ActivityWBS |
84 | ILAP:Application | 84 | ILAP:Application |
85 | rdf:type owl:Class ; | 85 | rdf:type owl:Class ; |
86 | rdfs:label "Application"^^xsd:string ; | 86 | rdfs:label "Application"^^xsd:string ; |
87 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS43165907246> , owl:Thing . | 87 | + rdfs:subClassOf owl:Thing , <http://data.posccaesar.org/rdl/RDS43165907246> . |
88 | 88 | ||
89 | ILAP:Asset | 89 | ILAP:Asset |
90 | rdf:type owl:Class ; | 90 | rdf:type owl:Class ; |
91 | rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; | 91 | rdfs:comment "A Thing that is owned by a business entity from which future economic benefits may be obtained. In the context of ILAP, the focus is on physical assets."^^xsd:string ; |
92 | rdfs:label "Asset"^^xsd:string ; | 92 | rdfs:label "Asset"^^xsd:string ; |
93 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13318199> , owl:Thing . | 93 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13318199> . |
94 | 94 | ||
95 | ILAP:Baseline | 95 | ILAP:Baseline |
96 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 96 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
97 | rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; | 97 | rdfs:comment "A Network that represents the latest approved version of the Execution Plan, Schedule Cost Estimate and other related documentation, used to provide an official reference level against which the Activity Plan is monitored and controlled (Adapted from PMI and BSI)."^^xsd:string ; |
98 | rdfs:label "Baseline"^^xsd:string ; | 98 | rdfs:label "Baseline"^^xsd:string ; |
99 | rdfs:subClassOf ILAP:Network . | 99 | rdfs:subClassOf ILAP:Network . |
... | @@ -114,10 +114,10 @@ ILAP:COR | ... | @@ -114,10 +114,10 @@ ILAP:COR |
114 | rdfs:subClassOf ILAP:CommissioningMilestone . | 114 | rdfs:subClassOf ILAP:CommissioningMilestone . |
115 | 115 | ||
116 | ILAP:Calendar | 116 | ILAP:Calendar |
117 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 117 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
118 | rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; | 118 | rdfs:comment "A Thing that defines holidays, weekends, regular working hours and shifts applicable to the duration of a Plan or Schedule. It is used in the planning process for developing the schedule."^^xsd:string ; |
119 | rdfs:label "Calendar"^^xsd:string ; | 119 | rdfs:label "Calendar"^^xsd:string ; |
120 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7014210> ; | 120 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , owl:Thing ; |
121 | rdfs:subClassOf | 121 | rdfs:subClassOf |
122 | [ rdf:type owl:Restriction ; | 122 | [ rdf:type owl:Restriction ; |
123 | owl:allValuesFrom ILAP:CalendarFreePeriod ; | 123 | owl:allValuesFrom ILAP:CalendarFreePeriod ; |
... | @@ -125,16 +125,16 @@ ILAP:Calendar | ... | @@ -125,16 +125,16 @@ ILAP:Calendar |
125 | ] . | 125 | ] . |
126 | 126 | ||
127 | ILAP:CalendarDay | 127 | ILAP:CalendarDay |
128 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; | 128 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; |
129 | rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; | 129 | rdfs:comment "A Thing that is a (working or free) day in a given Calendar."^^xsd:string ; |
130 | rdfs:label "Calendar Day"^^xsd:string ; | 130 | rdfs:label "Calendar Day"^^xsd:string ; |
131 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS8945301> , owl:Thing . | 131 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS8945301> . |
132 | 132 | ||
133 | ILAP:CalendarFreePeriod | 133 | ILAP:CalendarFreePeriod |
134 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 134 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
135 | rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; | 135 | rdfs:comment "A Calendar Period that specifies free time."^^xsd:string ; |
136 | rdfs:label "Calendar Free Period"^^xsd:string ; | 136 | rdfs:label "Calendar Free Period"^^xsd:string ; |
137 | - rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarPeriod ; | 137 | + rdfs:subClassOf ILAP:CalendarPeriod , <http://posccaesar.org/rdl/page/RDS356215271> ; |
138 | rdfs:subClassOf | 138 | rdfs:subClassOf |
139 | [ rdf:type owl:Restriction ; | 139 | [ rdf:type owl:Restriction ; |
140 | owl:onClass ILAP:Calendar ; | 140 | owl:onClass ILAP:Calendar ; |
... | @@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod | ... | @@ -146,31 +146,31 @@ ILAP:CalendarFreePeriod |
146 | ] . | 146 | ] . |
147 | 147 | ||
148 | ILAP:CalendarFreePeriodWeekRepeat | 148 | ILAP:CalendarFreePeriodWeekRepeat |
149 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> ; | 149 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPeriodInTime> , owl:Class ; |
150 | rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; | 150 | rdfs:comment "A Calendar Free Period that specifies the same free period every week."^^xsd:string ; |
151 | rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; | 151 | rdfs:label "Calendar Free Period Week Repeat"^^xsd:string ; |
152 | - rdfs:subClassOf ILAP:CalendarFreePeriod , <http://posccaesar.org/rdl/page/RDS356215271> . | 152 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS356215271> , ILAP:CalendarFreePeriod . |
153 | 153 | ||
154 | ILAP:CalendarHour | 154 | ILAP:CalendarHour |
155 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 155 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
156 | rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; | 156 | rdfs:comment "A Thing that is a (working or free) hour in a given Calendar."^^xsd:string ; |
157 | rdfs:label "Calendar Hour"^^xsd:string ; | 157 | rdfs:label "Calendar Hour"^^xsd:string ; |
158 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS380969> , <http://posccaesar.org/rdl/RDS1326734> , owl:Thing . | 158 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1326734> , <http://posccaesar.org/rdl/RDS380969> . |
159 | 159 | ||
160 | ILAP:CalendarPeriod | 160 | ILAP:CalendarPeriod |
161 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> ; | 161 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#PropertySpace> , owl:Class ; |
162 | rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; | 162 | rdfs:comment "A Thing that defines the period in which the work (and free) hours apply, defined by a Calendar From-Time and a Calendar To-Time."^^xsd:string ; |
163 | rdfs:label "Calendar Period"^^xsd:string ; | 163 | rdfs:label "Calendar Period"^^xsd:string ; |
164 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS4316824755> , owl:Thing ; | 164 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS4316824755> ; |
165 | rdfs:subClassOf | 165 | rdfs:subClassOf |
166 | [ rdf:type owl:Restriction ; | 166 | [ rdf:type owl:Restriction ; |
167 | - owl:allValuesFrom ILAP:CalendarDay ; | 167 | + owl:allValuesFrom ILAP:CalendarHour ; |
168 | - owl:onProperty ILAP:hasCalendarPeriodDay | 168 | + owl:onProperty ILAP:hasCalendarPeriodHour |
169 | ] ; | 169 | ] ; |
170 | rdfs:subClassOf | 170 | rdfs:subClassOf |
171 | [ rdf:type owl:Restriction ; | 171 | [ rdf:type owl:Restriction ; |
172 | - owl:allValuesFrom ILAP:CalendarHour ; | 172 | + owl:allValuesFrom ILAP:CalendarDay ; |
173 | - owl:onProperty ILAP:hasCalendarPeriodHour | 173 | + owl:onProperty ILAP:hasCalendarPeriodDay |
174 | ] . | 174 | ] . |
175 | 175 | ||
176 | ILAP:Category | 176 | ILAP:Category |
... | @@ -188,7 +188,7 @@ ILAP:Constraint | ... | @@ -188,7 +188,7 @@ ILAP:Constraint |
188 | rdf:type owl:Class ; | 188 | rdf:type owl:Class ; |
189 | rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; | 189 | rdfs:comment "A Thing that defines limitation or restrictions on relationships between Possible Individuals (adapted from ISO 15926 and Dictionary.com)."^^xsd:string ; |
190 | rdfs:label "Constraint"^^xsd:string ; | 190 | rdfs:label "Constraint"^^xsd:string ; |
191 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS330344> , owl:Thing . | 191 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS330344> . |
192 | 192 | ||
193 | ILAP:ConstructionMilestone | 193 | ILAP:ConstructionMilestone |
194 | rdf:type owl:Class ; | 194 | rdf:type owl:Class ; |
... | @@ -199,7 +199,7 @@ ILAP:Contract | ... | @@ -199,7 +199,7 @@ ILAP:Contract |
199 | rdf:type owl:Class ; | 199 | rdf:type owl:Class ; |
200 | rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; | 200 | rdfs:comment "An agreement between two or more parties to accomplish a certain goal in a certain way.A project contract may take the form of an agreement between a builder and an asset owner in which the builder agrees to build necessary infrastructure by a certain time in a certain way, and, in exchange, the property owner makes certain remuneration (adapted from the Free Dictionary)"^^xsd:string ; |
201 | rdfs:label "Contract"^^xsd:string ; | 201 | rdfs:label "Contract"^^xsd:string ; |
202 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7953078> , owl:Thing . | 202 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> . |
203 | 203 | ||
204 | ILAP:ContractMilestone | 204 | ILAP:ContractMilestone |
205 | rdf:type owl:Class ; | 205 | rdf:type owl:Class ; |
... | @@ -227,7 +227,7 @@ ILAP:Cost | ... | @@ -227,7 +227,7 @@ ILAP:Cost |
227 | rdf:type owl:Class ; | 227 | rdf:type owl:Class ; |
228 | rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; | 228 | rdfs:comment "A Thing that is a monetary valuation of (1) effort, (2) material, (3) resources, (4) time and utilities consumed, (5) risks incurred, and (6) opportunity forgone in executing an activity. Costs can be both direct and indirect. All expenses are costs, but not all costs (such as those incurred in acquisition of an income-generating asset) are expenses."^^xsd:string ; |
229 | rdfs:label "Cost"^^xsd:string ; | 229 | rdfs:label "Cost"^^xsd:string ; |
230 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945027> , owl:Thing . | 230 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945027> . |
231 | 231 | ||
232 | ILAP:CostBased | 232 | ILAP:CostBased |
233 | rdf:type owl:Class ; | 233 | rdf:type owl:Class ; |
... | @@ -242,7 +242,7 @@ ILAP:Criticality | ... | @@ -242,7 +242,7 @@ ILAP:Criticality |
242 | rdfs:subClassOf owl:Thing . | 242 | rdfs:subClassOf owl:Thing . |
243 | 243 | ||
244 | ILAP:CurrentSchedule | 244 | ILAP:CurrentSchedule |
245 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 245 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
246 | rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; | 246 | rdfs:comment "A calculated Schedule that contains actual Activity start and end times so far, and forecasted remaining Activity start and end times without mitigating effects."^^xsd:string ; |
247 | rdfs:label "Current Schedule"^^xsd:string ; | 247 | rdfs:label "Current Schedule"^^xsd:string ; |
248 | rdfs:subClassOf ILAP:Schedule . | 248 | rdfs:subClassOf ILAP:Schedule . |
... | @@ -251,7 +251,7 @@ ILAP:Data | ... | @@ -251,7 +251,7 @@ ILAP:Data |
251 | rdf:type owl:Class ; | 251 | rdf:type owl:Class ; |
252 | rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; | 252 | rdfs:comment "Information that is produced or stored by a computer in the context of a given Objective, used usually to calculate, analyze or plan something (adapted from Merriam-Webster)."^^xsd:string ; |
253 | rdfs:label "Data"^^xsd:string ; | 253 | rdfs:label "Data"^^xsd:string ; |
254 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11708918> , ILAP:Information ; | 254 | + rdfs:subClassOf ILAP:Information , <http://posccaesar.org/rdl/RDS11708918> ; |
255 | rdfs:subClassOf | 255 | rdfs:subClassOf |
256 | [ rdf:type owl:Restriction ; | 256 | [ rdf:type owl:Restriction ; |
257 | owl:onClass ILAP:Project ; | 257 | owl:onClass ILAP:Project ; |
... | @@ -327,7 +327,7 @@ ILAP:DesignMilestone | ... | @@ -327,7 +327,7 @@ ILAP:DesignMilestone |
327 | rdfs:subClassOf ILAP:MilestoneType . | 327 | rdfs:subClassOf ILAP:MilestoneType . |
328 | 328 | ||
329 | ILAP:Discipline | 329 | ILAP:Discipline |
330 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 330 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
331 | rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; | 331 | rdfs:comment "A Thing that is the competence (area of knowledge and experience) required to carry out the work in one or more defined Activities, classified according to Discipline Code Manuals defined by participant organizations (typically by large Contractors, and based on standards such as NORSOK COR codes)."^^xsd:string ; |
332 | rdfs:label "Discipline"^^xsd:string ; | 332 | rdfs:label "Discipline"^^xsd:string ; |
333 | rdfs:subClassOf owl:Thing . | 333 | rdfs:subClassOf owl:Thing . |
... | @@ -348,16 +348,14 @@ ILAP:EngineeringMilestone | ... | @@ -348,16 +348,14 @@ ILAP:EngineeringMilestone |
348 | rdfs:subClassOf ILAP:MilestoneType . | 348 | rdfs:subClassOf ILAP:MilestoneType . |
349 | 349 | ||
350 | ILAP:ExternalReference | 350 | ILAP:ExternalReference |
351 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> ; | 351 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIdentification> , owl:Class ; |
352 | rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; | 352 | rdfs:comment "A Thing that identifies a specific information object according to an identification scheme of an external application (i.e., other than the ILAP exchange representation itself). An External Reference can be assigned to any ILAP object, such as Activities, Activity Networks, Projects, Successors, Calendars, Calendar Periods, Resources, etc."^^xsd:string ; |
353 | rdfs:label "External Reference"^^xsd:string ; | 353 | rdfs:label "External Reference"^^xsd:string ; |
354 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/page/RDS720105291> ; | 354 | + rdfs:subClassOf <http://posccaesar.org/rdl/page/RDS720105291> , owl:Thing ; |
355 | rdfs:subClassOf | 355 | rdfs:subClassOf |
356 | [ rdf:type owl:Restriction ; | 356 | [ rdf:type owl:Restriction ; |
357 | - owl:onDataRange xsd:string ; | 357 | + owl:allValuesFrom ILAP:Application ; |
358 | - owl:onProperty ILAP:hasObjectReferenceID ; | 358 | + owl:onProperty ILAP:hasReferenceApplication |
359 | - owl:qualifiedCardinality | ||
360 | - "1"^^xsd:nonNegativeInteger | ||
361 | ] ; | 359 | ] ; |
362 | rdfs:subClassOf | 360 | rdfs:subClassOf |
363 | [ rdf:type owl:Restriction ; | 361 | [ rdf:type owl:Restriction ; |
... | @@ -366,8 +364,10 @@ ILAP:ExternalReference | ... | @@ -366,8 +364,10 @@ ILAP:ExternalReference |
366 | ] ; | 364 | ] ; |
367 | rdfs:subClassOf | 365 | rdfs:subClassOf |
368 | [ rdf:type owl:Restriction ; | 366 | [ rdf:type owl:Restriction ; |
369 | - owl:allValuesFrom ILAP:Application ; | 367 | + owl:onDataRange xsd:string ; |
370 | - owl:onProperty ILAP:hasReferenceApplication | 368 | + owl:onProperty ILAP:hasObjectReferenceID ; |
369 | + owl:qualifiedCardinality | ||
370 | + "1"^^xsd:nonNegativeInteger | ||
371 | ] . | 371 | ] . |
372 | 372 | ||
373 | ILAP:Facility | 373 | ILAP:Facility |
... | @@ -383,16 +383,16 @@ ILAP:Field | ... | @@ -383,16 +383,16 @@ ILAP:Field |
383 | rdfs:subClassOf ILAP:Asset . | 383 | rdfs:subClassOf ILAP:Asset . |
384 | 384 | ||
385 | ILAP:FinishToFinish | 385 | ILAP:FinishToFinish |
386 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 386 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
387 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; | 387 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity is finished."^^xsd:string ; |
388 | rdfs:label "Finish to Finish"^^xsd:string ; | 388 | rdfs:label "Finish to Finish"^^xsd:string ; |
389 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 389 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
390 | 390 | ||
391 | ILAP:FinishToStart | 391 | ILAP:FinishToStart |
392 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 392 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
393 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; | 393 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity is finished."^^xsd:string ; |
394 | rdfs:label "Finish to Start"^^xsd:string ; | 394 | rdfs:label "Finish to Start"^^xsd:string ; |
395 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 395 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
396 | 396 | ||
397 | ILAP:FunctionalLocation | 397 | ILAP:FunctionalLocation |
398 | rdf:type owl:Class ; | 398 | rdf:type owl:Class ; |
... | @@ -422,7 +422,7 @@ ILAP:Information | ... | @@ -422,7 +422,7 @@ ILAP:Information |
422 | rdf:type owl:Class ; | 422 | rdf:type owl:Class ; |
423 | rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; | 423 | rdfs:comment "A Thing that is facts provided or learned about something or someone (Oxford Dictionaries)."^^xsd:string ; |
424 | rdfs:label "Information"^^xsd:string ; | 424 | rdfs:label "Information"^^xsd:string ; |
425 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS11711488> , owl:Thing . | 425 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS11711488> . |
426 | 426 | ||
427 | ILAP:Knowledge | 427 | ILAP:Knowledge |
428 | rdf:type owl:Class ; | 428 | rdf:type owl:Class ; |
... | @@ -443,16 +443,16 @@ ILAP:LifecyclePhase | ... | @@ -443,16 +443,16 @@ ILAP:LifecyclePhase |
443 | rdfs:subClassOf ILAP:Phase . | 443 | rdfs:subClassOf ILAP:Phase . |
444 | 444 | ||
445 | ILAP:LiveSchedule | 445 | ILAP:LiveSchedule |
446 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 446 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
447 | rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; | 447 | rdfs:comment "A decided Schedule that mitigates any delays discovered in the Current Schedule."^^xsd:string ; |
448 | rdfs:label "Live Schedule"^^xsd:string ; | 448 | rdfs:label "Live Schedule"^^xsd:string ; |
449 | rdfs:subClassOf ILAP:Schedule . | 449 | rdfs:subClassOf ILAP:Schedule . |
450 | 450 | ||
451 | ILAP:Location | 451 | ILAP:Location |
452 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> ; | 452 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfRelativeLocation> , owl:Class ; |
453 | rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; | 453 | rdfs:comment "A Thing that is the location (position) of an Asset."^^xsd:string ; |
454 | rdfs:label "Location"^^xsd:string ; | 454 | rdfs:label "Location"^^xsd:string ; |
455 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS943618371> . | 455 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS943618371> , owl:Thing . |
456 | 456 | ||
457 | ILAP:LowCriticality | 457 | ILAP:LowCriticality |
458 | rdf:type owl:Class ; | 458 | rdf:type owl:Class ; |
... | @@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus | ... | @@ -479,7 +479,7 @@ ILAP:MaterialOrderStatus |
479 | rdfs:subClassOf ILAP:Status . | 479 | rdfs:subClassOf ILAP:Status . |
480 | 480 | ||
481 | ILAP:Milestone | 481 | ILAP:Milestone |
482 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> , owl:Class ; | 482 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfEvent> ; |
483 | rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; | 483 | rdfs:comment "A Thing that is specified in the Activity Network, with a 0-duration, and in many cases a fixed date. A milestone is normally a specified event within the project, often linked to contractual items."^^xsd:string ; |
484 | rdfs:label "Milestone"^^xsd:string . | 484 | rdfs:label "Milestone"^^xsd:string . |
485 | 485 | ||
... | @@ -492,7 +492,7 @@ ILAP:Network | ... | @@ -492,7 +492,7 @@ ILAP:Network |
492 | rdf:type owl:Class ; | 492 | rdf:type owl:Class ; |
493 | rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; | 493 | rdfs:comment "A Thing that defines how (a set of) Possible Individuals are connected by Constraints (adapted from Merriam-Webster)."^^xsd:string ; |
494 | rdfs:label "Network"^^xsd:string ; | 494 | rdfs:label "Network"^^xsd:string ; |
495 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS1293947091> , owl:Thing . | 495 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1293947091> . |
496 | 496 | ||
497 | ILAP:NormalCriticality | 497 | ILAP:NormalCriticality |
498 | rdf:type owl:Class ; | 498 | rdf:type owl:Class ; |
... | @@ -551,58 +551,58 @@ ILAP:PhysicalLocation | ... | @@ -551,58 +551,58 @@ ILAP:PhysicalLocation |
551 | rdfs:subClassOf ILAP:Location . | 551 | rdfs:subClassOf ILAP:Location . |
552 | 552 | ||
553 | ILAP:PlanClassifier | 553 | ILAP:PlanClassifier |
554 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 554 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
555 | rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; | 555 | rdfs:comment "A Thing that is a (set of) Classifier(s) used to categorize a Plan. The various Classifiers are assigned a value from a set of possible values that are representative for how “things are organized and executed” on the Norwegian Continental Shelf, (other sets of values may be appropriate for other areas of the world)."^^xsd:string ; |
556 | rdfs:label "Plan Classifier"^^xsd:string ; | 556 | rdfs:label "Plan Classifier"^^xsd:string ; |
557 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , owl:Thing . | 557 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
558 | 558 | ||
559 | ILAP:PlanContentType | 559 | ILAP:PlanContentType |
560 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 560 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
561 | rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; | 561 | rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; |
562 | rdfs:label "Plan Content Type"^^xsd:string ; | 562 | rdfs:label "Plan Content Type"^^xsd:string ; |
563 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS892484261> , ILAP:PlanClassifier . | 563 | + rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
564 | 564 | ||
565 | ILAP:PlanContractType | 565 | ILAP:PlanContractType |
566 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 566 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
567 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; | 567 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; |
568 | rdfs:label "Plan Contract Type"^^xsd:string ; | 568 | rdfs:label "Plan Contract Type"^^xsd:string ; |
569 | rdfs:subClassOf ILAP:PlanClassifier . | 569 | rdfs:subClassOf ILAP:PlanClassifier . |
570 | 570 | ||
571 | ILAP:PlanExpenseType | 571 | ILAP:PlanExpenseType |
572 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 572 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
573 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; | 573 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; |
574 | rdfs:label "Plan Expense Type"^^xsd:string ; | 574 | rdfs:label "Plan Expense Type"^^xsd:string ; |
575 | rdfs:subClassOf ILAP:PlanClassifier . | 575 | rdfs:subClassOf ILAP:PlanClassifier . |
576 | 576 | ||
577 | ILAP:PlanGeoArea | 577 | ILAP:PlanGeoArea |
578 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> ; | 578 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
579 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; | 579 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; |
580 | rdfs:label "Plan Geographic Area"^^xsd:string ; | 580 | rdfs:label "Plan Geographic Area"^^xsd:string ; |
581 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 581 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
582 | 582 | ||
583 | ILAP:PlanLevel | 583 | ILAP:PlanLevel |
584 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 584 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
585 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; | 585 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the detail it addresses (from Level 1 down to Level 6 or 7)."^^xsd:string ; |
586 | rdfs:label "Plan Level"^^xsd:string ; | 586 | rdfs:label "Plan Level"^^xsd:string ; |
587 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> . | 587 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
588 | 588 | ||
589 | ILAP:PlanLifecycleStage | 589 | ILAP:PlanLifecycleStage |
590 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 590 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
591 | rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; | 591 | rdfs:comment "A Plan Classifier according to the part(s) of the Asset Lifecycle relevant for the Plan (typically classified by NORSOK Z-014 SAB codes)."^^xsd:string ; |
592 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; | 592 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; |
593 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS436990091> , ILAP:LifecyclePhase . | 593 | + rdfs:subClassOf ILAP:LifecyclePhase , <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
594 | 594 | ||
595 | ILAP:PlanObjectiveType | 595 | ILAP:PlanObjectiveType |
596 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> , owl:Class ; | 596 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
597 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; | 597 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; |
598 | rdfs:label "Plan Objective Type"^^xsd:string ; | 598 | rdfs:label "Plan Objective Type"^^xsd:string ; |
599 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS43168516168> . | 599 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
600 | 600 | ||
601 | ILAP:PlanProjectType | 601 | ILAP:PlanProjectType |
602 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 602 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
603 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; | 603 | rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; |
604 | rdfs:label "Plan Project Type"^^xsd:string ; | 604 | rdfs:label "Plan Project Type"^^xsd:string ; |
605 | - rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS10012097710> . | 605 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
606 | 606 | ||
607 | ILAP:PlannedActivity | 607 | ILAP:PlannedActivity |
608 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 608 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
... | @@ -610,13 +610,20 @@ ILAP:PlannedActivity | ... | @@ -610,13 +610,20 @@ ILAP:PlannedActivity |
610 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; | 610 | rdfs:subClassOf ILAP:Activity , <http://data.posccaesar.org/rdl/RDS3149> ; |
611 | rdfs:subClassOf | 611 | rdfs:subClassOf |
612 | [ rdf:type owl:Restriction ; | 612 | [ rdf:type owl:Restriction ; |
613 | - owl:onProperty ILAP:hasActivityDiscipline ; | 613 | + owl:maxQualifiedCardinality |
614 | - owl:someValuesFrom ILAP:Discipline | 614 | + "1"^^xsd:nonNegativeInteger ; |
615 | + owl:onClass ILAP:Facility ; | ||
616 | + owl:onProperty ILAP:hasActivityFacility | ||
615 | ] ; | 617 | ] ; |
616 | rdfs:subClassOf | 618 | rdfs:subClassOf |
617 | [ rdf:type owl:Restriction ; | 619 | [ rdf:type owl:Restriction ; |
618 | - owl:allValuesFrom ILAP:Location ; | 620 | + owl:allValuesFrom ILAP:Result ; |
619 | - owl:onProperty ILAP:hasActivityLocation | 621 | + owl:onProperty ILAP:hasActivityResult |
622 | + ] ; | ||
623 | + rdfs:subClassOf | ||
624 | + [ rdf:type owl:Restriction ; | ||
625 | + owl:onProperty ILAP:hasActivityDiscipline ; | ||
626 | + owl:someValuesFrom ILAP:Discipline | ||
620 | ] ; | 627 | ] ; |
621 | rdfs:subClassOf | 628 | rdfs:subClassOf |
622 | [ rdf:type owl:Restriction ; | 629 | [ rdf:type owl:Restriction ; |
... | @@ -626,7 +633,12 @@ ILAP:PlannedActivity | ... | @@ -626,7 +633,12 @@ ILAP:PlannedActivity |
626 | rdfs:subClassOf | 633 | rdfs:subClassOf |
627 | [ rdf:type owl:Restriction ; | 634 | [ rdf:type owl:Restriction ; |
628 | owl:allValuesFrom ILAP:ActivityDependency ; | 635 | owl:allValuesFrom ILAP:ActivityDependency ; |
629 | - owl:onProperty ILAP:hasActivitySuccessor | 636 | + owl:onProperty ILAP:hasActivityPredecessor |
637 | + ] ; | ||
638 | + rdfs:subClassOf | ||
639 | + [ rdf:type owl:Restriction ; | ||
640 | + owl:allValuesFrom ILAP:Location ; | ||
641 | + owl:onProperty ILAP:hasActivityLocation | ||
630 | ] ; | 642 | ] ; |
631 | rdfs:subClassOf | 643 | rdfs:subClassOf |
632 | [ rdf:type owl:Restriction ; | 644 | [ rdf:type owl:Restriction ; |
... | @@ -637,8 +649,8 @@ ILAP:PlannedActivity | ... | @@ -637,8 +649,8 @@ ILAP:PlannedActivity |
637 | ] ; | 649 | ] ; |
638 | rdfs:subClassOf | 650 | rdfs:subClassOf |
639 | [ rdf:type owl:Restriction ; | 651 | [ rdf:type owl:Restriction ; |
640 | - owl:allValuesFrom ILAP:Result ; | 652 | + owl:allValuesFrom ILAP:ResponsiblePerson ; |
641 | - owl:onProperty ILAP:hasActivityResult | 653 | + owl:onProperty ILAP:hasActivityResponsiblePerson |
642 | ] ; | 654 | ] ; |
643 | rdfs:subClassOf | 655 | rdfs:subClassOf |
644 | [ rdf:type owl:Restriction ; | 656 | [ rdf:type owl:Restriction ; |
... | @@ -647,20 +659,8 @@ ILAP:PlannedActivity | ... | @@ -647,20 +659,8 @@ ILAP:PlannedActivity |
647 | ] ; | 659 | ] ; |
648 | rdfs:subClassOf | 660 | rdfs:subClassOf |
649 | [ rdf:type owl:Restriction ; | 661 | [ rdf:type owl:Restriction ; |
650 | - owl:maxQualifiedCardinality | ||
651 | - "1"^^xsd:nonNegativeInteger ; | ||
652 | - owl:onClass ILAP:Facility ; | ||
653 | - owl:onProperty ILAP:hasActivityFacility | ||
654 | - ] ; | ||
655 | - rdfs:subClassOf | ||
656 | - [ rdf:type owl:Restriction ; | ||
657 | - owl:allValuesFrom ILAP:ResponsiblePerson ; | ||
658 | - owl:onProperty ILAP:hasActivityResponsiblePerson | ||
659 | - ] ; | ||
660 | - rdfs:subClassOf | ||
661 | - [ rdf:type owl:Restriction ; | ||
662 | owl:allValuesFrom ILAP:ActivityDependency ; | 662 | owl:allValuesFrom ILAP:ActivityDependency ; |
663 | - owl:onProperty ILAP:hasActivityPredecessor | 663 | + owl:onProperty ILAP:hasActivitySuccessor |
664 | ] . | 664 | ] . |
665 | 665 | ||
666 | ILAP:PlannedMilestone | 666 | ILAP:PlannedMilestone |
... | @@ -701,18 +701,13 @@ ILAP:Programme | ... | @@ -701,18 +701,13 @@ ILAP:Programme |
701 | rdfs:subClassOf ILAP:Project . | 701 | rdfs:subClassOf ILAP:Project . |
702 | 702 | ||
703 | ILAP:Project | 703 | ILAP:Project |
704 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 704 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
705 | rdfs:label "Project"^^xsd:string ; | 705 | rdfs:label "Project"^^xsd:string ; |
706 | rdfs:subClassOf ILAP:Activity ; | 706 | rdfs:subClassOf ILAP:Activity ; |
707 | rdfs:subClassOf | 707 | rdfs:subClassOf |
708 | [ rdf:type owl:Restriction ; | 708 | [ rdf:type owl:Restriction ; |
709 | - owl:allValuesFrom ILAP:Project ; | 709 | + owl:allValuesFrom BRREG:OilCompany ; |
710 | - owl:onProperty ILAP:hasProjectSubproject | 710 | + owl:onProperty ILAP:hasProjectResponsible |
711 | - ] ; | ||
712 | - rdfs:subClassOf | ||
713 | - [ rdf:type owl:Restriction ; | ||
714 | - owl:allValuesFrom ILAP:ExternalReference ; | ||
715 | - owl:onProperty ILAP:hasExternalReference | ||
716 | ] ; | 711 | ] ; |
717 | rdfs:subClassOf | 712 | rdfs:subClassOf |
718 | [ rdf:type owl:Restriction ; | 713 | [ rdf:type owl:Restriction ; |
... | @@ -723,8 +718,13 @@ ILAP:Project | ... | @@ -723,8 +718,13 @@ ILAP:Project |
723 | ] ; | 718 | ] ; |
724 | rdfs:subClassOf | 719 | rdfs:subClassOf |
725 | [ rdf:type owl:Restriction ; | 720 | [ rdf:type owl:Restriction ; |
726 | - owl:allValuesFrom BRREG:OilCompany ; | 721 | + owl:allValuesFrom ILAP:ExternalReference ; |
727 | - owl:onProperty ILAP:hasProjectResponsible | 722 | + owl:onProperty ILAP:hasExternalReference |
723 | + ] ; | ||
724 | + rdfs:subClassOf | ||
725 | + [ rdf:type owl:Restriction ; | ||
726 | + owl:allValuesFrom ILAP:Project ; | ||
727 | + owl:onProperty ILAP:hasProjectSubproject | ||
728 | ] . | 728 | ] . |
729 | 729 | ||
730 | ILAP:ProjectExecutionPlan | 730 | ILAP:ProjectExecutionPlan |
... | @@ -734,28 +734,25 @@ ILAP:ProjectExecutionPlan | ... | @@ -734,28 +734,25 @@ ILAP:ProjectExecutionPlan |
734 | rdfs:subClassOf ILAP:Network ; | 734 | rdfs:subClassOf ILAP:Network ; |
735 | rdfs:subClassOf | 735 | rdfs:subClassOf |
736 | [ rdf:type owl:Restriction ; | 736 | [ rdf:type owl:Restriction ; |
737 | - owl:onProperty ILAP:hasPlanProjectType ; | 737 | + owl:maxQualifiedCardinality |
738 | - owl:someValuesFrom ILAP:PlanProjectType | 738 | + "1"^^xsd:nonNegativeInteger ; |
739 | + owl:onClass ILAP:PlanLevel ; | ||
740 | + owl:onProperty ILAP:hasPlanLevel | ||
739 | ] ; | 741 | ] ; |
740 | rdfs:subClassOf | 742 | rdfs:subClassOf |
741 | [ rdf:type owl:Restriction ; | 743 | [ rdf:type owl:Restriction ; |
742 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 744 | owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
743 | - owl:onProperty ILAP:hasPlanRollUpPlan | 745 | + owl:onProperty ILAP:hasPlanSubplan |
744 | - ] ; | ||
745 | - rdfs:subClassOf | ||
746 | - [ rdf:type owl:Restriction ; | ||
747 | - owl:allValuesFrom BRREG:LegalEntity ; | ||
748 | - owl:onProperty ILAP:hasPlanResponsible | ||
749 | ] ; | 746 | ] ; |
750 | rdfs:subClassOf | 747 | rdfs:subClassOf |
751 | [ rdf:type owl:Restriction ; | 748 | [ rdf:type owl:Restriction ; |
752 | - owl:allValuesFrom ILAP:PlanContractType ; | 749 | + owl:allValuesFrom ILAP:PlanLifecycleStage ; |
753 | - owl:onProperty ILAP:hasPlanContractType | 750 | + owl:onProperty ILAP:hasPlanLifecycleStage |
754 | ] ; | 751 | ] ; |
755 | rdfs:subClassOf | 752 | rdfs:subClassOf |
756 | [ rdf:type owl:Restriction ; | 753 | [ rdf:type owl:Restriction ; |
757 | - owl:onProperty ILAP:hasPlanGeoArea ; | 754 | + owl:onProperty ILAP:hasPlanLevel ; |
758 | - owl:someValuesFrom ILAP:PlanGeoArea | 755 | + owl:someValuesFrom ILAP:PlanLevel |
759 | ] ; | 756 | ] ; |
760 | rdfs:subClassOf | 757 | rdfs:subClassOf |
761 | [ rdf:type owl:Restriction ; | 758 | [ rdf:type owl:Restriction ; |
... | @@ -766,18 +763,18 @@ ILAP:ProjectExecutionPlan | ... | @@ -766,18 +763,18 @@ ILAP:ProjectExecutionPlan |
766 | ] ; | 763 | ] ; |
767 | rdfs:subClassOf | 764 | rdfs:subClassOf |
768 | [ rdf:type owl:Restriction ; | 765 | [ rdf:type owl:Restriction ; |
769 | - owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; | 766 | + owl:onProperty ILAP:hasPlanProjectType ; |
770 | - owl:onProperty ILAP:hasPlanAsset | 767 | + owl:someValuesFrom ILAP:PlanProjectType |
771 | ] ; | 768 | ] ; |
772 | rdfs:subClassOf | 769 | rdfs:subClassOf |
773 | [ rdf:type owl:Restriction ; | 770 | [ rdf:type owl:Restriction ; |
774 | - owl:allValuesFrom ILAP:ProjectExecutionPlan ; | 771 | + owl:allValuesFrom ILAP:PlanObjectiveType ; |
775 | - owl:onProperty ILAP:hasPlanSubplan | 772 | + owl:onProperty ILAP:hasPlanObjectiveType |
776 | ] ; | 773 | ] ; |
777 | rdfs:subClassOf | 774 | rdfs:subClassOf |
778 | [ rdf:type owl:Restriction ; | 775 | [ rdf:type owl:Restriction ; |
779 | - owl:onProperty ILAP:hasPlanLevel ; | 776 | + owl:allValuesFrom <http://ILAP_1.5/diskos#Asset> ; |
780 | - owl:someValuesFrom ILAP:PlanLevel | 777 | + owl:onProperty ILAP:hasPlanAsset |
781 | ] ; | 778 | ] ; |
782 | rdfs:subClassOf | 779 | rdfs:subClassOf |
783 | [ rdf:type owl:Restriction ; | 780 | [ rdf:type owl:Restriction ; |
... | @@ -786,20 +783,23 @@ ILAP:ProjectExecutionPlan | ... | @@ -786,20 +783,23 @@ ILAP:ProjectExecutionPlan |
786 | ] ; | 783 | ] ; |
787 | rdfs:subClassOf | 784 | rdfs:subClassOf |
788 | [ rdf:type owl:Restriction ; | 785 | [ rdf:type owl:Restriction ; |
789 | - owl:allValuesFrom ILAP:PlanLifecycleStage ; | 786 | + owl:allValuesFrom ILAP:ProjectExecutionPlan ; |
790 | - owl:onProperty ILAP:hasPlanLifecycleStage | 787 | + owl:onProperty ILAP:hasPlanRollUpPlan |
791 | ] ; | 788 | ] ; |
792 | rdfs:subClassOf | 789 | rdfs:subClassOf |
793 | [ rdf:type owl:Restriction ; | 790 | [ rdf:type owl:Restriction ; |
794 | - owl:allValuesFrom ILAP:PlanObjectiveType ; | 791 | + owl:allValuesFrom ILAP:PlanContractType ; |
795 | - owl:onProperty ILAP:hasPlanObjectiveType | 792 | + owl:onProperty ILAP:hasPlanContractType |
796 | ] ; | 793 | ] ; |
797 | rdfs:subClassOf | 794 | rdfs:subClassOf |
798 | [ rdf:type owl:Restriction ; | 795 | [ rdf:type owl:Restriction ; |
799 | - owl:maxQualifiedCardinality | 796 | + owl:allValuesFrom BRREG:LegalEntity ; |
800 | - "1"^^xsd:nonNegativeInteger ; | 797 | + owl:onProperty ILAP:hasPlanResponsible |
801 | - owl:onClass ILAP:PlanLevel ; | 798 | + ] ; |
802 | - owl:onProperty ILAP:hasPlanLevel | 799 | + rdfs:subClassOf |
800 | + [ rdf:type owl:Restriction ; | ||
801 | + owl:onProperty ILAP:hasPlanGeoArea ; | ||
802 | + owl:someValuesFrom ILAP:PlanGeoArea | ||
803 | ] . | 803 | ] . |
804 | 804 | ||
805 | ILAP:ProjectMilestone | 805 | ILAP:ProjectMilestone |
... | @@ -832,10 +832,10 @@ ILAP:RFOCissued | ... | @@ -832,10 +832,10 @@ ILAP:RFOCissued |
832 | rdfs:subClassOf ILAP:CommissioningMilestone . | 832 | rdfs:subClassOf ILAP:CommissioningMilestone . |
833 | 833 | ||
834 | ILAP:Regular8To16WorkingDayCalendar | 834 | ILAP:Regular8To16WorkingDayCalendar |
835 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> , owl:Class ; | 835 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#Scale> ; |
836 | rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; | 836 | rdfs:comment "A Weekends Free Calendar that specifies work only during normal working hours."^^xsd:string ; |
837 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; | 837 | rdfs:label "Regular 8 To 16 Working Day Calendar"^^xsd:string ; |
838 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , <http://posccaesar.org/rdl/RDS8945301> , ILAP:WeekendsFreeCalendar . | 838 | + rdfs:subClassOf ILAP:WeekendsFreeCalendar , <http://posccaesar.org/rdl/RDS8945301> , <http://posccaesar.org/rdl/RDS7014210> . |
839 | 839 | ||
840 | ILAP:Regulator | 840 | ILAP:Regulator |
841 | rdf:type owl:Class ; | 841 | rdf:type owl:Class ; |
... | @@ -844,10 +844,10 @@ ILAP:Regulator | ... | @@ -844,10 +844,10 @@ ILAP:Regulator |
844 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 844 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
845 | 845 | ||
846 | ILAP:Resource | 846 | ILAP:Resource |
847 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 847 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
848 | rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; | 848 | rdfs:comment "A Thing that is items that can be measured with units. Resources are assigned to Activities and may consist of people (work hours), materials or physical items."^^xsd:string ; |
849 | rdfs:label "Resource"^^xsd:string ; | 849 | rdfs:label "Resource"^^xsd:string ; |
850 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS47466180194> , owl:Thing . | 850 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
851 | 851 | ||
852 | ILAP:ResourceEstimate | 852 | ILAP:ResourceEstimate |
853 | rdf:type owl:Class ; | 853 | rdf:type owl:Class ; |
... | @@ -855,16 +855,16 @@ ILAP:ResourceEstimate | ... | @@ -855,16 +855,16 @@ ILAP:ResourceEstimate |
855 | rdfs:label "Resource Estimate"^^xsd:string . | 855 | rdfs:label "Resource Estimate"^^xsd:string . |
856 | 856 | ||
857 | ILAP:ResourceProfile | 857 | ILAP:ResourceProfile |
858 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; | 858 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
859 | rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; | 859 | rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; |
860 | rdfs:label "Resource Profile"^^xsd:string ; | 860 | rdfs:label "Resource Profile"^^xsd:string ; |
861 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS1685084301> . | 861 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
862 | 862 | ||
863 | ILAP:ResourceProfilePoint | 863 | ILAP:ResourceProfilePoint |
864 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> ; | 864 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
865 | rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; | 865 | rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; |
866 | rdfs:label "Resource Profile Point"^^xsd:string ; | 866 | rdfs:label "Resource Profile Point"^^xsd:string ; |
867 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . | 867 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
868 | 868 | ||
869 | ILAP:ResourceType | 869 | ILAP:ResourceType |
870 | rdf:type owl:Class ; | 870 | rdf:type owl:Class ; |
... | @@ -878,18 +878,18 @@ ILAP:ResponsibleActor | ... | @@ -878,18 +878,18 @@ ILAP:ResponsibleActor |
878 | rdfs:subClassOf owl:Thing . | 878 | rdfs:subClassOf owl:Thing . |
879 | 879 | ||
880 | ILAP:ResponsibleOrganization | 880 | ILAP:ResponsibleOrganization |
881 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> , owl:Class ; | 881 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfOrganization> ; |
882 | rdfs:label "Responsible Organization"^^xsd:string ; | 882 | rdfs:label "Responsible Organization"^^xsd:string ; |
883 | rdfs:subClassOf ILAP:ResponsibleActor . | 883 | rdfs:subClassOf ILAP:ResponsibleActor . |
884 | 884 | ||
885 | ILAP:ResponsiblePerson | 885 | ILAP:ResponsiblePerson |
886 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> , owl:Class ; | 886 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
887 | rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; | 887 | rdfs:comment "A Responsible Actor that is a person responsible for carrying out a specified part of the Schedule. Classified according to the Person On Board register."^^xsd:string ; |
888 | rdfs:label "Responsible Person"^^xsd:string ; | 888 | rdfs:label "Responsible Person"^^xsd:string ; |
889 | rdfs:subClassOf ILAP:ResponsibleActor . | 889 | rdfs:subClassOf ILAP:ResponsibleActor . |
890 | 890 | ||
891 | ILAP:Result | 891 | ILAP:Result |
892 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; | 892 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
893 | rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; | 893 | rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; |
894 | rdfs:label "Result"^^xsd:string ; | 894 | rdfs:label "Result"^^xsd:string ; |
895 | rdfs:subClassOf owl:Thing . | 895 | rdfs:subClassOf owl:Thing . |
... | @@ -924,10 +924,10 @@ ILAP:SACissued | ... | @@ -924,10 +924,10 @@ ILAP:SACissued |
924 | rdfs:subClassOf ILAP:CommissioningMilestone . | 924 | rdfs:subClassOf ILAP:CommissioningMilestone . |
925 | 925 | ||
926 | ILAP:Schedule | 926 | ILAP:Schedule |
927 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 927 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
928 | rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; | 928 | rdfs:comment "A Network of Activities with planned (start and end) Dates, Durations, and Milestones, which can be used to track and monitor work, and provide Resources against which Results are managed and controlled (Adapted from PMI)."^^xsd:string ; |
929 | rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; | 929 | rdfs:label "Schedule (Scheduled Activity Network)"^^xsd:string ; |
930 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS333764> , ILAP:Network ; | 930 | + rdfs:subClassOf ILAP:Network , <http://posccaesar.org/rdl/RDS333764> ; |
931 | rdfs:subClassOf | 931 | rdfs:subClassOf |
932 | [ rdf:type owl:Restriction ; | 932 | [ rdf:type owl:Restriction ; |
933 | owl:maxQualifiedCardinality | 933 | owl:maxQualifiedCardinality |
... | @@ -937,22 +937,22 @@ ILAP:Schedule | ... | @@ -937,22 +937,22 @@ ILAP:Schedule |
937 | ] . | 937 | ] . |
938 | 938 | ||
939 | ILAP:ScheduledActivity | 939 | ILAP:ScheduledActivity |
940 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 940 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
941 | rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; | 941 | rdfs:label "Scheduled Activity (Activity in Network Schedule)"^^xsd:string ; |
942 | rdfs:subClassOf ILAP:PlannedActivity ; | 942 | rdfs:subClassOf ILAP:PlannedActivity ; |
943 | rdfs:subClassOf | 943 | rdfs:subClassOf |
944 | [ rdf:type owl:Restriction ; | 944 | [ rdf:type owl:Restriction ; |
945 | owl:maxQualifiedCardinality | 945 | owl:maxQualifiedCardinality |
946 | "1"^^xsd:nonNegativeInteger ; | 946 | "1"^^xsd:nonNegativeInteger ; |
947 | - owl:onClass ILAP:PlannedActivity ; | 947 | + owl:onClass ILAP:Schedule ; |
948 | - owl:onProperty ILAP:hasActivityInScheduleActivityInPlan | 948 | + owl:onProperty ILAP:hasActivitySchedule |
949 | ] ; | 949 | ] ; |
950 | rdfs:subClassOf | 950 | rdfs:subClassOf |
951 | [ rdf:type owl:Restriction ; | 951 | [ rdf:type owl:Restriction ; |
952 | owl:maxQualifiedCardinality | 952 | owl:maxQualifiedCardinality |
953 | "1"^^xsd:nonNegativeInteger ; | 953 | "1"^^xsd:nonNegativeInteger ; |
954 | - owl:onClass ILAP:Schedule ; | 954 | + owl:onClass ILAP:PlannedActivity ; |
955 | - owl:onProperty ILAP:hasActivitySchedule | 955 | + owl:onProperty ILAP:hasActivityInScheduleActivityInPlan |
956 | ] . | 956 | ] . |
957 | 957 | ||
958 | ILAP:ScheduledMilestone | 958 | ILAP:ScheduledMilestone |
... | @@ -980,10 +980,10 @@ ILAP:ShutdownType | ... | @@ -980,10 +980,10 @@ ILAP:ShutdownType |
980 | rdfs:subClassOf owl:Thing . | 980 | rdfs:subClassOf owl:Thing . |
981 | 981 | ||
982 | ILAP:Source | 982 | ILAP:Source |
983 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 983 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
984 | rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; | 984 | rdfs:comment "A Thing that is the originator of an ILAP information object, which may be a Planning Application or a Responsible Organization classified according to BRREG (Brønnøysund Register) as a legal entity."^^xsd:string ; |
985 | rdfs:label "Source"^^xsd:string ; | 985 | rdfs:label "Source"^^xsd:string ; |
986 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing . | 986 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
987 | 987 | ||
988 | ILAP:StartMilestone | 988 | ILAP:StartMilestone |
989 | rdf:type owl:Class ; | 989 | rdf:type owl:Class ; |
... | @@ -991,25 +991,25 @@ ILAP:StartMilestone | ... | @@ -991,25 +991,25 @@ ILAP:StartMilestone |
991 | rdfs:subClassOf ILAP:MilestoneType . | 991 | rdfs:subClassOf ILAP:MilestoneType . |
992 | 992 | ||
993 | ILAP:StartToFinish | 993 | ILAP:StartToFinish |
994 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 994 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
995 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; | 995 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot finish before the preceding Activity has started."^^xsd:string ; |
996 | rdfs:label "Start to Finish"^^xsd:string ; | 996 | rdfs:label "Start to Finish"^^xsd:string ; |
997 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 997 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
998 | 998 | ||
999 | ILAP:StartToStart | 999 | ILAP:StartToStart |
1000 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; | 1000 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> , owl:Class ; |
1001 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; | 1001 | rdfs:comment "An Activity Dependency where the succeeding Activity cannot start before the preceding Activity has started."^^xsd:string ; |
1002 | rdfs:label "Start to Start"^^xsd:string ; | 1002 | rdfs:label "Start to Start"^^xsd:string ; |
1003 | - rdfs:subClassOf ILAP:ActivityDependency , <http://posccaesar.org/rdl/RDS44294438194> . | 1003 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS44294438194> , ILAP:ActivityDependency . |
1004 | 1004 | ||
1005 | ILAP:Status | 1005 | ILAP:Status |
1006 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> ; | 1006 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
1007 | rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; | 1007 | rdfs:comment "A Thing that holds information about what is currently happening. Status values describe whether to a Project or Activity is started, in progress or completed, and can also say something about resource availability."^^xsd:string ; |
1008 | rdfs:label "Status"^^xsd:string ; | 1008 | rdfs:label "Status"^^xsd:string ; |
1009 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS427322951> . | 1009 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
1010 | 1010 | ||
1011 | ILAP:TargetSchedule | 1011 | ILAP:TargetSchedule |
1012 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; | 1012 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
1013 | rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; | 1013 | rdfs:comment "A decided Schedule that reflects the current target start and finish Dates."^^xsd:string ; |
1014 | rdfs:label "Target Schedule"^^xsd:string ; | 1014 | rdfs:label "Target Schedule"^^xsd:string ; |
1015 | rdfs:subClassOf ILAP:Schedule . | 1015 | rdfs:subClassOf ILAP:Schedule . |
... | @@ -1035,13 +1035,13 @@ ILAP:Value | ... | @@ -1035,13 +1035,13 @@ ILAP:Value |
1035 | rdf:type owl:Class ; | 1035 | rdf:type owl:Class ; |
1036 | rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; | 1036 | rdfs:comment "A Thing that is the material or monetary worth of something relative to the price asked for it (from Oxford dictionaries.com)."^^xsd:string ; |
1037 | rdfs:label "Value"^^xsd:string ; | 1037 | rdfs:label "Value"^^xsd:string ; |
1038 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7945844> , owl:Thing . | 1038 | + rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
1039 | 1039 | ||
1040 | ILAP:WeekendsFreeCalendar | 1040 | ILAP:WeekendsFreeCalendar |
1041 | - rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 1041 | + rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> ; |
1042 | rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; | 1042 | rdfs:comment "A Calendar that leaves all weekends as free time (only work during workdays)."^^xsd:string ; |
1043 | rdfs:label "Weekends Free Calendar"^^xsd:string ; | 1043 | rdfs:label "Weekends Free Calendar"^^xsd:string ; |
1044 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS7014210> , ILAP:Calendar . | 1044 | + rdfs:subClassOf ILAP:Calendar , <http://posccaesar.org/rdl/RDS7014210> . |
1045 | 1045 | ||
1046 | ILAP:WorkOrder | 1046 | ILAP:WorkOrder |
1047 | rdf:type owl:Class ; | 1047 | rdf:type owl:Class ; |
... | @@ -1050,19 +1050,19 @@ ILAP:WorkOrder | ... | @@ -1050,19 +1050,19 @@ ILAP:WorkOrder |
1050 | rdfs:subClassOf ILAP:WorkTask . | 1050 | rdfs:subClassOf ILAP:WorkTask . |
1051 | 1051 | ||
1052 | ILAP:WorkTask | 1052 | ILAP:WorkTask |
1053 | - rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 1053 | + rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
1054 | rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ; | 1054 | rdfs:comment "A Thing that corresponds to part of an Activity, and which holds a description of the work content of that (part of the) Activity. Typically, there are more than one tasks related to an activity, and for each task clear start and end dates are given as well as clear assignments."^^xsd:string ; |
1055 | rdfs:label "Work Task"^^xsd:string ; | 1055 | rdfs:label "Work Task"^^xsd:string ; |
1056 | - rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS3149> ; | 1056 | + rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
1057 | rdfs:subClassOf | 1057 | rdfs:subClassOf |
1058 | [ rdf:type owl:Restriction ; | 1058 | [ rdf:type owl:Restriction ; |
1059 | - owl:allValuesFrom BRREG:LegalEntity ; | 1059 | + owl:onProperty ILAP:hasWorkTaskActivity ; |
1060 | - owl:onProperty ILAP:hasWorkTaskResponsible | 1060 | + owl:someValuesFrom ILAP:Activity |
1061 | ] ; | 1061 | ] ; |
1062 | rdfs:subClassOf | 1062 | rdfs:subClassOf |
1063 | [ rdf:type owl:Restriction ; | 1063 | [ rdf:type owl:Restriction ; |
1064 | - owl:onProperty ILAP:hasWorkTaskActivity ; | 1064 | + owl:allValuesFrom BRREG:LegalEntity ; |
1065 | - owl:someValuesFrom ILAP:Activity | 1065 | + owl:onProperty ILAP:hasWorkTaskResponsible |
1066 | ] . | 1066 | ] . |
1067 | 1067 | ||
1068 | ILAP:WorkTaskStatus | 1068 | ILAP:WorkTaskStatus |
... | @@ -1073,18 +1073,21 @@ ILAP:WorkTaskStatus | ... | @@ -1073,18 +1073,21 @@ ILAP:WorkTaskStatus |
1073 | 1073 | ||
1074 | ILAP:hasActivityActiveStatus | 1074 | ILAP:hasActivityActiveStatus |
1075 | rdf:type owl:ObjectProperty ; | 1075 | rdf:type owl:ObjectProperty ; |
1076 | + rdfs:comment "A has Activity Status relationship that is currently active."^^xsd:string ; | ||
1076 | rdfs:domain ILAP:Activity ; | 1077 | rdfs:domain ILAP:Activity ; |
1077 | rdfs:label "has Activity Active Status"^^xsd:string ; | 1078 | rdfs:label "has Activity Active Status"^^xsd:string ; |
1078 | rdfs:subPropertyOf ILAP:hasActivityStatus . | 1079 | rdfs:subPropertyOf ILAP:hasActivityStatus . |
1079 | 1080 | ||
1080 | ILAP:hasActivityActualProgressPercent | 1081 | ILAP:hasActivityActualProgressPercent |
1081 | rdf:type owl:DatatypeProperty ; | 1082 | rdf:type owl:DatatypeProperty ; |
1083 | + rdfs:comment "A Property that holds the percentage of actual progress of an activity wrt. its total work volume."^^xsd:string ; | ||
1082 | rdfs:domain ILAP:PlannedActivity ; | 1084 | rdfs:domain ILAP:PlannedActivity ; |
1083 | rdfs:label "has Activity Actual Progress Percent"^^xsd:string ; | 1085 | rdfs:label "has Activity Actual Progress Percent"^^xsd:string ; |
1084 | rdfs:range xsd:float . | 1086 | rdfs:range xsd:float . |
1085 | 1087 | ||
1086 | ILAP:hasActivityActualWeight | 1088 | ILAP:hasActivityActualWeight |
1087 | rdf:type owl:DatatypeProperty ; | 1089 | rdf:type owl:DatatypeProperty ; |
1090 | + rdfs:comment "A has Activity Weight relationship involving the Actual Weight."^^xsd:string ; | ||
1088 | rdfs:domain ILAP:ScheduledActivity ; | 1091 | rdfs:domain ILAP:ScheduledActivity ; |
1089 | rdfs:label "has Activity Actual Weight"^^xsd:string ; | 1092 | rdfs:label "has Activity Actual Weight"^^xsd:string ; |
1090 | rdfs:range xsd:float ; | 1093 | rdfs:range xsd:float ; |
... | @@ -1105,6 +1108,7 @@ ILAP:hasActivityCalendar | ... | @@ -1105,6 +1108,7 @@ ILAP:hasActivityCalendar |
1105 | 1108 | ||
1106 | ILAP:hasActivityContractor | 1109 | ILAP:hasActivityContractor |
1107 | rdf:type owl:ObjectProperty ; | 1110 | rdf:type owl:ObjectProperty ; |
1111 | + rdfs:comment "A has Activity Responsible Organization relationship with a Contractor as responsible."^^xsd:string ; | ||
1108 | rdfs:label "has Activity Contractor"^^xsd:string ; | 1112 | rdfs:label "has Activity Contractor"^^xsd:string ; |
1109 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . | 1113 | rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization . |
1110 | 1114 | ||
... | @@ -1117,12 +1121,14 @@ ILAP:hasActivityDiscipline | ... | @@ -1117,12 +1121,14 @@ ILAP:hasActivityDiscipline |
1117 | 1121 | ||
1118 | ILAP:hasActivityDuration | 1122 | ILAP:hasActivityDuration |
1119 | rdf:type owl:DatatypeProperty ; | 1123 | rdf:type owl:DatatypeProperty ; |
1124 | + rdfs:comment "A Property that holds the duration of an Activity (unit based on Calendar)."^^xsd:string ; | ||
1120 | rdfs:domain ILAP:ScheduledActivity ; | 1125 | rdfs:domain ILAP:ScheduledActivity ; |
1121 | rdfs:label "has Activity Duration"^^xsd:string ; | 1126 | rdfs:label "has Activity Duration"^^xsd:string ; |
1122 | rdfs:range xsd:duration . | 1127 | rdfs:range xsd:duration . |
1123 | 1128 | ||
1124 | ILAP:hasActivityEstimatedWeight | 1129 | ILAP:hasActivityEstimatedWeight |
1125 | rdf:type owl:DatatypeProperty ; | 1130 | rdf:type owl:DatatypeProperty ; |
1131 | + rdfs:comment "A has Activity Weight relationship involving the Estimated Weight."^^xsd:string ; | ||
1126 | rdfs:domain ILAP:PlannedActivity ; | 1132 | rdfs:domain ILAP:PlannedActivity ; |
1127 | rdfs:label "has Activity Estimated Weight"^^xsd:string ; | 1133 | rdfs:label "has Activity Estimated Weight"^^xsd:string ; |
1128 | rdfs:range xsd:float ; | 1134 | rdfs:range xsd:float ; |
... | @@ -1143,29 +1149,34 @@ ILAP:hasActivityInScheduleActivityInPlan | ... | @@ -1143,29 +1149,34 @@ ILAP:hasActivityInScheduleActivityInPlan |
1143 | 1149 | ||
1144 | ILAP:hasActivityLocation | 1150 | ILAP:hasActivityLocation |
1145 | rdf:type owl:ObjectProperty ; | 1151 | rdf:type owl:ObjectProperty ; |
1152 | + rdfs:comment "A Relationship between a Planned Activity and its Location."^^xsd:string ; | ||
1146 | rdfs:domain ILAP:PlannedActivity ; | 1153 | rdfs:domain ILAP:PlannedActivity ; |
1147 | rdfs:label "has Activity Location"^^xsd:string ; | 1154 | rdfs:label "has Activity Location"^^xsd:string ; |
1148 | rdfs:range ILAP:Location . | 1155 | rdfs:range ILAP:Location . |
1149 | 1156 | ||
1150 | ILAP:hasActivityMaterialActualArrivalTime | 1157 | ILAP:hasActivityMaterialActualArrivalTime |
1151 | rdf:type owl:DatatypeProperty ; | 1158 | rdf:type owl:DatatypeProperty ; |
1159 | + rdfs:comment "A Property that holds the actual time of arrival of ordered material."^^xsd:string ; | ||
1152 | rdfs:domain ILAP:PlannedActivity ; | 1160 | rdfs:domain ILAP:PlannedActivity ; |
1153 | rdfs:label "has Activity Actual Arrival Time"^^xsd:string ; | 1161 | rdfs:label "has Activity Actual Arrival Time"^^xsd:string ; |
1154 | rdfs:range xsd:dateTime . | 1162 | rdfs:range xsd:dateTime . |
1155 | 1163 | ||
1156 | ILAP:hasActivityMaterialEstimatedArrivalTime | 1164 | ILAP:hasActivityMaterialEstimatedArrivalTime |
1157 | rdf:type owl:DatatypeProperty ; | 1165 | rdf:type owl:DatatypeProperty ; |
1166 | + rdfs:comment "A Property that holds the estimated time of arrival of ordered material"^^xsd:string ; | ||
1158 | rdfs:domain ILAP:PlannedActivity ; | 1167 | rdfs:domain ILAP:PlannedActivity ; |
1159 | rdfs:label "has Activity Material Estimated Arrival Time"^^xsd:string ; | 1168 | rdfs:label "has Activity Material Estimated Arrival Time"^^xsd:string ; |
1160 | rdfs:range xsd:dateTime . | 1169 | rdfs:range xsd:dateTime . |
1161 | 1170 | ||
1162 | ILAP:hasActivityMaterialOrderStatus | 1171 | ILAP:hasActivityMaterialOrderStatus |
1163 | rdf:type owl:ObjectProperty ; | 1172 | rdf:type owl:ObjectProperty ; |
1173 | + rdfs:comment "A Relationship between a Planned Activity and the Status of Ordered Material."^^xsd:string ; | ||
1164 | rdfs:label "has Activity Material Order Status"^^xsd:string ; | 1174 | rdfs:label "has Activity Material Order Status"^^xsd:string ; |
1165 | rdfs:range ILAP:MaterialOrderStatus . | 1175 | rdfs:range ILAP:MaterialOrderStatus . |
1166 | 1176 | ||
1167 | ILAP:hasActivityOperator | 1177 | ILAP:hasActivityOperator |
1168 | rdf:type owl:ObjectProperty ; | 1178 | rdf:type owl:ObjectProperty ; |
1179 | + rdfs:comment "A has Activity Responsible Organization relationship with a Operator as responsible."^^xsd:string ; | ||
1169 | rdfs:domain ILAP:PlannedActivity ; | 1180 | rdfs:domain ILAP:PlannedActivity ; |
1170 | rdfs:label "has Activity Operator"^^xsd:string ; | 1181 | rdfs:label "has Activity Operator"^^xsd:string ; |
1171 | rdfs:range ILAP:Operator ; | 1182 | rdfs:range ILAP:Operator ; |
... | @@ -1173,36 +1184,42 @@ ILAP:hasActivityOperator | ... | @@ -1173,36 +1184,42 @@ ILAP:hasActivityOperator |
1173 | 1184 | ||
1174 | ILAP:hasActivityPartActivity | 1185 | ILAP:hasActivityPartActivity |
1175 | rdf:type owl:ObjectProperty ; | 1186 | rdf:type owl:ObjectProperty ; |
1187 | + rdfs:comment "A Relationship between a Planned Activity and a part of the same Planned Activity (e.g., between the complete Activity and the completed and remaining parts of the Activity during project execution)."^^xsd:string ; | ||
1176 | rdfs:domain ILAP:PlannedActivity ; | 1188 | rdfs:domain ILAP:PlannedActivity ; |
1177 | rdfs:label "has Activity Part Activity"^^xsd:string ; | 1189 | rdfs:label "has Activity Part Activity"^^xsd:string ; |
1178 | rdfs:range ILAP:PlannedActivity . | 1190 | rdfs:range ILAP:PlannedActivity . |
1179 | 1191 | ||
1180 | ILAP:hasActivityPhase | 1192 | ILAP:hasActivityPhase |
1181 | rdf:type owl:ObjectProperty ; | 1193 | rdf:type owl:ObjectProperty ; |
1194 | + rdfs:comment "A Relationship between an Activity and the Phase of which it is a part (typically classified by NORSOK Z-014 SAB elements)."^^xsd:string ; | ||
1182 | rdfs:domain ILAP:Activity ; | 1195 | rdfs:domain ILAP:Activity ; |
1183 | rdfs:label "has Activity Phase"^^xsd:string ; | 1196 | rdfs:label "has Activity Phase"^^xsd:string ; |
1184 | rdfs:range ILAP:Phase . | 1197 | rdfs:range ILAP:Phase . |
1185 | 1198 | ||
1186 | ILAP:hasActivityPhysicalPercentComplete | 1199 | ILAP:hasActivityPhysicalPercentComplete |
1187 | rdf:type owl:DatatypeProperty ; | 1200 | rdf:type owl:DatatypeProperty ; |
1201 | + rdfs:comment "A Property that holds the percentage that represents the actual physical progress based on the documentary evidence of the deliverable produced. Is often used as basis for calculating Value of Work Done."^^xsd:string ; | ||
1188 | rdfs:domain ILAP:PlannedActivity ; | 1202 | rdfs:domain ILAP:PlannedActivity ; |
1189 | rdfs:label "has Activity Physical Percent Complete"^^xsd:string ; | 1203 | rdfs:label "has Activity Physical Percent Complete"^^xsd:string ; |
1190 | rdfs:range xsd:float . | 1204 | rdfs:range xsd:float . |
1191 | 1205 | ||
1192 | ILAP:hasActivityPlan | 1206 | ILAP:hasActivityPlan |
1193 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1207 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1208 | + rdfs:comment "A Relationship between a Planned Activity and the Execution Plan of which it is a part."^^xsd:string ; | ||
1194 | rdfs:domain ILAP:PlannedActivity ; | 1209 | rdfs:domain ILAP:PlannedActivity ; |
1195 | rdfs:label "has Activity Plan"^^xsd:string ; | 1210 | rdfs:label "has Activity Plan"^^xsd:string ; |
1196 | rdfs:range ILAP:ProjectExecutionPlan . | 1211 | rdfs:range ILAP:ProjectExecutionPlan . |
1197 | 1212 | ||
1198 | ILAP:hasActivityPlannedProgressPercent | 1213 | ILAP:hasActivityPlannedProgressPercent |
1199 | rdf:type owl:DatatypeProperty ; | 1214 | rdf:type owl:DatatypeProperty ; |
1215 | + rdfs:comment "A Property that holds the percentage planned progress of an activity up to the current cut-off date wrt. its total work volume."^^xsd:string ; | ||
1200 | rdfs:domain ILAP:PlannedActivity ; | 1216 | rdfs:domain ILAP:PlannedActivity ; |
1201 | rdfs:label "has Activity Planned Progress Percentage"^^xsd:string ; | 1217 | rdfs:label "has Activity Planned Progress Percentage"^^xsd:string ; |
1202 | rdfs:range xsd:integer . | 1218 | rdfs:range xsd:integer . |
1203 | 1219 | ||
1204 | ILAP:hasActivityPredecessor | 1220 | ILAP:hasActivityPredecessor |
1205 | rdf:type owl:ObjectProperty ; | 1221 | rdf:type owl:ObjectProperty ; |
1222 | + rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that precedes it."^^xsd:string ; | ||
1206 | rdfs:domain ILAP:PlannedActivity ; | 1223 | rdfs:domain ILAP:PlannedActivity ; |
1207 | rdfs:label "has Activity Predecessor"^^xsd:string ; | 1224 | rdfs:label "has Activity Predecessor"^^xsd:string ; |
1208 | rdfs:range ILAP:ActivityDependency ; | 1225 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1210,12 +1227,14 @@ ILAP:hasActivityPredecessor | ... | @@ -1210,12 +1227,14 @@ ILAP:hasActivityPredecessor |
1210 | 1227 | ||
1211 | ILAP:hasActivityPreviousStatus | 1228 | ILAP:hasActivityPreviousStatus |
1212 | rdf:type owl:ObjectProperty ; | 1229 | rdf:type owl:ObjectProperty ; |
1230 | + rdfs:comment "A has Activity Status relationship that is no longer currently active."^^xsd:string ; | ||
1213 | rdfs:domain ILAP:Activity ; | 1231 | rdfs:domain ILAP:Activity ; |
1214 | rdfs:label "has Activity Previous Status"^^xsd:string ; | 1232 | rdfs:label "has Activity Previous Status"^^xsd:string ; |
1215 | rdfs:subPropertyOf ILAP:hasActivityStatus . | 1233 | rdfs:subPropertyOf ILAP:hasActivityStatus . |
1216 | 1234 | ||
1217 | ILAP:hasActivityRegulator | 1235 | ILAP:hasActivityRegulator |
1218 | rdf:type owl:ObjectProperty ; | 1236 | rdf:type owl:ObjectProperty ; |
1237 | + rdfs:comment "A has Activity Responsible Organization relationship with a Responsible Organization as responsible."^^xsd:string ; | ||
1219 | rdfs:domain ILAP:PlannedActivity ; | 1238 | rdfs:domain ILAP:PlannedActivity ; |
1220 | rdfs:label "has Activity Regulator"^^xsd:string ; | 1239 | rdfs:label "has Activity Regulator"^^xsd:string ; |
1221 | rdfs:range ILAP:ResponsibleOrganization ; | 1240 | rdfs:range ILAP:ResponsibleOrganization ; |
... | @@ -1223,59 +1242,69 @@ ILAP:hasActivityRegulator | ... | @@ -1223,59 +1242,69 @@ ILAP:hasActivityRegulator |
1223 | 1242 | ||
1224 | ILAP:hasActivityResource | 1243 | ILAP:hasActivityResource |
1225 | rdf:type owl:ObjectProperty ; | 1244 | rdf:type owl:ObjectProperty ; |
1245 | + rdfs:comment "A Relationship between an Activity and a Resource that is assigned to it (typically classified by NORSOK Z-014 COR elements)."^^xsd:string ; | ||
1226 | rdfs:domain ILAP:Activity ; | 1246 | rdfs:domain ILAP:Activity ; |
1227 | rdfs:label "has Activity Resource"^^xsd:string ; | 1247 | rdfs:label "has Activity Resource"^^xsd:string ; |
1228 | rdfs:range ILAP:Resource . | 1248 | rdfs:range ILAP:Resource . |
1229 | 1249 | ||
1230 | ILAP:hasActivityResourceProfile | 1250 | ILAP:hasActivityResourceProfile |
1231 | rdf:type owl:ObjectProperty ; | 1251 | rdf:type owl:ObjectProperty ; |
1252 | + rdfs:comment "A Relationship between an Activity and the Resource Profile used for its Resource assignment."^^xsd:string ; | ||
1232 | rdfs:domain ILAP:Activity ; | 1253 | rdfs:domain ILAP:Activity ; |
1233 | rdfs:label "has Activity Resource Profile"^^xsd:string ; | 1254 | rdfs:label "has Activity Resource Profile"^^xsd:string ; |
1234 | rdfs:range ILAP:ResourceProfile . | 1255 | rdfs:range ILAP:ResourceProfile . |
1235 | 1256 | ||
1236 | ILAP:hasActivityResponsibleOrganization | 1257 | ILAP:hasActivityResponsibleOrganization |
1237 | rdf:type owl:ObjectProperty ; | 1258 | rdf:type owl:ObjectProperty ; |
1259 | + rdfs:comment "A Relationship between an Activity and a Responsible Organization for that Activity."^^xsd:string ; | ||
1238 | rdfs:domain ILAP:Activity ; | 1260 | rdfs:domain ILAP:Activity ; |
1239 | rdfs:label "has Activity Responsible Organization"^^xsd:string ; | 1261 | rdfs:label "has Activity Responsible Organization"^^xsd:string ; |
1240 | rdfs:range ILAP:ResponsibleOrganization . | 1262 | rdfs:range ILAP:ResponsibleOrganization . |
1241 | 1263 | ||
1242 | ILAP:hasActivityResponsiblePerson | 1264 | ILAP:hasActivityResponsiblePerson |
1243 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1265 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1266 | + rdfs:comment "A Relationship between an Activity and an individual Person that has been assigned responsibility."^^xsd:string ; | ||
1244 | rdfs:domain ILAP:PlannedActivity ; | 1267 | rdfs:domain ILAP:PlannedActivity ; |
1245 | rdfs:label "has Activity Responsible Actor"^^xsd:string ; | 1268 | rdfs:label "has Activity Responsible Actor"^^xsd:string ; |
1246 | rdfs:range ILAP:ResponsiblePerson . | 1269 | rdfs:range ILAP:ResponsiblePerson . |
1247 | 1270 | ||
1248 | ILAP:hasActivityResult | 1271 | ILAP:hasActivityResult |
1249 | rdf:type owl:ObjectProperty ; | 1272 | rdf:type owl:ObjectProperty ; |
1273 | + rdfs:comment "A Relationship between a Planned Activity and its Result (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; | ||
1250 | rdfs:domain ILAP:PlannedActivity ; | 1274 | rdfs:domain ILAP:PlannedActivity ; |
1251 | rdfs:label "has Activity Result"^^xsd:string ; | 1275 | rdfs:label "has Activity Result"^^xsd:string ; |
1252 | rdfs:range ILAP:Result . | 1276 | rdfs:range ILAP:Result . |
1253 | 1277 | ||
1254 | ILAP:hasActivityRisk | 1278 | ILAP:hasActivityRisk |
1255 | rdf:type owl:ObjectProperty ; | 1279 | rdf:type owl:ObjectProperty ; |
1280 | + rdfs:comment "A Relationship between an Activity and a Risk Factor."^^xsd:string ; | ||
1256 | rdfs:domain ILAP:Activity ; | 1281 | rdfs:domain ILAP:Activity ; |
1257 | rdfs:label "has Activity Risk"^^xsd:string ; | 1282 | rdfs:label "has Activity Risk"^^xsd:string ; |
1258 | rdfs:range ILAP:Risk . | 1283 | rdfs:range ILAP:Risk . |
1259 | 1284 | ||
1260 | ILAP:hasActivitySchedule | 1285 | ILAP:hasActivitySchedule |
1261 | rdf:type owl:ObjectProperty ; | 1286 | rdf:type owl:ObjectProperty ; |
1287 | + rdfs:comment "A Relationship between a Scheduled Activity and the Schedule of which it is a part."^^xsd:string ; | ||
1262 | rdfs:domain ILAP:ScheduledActivity ; | 1288 | rdfs:domain ILAP:ScheduledActivity ; |
1263 | rdfs:label "has Activity Schedule"^^xsd:string ; | 1289 | rdfs:label "has Activity Schedule"^^xsd:string ; |
1264 | rdfs:range ILAP:Schedule . | 1290 | rdfs:range ILAP:Schedule . |
1265 | 1291 | ||
1266 | ILAP:hasActivityShutdown | 1292 | ILAP:hasActivityShutdown |
1267 | rdf:type owl:ObjectProperty ; | 1293 | rdf:type owl:ObjectProperty ; |
1294 | + rdfs:comment "A Relationship between an Activity and a Shutdown."^^xsd:string ; | ||
1268 | rdfs:domain ILAP:PlannedActivity ; | 1295 | rdfs:domain ILAP:PlannedActivity ; |
1269 | rdfs:label "has Activity Shutdown"^^xsd:string ; | 1296 | rdfs:label "has Activity Shutdown"^^xsd:string ; |
1270 | rdfs:range ILAP:ShutdownPhase . | 1297 | rdfs:range ILAP:ShutdownPhase . |
1271 | 1298 | ||
1272 | ILAP:hasActivityStatus | 1299 | ILAP:hasActivityStatus |
1273 | rdf:type owl:ObjectProperty ; | 1300 | rdf:type owl:ObjectProperty ; |
1301 | + rdfs:comment "A Relationship between an Activity and its Status setting."^^xsd:string ; | ||
1274 | rdfs:label "has Activity Status"^^xsd:string ; | 1302 | rdfs:label "has Activity Status"^^xsd:string ; |
1275 | rdfs:range ILAP:Status . | 1303 | rdfs:range ILAP:Status . |
1276 | 1304 | ||
1277 | ILAP:hasActivitySuccessor | 1305 | ILAP:hasActivitySuccessor |
1278 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1306 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1307 | + rdfs:comment "A Relationship between a Planned Activity and the Activity Dependency object that follows it."^^xsd:string ; | ||
1279 | rdfs:domain ILAP:PlannedActivity ; | 1308 | rdfs:domain ILAP:PlannedActivity ; |
1280 | rdfs:label "has Activity Successor"^^xsd:string ; | 1309 | rdfs:label "has Activity Successor"^^xsd:string ; |
1281 | rdfs:range ILAP:ActivityDependency ; | 1310 | rdfs:range ILAP:ActivityDependency ; |
... | @@ -1283,6 +1312,7 @@ ILAP:hasActivitySuccessor | ... | @@ -1283,6 +1312,7 @@ ILAP:hasActivitySuccessor |
1283 | 1312 | ||
1284 | ILAP:hasActivitySupplier | 1313 | ILAP:hasActivitySupplier |
1285 | rdf:type owl:ObjectProperty ; | 1314 | rdf:type owl:ObjectProperty ; |
1315 | + rdfs:comment "A has Activity Responsible Organization relationship with a Responsible Organization as responsible."^^xsd:string ; | ||
1286 | rdfs:domain ILAP:PlannedActivity ; | 1316 | rdfs:domain ILAP:PlannedActivity ; |
1287 | rdfs:label "has Activity Supplier"^^xsd:string ; | 1317 | rdfs:label "has Activity Supplier"^^xsd:string ; |
1288 | rdfs:range ILAP:ResponsibleOrganization ; | 1318 | rdfs:range ILAP:ResponsibleOrganization ; |
... | @@ -1290,6 +1320,7 @@ ILAP:hasActivitySupplier | ... | @@ -1290,6 +1320,7 @@ ILAP:hasActivitySupplier |
1290 | 1320 | ||
1291 | ILAP:hasActivityTaskLeader | 1321 | ILAP:hasActivityTaskLeader |
1292 | rdf:type owl:ObjectProperty ; | 1322 | rdf:type owl:ObjectProperty ; |
1323 | + rdfs:comment "A has Activity Responsible Person relationship that specifies a Task Leader."^^xsd:string ; | ||
1293 | rdfs:domain ILAP:PlannedActivity ; | 1324 | rdfs:domain ILAP:PlannedActivity ; |
1294 | rdfs:label "has Activity Task Leader"^^xsd:string ; | 1325 | rdfs:label "has Activity Task Leader"^^xsd:string ; |
1295 | rdfs:range ILAP:ResponsiblePerson ; | 1326 | rdfs:range ILAP:ResponsiblePerson ; |
... | @@ -1297,6 +1328,7 @@ ILAP:hasActivityTaskLeader | ... | @@ -1297,6 +1328,7 @@ ILAP:hasActivityTaskLeader |
1297 | 1328 | ||
1298 | ILAP:hasActivityVendor | 1329 | ILAP:hasActivityVendor |
1299 | rdf:type owl:ObjectProperty ; | 1330 | rdf:type owl:ObjectProperty ; |
1331 | + rdfs:comment "A has Activity Responsible Organization relationship that specifies a Responsible Organization as responsible."^^xsd:string ; | ||
1300 | rdfs:domain ILAP:PlannedActivity ; | 1332 | rdfs:domain ILAP:PlannedActivity ; |
1301 | rdfs:label "has Activity Vendor"^^xsd:string ; | 1333 | rdfs:label "has Activity Vendor"^^xsd:string ; |
1302 | rdfs:range ILAP:ResponsibleOrganization ; | 1334 | rdfs:range ILAP:ResponsibleOrganization ; |
... | @@ -1304,22 +1336,26 @@ ILAP:hasActivityVendor | ... | @@ -1304,22 +1336,26 @@ ILAP:hasActivityVendor |
1304 | 1336 | ||
1305 | ILAP:hasActivityWBSelement | 1337 | ILAP:hasActivityWBSelement |
1306 | rdf:type owl:ObjectProperty ; | 1338 | rdf:type owl:ObjectProperty ; |
1339 | + rdfs:comment "A Relationship between a Planned Activity and its Work Breakdown Structure element."^^xsd:string ; | ||
1307 | rdfs:domain ILAP:PlannedActivity ; | 1340 | rdfs:domain ILAP:PlannedActivity ; |
1308 | rdfs:label "has Activity WBS Element"^^xsd:string ; | 1341 | rdfs:label "has Activity WBS Element"^^xsd:string ; |
1309 | rdfs:range ILAP:ActivityWBS . | 1342 | rdfs:range ILAP:ActivityWBS . |
1310 | 1343 | ||
1311 | ILAP:hasActivityWeight | 1344 | ILAP:hasActivityWeight |
1312 | rdf:type owl:DatatypeProperty ; | 1345 | rdf:type owl:DatatypeProperty ; |
1346 | + rdfs:comment "A Property that holds the weight of the object associated with an Activity."^^xsd:string ; | ||
1313 | rdfs:label "has Activity Weight"^^xsd:string . | 1347 | rdfs:label "has Activity Weight"^^xsd:string . |
1314 | 1348 | ||
1315 | ILAP:hasActivityWorkVolume | 1349 | ILAP:hasActivityWorkVolume |
1316 | rdf:type owl:DatatypeProperty ; | 1350 | rdf:type owl:DatatypeProperty ; |
1351 | + rdfs:comment "A Property that holds the work volume of an Activity. Typically given in person-hours."^^xsd:string ; | ||
1317 | rdfs:domain ILAP:PlannedActivity ; | 1352 | rdfs:domain ILAP:PlannedActivity ; |
1318 | rdfs:label "has Activity Work Volume"^^xsd:string ; | 1353 | rdfs:label "has Activity Work Volume"^^xsd:string ; |
1319 | rdfs:range xsd:float . | 1354 | rdfs:range xsd:float . |
1320 | 1355 | ||
1321 | ILAP:hasBaselineActivityDuration | 1356 | ILAP:hasBaselineActivityDuration |
1322 | rdf:type owl:DatatypeProperty ; | 1357 | rdf:type owl:DatatypeProperty ; |
1358 | + rdfs:comment "A has Activity Duration relationship that holds the current Control Estimate for the Activity."^^xsd:string ; | ||
1323 | rdfs:domain ILAP:ScheduledActivity ; | 1359 | rdfs:domain ILAP:ScheduledActivity ; |
1324 | rdfs:label "has Baseline Activity Duration"^^xsd:string ; | 1360 | rdfs:label "has Baseline Activity Duration"^^xsd:string ; |
1325 | rdfs:range xsd:duration ; | 1361 | rdfs:range xsd:duration ; |
... | @@ -1327,28 +1363,33 @@ ILAP:hasBaselineActivityDuration | ... | @@ -1327,28 +1363,33 @@ ILAP:hasBaselineActivityDuration |
1327 | 1363 | ||
1328 | ILAP:hasBaselineCreatedDate | 1364 | ILAP:hasBaselineCreatedDate |
1329 | rdf:type owl:DatatypeProperty ; | 1365 | rdf:type owl:DatatypeProperty ; |
1366 | + rdfs:comment "A Property that holds the date a Baseline was created."^^xsd:string ; | ||
1330 | rdfs:domain ILAP:Baseline ; | 1367 | rdfs:domain ILAP:Baseline ; |
1331 | rdfs:label "has Baseline Created Date"^^xsd:string ; | 1368 | rdfs:label "has Baseline Created Date"^^xsd:string ; |
1332 | rdfs:range xsd:date . | 1369 | rdfs:range xsd:date . |
1333 | 1370 | ||
1334 | ILAP:hasCalendarDate | 1371 | ILAP:hasCalendarDate |
1335 | rdf:type owl:DatatypeProperty ; | 1372 | rdf:type owl:DatatypeProperty ; |
1373 | + rdfs:comment "A Property that holds a Date in a Calendar."^^xsd:string ; | ||
1336 | rdfs:label "has Calendar Date"^^xsd:string . | 1374 | rdfs:label "has Calendar Date"^^xsd:string . |
1337 | 1375 | ||
1338 | ILAP:hasCalendarPeriod | 1376 | ILAP:hasCalendarPeriod |
1339 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | 1377 | + rdf:type owl:TransitiveProperty , owl:ObjectProperty ; |
1378 | + rdfs:comment "A Relationship between a Calendar and its Free Period."^^xsd:string ; | ||
1340 | rdfs:domain ILAP:Calendar ; | 1379 | rdfs:domain ILAP:Calendar ; |
1341 | rdfs:label "has Calendar Period"^^xsd:string ; | 1380 | rdfs:label "has Calendar Period"^^xsd:string ; |
1342 | rdfs:range ILAP:CalendarFreePeriod . | 1381 | rdfs:range ILAP:CalendarFreePeriod . |
1343 | 1382 | ||
1344 | ILAP:hasCalendarPeriodDay | 1383 | ILAP:hasCalendarPeriodDay |
1345 | rdf:type owl:ObjectProperty ; | 1384 | rdf:type owl:ObjectProperty ; |
1385 | + rdfs:comment "A Relationship between a Calendar Period and its Days."^^xsd:string ; | ||
1346 | rdfs:domain ILAP:CalendarPeriod ; | 1386 | rdfs:domain ILAP:CalendarPeriod ; |
1347 | rdfs:label "has Calendar Period Day"^^xsd:string ; | 1387 | rdfs:label "has Calendar Period Day"^^xsd:string ; |
1348 | rdfs:range ILAP:CalendarDay . | 1388 | rdfs:range ILAP:CalendarDay . |
1349 | 1389 | ||
1350 | ILAP:hasCalendarPeriodFreeDay | 1390 | ILAP:hasCalendarPeriodFreeDay |
1351 | rdf:type owl:ObjectProperty ; | 1391 | rdf:type owl:ObjectProperty ; |
1392 | + rdfs:comment "A has Calendar Period Day that specifies Free Days in that Period."^^xsd:string ; | ||
1352 | rdfs:domain ILAP:CalendarFreePeriod ; | 1393 | rdfs:domain ILAP:CalendarFreePeriod ; |
1353 | rdfs:label "has Calendar Period Free Day"^^xsd:string ; | 1394 | rdfs:label "has Calendar Period Free Day"^^xsd:string ; |
1354 | rdfs:range ILAP:CalendarDay ; | 1395 | rdfs:range ILAP:CalendarDay ; |
... | @@ -1356,6 +1397,7 @@ ILAP:hasCalendarPeriodFreeDay | ... | @@ -1356,6 +1397,7 @@ ILAP:hasCalendarPeriodFreeDay |
1356 | 1397 | ||
1357 | ILAP:hasCalendarPeriodFreeHour | 1398 | ILAP:hasCalendarPeriodFreeHour |
1358 | rdf:type owl:ObjectProperty ; | 1399 | rdf:type owl:ObjectProperty ; |
1400 | + rdfs:comment "A has Calendar Period Hour that specifies Free Hours in that Period."^^xsd:string ; | ||
1359 | rdfs:domain ILAP:CalendarFreePeriod ; | 1401 | rdfs:domain ILAP:CalendarFreePeriod ; |
1360 | rdfs:label "has Calendar Period Free Hour"^^xsd:string ; | 1402 | rdfs:label "has Calendar Period Free Hour"^^xsd:string ; |
1361 | rdfs:range ILAP:CalendarHour ; | 1403 | rdfs:range ILAP:CalendarHour ; |
... | @@ -1363,22 +1405,26 @@ ILAP:hasCalendarPeriodFreeHour | ... | @@ -1363,22 +1405,26 @@ ILAP:hasCalendarPeriodFreeHour |
1363 | 1405 | ||
1364 | ILAP:hasCalendarPeriodHour | 1406 | ILAP:hasCalendarPeriodHour |
1365 | rdf:type owl:ObjectProperty ; | 1407 | rdf:type owl:ObjectProperty ; |
1408 | + rdfs:comment "A Relationship between a Calendar Period and its Hours."^^xsd:string ; | ||
1366 | rdfs:domain ILAP:CalendarPeriod ; | 1409 | rdfs:domain ILAP:CalendarPeriod ; |
1367 | rdfs:label "has Calendar Period Hour"^^xsd:string ; | 1410 | rdfs:label "has Calendar Period Hour"^^xsd:string ; |
1368 | rdfs:range ILAP:CalendarHour . | 1411 | rdfs:range ILAP:CalendarHour . |
1369 | 1412 | ||
1370 | ILAP:hasCalendarTime | 1413 | ILAP:hasCalendarTime |
1371 | rdf:type owl:DatatypeProperty ; | 1414 | rdf:type owl:DatatypeProperty ; |
1415 | + rdfs:comment "A Property that holds a Time."^^xsd:string ; | ||
1372 | rdfs:label "has Calendar Time"^^xsd:string . | 1416 | rdfs:label "has Calendar Time"^^xsd:string . |
1373 | 1417 | ||
1374 | ILAP:hasContractType | 1418 | ILAP:hasContractType |
1375 | rdf:type owl:ObjectProperty ; | 1419 | rdf:type owl:ObjectProperty ; |
1420 | + rdfs:comment "A Relationship between a Contract and its Type (i.e., what type of contract it is)."^^xsd:string ; | ||
1376 | rdfs:domain ILAP:Contract ; | 1421 | rdfs:domain ILAP:Contract ; |
1377 | rdfs:label "has Contract Type"^^xsd:string ; | 1422 | rdfs:label "has Contract Type"^^xsd:string ; |
1378 | rdfs:range ILAP:ContractType . | 1423 | rdfs:range ILAP:ContractType . |
1379 | 1424 | ||
1380 | ILAP:hasCurrentActivityDuration | 1425 | ILAP:hasCurrentActivityDuration |
1381 | rdf:type owl:DatatypeProperty ; | 1426 | rdf:type owl:DatatypeProperty ; |
1427 | + rdfs:comment "A has Activity Duration relationship that holds the current estimate or the Activity."^^xsd:string ; | ||
1382 | rdfs:domain ILAP:ScheduledActivity ; | 1428 | rdfs:domain ILAP:ScheduledActivity ; |
1383 | rdfs:label "has Current Activity Duration"^^xsd:string ; | 1429 | rdfs:label "has Current Activity Duration"^^xsd:string ; |
1384 | rdfs:range xsd:duration ; | 1430 | rdfs:range xsd:duration ; |
... | @@ -1386,12 +1432,14 @@ ILAP:hasCurrentActivityDuration | ... | @@ -1386,12 +1432,14 @@ ILAP:hasCurrentActivityDuration |
1386 | 1432 | ||
1387 | ILAP:hasDataProject | 1433 | ILAP:hasDataProject |
1388 | rdf:type owl:ObjectProperty ; | 1434 | rdf:type owl:ObjectProperty ; |
1435 | + rdfs:comment "A Relationship between a general Data object and the Project it belongs."^^xsd:string ; | ||
1389 | rdfs:domain ILAP:Data ; | 1436 | rdfs:domain ILAP:Data ; |
1390 | rdfs:label "has Data Project"^^xsd:string ; | 1437 | rdfs:label "has Data Project"^^xsd:string ; |
1391 | rdfs:range ILAP:Project . | 1438 | rdfs:range ILAP:Project . |
1392 | 1439 | ||
1393 | ILAP:hasEarlyFinish | 1440 | ILAP:hasEarlyFinish |
1394 | rdf:type owl:DatatypeProperty ; | 1441 | rdf:type owl:DatatypeProperty ; |
1442 | + rdfs:comment "A has Schedule Date property which describes the earliest finish date of an Activity."^^xsd:string ; | ||
1395 | rdfs:domain ILAP:ScheduledActivity ; | 1443 | rdfs:domain ILAP:ScheduledActivity ; |
1396 | rdfs:label "has early finish"^^xsd:string ; | 1444 | rdfs:label "has early finish"^^xsd:string ; |
1397 | rdfs:range xsd:date ; | 1445 | rdfs:range xsd:date ; |
... | @@ -1399,6 +1447,7 @@ ILAP:hasEarlyFinish | ... | @@ -1399,6 +1447,7 @@ ILAP:hasEarlyFinish |
1399 | 1447 | ||
1400 | ILAP:hasEarlyStart | 1448 | ILAP:hasEarlyStart |
1401 | rdf:type owl:DatatypeProperty ; | 1449 | rdf:type owl:DatatypeProperty ; |
1450 | + rdfs:comment "A has Schedule Date property which describes the earliest start date of an Activity according to network analysis, forward pass."^^xsd:string ; | ||
1402 | rdfs:domain ILAP:ScheduledActivity ; | 1451 | rdfs:domain ILAP:ScheduledActivity ; |
1403 | rdfs:label "has early start"^^xsd:string ; | 1452 | rdfs:label "has early start"^^xsd:string ; |
1404 | rdfs:range xsd:date ; | 1453 | rdfs:range xsd:date ; |
... | @@ -1406,6 +1455,7 @@ ILAP:hasEarlyStart | ... | @@ -1406,6 +1455,7 @@ ILAP:hasEarlyStart |
1406 | 1455 | ||
1407 | ILAP:hasEarlyStartActual | 1456 | ILAP:hasEarlyStartActual |
1408 | rdf:type owl:DatatypeProperty ; | 1457 | rdf:type owl:DatatypeProperty ; |
1458 | + rdfs:comment "A has Schedule Date property which describes the Earliest Finish Date minus Duration (Safran-specific, transfer if calculated to avoid differences between planning programs)."^^xsd:string ; | ||
1409 | rdfs:domain ILAP:ScheduledActivity ; | 1459 | rdfs:domain ILAP:ScheduledActivity ; |
1410 | rdfs:label "has early start actual "^^xsd:string ; | 1460 | rdfs:label "has early start actual "^^xsd:string ; |
1411 | rdfs:range xsd:date ; | 1461 | rdfs:range xsd:date ; |
... | @@ -1413,12 +1463,14 @@ ILAP:hasEarlyStartActual | ... | @@ -1413,12 +1463,14 @@ ILAP:hasEarlyStartActual |
1413 | 1463 | ||
1414 | ILAP:hasExternalReference | 1464 | ILAP:hasExternalReference |
1415 | rdf:type owl:ObjectProperty ; | 1465 | rdf:type owl:ObjectProperty ; |
1466 | + rdfs:comment "A Relationship between a Data object and its External Reference."^^xsd:string ; | ||
1416 | rdfs:domain ILAP:Data ; | 1467 | rdfs:domain ILAP:Data ; |
1417 | rdfs:label "has External Reference"^^xsd:string ; | 1468 | rdfs:label "has External Reference"^^xsd:string ; |
1418 | rdfs:range ILAP:ExternalReference . | 1469 | rdfs:range ILAP:ExternalReference . |
1419 | 1470 | ||
1420 | ILAP:hasFixedFinish | 1471 | ILAP:hasFixedFinish |
1421 | rdf:type owl:DatatypeProperty ; | 1472 | rdf:type owl:DatatypeProperty ; |
1473 | + rdfs:comment "A has Schedule Date property which describes a fixed finish date of an Activity."^^xsd:string ; | ||
1422 | rdfs:domain ILAP:PlannedActivity ; | 1474 | rdfs:domain ILAP:PlannedActivity ; |
1423 | rdfs:label "has fixed finish"^^xsd:string ; | 1475 | rdfs:label "has fixed finish"^^xsd:string ; |
1424 | rdfs:range xsd:date ; | 1476 | rdfs:range xsd:date ; |
... | @@ -1426,6 +1478,7 @@ ILAP:hasFixedFinish | ... | @@ -1426,6 +1478,7 @@ ILAP:hasFixedFinish |
1426 | 1478 | ||
1427 | ILAP:hasFixedStart | 1479 | ILAP:hasFixedStart |
1428 | rdf:type owl:DatatypeProperty ; | 1480 | rdf:type owl:DatatypeProperty ; |
1481 | + rdfs:comment "A has Schedule Date property which describes a fixed start date of an Activity."^^xsd:string ; | ||
1429 | rdfs:domain ILAP:PlannedActivity ; | 1482 | rdfs:domain ILAP:PlannedActivity ; |
1430 | rdfs:label "has fixed start"^^xsd:string ; | 1483 | rdfs:label "has fixed start"^^xsd:string ; |
1431 | rdfs:range xsd:date ; | 1484 | rdfs:range xsd:date ; |
... | @@ -1433,6 +1486,7 @@ ILAP:hasFixedStart | ... | @@ -1433,6 +1486,7 @@ ILAP:hasFixedStart |
1433 | 1486 | ||
1434 | ILAP:hasFreePeriodEndDate | 1487 | ILAP:hasFreePeriodEndDate |
1435 | rdf:type owl:DatatypeProperty ; | 1488 | rdf:type owl:DatatypeProperty ; |
1489 | + rdfs:comment "A has Calendar Date relationship involving the End date of a Free Period."^^xsd:string ; | ||
1436 | rdfs:domain ILAP:CalendarFreePeriod ; | 1490 | rdfs:domain ILAP:CalendarFreePeriod ; |
1437 | rdfs:label "has Free Period End Date"^^xsd:string ; | 1491 | rdfs:label "has Free Period End Date"^^xsd:string ; |
1438 | rdfs:range xsd:date ; | 1492 | rdfs:range xsd:date ; |
... | @@ -1440,6 +1494,7 @@ ILAP:hasFreePeriodEndDate | ... | @@ -1440,6 +1494,7 @@ ILAP:hasFreePeriodEndDate |
1440 | 1494 | ||
1441 | ILAP:hasFreePeriodEndTime | 1495 | ILAP:hasFreePeriodEndTime |
1442 | rdf:type owl:DatatypeProperty ; | 1496 | rdf:type owl:DatatypeProperty ; |
1497 | + rdfs:comment "A has Calendar Time property which describes the End Time of a Free Period."^^xsd:string ; | ||
1443 | rdfs:domain ILAP:CalendarFreePeriod ; | 1498 | rdfs:domain ILAP:CalendarFreePeriod ; |
1444 | rdfs:label "has Free Period End Time"^^xsd:string ; | 1499 | rdfs:label "has Free Period End Time"^^xsd:string ; |
1445 | rdfs:range xsd:time ; | 1500 | rdfs:range xsd:time ; |
... | @@ -1447,6 +1502,7 @@ ILAP:hasFreePeriodEndTime | ... | @@ -1447,6 +1502,7 @@ ILAP:hasFreePeriodEndTime |
1447 | 1502 | ||
1448 | ILAP:hasFreePeriodStartDate | 1503 | ILAP:hasFreePeriodStartDate |
1449 | rdf:type owl:DatatypeProperty ; | 1504 | rdf:type owl:DatatypeProperty ; |
1505 | + rdfs:comment "A has Calendar Date relationship involving the End date of a Free Period."^^xsd:string ; | ||
1450 | rdfs:domain ILAP:CalendarFreePeriod ; | 1506 | rdfs:domain ILAP:CalendarFreePeriod ; |
1451 | rdfs:label "has Free Period Start Date"^^xsd:string ; | 1507 | rdfs:label "has Free Period Start Date"^^xsd:string ; |
1452 | rdfs:range xsd:date ; | 1508 | rdfs:range xsd:date ; |
... | @@ -1454,6 +1510,7 @@ ILAP:hasFreePeriodStartDate | ... | @@ -1454,6 +1510,7 @@ ILAP:hasFreePeriodStartDate |
1454 | 1510 | ||
1455 | ILAP:hasFreePeriodStartTime | 1511 | ILAP:hasFreePeriodStartTime |
1456 | rdf:type owl:DatatypeProperty ; | 1512 | rdf:type owl:DatatypeProperty ; |
1513 | + rdfs:comment "A has Calendar Time property which describes the Start Time of a Free Period."^^xsd:string ; | ||
1457 | rdfs:domain ILAP:CalendarFreePeriod ; | 1514 | rdfs:domain ILAP:CalendarFreePeriod ; |
1458 | rdfs:label "has Free Period Start Time"^^xsd:string ; | 1515 | rdfs:label "has Free Period Start Time"^^xsd:string ; |
1459 | rdfs:range xsd:time ; | 1516 | rdfs:range xsd:time ; |
... | @@ -1461,6 +1518,7 @@ ILAP:hasFreePeriodStartTime | ... | @@ -1461,6 +1518,7 @@ ILAP:hasFreePeriodStartTime |
1461 | 1518 | ||
1462 | ILAP:hasLateFinish | 1519 | ILAP:hasLateFinish |
1463 | rdf:type owl:DatatypeProperty ; | 1520 | rdf:type owl:DatatypeProperty ; |
1521 | + rdfs:comment "A has Schedule Date property which describes the latest finish date of an Activity."^^xsd:string ; | ||
1464 | rdfs:domain ILAP:ScheduledActivity ; | 1522 | rdfs:domain ILAP:ScheduledActivity ; |
1465 | rdfs:label "has late finish"^^xsd:string ; | 1523 | rdfs:label "has late finish"^^xsd:string ; |
1466 | rdfs:range xsd:date ; | 1524 | rdfs:range xsd:date ; |
... | @@ -1468,6 +1526,7 @@ ILAP:hasLateFinish | ... | @@ -1468,6 +1526,7 @@ ILAP:hasLateFinish |
1468 | 1526 | ||
1469 | ILAP:hasLateStart | 1527 | ILAP:hasLateStart |
1470 | rdf:type owl:DatatypeProperty ; | 1528 | rdf:type owl:DatatypeProperty ; |
1529 | + rdfs:comment "A has Schedule Date property which describes the latest start date of an Activity according to network analysis, backward pass."^^xsd:string ; | ||
1471 | rdfs:domain ILAP:ScheduledActivity ; | 1530 | rdfs:domain ILAP:ScheduledActivity ; |
1472 | rdfs:label "has late start"^^xsd:string ; | 1531 | rdfs:label "has late start"^^xsd:string ; |
1473 | rdfs:range xsd:date ; | 1532 | rdfs:range xsd:date ; |
... | @@ -1475,54 +1534,63 @@ ILAP:hasLateStart | ... | @@ -1475,54 +1534,63 @@ ILAP:hasLateStart |
1475 | 1534 | ||
1476 | ILAP:hasLocationLatitude | 1535 | ILAP:hasLocationLatitude |
1477 | rdf:type owl:DatatypeProperty ; | 1536 | rdf:type owl:DatatypeProperty ; |
1537 | + rdfs:comment "A Property that holds the Latitude of a Location."^^xsd:string ; | ||
1478 | rdfs:domain ILAP:Location ; | 1538 | rdfs:domain ILAP:Location ; |
1479 | rdfs:label "has Location Latitude"^^xsd:string ; | 1539 | rdfs:label "has Location Latitude"^^xsd:string ; |
1480 | rdfs:range xsd:integer . | 1540 | rdfs:range xsd:integer . |
1481 | 1541 | ||
1482 | ILAP:hasLocationLongitude | 1542 | ILAP:hasLocationLongitude |
1483 | rdf:type owl:DatatypeProperty ; | 1543 | rdf:type owl:DatatypeProperty ; |
1544 | + rdfs:comment "A Property that holds the Longitude of a Location."^^xsd:string ; | ||
1484 | rdfs:domain ILAP:Location ; | 1545 | rdfs:domain ILAP:Location ; |
1485 | rdfs:label "has Location Longitude"^^xsd:string ; | 1546 | rdfs:label "has Location Longitude"^^xsd:string ; |
1486 | rdfs:range xsd:integer . | 1547 | rdfs:range xsd:integer . |
1487 | 1548 | ||
1488 | ILAP:hasMilestonePredecessor | 1549 | ILAP:hasMilestonePredecessor |
1489 | rdf:type owl:ObjectProperty ; | 1550 | rdf:type owl:ObjectProperty ; |
1551 | + rdfs:comment "A Relationship between a Milestone and the Successor object that precedes it."^^xsd:string ; | ||
1490 | rdfs:domain ILAP:Milestone ; | 1552 | rdfs:domain ILAP:Milestone ; |
1491 | rdfs:label "has Milestone Predecessor"^^xsd:string ; | 1553 | rdfs:label "has Milestone Predecessor"^^xsd:string ; |
1492 | rdfs:range ILAP:ActivityDependency . | 1554 | rdfs:range ILAP:ActivityDependency . |
1493 | 1555 | ||
1494 | ILAP:hasMilestoneSuccessor | 1556 | ILAP:hasMilestoneSuccessor |
1495 | rdf:type owl:ObjectProperty ; | 1557 | rdf:type owl:ObjectProperty ; |
1558 | + rdfs:comment "A Relationship between a Milestone and the Successor object that follows it."^^xsd:string ; | ||
1496 | rdfs:domain ILAP:Milestone ; | 1559 | rdfs:domain ILAP:Milestone ; |
1497 | rdfs:label "has Milestone Successor"^^xsd:string ; | 1560 | rdfs:label "has Milestone Successor"^^xsd:string ; |
1498 | rdfs:range ILAP:ActivityDependency . | 1561 | rdfs:range ILAP:ActivityDependency . |
1499 | 1562 | ||
1500 | ILAP:hasMilestoneType | 1563 | ILAP:hasMilestoneType |
1501 | rdf:type owl:ObjectProperty ; | 1564 | rdf:type owl:ObjectProperty ; |
1565 | + rdfs:comment "Relationship between a Milestone and its Type (i.e., what type of milestone it is)."^^xsd:string ; | ||
1502 | rdfs:domain ILAP:Milestone ; | 1566 | rdfs:domain ILAP:Milestone ; |
1503 | rdfs:label "has Milestone Type"^^xsd:string ; | 1567 | rdfs:label "has Milestone Type"^^xsd:string ; |
1504 | rdfs:range ILAP:MilestoneType . | 1568 | rdfs:range ILAP:MilestoneType . |
1505 | 1569 | ||
1506 | ILAP:hasObjectDescription | 1570 | ILAP:hasObjectDescription |
1507 | rdf:type owl:DatatypeProperty ; | 1571 | rdf:type owl:DatatypeProperty ; |
1572 | + rdfs:comment "A Property that holds the Description of an ILAP information object."^^xsd:string ; | ||
1508 | rdfs:domain owl:Thing ; | 1573 | rdfs:domain owl:Thing ; |
1509 | rdfs:label "has Object Description"^^xsd:string ; | 1574 | rdfs:label "has Object Description"^^xsd:string ; |
1510 | rdfs:range xsd:string . | 1575 | rdfs:range xsd:string . |
1511 | 1576 | ||
1512 | ILAP:hasObjectName | 1577 | ILAP:hasObjectName |
1513 | rdf:type owl:DatatypeProperty ; | 1578 | rdf:type owl:DatatypeProperty ; |
1579 | + rdfs:comment "A Property that holds the Name of an ILAP information object."^^xsd:string ; | ||
1514 | rdfs:domain owl:Thing ; | 1580 | rdfs:domain owl:Thing ; |
1515 | rdfs:label "has Object Name"^^xsd:string ; | 1581 | rdfs:label "has Object Name"^^xsd:string ; |
1516 | rdfs:range xsd:string . | 1582 | rdfs:range xsd:string . |
1517 | 1583 | ||
1518 | ILAP:hasObjectReferenceID | 1584 | ILAP:hasObjectReferenceID |
1519 | rdf:type owl:DatatypeProperty ; | 1585 | rdf:type owl:DatatypeProperty ; |
1586 | + rdfs:comment "A Property that holds the value of an External Identifier of an ILAP information object."^^xsd:string ; | ||
1520 | rdfs:domain owl:Thing ; | 1587 | rdfs:domain owl:Thing ; |
1521 | rdfs:label "has Object Reference ID"^^xsd:string ; | 1588 | rdfs:label "has Object Reference ID"^^xsd:string ; |
1522 | rdfs:range xsd:string . | 1589 | rdfs:range xsd:string . |
1523 | 1590 | ||
1524 | ILAP:hasOriginalActivityDuration | 1591 | ILAP:hasOriginalActivityDuration |
1525 | rdf:type owl:DatatypeProperty ; | 1592 | rdf:type owl:DatatypeProperty ; |
1593 | + rdfs:comment "A has Activity Duration relationship that holds the initial estimate for the Activity."^^xsd:string ; | ||
1526 | rdfs:domain ILAP:ScheduledActivity ; | 1594 | rdfs:domain ILAP:ScheduledActivity ; |
1527 | rdfs:label "has Original Activity Duration"^^xsd:string ; | 1595 | rdfs:label "has Original Activity Duration"^^xsd:string ; |
1528 | rdfs:range xsd:duration ; | 1596 | rdfs:range xsd:duration ; |
... | @@ -1530,150 +1598,175 @@ ILAP:hasOriginalActivityDuration | ... | @@ -1530,150 +1598,175 @@ ILAP:hasOriginalActivityDuration |
1530 | 1598 | ||
1531 | ILAP:hasPhaseDecisionGate | 1599 | ILAP:hasPhaseDecisionGate |
1532 | rdf:type owl:ObjectProperty ; | 1600 | rdf:type owl:ObjectProperty ; |
1601 | + rdfs:comment "A Relationship between a Phase and its associated Decision Gate(s)."^^xsd:string ; | ||
1533 | rdfs:domain ILAP:Phase ; | 1602 | rdfs:domain ILAP:Phase ; |
1534 | rdfs:label "has Phase Decision Gate"^^xsd:string ; | 1603 | rdfs:label "has Phase Decision Gate"^^xsd:string ; |
1535 | rdfs:range ILAP:DecisionGate . | 1604 | rdfs:range ILAP:DecisionGate . |
1536 | 1605 | ||
1537 | ILAP:hasPlanAsset | 1606 | ILAP:hasPlanAsset |
1538 | rdf:type owl:ObjectProperty ; | 1607 | rdf:type owl:ObjectProperty ; |
1608 | + rdfs:comment "A Relationship between a Project Execution Plan and the Asset it is a Plan for (Asset Class not defined)."^^xsd:string ; | ||
1539 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1609 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1540 | rdfs:label "has Plan Asset"^^xsd:string ; | 1610 | rdfs:label "has Plan Asset"^^xsd:string ; |
1541 | rdfs:range ILAP:Asset . | 1611 | rdfs:range ILAP:Asset . |
1542 | 1612 | ||
1543 | ILAP:hasPlanAssetOwner | 1613 | ILAP:hasPlanAssetOwner |
1544 | rdf:type owl:ObjectProperty ; | 1614 | rdf:type owl:ObjectProperty ; |
1615 | + rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ; | ||
1545 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1616 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1546 | rdfs:label "has asset plan owner"^^xsd:string ; | 1617 | rdfs:label "has asset plan owner"^^xsd:string ; |
1547 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1618 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1548 | 1619 | ||
1549 | ILAP:hasPlanContentType | 1620 | ILAP:hasPlanContentType |
1550 | rdf:type owl:ObjectProperty ; | 1621 | rdf:type owl:ObjectProperty ; |
1622 | + rdfs:comment "A Relationship between a Project Execution Plan and its Content Classification."^^xsd:string ; | ||
1551 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1623 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1552 | rdfs:label "has Plan Content Type"^^xsd:string ; | 1624 | rdfs:label "has Plan Content Type"^^xsd:string ; |
1553 | rdfs:range ILAP:PlanContentType . | 1625 | rdfs:range ILAP:PlanContentType . |
1554 | 1626 | ||
1555 | ILAP:hasPlanContractType | 1627 | ILAP:hasPlanContractType |
1556 | rdf:type owl:ObjectProperty ; | 1628 | rdf:type owl:ObjectProperty ; |
1629 | + rdfs:comment "A Relationship between a Project Execution Plan and its Contract Classification."^^xsd:string ; | ||
1557 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1630 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1558 | rdfs:label "has Plan Contract Type"^^xsd:string ; | 1631 | rdfs:label "has Plan Contract Type"^^xsd:string ; |
1559 | rdfs:range ILAP:PlanContractType . | 1632 | rdfs:range ILAP:PlanContractType . |
1560 | 1633 | ||
1561 | ILAP:hasPlanContractor | 1634 | ILAP:hasPlanContractor |
1562 | rdf:type owl:ObjectProperty ; | 1635 | rdf:type owl:ObjectProperty ; |
1636 | + rdfs:comment "A has Plan Participant relationship involving a Contractor."^^xsd:string ; | ||
1563 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1637 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1564 | rdfs:label "has plan contractor"^^xsd:string ; | 1638 | rdfs:label "has plan contractor"^^xsd:string ; |
1565 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1639 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1566 | 1640 | ||
1567 | ILAP:hasPlanExpenseType | 1641 | ILAP:hasPlanExpenseType |
1568 | rdf:type owl:ObjectProperty ; | 1642 | rdf:type owl:ObjectProperty ; |
1643 | + rdfs:comment "A Relationship between a Project Execution Plan and its Expense Classification."^^xsd:string ; | ||
1569 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1644 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1570 | rdfs:label "has Plan Expense Type"^^xsd:string ; | 1645 | rdfs:label "has Plan Expense Type"^^xsd:string ; |
1571 | rdfs:range ILAP:PlanExpenseType . | 1646 | rdfs:range ILAP:PlanExpenseType . |
1572 | 1647 | ||
1573 | ILAP:hasPlanFacility | 1648 | ILAP:hasPlanFacility |
1574 | rdf:type owl:ObjectProperty ; | 1649 | rdf:type owl:ObjectProperty ; |
1650 | + rdfs:comment "A Relationship between a Project Execution Plan and its Facility (typically defined by NPD:Facility)."^^xsd:string ; | ||
1575 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1651 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1576 | rdfs:label "has Plan Facility"^^xsd:string ; | 1652 | rdfs:label "has Plan Facility"^^xsd:string ; |
1577 | rdfs:range ILAP:Facility . | 1653 | rdfs:range ILAP:Facility . |
1578 | 1654 | ||
1579 | ILAP:hasPlanField | 1655 | ILAP:hasPlanField |
1580 | rdf:type owl:ObjectProperty ; | 1656 | rdf:type owl:ObjectProperty ; |
1657 | + rdfs:comment "A Relationship between a Project Execution Plan and its Field (typically defined by NPD:Field)."^^xsd:string ; | ||
1581 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1658 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1582 | rdfs:label "has Plan Field"^^xsd:string ; | 1659 | rdfs:label "has Plan Field"^^xsd:string ; |
1583 | rdfs:range ILAP:Field . | 1660 | rdfs:range ILAP:Field . |
1584 | 1661 | ||
1585 | ILAP:hasPlanGeoArea | 1662 | ILAP:hasPlanGeoArea |
1586 | rdf:type owl:ObjectProperty ; | 1663 | rdf:type owl:ObjectProperty ; |
1664 | + rdfs:comment "A Relationship between a Project Execution Plan and its Geographic Area Classification."^^xsd:string ; | ||
1587 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1665 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1588 | rdfs:label "has Plan Geo Area"^^xsd:string ; | 1666 | rdfs:label "has Plan Geo Area"^^xsd:string ; |
1589 | rdfs:range ILAP:PlanGeoArea . | 1667 | rdfs:range ILAP:PlanGeoArea . |
1590 | 1668 | ||
1591 | ILAP:hasPlanLevel | 1669 | ILAP:hasPlanLevel |
1592 | rdf:type owl:ObjectProperty ; | 1670 | rdf:type owl:ObjectProperty ; |
1671 | + rdfs:comment "A Relationship between a Project Execution Plan and its Plan Level Classification."^^xsd:string ; | ||
1593 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1672 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1594 | rdfs:label "has Plan Level"^^xsd:string ; | 1673 | rdfs:label "has Plan Level"^^xsd:string ; |
1595 | rdfs:range ILAP:PlanLevel . | 1674 | rdfs:range ILAP:PlanLevel . |
1596 | 1675 | ||
1597 | ILAP:hasPlanLicense | 1676 | ILAP:hasPlanLicense |
1598 | rdf:type owl:ObjectProperty ; | 1677 | rdf:type owl:ObjectProperty ; |
1678 | + rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ; | ||
1599 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1679 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1600 | rdfs:label "has Plan License"^^xsd:string ; | 1680 | rdfs:label "has Plan License"^^xsd:string ; |
1601 | rdfs:range ILAP:License . | 1681 | rdfs:range ILAP:License . |
1602 | 1682 | ||
1603 | ILAP:hasPlanLicensePartner | 1683 | ILAP:hasPlanLicensePartner |
1604 | rdf:type owl:ObjectProperty ; | 1684 | rdf:type owl:ObjectProperty ; |
1685 | + rdfs:comment "A has Plan Participant relationship involving Responsible Organization."^^xsd:string ; | ||
1605 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1686 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1606 | rdfs:label "has plan license partner"^^xsd:string ; | 1687 | rdfs:label "has plan license partner"^^xsd:string ; |
1607 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1688 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1608 | 1689 | ||
1609 | ILAP:hasPlanLifecycleStage | 1690 | ILAP:hasPlanLifecycleStage |
1610 | rdf:type owl:ObjectProperty ; | 1691 | rdf:type owl:ObjectProperty ; |
1692 | + rdfs:comment "A Relationship between a Project Execution Plan and its Lifecycle Phase Classification."^^xsd:string ; | ||
1611 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1693 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1612 | rdfs:label "has Plan Lifecycle Stage"^^xsd:string ; | 1694 | rdfs:label "has Plan Lifecycle Stage"^^xsd:string ; |
1613 | rdfs:range ILAP:PlanLifecycleStage . | 1695 | rdfs:range ILAP:PlanLifecycleStage . |
1614 | 1696 | ||
1615 | ILAP:hasPlanObjectiveType | 1697 | ILAP:hasPlanObjectiveType |
1616 | rdf:type owl:ObjectProperty ; | 1698 | rdf:type owl:ObjectProperty ; |
1699 | + rdfs:comment "A Relationship between a Project Execution Plan and its type of Objective."^^xsd:string ; | ||
1617 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1700 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1618 | rdfs:label "has Plan Objective Type"^^xsd:string ; | 1701 | rdfs:label "has Plan Objective Type"^^xsd:string ; |
1619 | rdfs:range ILAP:PlanObjectiveType . | 1702 | rdfs:range ILAP:PlanObjectiveType . |
1620 | 1703 | ||
1621 | ILAP:hasPlanOperator | 1704 | ILAP:hasPlanOperator |
1622 | rdf:type owl:ObjectProperty ; | 1705 | rdf:type owl:ObjectProperty ; |
1706 | + rdfs:comment "A has Plan Participant relationship involving an Operator."^^xsd:string ; | ||
1623 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1707 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1624 | rdfs:label "has plan operator"^^xsd:string ; | 1708 | rdfs:label "has plan operator"^^xsd:string ; |
1625 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1709 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1626 | 1710 | ||
1627 | ILAP:hasPlanProject | 1711 | ILAP:hasPlanProject |
1628 | rdf:type owl:ObjectProperty ; | 1712 | rdf:type owl:ObjectProperty ; |
1713 | + rdfs:comment "A Relationship between a Project Execution Plan and the Project it describes."^^xsd:string ; | ||
1629 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1714 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1630 | rdfs:label "has Plan Project"^^xsd:string ; | 1715 | rdfs:label "has Plan Project"^^xsd:string ; |
1631 | rdfs:range ILAP:Project . | 1716 | rdfs:range ILAP:Project . |
1632 | 1717 | ||
1633 | ILAP:hasPlanProjectType | 1718 | ILAP:hasPlanProjectType |
1634 | rdf:type owl:ObjectProperty ; | 1719 | rdf:type owl:ObjectProperty ; |
1720 | + rdfs:comment "A Relationship between a Project Execution Plan and the Project Type it describes."^^xsd:string ; | ||
1635 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1721 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1636 | rdfs:label "has Plan Project Type"^^xsd:string ; | 1722 | rdfs:label "has Plan Project Type"^^xsd:string ; |
1637 | rdfs:range ILAP:PlanProjectType . | 1723 | rdfs:range ILAP:PlanProjectType . |
1638 | 1724 | ||
1639 | ILAP:hasPlanRegulator | 1725 | ILAP:hasPlanRegulator |
1640 | rdf:type owl:ObjectProperty ; | 1726 | rdf:type owl:ObjectProperty ; |
1727 | + rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ; | ||
1641 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1728 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1642 | rdfs:label "has plan regulator"^^xsd:string ; | 1729 | rdfs:label "has plan regulator"^^xsd:string ; |
1643 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1730 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1644 | 1731 | ||
1645 | ILAP:hasPlanResponsible | 1732 | ILAP:hasPlanResponsible |
1646 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1733 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1734 | + rdfs:comment "A Relationship between a Project Execution Plan and a Responsible Organization."^^xsd:string ; | ||
1647 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1735 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1648 | rdfs:label "has Plan Responsible"^^xsd:string ; | 1736 | rdfs:label "has Plan Responsible"^^xsd:string ; |
1649 | rdfs:range ILAP:ResponsibleOrganization . | 1737 | rdfs:range ILAP:ResponsibleOrganization . |
1650 | 1738 | ||
1651 | ILAP:hasPlanRollUpPlan | 1739 | ILAP:hasPlanRollUpPlan |
1652 | rdf:type owl:ObjectProperty ; | 1740 | rdf:type owl:ObjectProperty ; |
1741 | + rdfs:comment "A Relationship between a Project Execution Plan and the same Plan at the next Plan Level."^^xsd:string ; | ||
1653 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1742 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1654 | rdfs:label "has Plan Roll Up Plan"^^xsd:string ; | 1743 | rdfs:label "has Plan Roll Up Plan"^^xsd:string ; |
1655 | rdfs:range ILAP:ProjectExecutionPlan . | 1744 | rdfs:range ILAP:ProjectExecutionPlan . |
1656 | 1745 | ||
1657 | ILAP:hasPlanShutdown | 1746 | ILAP:hasPlanShutdown |
1658 | rdf:type owl:ObjectProperty ; | 1747 | rdf:type owl:ObjectProperty ; |
1748 | + rdfs:comment "A Relationship between a Project Execution Plan and a Shutdown."^^xsd:string ; | ||
1659 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1749 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1660 | rdfs:label "has plan shutdown"^^xsd:string ; | 1750 | rdfs:label "has plan shutdown"^^xsd:string ; |
1661 | rdfs:range ILAP:Shutdown . | 1751 | rdfs:range ILAP:Shutdown . |
1662 | 1752 | ||
1663 | ILAP:hasPlanSubplan | 1753 | ILAP:hasPlanSubplan |
1664 | rdf:type owl:ObjectProperty ; | 1754 | rdf:type owl:ObjectProperty ; |
1755 | + rdfs:comment "A Relationship between a Project Execution Plan and a partial Plan at the same Plan Level."^^xsd:string ; | ||
1665 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1756 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1666 | rdfs:label "has Plan Subplan"^^xsd:string ; | 1757 | rdfs:label "has Plan Subplan"^^xsd:string ; |
1667 | rdfs:range ILAP:ProjectExecutionPlan . | 1758 | rdfs:range ILAP:ProjectExecutionPlan . |
1668 | 1759 | ||
1669 | ILAP:hasPlanSupplier | 1760 | ILAP:hasPlanSupplier |
1670 | rdf:type owl:ObjectProperty ; | 1761 | rdf:type owl:ObjectProperty ; |
1762 | + rdfs:comment "A has Plan Participant relationship involving a Responsible Organization."^^xsd:string ; | ||
1671 | rdfs:domain ILAP:ProjectExecutionPlan ; | 1763 | rdfs:domain ILAP:ProjectExecutionPlan ; |
1672 | rdfs:label "has plan supplier"^^xsd:string ; | 1764 | rdfs:label "has plan supplier"^^xsd:string ; |
1673 | rdfs:subPropertyOf ILAP:hasPlanResponsible . | 1765 | rdfs:subPropertyOf ILAP:hasPlanResponsible . |
1674 | 1766 | ||
1675 | ILAP:hasPredecessorActivity | 1767 | ILAP:hasPredecessorActivity |
1676 | rdf:type owl:ObjectProperty ; | 1768 | rdf:type owl:ObjectProperty ; |
1769 | + rdfs:comment "A Relationship between a Successor and its preceding Planned Activity."^^xsd:string ; | ||
1677 | rdfs:domain ILAP:ActivityDependency ; | 1770 | rdfs:domain ILAP:ActivityDependency ; |
1678 | rdfs:label "has Predecessor Activity"^^xsd:string ; | 1771 | rdfs:label "has Predecessor Activity"^^xsd:string ; |
1679 | rdfs:range ILAP:PlannedActivity ; | 1772 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1681,60 +1774,70 @@ ILAP:hasPredecessorActivity | ... | @@ -1681,60 +1774,70 @@ ILAP:hasPredecessorActivity |
1681 | 1774 | ||
1682 | ILAP:hasPredecessorMilestone | 1775 | ILAP:hasPredecessorMilestone |
1683 | rdf:type owl:ObjectProperty ; | 1776 | rdf:type owl:ObjectProperty ; |
1777 | + rdfs:comment "A Relationship between a Predecessor and a Milestone that precedes it."^^xsd:string ; | ||
1684 | rdfs:domain ILAP:ActivityDependency ; | 1778 | rdfs:domain ILAP:ActivityDependency ; |
1685 | rdfs:label "has Predecessor Milestone"^^xsd:string ; | 1779 | rdfs:label "has Predecessor Milestone"^^xsd:string ; |
1686 | rdfs:range ILAP:Milestone . | 1780 | rdfs:range ILAP:Milestone . |
1687 | 1781 | ||
1688 | ILAP:hasProfilePoint | 1782 | ILAP:hasProfilePoint |
1689 | rdf:type owl:ObjectProperty ; | 1783 | rdf:type owl:ObjectProperty ; |
1784 | + rdfs:comment "A Relationship between a Profile curve and a Point on that curve."^^xsd:string ; | ||
1690 | rdfs:domain ILAP:ResourceProfile ; | 1785 | rdfs:domain ILAP:ResourceProfile ; |
1691 | rdfs:label "has Profile Point"^^xsd:string ; | 1786 | rdfs:label "has Profile Point"^^xsd:string ; |
1692 | rdfs:range ILAP:ResourceProfilePoint . | 1787 | rdfs:range ILAP:ResourceProfilePoint . |
1693 | 1788 | ||
1694 | ILAP:hasProfilePointXValue | 1789 | ILAP:hasProfilePointXValue |
1695 | rdf:type owl:DatatypeProperty ; | 1790 | rdf:type owl:DatatypeProperty ; |
1791 | + rdfs:comment "A Property that holds the X coordinate of a Profile Point."^^xsd:string ; | ||
1696 | rdfs:domain ILAP:ResourceProfilePoint ; | 1792 | rdfs:domain ILAP:ResourceProfilePoint ; |
1697 | rdfs:label "has Profile Point X Value"^^xsd:string ; | 1793 | rdfs:label "has Profile Point X Value"^^xsd:string ; |
1698 | rdfs:range xsd:float . | 1794 | rdfs:range xsd:float . |
1699 | 1795 | ||
1700 | ILAP:hasProfilePointYValue | 1796 | ILAP:hasProfilePointYValue |
1701 | rdf:type owl:DatatypeProperty ; | 1797 | rdf:type owl:DatatypeProperty ; |
1798 | + rdfs:comment "A Property that holds the Y coordinate of a Profile Point."^^xsd:string ; | ||
1702 | rdfs:domain ILAP:ResourceProfilePoint ; | 1799 | rdfs:domain ILAP:ResourceProfilePoint ; |
1703 | rdfs:label "has Profile Point Y Value"^^xsd:string ; | 1800 | rdfs:label "has Profile Point Y Value"^^xsd:string ; |
1704 | rdfs:range xsd:float . | 1801 | rdfs:range xsd:float . |
1705 | 1802 | ||
1706 | ILAP:hasProjectContract | 1803 | ILAP:hasProjectContract |
1707 | rdf:type owl:ObjectProperty ; | 1804 | rdf:type owl:ObjectProperty ; |
1805 | + rdfs:comment "A Relationship between a Project and a Contract."^^xsd:string ; | ||
1708 | rdfs:domain ILAP:Project ; | 1806 | rdfs:domain ILAP:Project ; |
1709 | rdfs:label "has Project Contract"^^xsd:string ; | 1807 | rdfs:label "has Project Contract"^^xsd:string ; |
1710 | rdfs:range ILAP:Contract . | 1808 | rdfs:range ILAP:Contract . |
1711 | 1809 | ||
1712 | ILAP:hasProjectResponsible | 1810 | ILAP:hasProjectResponsible |
1713 | rdf:type owl:ObjectProperty ; | 1811 | rdf:type owl:ObjectProperty ; |
1812 | + rdfs:comment "A Relationship between a Project and a Responsible Organization."^^xsd:string ; | ||
1714 | rdfs:domain ILAP:Project ; | 1813 | rdfs:domain ILAP:Project ; |
1715 | rdfs:label "has Project Responsible"^^xsd:string ; | 1814 | rdfs:label "has Project Responsible"^^xsd:string ; |
1716 | rdfs:range ILAP:ResponsibleOrganization . | 1815 | rdfs:range ILAP:ResponsibleOrganization . |
1717 | 1816 | ||
1718 | ILAP:hasProjectSubproject | 1817 | ILAP:hasProjectSubproject |
1719 | rdf:type owl:ObjectProperty ; | 1818 | rdf:type owl:ObjectProperty ; |
1819 | + rdfs:comment "A Relationship between a Project and a subproject within that project."^^xsd:string ; | ||
1720 | rdfs:domain ILAP:Project ; | 1820 | rdfs:domain ILAP:Project ; |
1721 | rdfs:label "has Project Subproject"^^xsd:string ; | 1821 | rdfs:label "has Project Subproject"^^xsd:string ; |
1722 | rdfs:range ILAP:Project . | 1822 | rdfs:range ILAP:Project . |
1723 | 1823 | ||
1724 | ILAP:hasReferenceApplication | 1824 | ILAP:hasReferenceApplication |
1725 | rdf:type owl:ObjectProperty ; | 1825 | rdf:type owl:ObjectProperty ; |
1826 | + rdfs:comment "A Relationship between an External Reference and the Application used to define the information object it identifies."^^xsd:string ; | ||
1726 | rdfs:domain ILAP:ExternalReference ; | 1827 | rdfs:domain ILAP:ExternalReference ; |
1727 | rdfs:label "has Reference Application"^^xsd:string ; | 1828 | rdfs:label "has Reference Application"^^xsd:string ; |
1728 | rdfs:range ILAP:Application . | 1829 | rdfs:range ILAP:Application . |
1729 | 1830 | ||
1730 | ILAP:hasReferenceSource | 1831 | ILAP:hasReferenceSource |
1731 | rdf:type owl:ObjectProperty ; | 1832 | rdf:type owl:ObjectProperty ; |
1833 | + rdfs:comment "A Relationship between an External Reference and the Source of the information object it identifies."^^xsd:string ; | ||
1732 | rdfs:domain ILAP:ExternalReference ; | 1834 | rdfs:domain ILAP:ExternalReference ; |
1733 | rdfs:label "has Reference Source"^^xsd:string ; | 1835 | rdfs:label "has Reference Source"^^xsd:string ; |
1734 | rdfs:range ILAP:Source . | 1836 | rdfs:range ILAP:Source . |
1735 | 1837 | ||
1736 | ILAP:hasRemainingActivityDuration | 1838 | ILAP:hasRemainingActivityDuration |
1737 | rdf:type owl:DatatypeProperty ; | 1839 | rdf:type owl:DatatypeProperty ; |
1840 | + rdfs:comment "A has Activity Duration relationship that holds the estimate for the remaining part of the Activity."^^xsd:string ; | ||
1738 | rdfs:domain ILAP:ScheduledActivity ; | 1841 | rdfs:domain ILAP:ScheduledActivity ; |
1739 | rdfs:label "has Remaining Activity Duration"^^xsd:string ; | 1842 | rdfs:label "has Remaining Activity Duration"^^xsd:string ; |
1740 | rdfs:range xsd:duration ; | 1843 | rdfs:range xsd:duration ; |
... | @@ -1742,71 +1845,83 @@ ILAP:hasRemainingActivityDuration | ... | @@ -1742,71 +1845,83 @@ ILAP:hasRemainingActivityDuration |
1742 | 1845 | ||
1743 | ILAP:hasResourceCalendar | 1846 | ILAP:hasResourceCalendar |
1744 | rdf:type owl:ObjectProperty ; | 1847 | rdf:type owl:ObjectProperty ; |
1848 | + rdfs:comment "A Relationship between Resource and a Calendar set for that Resource."^^xsd:string ; | ||
1745 | rdfs:domain ILAP:Resource ; | 1849 | rdfs:domain ILAP:Resource ; |
1746 | rdfs:label "has Resource Calendar"^^xsd:string ; | 1850 | rdfs:label "has Resource Calendar"^^xsd:string ; |
1747 | rdfs:range ILAP:Calendar . | 1851 | rdfs:range ILAP:Calendar . |
1748 | 1852 | ||
1749 | ILAP:hasResourceEarnedQuantity | 1853 | ILAP:hasResourceEarnedQuantity |
1750 | rdf:type owl:DatatypeProperty ; | 1854 | rdf:type owl:DatatypeProperty ; |
1855 | + rdfs:comment "Current progress times quantity."^^xsd:string ; | ||
1751 | rdfs:domain ILAP:Resource ; | 1856 | rdfs:domain ILAP:Resource ; |
1752 | rdfs:label "has Resource Earned Quantity"^^xsd:string ; | 1857 | rdfs:label "has Resource Earned Quantity"^^xsd:string ; |
1753 | rdfs:range xsd:float . | 1858 | rdfs:range xsd:float . |
1754 | 1859 | ||
1755 | ILAP:hasResourceExpendedQuantity | 1860 | ILAP:hasResourceExpendedQuantity |
1756 | rdf:type owl:DatatypeProperty ; | 1861 | rdf:type owl:DatatypeProperty ; |
1862 | + rdfs:comment "A Property that holds part of a Resource that has been expended."^^xsd:string ; | ||
1757 | rdfs:domain ILAP:Resource ; | 1863 | rdfs:domain ILAP:Resource ; |
1758 | rdfs:label "has Resource Expended Quantity"^^xsd:string ; | 1864 | rdfs:label "has Resource Expended Quantity"^^xsd:string ; |
1759 | rdfs:range xsd:float . | 1865 | rdfs:range xsd:float . |
1760 | 1866 | ||
1761 | ILAP:hasResourceProfile | 1867 | ILAP:hasResourceProfile |
1762 | rdf:type owl:ObjectProperty ; | 1868 | rdf:type owl:ObjectProperty ; |
1869 | + rdfs:comment "A Relationship between Resource and its Profile."^^xsd:string ; | ||
1763 | rdfs:domain ILAP:Resource ; | 1870 | rdfs:domain ILAP:Resource ; |
1764 | rdfs:label "has Resource Profile"^^xsd:string ; | 1871 | rdfs:label "has Resource Profile"^^xsd:string ; |
1765 | rdfs:range ILAP:ResourceProfile . | 1872 | rdfs:range ILAP:ResourceProfile . |
1766 | 1873 | ||
1767 | ILAP:hasResourceRemainingQuantity | 1874 | ILAP:hasResourceRemainingQuantity |
1768 | rdf:type owl:DatatypeProperty ; | 1875 | rdf:type owl:DatatypeProperty ; |
1876 | + rdfs:comment "A Property that holds the Resource quantity that remains to be used according to the budget."^^xsd:string ; | ||
1769 | rdfs:domain ILAP:Resource ; | 1877 | rdfs:domain ILAP:Resource ; |
1770 | rdfs:label "has Resource Remaining Quantity"^^xsd:string ; | 1878 | rdfs:label "has Resource Remaining Quantity"^^xsd:string ; |
1771 | rdfs:range xsd:float . | 1879 | rdfs:range xsd:float . |
1772 | 1880 | ||
1773 | ILAP:hasResourceType | 1881 | ILAP:hasResourceType |
1774 | rdf:type owl:ObjectProperty ; | 1882 | rdf:type owl:ObjectProperty ; |
1883 | + rdfs:comment "Relationship between a Resource and its Type (i.e., what type of resource it is)."^^xsd:string ; | ||
1775 | rdfs:domain ILAP:Resource ; | 1884 | rdfs:domain ILAP:Resource ; |
1776 | rdfs:label "has Resource Type"^^xsd:string ; | 1885 | rdfs:label "has Resource Type"^^xsd:string ; |
1777 | rdfs:range ILAP:ResourceType . | 1886 | rdfs:range ILAP:ResourceType . |
1778 | 1887 | ||
1779 | ILAP:hasRiskCriticality | 1888 | ILAP:hasRiskCriticality |
1780 | rdf:type owl:ObjectProperty ; | 1889 | rdf:type owl:ObjectProperty ; |
1890 | + rdfs:comment "A Relationship between a Risk and its level of Criticality"^^xsd:string ; | ||
1781 | rdfs:domain ILAP:Risk ; | 1891 | rdfs:domain ILAP:Risk ; |
1782 | rdfs:label "has Risk Criticality"^^xsd:string ; | 1892 | rdfs:label "has Risk Criticality"^^xsd:string ; |
1783 | rdfs:range ILAP:Criticality . | 1893 | rdfs:range ILAP:Criticality . |
1784 | 1894 | ||
1785 | ILAP:hasRiskType | 1895 | ILAP:hasRiskType |
1786 | rdf:type owl:ObjectProperty ; | 1896 | rdf:type owl:ObjectProperty ; |
1897 | + rdfs:comment "A Relationship between a Risk Factor and the type of Risk that causes it."^^xsd:string ; | ||
1787 | rdfs:domain ILAP:Risk ; | 1898 | rdfs:domain ILAP:Risk ; |
1788 | rdfs:label "has Risk Type"^^xsd:string ; | 1899 | rdfs:label "has Risk Type"^^xsd:string ; |
1789 | rdfs:range ILAP:RiskType . | 1900 | rdfs:range ILAP:RiskType . |
1790 | 1901 | ||
1791 | ILAP:hasScheduleBaseline | 1902 | ILAP:hasScheduleBaseline |
1792 | rdf:type owl:ObjectProperty ; | 1903 | rdf:type owl:ObjectProperty ; |
1904 | + rdfs:comment "A Relationship between a Schedule and a Baseline set from that Schedule."^^xsd:string ; | ||
1793 | rdfs:domain ILAP:Schedule ; | 1905 | rdfs:domain ILAP:Schedule ; |
1794 | rdfs:label "has Schedule Baseline"^^xsd:string ; | 1906 | rdfs:label "has Schedule Baseline"^^xsd:string ; |
1795 | rdfs:range ILAP:Baseline . | 1907 | rdfs:range ILAP:Baseline . |
1796 | 1908 | ||
1797 | ILAP:hasScheduleDate | 1909 | ILAP:hasScheduleDate |
1798 | rdf:type owl:DatatypeProperty ; | 1910 | rdf:type owl:DatatypeProperty ; |
1911 | + rdfs:comment "A Property that holds a Date in a Schedule for an Activity."^^xsd:string ; | ||
1799 | rdfs:domain ILAP:ScheduledActivity ; | 1912 | rdfs:domain ILAP:ScheduledActivity ; |
1800 | rdfs:label "has Schedule Date"^^xsd:string . | 1913 | rdfs:label "has Schedule Date"^^xsd:string . |
1801 | 1914 | ||
1802 | ILAP:hasSchedulePlan | 1915 | ILAP:hasSchedulePlan |
1803 | rdf:type owl:ObjectProperty ; | 1916 | rdf:type owl:ObjectProperty ; |
1917 | + rdfs:comment "A Relationship between a Network Schedule and the Project Execution Plan from which it was derived."^^xsd:string ; | ||
1804 | rdfs:domain ILAP:Schedule ; | 1918 | rdfs:domain ILAP:Schedule ; |
1805 | rdfs:label "has Schedule Plan "^^xsd:string ; | 1919 | rdfs:label "has Schedule Plan "^^xsd:string ; |
1806 | rdfs:range ILAP:ProjectExecutionPlan . | 1920 | rdfs:range ILAP:ProjectExecutionPlan . |
1807 | 1921 | ||
1808 | ILAP:hasScheduledFinish | 1922 | ILAP:hasScheduledFinish |
1809 | rdf:type owl:DatatypeProperty ; | 1923 | rdf:type owl:DatatypeProperty ; |
1924 | + rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to end."^^xsd:string ; | ||
1810 | rdfs:domain ILAP:ScheduledActivity ; | 1925 | rdfs:domain ILAP:ScheduledActivity ; |
1811 | rdfs:label "has scheduled finish"^^xsd:string ; | 1926 | rdfs:label "has scheduled finish"^^xsd:string ; |
1812 | rdfs:range xsd:date ; | 1927 | rdfs:range xsd:date ; |
... | @@ -1814,6 +1929,7 @@ ILAP:hasScheduledFinish | ... | @@ -1814,6 +1929,7 @@ ILAP:hasScheduledFinish |
1814 | 1929 | ||
1815 | ILAP:hasScheduledStart | 1930 | ILAP:hasScheduledStart |
1816 | rdf:type owl:DatatypeProperty ; | 1931 | rdf:type owl:DatatypeProperty ; |
1932 | + rdfs:comment "A has Schedule Date property which describes the date which an Activity is aimed to start."^^xsd:string ; | ||
1817 | rdfs:domain ILAP:ScheduledActivity ; | 1933 | rdfs:domain ILAP:ScheduledActivity ; |
1818 | rdfs:label "has scheduled start"^^xsd:string ; | 1934 | rdfs:label "has scheduled start"^^xsd:string ; |
1819 | rdfs:range xsd:date ; | 1935 | rdfs:range xsd:date ; |
... | @@ -1821,47 +1937,55 @@ ILAP:hasScheduledStart | ... | @@ -1821,47 +1937,55 @@ ILAP:hasScheduledStart |
1821 | 1937 | ||
1822 | ILAP:hasShutdownActivity | 1938 | ILAP:hasShutdownActivity |
1823 | rdf:type owl:ObjectProperty ; | 1939 | rdf:type owl:ObjectProperty ; |
1940 | + rdfs:comment "A Relationship between a Shutdown and the Activity it is tied to"^^xsd:string ; | ||
1824 | rdfs:domain ILAP:Shutdown ; | 1941 | rdfs:domain ILAP:Shutdown ; |
1825 | rdfs:label "has Shutdown Phase"^^xsd:string ; | 1942 | rdfs:label "has Shutdown Phase"^^xsd:string ; |
1826 | rdfs:range ILAP:PlannedActivity . | 1943 | rdfs:range ILAP:PlannedActivity . |
1827 | 1944 | ||
1828 | ILAP:hasShutdownPeriod | 1945 | ILAP:hasShutdownPeriod |
1829 | rdf:type owl:DatatypeProperty ; | 1946 | rdf:type owl:DatatypeProperty ; |
1947 | + rdfs:comment "A Property that holds the name of the Shutdown Period for a Shutdown."^^xsd:string ; | ||
1830 | rdfs:domain ILAP:Shutdown ; | 1948 | rdfs:domain ILAP:Shutdown ; |
1831 | rdfs:label "has Shutdown Period"^^xsd:string ; | 1949 | rdfs:label "has Shutdown Period"^^xsd:string ; |
1832 | rdfs:range xsd:string . | 1950 | rdfs:range xsd:string . |
1833 | 1951 | ||
1834 | ILAP:hasShutdownPriority | 1952 | ILAP:hasShutdownPriority |
1835 | rdf:type owl:ObjectProperty ; | 1953 | rdf:type owl:ObjectProperty ; |
1954 | + rdfs:comment "A Relationship between a Shutdown and Degree of Priority."^^xsd:string ; | ||
1836 | rdfs:domain ILAP:Shutdown ; | 1955 | rdfs:domain ILAP:Shutdown ; |
1837 | rdfs:label "has Shutdown Priority"^^xsd:string ; | 1956 | rdfs:label "has Shutdown Priority"^^xsd:string ; |
1838 | rdfs:range ILAP:Priority . | 1957 | rdfs:range ILAP:Priority . |
1839 | 1958 | ||
1840 | ILAP:hasShutdownType | 1959 | ILAP:hasShutdownType |
1841 | rdf:type owl:ObjectProperty ; | 1960 | rdf:type owl:ObjectProperty ; |
1961 | + rdfs:comment "Relationship between a Shutdown and its Type (i.e., what type of shutdown it is)."^^xsd:string ; | ||
1842 | rdfs:domain ILAP:Shutdown ; | 1962 | rdfs:domain ILAP:Shutdown ; |
1843 | rdfs:label "has Shutdown Type"^^xsd:string ; | 1963 | rdfs:label "has Shutdown Type"^^xsd:string ; |
1844 | rdfs:range ILAP:ShutdownType . | 1964 | rdfs:range ILAP:ShutdownType . |
1845 | 1965 | ||
1846 | ILAP:hasSourceApplication | 1966 | ILAP:hasSourceApplication |
1847 | rdf:type owl:ObjectProperty ; | 1967 | rdf:type owl:ObjectProperty ; |
1968 | + rdfs:comment "A Relationship between a Source of a dataset and the Application producing it."^^xsd:string ; | ||
1848 | rdfs:domain ILAP:Source ; | 1969 | rdfs:domain ILAP:Source ; |
1849 | rdfs:label "has Source Applicaton"^^xsd:string ; | 1970 | rdfs:label "has Source Applicaton"^^xsd:string ; |
1850 | rdfs:range ILAP:Application . | 1971 | rdfs:range ILAP:Application . |
1851 | 1972 | ||
1852 | ILAP:hasSourceInformation | 1973 | ILAP:hasSourceInformation |
1853 | rdf:type owl:ObjectProperty ; | 1974 | rdf:type owl:ObjectProperty ; |
1975 | + rdfs:comment "A Relationship between a Source of a dataset and the Information contained by the dataset"^^xsd:string ; | ||
1854 | rdfs:domain ILAP:Source ; | 1976 | rdfs:domain ILAP:Source ; |
1855 | rdfs:label "has Source Information"^^xsd:string ; | 1977 | rdfs:label "has Source Information"^^xsd:string ; |
1856 | rdfs:range ILAP:Information . | 1978 | rdfs:range ILAP:Information . |
1857 | 1979 | ||
1858 | ILAP:hasSourceUserField | 1980 | ILAP:hasSourceUserField |
1859 | rdf:type owl:ObjectProperty ; | 1981 | rdf:type owl:ObjectProperty ; |
1982 | + rdfs:comment "A Relationship between a Source of a dataset and the User Fields represented by the dataset."^^xsd:string ; | ||
1860 | rdfs:domain ILAP:Source ; | 1983 | rdfs:domain ILAP:Source ; |
1861 | rdfs:label "has Source User Field"^^xsd:string . | 1984 | rdfs:label "has Source User Field"^^xsd:string . |
1862 | 1985 | ||
1863 | ILAP:hasSuccessorActivity | 1986 | ILAP:hasSuccessorActivity |
1864 | - rdf:type owl:TransitiveProperty , owl:ObjectProperty ; | 1987 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty ; |
1988 | + rdfs:comment "A Relationship between an Activity Dependency and a Planned Activity that follows it."^^xsd:string ; | ||
1865 | rdfs:domain ILAP:ActivityDependency ; | 1989 | rdfs:domain ILAP:ActivityDependency ; |
1866 | rdfs:label "has Successor Activity "^^xsd:string ; | 1990 | rdfs:label "has Successor Activity "^^xsd:string ; |
1867 | rdfs:range ILAP:PlannedActivity ; | 1991 | rdfs:range ILAP:PlannedActivity ; |
... | @@ -1869,75 +1993,88 @@ ILAP:hasSuccessorActivity | ... | @@ -1869,75 +1993,88 @@ ILAP:hasSuccessorActivity |
1869 | 1993 | ||
1870 | ILAP:hasSuccessorCalendar | 1994 | ILAP:hasSuccessorCalendar |
1871 | rdf:type owl:ObjectProperty ; | 1995 | rdf:type owl:ObjectProperty ; |
1996 | + rdfs:comment "A Relationship between an Activity Dependency relationship and a Calendar that has been set for that same Activity Dependency relationship."^^xsd:string ; | ||
1872 | rdfs:domain ILAP:ActivityDependency ; | 1997 | rdfs:domain ILAP:ActivityDependency ; |
1873 | rdfs:label "has Successor Calendar"^^xsd:string ; | 1998 | rdfs:label "has Successor Calendar"^^xsd:string ; |
1874 | rdfs:range ILAP:Calendar . | 1999 | rdfs:range ILAP:Calendar . |
1875 | 2000 | ||
1876 | ILAP:hasSuccessorLag | 2001 | ILAP:hasSuccessorLag |
1877 | rdf:type owl:DatatypeProperty ; | 2002 | rdf:type owl:DatatypeProperty ; |
2003 | + rdfs:comment "A Property that holds the lag associated with successors between Activities."^^xsd:string ; | ||
1878 | rdfs:domain ILAP:ActivityDependency ; | 2004 | rdfs:domain ILAP:ActivityDependency ; |
1879 | rdfs:label "has Successor Lag"^^xsd:string ; | 2005 | rdfs:label "has Successor Lag"^^xsd:string ; |
1880 | rdfs:range xsd:integer . | 2006 | rdfs:range xsd:integer . |
1881 | 2007 | ||
1882 | ILAP:hasSuccessorMilestone | 2008 | ILAP:hasSuccessorMilestone |
1883 | rdf:type owl:ObjectProperty ; | 2009 | rdf:type owl:ObjectProperty ; |
2010 | + rdfs:comment "A Relationship between an Activity Dependency and a Milestone that follows it."^^xsd:string ; | ||
1884 | rdfs:domain ILAP:ActivityDependency ; | 2011 | rdfs:domain ILAP:ActivityDependency ; |
1885 | rdfs:label "has Successor Milestone"^^xsd:string ; | 2012 | rdfs:label "has Successor Milestone"^^xsd:string ; |
1886 | rdfs:range ILAP:Milestone . | 2013 | rdfs:range ILAP:Milestone . |
1887 | 2014 | ||
1888 | ILAP:hasTimeNow | 2015 | ILAP:hasTimeNow |
1889 | rdf:type owl:DatatypeProperty ; | 2016 | rdf:type owl:DatatypeProperty ; |
2017 | + rdfs:comment "A Property that holds the Time of calculation for the latest Schedule."^^xsd:string ; | ||
1890 | rdfs:domain ILAP:Schedule ; | 2018 | rdfs:domain ILAP:Schedule ; |
1891 | rdfs:label "has Time Now"^^xsd:string ; | 2019 | rdfs:label "has Time Now"^^xsd:string ; |
1892 | - rdfs:range xsd:date , xsd:dateTime . | 2020 | + rdfs:range xsd:dateTime , xsd:date . |
1893 | 2021 | ||
1894 | ILAP:hasValueAsset | 2022 | ILAP:hasValueAsset |
1895 | rdf:type owl:ObjectProperty ; | 2023 | rdf:type owl:ObjectProperty ; |
2024 | + rdfs:comment "A Relationship between a Value and the Asset it belongs to."^^xsd:string ; | ||
1896 | rdfs:domain ILAP:Value ; | 2025 | rdfs:domain ILAP:Value ; |
1897 | rdfs:label "has value asset"^^xsd:string ; | 2026 | rdfs:label "has value asset"^^xsd:string ; |
1898 | rdfs:range ILAP:Asset . | 2027 | rdfs:range ILAP:Asset . |
1899 | 2028 | ||
1900 | ILAP:hasWBScomponent | 2029 | ILAP:hasWBScomponent |
1901 | rdf:type owl:ObjectProperty ; | 2030 | rdf:type owl:ObjectProperty ; |
2031 | + rdfs:comment "A Relationship between an Activity WBS and the Result it specifies (and the associated SCCS:PBS_Thing)."^^xsd:string ; | ||
1902 | rdfs:domain ILAP:ActivityWBS ; | 2032 | rdfs:domain ILAP:ActivityWBS ; |
1903 | rdfs:label "has WBS Component"^^xsd:string ; | 2033 | rdfs:label "has WBS Component"^^xsd:string ; |
1904 | rdfs:range ILAP:Result . | 2034 | rdfs:range ILAP:Result . |
1905 | 2035 | ||
1906 | ILAP:hasWBSphase | 2036 | ILAP:hasWBSphase |
1907 | rdf:type owl:ObjectProperty ; | 2037 | rdf:type owl:ObjectProperty ; |
2038 | + rdfs:comment "A Relationship between an Activity WBS and the Phase it specifies (and the associated SCCS:SAB_Thing)."^^xsd:string ; | ||
1908 | rdfs:domain ILAP:ActivityWBS ; | 2039 | rdfs:domain ILAP:ActivityWBS ; |
1909 | rdfs:label "has WBS Phase"^^xsd:string ; | 2040 | rdfs:label "has WBS Phase"^^xsd:string ; |
1910 | rdfs:range ILAP:Phase . | 2041 | rdfs:range ILAP:Phase . |
1911 | 2042 | ||
1912 | ILAP:hasWBSprojectExpenseType | 2043 | ILAP:hasWBSprojectExpenseType |
1913 | rdf:type owl:ObjectProperty ; | 2044 | rdf:type owl:ObjectProperty ; |
2045 | + rdfs:comment "A Relationship between an Activity WBS and the Expense Type it specifies."^^xsd:string ; | ||
1914 | rdfs:domain ILAP:ActivityWBS ; | 2046 | rdfs:domain ILAP:ActivityWBS ; |
1915 | rdfs:label "has WBS Project Expense Type"^^xsd:string . | 2047 | rdfs:label "has WBS Project Expense Type"^^xsd:string . |
1916 | 2048 | ||
1917 | ILAP:hasWBSresource | 2049 | ILAP:hasWBSresource |
1918 | rdf:type owl:ObjectProperty ; | 2050 | rdf:type owl:ObjectProperty ; |
2051 | + rdfs:comment "A Relationship between an Activity WBS and the Resource it specifies (and the associated SCCS:COR_Thing)."^^xsd:string ; | ||
1919 | rdfs:domain ILAP:ActivityWBS ; | 2052 | rdfs:domain ILAP:ActivityWBS ; |
1920 | rdfs:label "has WBS Resource"^^xsd:string ; | 2053 | rdfs:label "has WBS Resource"^^xsd:string ; |
1921 | rdfs:range ILAP:Resource . | 2054 | rdfs:range ILAP:Resource . |
1922 | 2055 | ||
1923 | ILAP:hasWorkTaskActivity | 2056 | ILAP:hasWorkTaskActivity |
1924 | rdf:type owl:ObjectProperty ; | 2057 | rdf:type owl:ObjectProperty ; |
2058 | + rdfs:comment "A Relationship between a Work Task the Activity it belongs to."^^xsd:string ; | ||
1925 | rdfs:domain ILAP:WorkTask ; | 2059 | rdfs:domain ILAP:WorkTask ; |
1926 | rdfs:label "has Work Task Activity"^^xsd:string . | 2060 | rdfs:label "has Work Task Activity"^^xsd:string . |
1927 | 2061 | ||
1928 | ILAP:hasWorkTaskPriority | 2062 | ILAP:hasWorkTaskPriority |
1929 | rdf:type owl:ObjectProperty ; | 2063 | rdf:type owl:ObjectProperty ; |
2064 | + rdfs:comment "A Relationship between a Work Task its level of Priority."^^xsd:string ; | ||
1930 | rdfs:domain ILAP:WorkTask ; | 2065 | rdfs:domain ILAP:WorkTask ; |
1931 | rdfs:label "has Work Task Priority"^^xsd:string ; | 2066 | rdfs:label "has Work Task Priority"^^xsd:string ; |
1932 | rdfs:range ILAP:Priority . | 2067 | rdfs:range ILAP:Priority . |
1933 | 2068 | ||
1934 | ILAP:hasWorkTaskResponsible | 2069 | ILAP:hasWorkTaskResponsible |
1935 | rdf:type owl:ObjectProperty ; | 2070 | rdf:type owl:ObjectProperty ; |
2071 | + rdfs:comment "A Relationship between a Work Task and a Responsible person."^^xsd:string ; | ||
1936 | rdfs:domain ILAP:WorkTask ; | 2072 | rdfs:domain ILAP:WorkTask ; |
1937 | rdfs:label "has Work Task Responsible"^^xsd:string . | 2073 | rdfs:label "has Work Task Responsible"^^xsd:string . |
1938 | 2074 | ||
1939 | ILAP:hasWorkTaskSupplier | 2075 | ILAP:hasWorkTaskSupplier |
1940 | rdf:type owl:ObjectProperty ; | 2076 | rdf:type owl:ObjectProperty ; |
2077 | + rdfs:comment "A Relationship between a Work Task and a Supplier."^^xsd:string ; | ||
1941 | rdfs:domain ILAP:WorkTask ; | 2078 | rdfs:domain ILAP:WorkTask ; |
1942 | rdfs:label "has Work Task Supplier"^^xsd:string ; | 2079 | rdfs:label "has Work Task Supplier"^^xsd:string ; |
1943 | rdfs:range BRREG:Contractor ; | 2080 | rdfs:range BRREG:Contractor ; |
... | @@ -1945,6 +2082,7 @@ ILAP:hasWorkTaskSupplier | ... | @@ -1945,6 +2082,7 @@ ILAP:hasWorkTaskSupplier |
1945 | 2082 | ||
1946 | ILAP:hasWorkTaskVendor | 2083 | ILAP:hasWorkTaskVendor |
1947 | rdf:type owl:ObjectProperty ; | 2084 | rdf:type owl:ObjectProperty ; |
2085 | + rdfs:comment "A Relationship between a Work Task and a Vendor."^^xsd:string ; | ||
1948 | rdfs:domain ILAP:WorkTask ; | 2086 | rdfs:domain ILAP:WorkTask ; |
1949 | rdfs:label "has Work Task Vendor"^^xsd:string ; | 2087 | rdfs:label "has Work Task Vendor"^^xsd:string ; |
1950 | rdfs:range BRREG:Contractor ; | 2088 | rdfs:range BRREG:Contractor ; | ... | ... |
... | @@ -19,10 +19,10 @@ UC1:Schedule_1 | ... | @@ -19,10 +19,10 @@ UC1:Schedule_1 |
19 | rdf:type ILAP:Schedule ; | 19 | rdf:type ILAP:Schedule ; |
20 | rdfs:label "Schedule 1"^^xsd:string . | 20 | rdfs:label "Schedule 1"^^xsd:string . |
21 | 21 | ||
22 | -<http://data.posccaesar.org/ilap/AFEforRosenbergToConocoPhilllips2.0> | 22 | +ILAP:AFEforContractorBtoOperatorB |
23 | rdf:type USERFIELDS:FreeTextField ; | 23 | rdf:type USERFIELDS:FreeTextField ; |
24 | - rdfs:label "AFE for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 24 | + rdfs:label "AFE for Contractor B to Operator B"^^xsd:string ; |
25 | - USERFIELDS:hasShort "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string , "H207-WHRU"^^xsd:string . | 25 | + USERFIELDS:hasShort "H207-WHRU"^^xsd:string , "G139 (WUX.27F.G139.AE)"^^xsd:string , "H373-DUCT"^^xsd:string . |
26 | 26 | ||
27 | ILAP:AccruedTimeContract_1 | 27 | ILAP:AccruedTimeContract_1 |
28 | rdf:type ILAP:AccruedTimeContract ; | 28 | rdf:type ILAP:AccruedTimeContract ; |
... | @@ -39,18 +39,18 @@ ILAP:ActivityPlan_1 | ... | @@ -39,18 +39,18 @@ ILAP:ActivityPlan_1 |
39 | rdf:type ILAP:ActivityPlan ; | 39 | rdf:type ILAP:ActivityPlan ; |
40 | rdfs:label "Activity plan 1"^^xsd:string . | 40 | rdfs:label "Activity plan 1"^^xsd:string . |
41 | 41 | ||
42 | -<http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0> | 42 | +ILAP:ActivityRoleForContractorBtoOperatorB |
43 | rdf:type USERFIELDS:FreeTextField ; | 43 | rdf:type USERFIELDS:FreeTextField ; |
44 | - rdfs:label "Activity Role for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 44 | + rdfs:label "Activity Role for Contractor B to Operator B"^^xsd:string ; |
45 | - USERFIELDS:hasValue "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string , "Control object progress"^^xsd:string , "Document, Manual progres"^^xsd:string , "Document progress"^^xsd:string , "Job progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Procurement Milestone"^^xsd:string , "Manual progress"^^xsd:string , "Mhr. Carrier"^^xsd:string , "Manual progress, Mhr Carrier"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Control object manual progress"^^xsd:string . | 45 | + USERFIELDS:hasValue "Control object manual progress"^^xsd:string , "Jobs in KIFS, Manual progress"^^xsd:string , "Doc. prg, Mhr. Carrier"^^xsd:string , "Procurement Milestone"^^xsd:string , "Manual progress, Mhr Carrier"^^xsd:string , "Manual progress"^^xsd:string , "Doc. prg, jobs"^^xsd:string , "Modelling activities containing objects to be both engineered and modelled, Mhr. Carrier"^^xsd:string , "Document progress"^^xsd:string , "Control object progress, Jobs"^^xsd:string , "Job progress"^^xsd:string , "Document, Manual progres"^^xsd:string , "Control object progress"^^xsd:string , "Activities to specify objects and produce basic for modelling, Mhr. Carrier"^^xsd:string , "Modelling activities containing objects to be modelled only, not engineered, Mhr. Carrier"^^xsd:string , "Mhr. Carrier"^^xsd:string . |
46 | 46 | ||
47 | ILAP:ActivityWBS_1 | 47 | ILAP:ActivityWBS_1 |
48 | rdf:type ILAP:ActivityWBS ; | 48 | rdf:type ILAP:ActivityWBS ; |
49 | rdfs:label "Activity WBS 1"^^xsd:string ; | 49 | rdfs:label "Activity WBS 1"^^xsd:string ; |
50 | ILAP:hasWBScomponent | 50 | ILAP:hasWBScomponent |
51 | - ILAP:PBS_ACAA_1 , SCCS:PBS_ACAA ; | 51 | + SCCS:PBS_ACAA , ILAP:PBS_ACAA_1 ; |
52 | - ILAP:hasWBSphase ILAP:SAB_51_1 , SCCS:SAB_51 ; | 52 | + ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
53 | - ILAP:hasWBSresource ILAP:COR_KD_1 , SCCS:COR_KD . | 53 | + ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
54 | 54 | ||
55 | ILAP:Activity_1 | 55 | ILAP:Activity_1 |
56 | rdf:type ILAP:Activity ; | 56 | rdf:type ILAP:Activity ; |
... | @@ -58,11 +58,11 @@ ILAP:Activity_1 | ... | @@ -58,11 +58,11 @@ ILAP:Activity_1 |
58 | ILAP:hasActivityPhase | 58 | ILAP:hasActivityPhase |
59 | SCCS:SAB_21 . | 59 | SCCS:SAB_21 . |
60 | 60 | ||
61 | -<http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> | 61 | +ILAP:AreaCodeForContractorBtoOperatorB |
62 | rdf:type USERFIELDS:FreeTextField ; | 62 | rdf:type USERFIELDS:FreeTextField ; |
63 | - rdfs:label "Area Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 63 | + rdfs:label "Area Code for Contractor B to Operator B"^^xsd:string ; |
64 | - USERFIELDS:hasShort "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 4"^^xsd:string , "GLC_Level 2"^^xsd:string ; | 64 | + USERFIELDS:hasShort "GLC_Level 2"^^xsd:string , "GLC_Level 3"^^xsd:string , "GLC_Level 1"^^xsd:string , "P21"^^xsd:string , "P41"^^xsd:string , "GLC_Level 4"^^xsd:string , "P42"^^xsd:string ; |
65 | - USERFIELDS:hasValue "P42"^^xsd:string , "GLC_Level 1"^^xsd:string , "GLC_Level 3"^^xsd:string , "P21"^^xsd:string , "GLC_Level 2"^^xsd:string , "GLC_Level 4"^^xsd:string , "P41"^^xsd:string . | 65 | + USERFIELDS:hasValue "GLC_Level 4"^^xsd:string , "GLC_Level 1"^^xsd:string , "P41"^^xsd:string , "GLC_Level 2"^^xsd:string , "P42"^^xsd:string , "GLC_Level 3"^^xsd:string , "P21"^^xsd:string . |
66 | 66 | ||
67 | ILAP:Asset_1 | 67 | ILAP:Asset_1 |
68 | rdf:type ILAP:Asset ; | 68 | rdf:type ILAP:Asset ; |
... | @@ -72,25 +72,25 @@ ILAP:BaselineSchedule_1 | ... | @@ -72,25 +72,25 @@ ILAP:BaselineSchedule_1 |
72 | rdf:type ILAP:BaselineSchedule ; | 72 | rdf:type ILAP:BaselineSchedule ; |
73 | rdfs:label "Baseline schedule 1"^^xsd:string ; | 73 | rdfs:label "Baseline schedule 1"^^xsd:string ; |
74 | ILAP:hasSchedulePlan | 74 | ILAP:hasSchedulePlan |
75 | - ILAP:ConocoPhillipsContractorPortfolioPlan . | 75 | + ILAP:OperatorBcontractPortfolioPlan . |
76 | 76 | ||
77 | -<http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0> | 77 | +ILAP:BudgetResponsibleForContractorBtoOperatorB |
78 | rdf:type USERFIELDS:FreeTextField ; | 78 | rdf:type USERFIELDS:FreeTextField ; |
79 | - rdfs:label "Budget Responsible for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 79 | + rdfs:label "Budget Responsible for Contractor B to Operator B"^^xsd:string ; |
80 | USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ; | 80 | USERFIELDS:hasShort "VK"^^xsd:string , "JL"^^xsd:string ; |
81 | - USERFIELDS:hasValue "Jostein Larsen"^^xsd:string , "Vidar Kjempenes"^^xsd:string . | 81 | + USERFIELDS:hasValue "Vidar Kjempenes"^^xsd:string , "Jostein Larsen"^^xsd:string . |
82 | 82 | ||
83 | -<http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> | 83 | +ILAP:BuidingBlockForContractorBtoOperatorB |
84 | rdf:type USERFIELDS:FreeTextField ; | 84 | rdf:type USERFIELDS:FreeTextField ; |
85 | - rdfs:label "Buiding Block for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 85 | + rdfs:label "Buiding Block for Contractor B to Operator B"^^xsd:string ; |
86 | - USERFIELDS:hasShort "G0"^^xsd:string , "D2"^^xsd:string , "W5"^^xsd:string , "W2"^^xsd:string , "AG"^^xsd:string , "XOV"^^xsd:string , "GLC"^^xsd:string , "D1"^^xsd:string , "R0"^^xsd:string , "F0"^^xsd:string , "DEM-GLC"^^xsd:string , "W1"^^xsd:string , "W4"^^xsd:string , "W3"^^xsd:string , "LPHC"^^xsd:string , "CA"^^xsd:string ; | 86 | + USERFIELDS:hasShort "D2"^^xsd:string , "LPHC"^^xsd:string , "D1"^^xsd:string , "W5"^^xsd:string , "XOV"^^xsd:string , "W3"^^xsd:string , "W2"^^xsd:string , "DEM-GLC"^^xsd:string , "W4"^^xsd:string , "F0"^^xsd:string , "R0"^^xsd:string , "G0"^^xsd:string , "AG"^^xsd:string , "CA"^^xsd:string , "W1"^^xsd:string , "GLC"^^xsd:string ; |
87 | - USERFIELDS:hasValue "Gas Lift Compressor"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Demolition of old WHRU module"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string . | 87 | + USERFIELDS:hasValue "Demolition of old WHRU module"^^xsd:string , "X-Over"^^xsd:string , "Contract General Milestones"^^xsd:string , "Modifications of GI ducting system to WHRU"^^xsd:string , "General, for general work activities, not specifically allocated to one of the following Building Blocks (W1, W2,W3, W4, W5, D1 or D2)"^^xsd:string , "Demolition Gas Lift Compressor"^^xsd:string , "Manhours needed for delivery of SOW, but not invoiced to Company"^^xsd:string , "Installation of temp. generator for stable power supply"^^xsd:string , "Gas Lift Compressor"^^xsd:string , "ELDF Assist (E- 040)"^^xsd:string , "Assistance to COPSAS Comm"^^xsd:string , "Hook-up of tie-in and integrating of new WHRU"^^xsd:string , "Onshore fabrication and assembly of a new WHRU module"^^xsd:string , "Prep. Of tie-in and integrating work for new WHRU"^^xsd:string , "LP Hydro Cyclone"^^xsd:string , "Modifications of WI ducting and vertical exhaust stacks to WHRU"^^xsd:string . |
88 | 88 | ||
89 | -<http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> | 89 | +ILAP:CORForContractorBtoOperatorB |
90 | rdf:type USERFIELDS:FreeTextField ; | 90 | rdf:type USERFIELDS:FreeTextField ; |
91 | - rdfs:label "COR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 91 | + rdfs:label "COR for Contractor B to Operator B"^^xsd:string ; |
92 | - USERFIELDS:hasShort "COR CA"^^xsd:string , "COR 7"^^xsd:string , "COR 1"^^xsd:string , "COR 5"^^xsd:string , "COR 2"^^xsd:string , "COR 8"^^xsd:string , "COR 3"^^xsd:string , "COR 10"^^xsd:string , "COR 9"^^xsd:string , "COR 6"^^xsd:string , "COR 0"^^xsd:string , "COR 4"^^xsd:string ; | 92 | + USERFIELDS:hasShort "COR 8"^^xsd:string , "COR 6"^^xsd:string , "COR 9"^^xsd:string , "COR 10"^^xsd:string , "COR CA"^^xsd:string , "COR 4"^^xsd:string , "COR 7"^^xsd:string , "COR 2"^^xsd:string , "COR 5"^^xsd:string , "COR 0"^^xsd:string , "COR 1"^^xsd:string , "COR 3"^^xsd:string ; |
93 | - USERFIELDS:hasValue "WIP A/B/C By pass exhaust ducting"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string , "Safety Systems"^^xsd:string , "Utilities SAS Dependant"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Steam Blowing"^^xsd:string , "First Steam South System"^^xsd:string , "Full Steam Generation"^^xsd:string , "First Steam North System"^^xsd:string , "Buildingblock CA"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string . | 93 | + USERFIELDS:hasValue "Utilities SAS Dependant"^^xsd:string , "General Activities required for all COR's"^^xsd:string , "Safety Systems"^^xsd:string , "First Steam North System"^^xsd:string , "WIP D & GL By pass exhaust ducting"^^xsd:string , "WIP A/B/C By pass exhaust ducting"^^xsd:string , "Steam System Cold Commissioning"^^xsd:string , "Buildingblock CA"^^xsd:string , "Full Steam Generation"^^xsd:string , "Steam Blowing"^^xsd:string , "First Steam South System"^^xsd:string , "Utilities not SAS Dependant"^^xsd:string . |
94 | 94 | ||
95 | ILAP:COR_KD_1 | 95 | ILAP:COR_KD_1 |
96 | rdf:type SCCS:COR_KD ; | 96 | rdf:type SCCS:COR_KD ; |
... | @@ -108,11 +108,11 @@ ILAP:COR_KX_1 | ... | @@ -108,11 +108,11 @@ ILAP:COR_KX_1 |
108 | rdf:type ILAP:COR_KX ; | 108 | rdf:type ILAP:COR_KX ; |
109 | rdfs:label "KX - LCI for project (classified as ILAP extension to COR)"^^xsd:string . | 109 | rdfs:label "KX - LCI for project (classified as ILAP extension to COR)"^^xsd:string . |
110 | 110 | ||
111 | -<http://data.posccaesar.org/ilap/CTRForRosenbergToConocoPhilllips2.0> | 111 | +ILAP:CTRForContractorBtoOperatorB |
112 | rdf:type USERFIELDS:FreeTextField ; | 112 | rdf:type USERFIELDS:FreeTextField ; |
113 | - rdfs:label "CTR for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 113 | + rdfs:label "CTR for Contractor B to Operator B"^^xsd:string ; |
114 | USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ; | 114 | USERFIELDS:hasShort "HA09AD-TH"^^xsd:string , "X"^^xsd:string , "DDZEG0000"^^xsd:string ; |
115 | - USERFIELDS:hasValue "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string , "Mod. M11 Constr planner - Thailan"^^xsd:string . | 115 | + USERFIELDS:hasValue "Mod. M11 Constr planner - Thailan"^^xsd:string , "Hotwork and Platform SD"^^xsd:string , "Document Control"^^xsd:string . |
116 | 116 | ||
117 | ILAP:Calendar_1 | 117 | ILAP:Calendar_1 |
118 | rdf:type ILAP:Calendar ; | 118 | rdf:type ILAP:Calendar ; |
... | @@ -124,66 +124,95 @@ ILAP:Calendar_1 | ... | @@ -124,66 +124,95 @@ ILAP:Calendar_1 |
124 | ILAP:hasCalendarTime | 124 | ILAP:hasCalendarTime |
125 | "08:00:30"^^xsd:time . | 125 | "08:00:30"^^xsd:time . |
126 | 126 | ||
127 | -<http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> | 127 | +ILAP:CommPackageForContractorAtoOperatorA |
128 | rdf:type USERFIELDS:FreeTextField ; | 128 | rdf:type USERFIELDS:FreeTextField ; |
129 | - rdfs:label "Comm package for Reinertsen to Statoil1.8"^^xsd:string ; | 129 | + rdfs:label "Comm package for Contractor A to Operator A"^^xsd:string ; |
130 | - USERFIELDS:hasValue "Utility stations for SPCU/SCU Fram H Nord"^^xsd:string , "ESD panel modification Scale inhibitor riser EV"^^xsd:string , "Install/Connect power supply to SPCU 4 TPCU"^^xsd:string , "SPCU/SCU cabinets for Fram H Nord"^^xsd:string , "Implement PSD logic Fram H Nord"^^xsd:string , "Implement New ESD logic Fram H Nord"^^xsd:string , "Power Supply for SCU/SPCU/Utility "^^xsd:string , "Deconstruction and construction of section for positive isolation"^^xsd:string , "Koder kommer"^^xsd:string , "Suction line and vent line to new scale inhibitor injection"^^xsd:string . | 130 | + USERFIELDS:hasValue "Deconstruction and construction of section for positive isolation"^^xsd:string , "Utility stations for SPCU/SCU Fram H Nord"^^xsd:string , "Koder kommer"^^xsd:string , "Implement PSD logic Fram H Nord"^^xsd:string , "SPCU/SCU cabinets for Fram H Nord"^^xsd:string , "Suction line and vent line to new scale inhibitor injection"^^xsd:string , "Power Supply for SCU/SPCU/Utility "^^xsd:string , "Implement New ESD logic Fram H Nord"^^xsd:string , "ESD panel modification Scale inhibitor riser EV"^^xsd:string , "Install/Connect power supply to SPCU 4 TPCU"^^xsd:string . |
131 | 131 | ||
132 | -ILAP:ConocoPhillipsContractorPortfolioPlan | 132 | +ILAP:Contract_1 |
133 | + rdf:type ILAP:Contract ; | ||
134 | + rdfs:label "Contract 1"^^xsd:string ; | ||
135 | + ILAP:hasContractType | ||
136 | + ILAP:LumpSumContract . | ||
137 | + | ||
138 | +ILAP:ContractorAtoOperatorAlPlan | ||
133 | rdf:type ILAP:ProjectExecutionPlan ; | 139 | rdf:type ILAP:ProjectExecutionPlan ; |
134 | - rdfs:label "ConocoPhilllips Contractor Portfolio Plan"^^xsd:string ; | 140 | + rdfs:label "Contractor A to Operator A Plan"^^xsd:string ; |
135 | - ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ; | 141 | + ILAP:hasPlanProject ILAP:ProjectByContractorAforOperatorA . |
142 | + | ||
143 | +ILAP:ContractorBFabricationSubplan | ||
144 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
145 | + rdfs:label "Contractor B Fabrication Subplan"^^xsd:string . | ||
146 | + | ||
147 | +ILAP:ContractorBtoOperatorBDataExchangePlan | ||
148 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
149 | + rdfs:label "Contractor B to Operator B Data Exchange Plan"^^xsd:string ; | ||
150 | + ILAP:hasPlanAsset ILAP:Asset ; | ||
151 | + ILAP:hasPlanAssetOwner | ||
152 | + ILAP:ResponsibleOrganization ; | ||
136 | ILAP:hasPlanContentType | 153 | ILAP:hasPlanContentType |
137 | - SCCS:PBS_AA ; | 154 | + ILAP:Result ; |
138 | ILAP:hasPlanContractType | 155 | ILAP:hasPlanContractType |
139 | - ILAP:CostDriven ; | 156 | + ILAP:ScheduleDriven ; |
157 | + ILAP:hasPlanContractor | ||
158 | + <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ; | ||
140 | ILAP:hasPlanExpenseType | 159 | ILAP:hasPlanExpenseType |
141 | ILAP:OPEX ; | 160 | ILAP:OPEX ; |
142 | - ILAP:hasPlanGeoArea ILAP:Facility ; | 161 | + ILAP:hasPlanFacility |
143 | - ILAP:hasPlanLevel ILAP:L4_CCS ; | 162 | + <http://data.posccaesar.org/npd/facts/Facility-271273> ; |
144 | - ILAP:hasPlanLifecycleStage | 163 | + ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; |
145 | - ILAP:Maintenance , ILAP:Operation ; | 164 | + ILAP:hasPlanGeoArea ILAP:Field ; |
146 | - ILAP:hasPlanObjectiveType | 165 | + ILAP:hasPlanLevel ILAP:L2_PMS ; |
147 | - ILAP:BusinessAsUsual ; | 166 | + ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-20756> , <http://data.posccaesar.org/npd/facts/Licence-4227659> ; |
167 | + ILAP:hasPlanLicensePartner | ||
168 | + ILAP:ResponsibleOrganization ; | ||
169 | + ILAP:hasPlanOperator | ||
170 | + <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> , <http://data.posccaesar.org/npd/facts/Company-17237817> ; | ||
171 | + ILAP:hasPlanProject ILAP:ProjectByContractorBforOperatorB ; | ||
148 | ILAP:hasPlanProjectType | 172 | ILAP:hasPlanProjectType |
149 | - ILAP:BrownFieldProject . | 173 | + ILAP:OperationAndMaintenance ; |
150 | - | 174 | + ILAP:hasPlanRegulator |
151 | -ILAP:Contract_1 | 175 | + ILAP:NPD ; |
152 | - rdf:type ILAP:Contract ; | 176 | + ILAP:hasPlanResponsible |
153 | - rdfs:label "Contract 1"^^xsd:string ; | 177 | + ILAP:ResponsibleOrganization ; |
154 | - ILAP:hasContractType | 178 | + ILAP:hasPlanRollUpPlan |
155 | - ILAP:LumpSumContract . | 179 | + ILAP:OperatorBcontractPortfolioPlan ; |
180 | + ILAP:hasPlanShutdown | ||
181 | + ILAP:SummerShutdown_UC1 ; | ||
182 | + ILAP:hasPlanSubplan ILAP:ContractorBFabricationSubplan ; | ||
183 | + ILAP:hasPlanSupplier | ||
184 | + ILAP:ResponsibleOrganization . | ||
156 | 185 | ||
157 | -<http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> | 186 | +ILAP:CopsasActIDForContractorBtoOperatorB |
158 | rdf:type USERFIELDS:FreeTextField ; | 187 | rdf:type USERFIELDS:FreeTextField ; |
159 | - rdfs:label "Copsas Act ID for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 188 | + rdfs:label "Copsas Act ID for Contractor B to Operator B"^^xsd:string ; |
160 | - USERFIELDS:hasShort "27EAD201"^^xsd:string , "27EAD205"^^xsd:string , "27EAD104"^^xsd:string , "27EAD101"^^xsd:string , "27EAD105"^^xsd:string , "27EAD103"^^xsd:string , "27EAD206"^^xsd:string , "27EKW201"^^xsd:string , "27EAD203"^^xsd:string . | 189 | + USERFIELDS:hasShort "27EAD206"^^xsd:string , "27EAD205"^^xsd:string , "27EAD203"^^xsd:string , "27EAD105"^^xsd:string , "27EKW201"^^xsd:string , "27EAD104"^^xsd:string , "27EAD201"^^xsd:string , "27EAD103"^^xsd:string , "27EAD101"^^xsd:string . |
161 | 190 | ||
162 | -<http://data.posccaesar.org/ilap/CostCenterForRosenbergToConocoPhilllips2.0> | 191 | +ILAP:CostCenterForContractorBtoOperatorB |
163 | rdf:type USERFIELDS:FreeTextField ; | 192 | rdf:type USERFIELDS:FreeTextField ; |
164 | - rdfs:label "Cost Center for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 193 | + rdfs:label "Cost Center for Contractor B to Operator B"^^xsd:string ; |
165 | - USERFIELDS:hasShort "RR1"^^xsd:string , "000L"^^xsd:string , "000N"^^xsd:string , "000S"^^xsd:string ; | 194 | + USERFIELDS:hasShort "000L"^^xsd:string , "000S"^^xsd:string , "000N"^^xsd:string , "RR1"^^xsd:string ; |
166 | - USERFIELDS:hasValue "Utenbys timeføring"^^xsd:string , "Stavanger timeføring"^^xsd:string , "Offshore timeføring"^^xsd:string , "05-Kværner Rosenberg as"^^xsd:string . | 195 | + USERFIELDS:hasValue "Stavanger timeføring"^^xsd:string , "05-Kværner Rosenberg as"^^xsd:string , "Utenbys timeføring"^^xsd:string , "Offshore timeføring"^^xsd:string . |
167 | 196 | ||
168 | ILAP:CurrentSchedule_1 | 197 | ILAP:CurrentSchedule_1 |
169 | rdf:type ILAP:CurrentSchedule ; | 198 | rdf:type ILAP:CurrentSchedule ; |
170 | rdfs:label "Current schedule 1"^^xsd:string ; | 199 | rdfs:label "Current schedule 1"^^xsd:string ; |
171 | ILAP:hasSchedulePlan | 200 | ILAP:hasSchedulePlan |
172 | - ILAP:ConocoPhillipsContractorPortfolioPlan . | 201 | + ILAP:OperatorBcontractPortfolioPlan . |
173 | 202 | ||
174 | ILAP:DataSet_1 | 203 | ILAP:DataSet_1 |
175 | rdf:type ILAP:Data ; | 204 | rdf:type ILAP:Data ; |
176 | rdfs:label "Data Set 1"^^xsd:string . | 205 | rdfs:label "Data Set 1"^^xsd:string . |
177 | 206 | ||
178 | -<http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> | 207 | +ILAP:DisiplinSubfaseForContractorAtoOperatorA |
179 | rdf:type USERFIELDS:FreeTextField ; | 208 | rdf:type USERFIELDS:FreeTextField ; |
180 | - rdfs:label "Disiplin subfase for Reinertsen to Statoil1.8"^^xsd:string ; | 209 | + rdfs:label "Disiplin subfase for Contractor A to Operator A"^^xsd:string ; |
181 | - USERFIELDS:hasValue "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Stressanalyse"^^xsd:string , "El Oppmåling"^^xsd:string , "Modellering"^^xsd:string , "Lister"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsprod."^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Beregninger"^^xsd:string , "Offshore befaring"^^xsd:string . | 210 | + USERFIELDS:hasValue "Beregninger"^^xsd:string , "Familiarisering"^^xsd:string , "Prefabpakker"^^xsd:string , "El Oppmåling"^^xsd:string , "Modellering"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Offshore befaring"^^xsd:string , "Tegningsprod."^^xsd:string , "Stressanalyse"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Lister"^^xsd:string . |
182 | 211 | ||
183 | -<http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> | 212 | +ILAP:EngineeringFaseForContractorAtoOperatorA |
184 | rdf:type USERFIELDS:FreeTextField ; | 213 | rdf:type USERFIELDS:FreeTextField ; |
185 | - rdfs:label "Engineering Fase for Reinertsen to Statoil 1.8"^^xsd:string ; | 214 | + rdfs:label "Engineering Fase for Contractor A to Operator A"^^xsd:string ; |
186 | - USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Medgått tid"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Offshore"^^xsd:string , "Prefab"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Stressanalyse"^^xsd:string , "MCC strategi"^^xsd:string , "Beregninger"^^xsd:string , "Prefabpakker"^^xsd:string , "As-buil"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Risikovurdering"^^xsd:string , "Offshore befaring"^^xsd:string , "Systemutprøving"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Installasjon"^^xsd:string , "MCC Støtte"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Familiarisering"^^xsd:string , "Follow-on"^^xsd:string , "Modellering"^^xsd:string , "Lister"^^xsd:string . | 215 | + USERFIELDS:hasValue "Installasjonspakker"^^xsd:string , "Disiplinkoordinering"^^xsd:string , "Beregninger"^^xsd:string , "Risikovurdering"^^xsd:string , "MTO/teknisk spec."^^xsd:string , "Prefabpakker"^^xsd:string , "Familiarisering"^^xsd:string , "Offshore befaring"^^xsd:string , "Offshore"^^xsd:string , "MCC Støtte"^^xsd:string , "Utarbeidelse av studierappor"^^xsd:string , "MCC strategi"^^xsd:string , "Leverandøroppfølging"^^xsd:string , "Stressanalyse"^^xsd:string , "Systemutprøving"^^xsd:string , "As-buil"^^xsd:string , "P&ID/PED/PFD"^^xsd:string , "Modellering"^^xsd:string , "Elektronisk oppmåling"^^xsd:string , "Installasjon"^^xsd:string , "Prefab"^^xsd:string , "Databaseoppdatering"^^xsd:string , "Tegningsproduksjon"^^xsd:string , "Medgått tid"^^xsd:string , "Lister"^^xsd:string , "Sveisekoordinering"^^xsd:string , "Follow-on"^^xsd:string . |
187 | 216 | ||
188 | ILAP:FinishToStart_1 | 217 | ILAP:FinishToStart_1 |
189 | rdf:type ILAP:FinishToStart ; | 218 | rdf:type ILAP:FinishToStart ; |
... | @@ -221,11 +250,11 @@ ILAP:GuaranteeWork_1 | ... | @@ -221,11 +250,11 @@ ILAP:GuaranteeWork_1 |
221 | rdf:type ILAP:GuaranteeWork ; | 250 | rdf:type ILAP:GuaranteeWork ; |
222 | rdfs:label "Guarantee work 1"^^xsd:string . | 251 | rdfs:label "Guarantee work 1"^^xsd:string . |
223 | 252 | ||
224 | -<http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> | 253 | +ILAP:HovedaktivitetForContractorAtoOperatorA |
225 | rdf:type USERFIELDS:FreeTextField ; | 254 | rdf:type USERFIELDS:FreeTextField ; |
226 | - rdfs:label "Hovedaktivitet for Reinertsen to Statoil 1.8"^^xsd:string ; | 255 | + rdfs:label "Hovedaktivitet for Contractor A to Operator A"^^xsd:string ; |
227 | - USERFIELDS:hasShort "B1M"^^xsd:string , "A2B"^^xsd:string , "A2C"^^xsd:string , "A2D"^^xsd:string , "A1A"^^xsd:string ; | 256 | + USERFIELDS:hasShort "A1A"^^xsd:string , "A2B"^^xsd:string , "A2C"^^xsd:string , "B1M"^^xsd:string , "A2D"^^xsd:string ; |
228 | - USERFIELDS:hasValue "Familiarisering"^^xsd:string , "Andre disipliner "^^xsd:string , "MTO / Teknisk spec. "^^xsd:string , "Offshore Befaring"^^xsd:string , "Materialkoordinator"^^xsd:string . | 257 | + USERFIELDS:hasValue "Familiarisering"^^xsd:string , "Andre disipliner "^^xsd:string , "MTO / Teknisk spec. "^^xsd:string , "Materialkoordinator"^^xsd:string , "Offshore Befaring"^^xsd:string . |
229 | 258 | ||
230 | ILAP:IncentiveContract_1 | 259 | ILAP:IncentiveContract_1 |
231 | rdf:type ILAP:IncentiveContract ; | 260 | rdf:type ILAP:IncentiveContract ; |
... | @@ -235,15 +264,15 @@ ILAP:IncentiveContract_2 | ... | @@ -235,15 +264,15 @@ ILAP:IncentiveContract_2 |
235 | rdf:type ILAP:IncentiveContract ; | 264 | rdf:type ILAP:IncentiveContract ; |
236 | rdfs:label "Incentive contract 2"^^xsd:string . | 265 | rdfs:label "Incentive contract 2"^^xsd:string . |
237 | 266 | ||
238 | -<http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> | 267 | +ILAP:IngenioerForContractorAtoOperatorA |
239 | rdf:type USERFIELDS:FreeTextField ; | 268 | rdf:type USERFIELDS:FreeTextField ; |
240 | - rdfs:label "Ingenioer for Reinertsen to Statoil1.8"^^xsd:string ; | 269 | + rdfs:label "Ingenioer for Contractor A to Operator A"^^xsd:string ; |
241 | - USERFIELDS:hasValue "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string , "Lennart Svensson"^^xsd:string . | 270 | + USERFIELDS:hasValue "Lennart Svensson"^^xsd:string , "Andreas Forberg "^^xsd:string , "Christer Andersson"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string , "Andreas Gurk"^^xsd:string . |
242 | 271 | ||
243 | -<http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> | 272 | +ILAP:InndelingForContractorAtoOperatorA |
244 | rdf:type USERFIELDS:FreeTextField ; | 273 | rdf:type USERFIELDS:FreeTextField ; |
245 | - rdfs:label "Inndeling for Reinertsen to Statoil 1.8"^^xsd:string ; | 274 | + rdfs:label "Inndeling for Contractor A to Operator A"^^xsd:string ; |
246 | - USERFIELDS:hasValue "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string , "18"^^xsd:string . | 275 | + USERFIELDS:hasValue "18"^^xsd:string , "6"^^xsd:string , "5"^^xsd:string , "1"^^xsd:string , "2"^^xsd:string , "3"^^xsd:string , "4"^^xsd:string . |
247 | 276 | ||
248 | ILAP:InvoicableWork_1 | 277 | ILAP:InvoicableWork_1 |
249 | rdf:type ILAP:InvoicableWork ; | 278 | rdf:type ILAP:InvoicableWork ; |
... | @@ -253,32 +282,32 @@ ILAP:JohnTravolta | ... | @@ -253,32 +282,32 @@ ILAP:JohnTravolta |
253 | rdf:type ILAP:ResponsiblePerson ; | 282 | rdf:type ILAP:ResponsiblePerson ; |
254 | rdfs:label "John Travolta (Responsible Lead Driller)"^^xsd:string . | 283 | rdfs:label "John Travolta (Responsible Lead Driller)"^^xsd:string . |
255 | 284 | ||
256 | -<http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> | 285 | +ILAP:KPI3TypeForContractorAtoOperatorA |
257 | rdf:type USERFIELDS:FreeTextField ; | 286 | rdf:type USERFIELDS:FreeTextField ; |
258 | - rdfs:label "KPI 3 Type for Reinertsen to Statoil 1.8"^^xsd:string ; | 287 | + rdfs:label "KPI 3 Type for Contractor A to Operator A"^^xsd:string ; |
259 | - USERFIELDS:hasValue "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string , "Studierapport"^^xsd:string . | 288 | + USERFIELDS:hasValue "Studierapport"^^xsd:string , "Sluttrapport"^^xsd:string , "RFOC"^^xsd:string . |
260 | 289 | ||
261 | -<http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> | 290 | +ILAP:KontorForContractorAtoOperatorA |
262 | rdf:type USERFIELDS:FreeTextField ; | 291 | rdf:type USERFIELDS:FreeTextField ; |
263 | - rdfs:label "Kontor for Reinertsen to Statoil 1.8"^^xsd:string ; | 292 | + rdfs:label "Kontor for Contractor A to Operator A"^^xsd:string ; |
264 | - USERFIELDS:hasShort "HFEST"^^xsd:string , "U"^^xsd:string , "BRG"^^xsd:string , "GTB"^^xsd:string , "TRH"^^xsd:string ; | 293 | + USERFIELDS:hasShort "HFEST"^^xsd:string , "GTB"^^xsd:string , "U"^^xsd:string , "TRH"^^xsd:string , "BRG"^^xsd:string ; |
265 | - USERFIELDS:hasValue "Bergen"^^xsd:string , "Ufordelt"^^xsd:string , "Trondheim"^^xsd:string , "Goeteborg"^^xsd:string , "Hammerfest"^^xsd:string . | 294 | + USERFIELDS:hasValue "Trondheim"^^xsd:string , "Bergen"^^xsd:string , "Goeteborg"^^xsd:string , "Hammerfest"^^xsd:string , "Ufordelt"^^xsd:string . |
266 | 295 | ||
267 | -<http://data.posccaesar.org/ilap/KundeWBS1ForRosenbergToConocoPhilllips2.0> | 296 | +ILAP:KundeWBS1ForContractorBtoOperatorB |
268 | rdf:type USERFIELDS:FreeTextField ; | 297 | rdf:type USERFIELDS:FreeTextField ; |
269 | - rdfs:label "Kunde WBS1 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 298 | + rdfs:label "Kunde WBS1 for Contractor B to Operator B"^^xsd:string ; |
270 | USERFIELDS:hasShort "SR"^^xsd:string ; | 299 | USERFIELDS:hasShort "SR"^^xsd:string ; |
271 | - USERFIELDS:hasValue "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Level Glass"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string . | 300 | + USERFIELDS:hasValue "Comm. Ass. Instrument Direct"^^xsd:string , "Insulation of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Clean & Test piping Air purge and drain from South Boiler"^^xsd:string , "PCS hardware - AKSO"^^xsd:string , "Reinstatement after steam blow off"^^xsd:string , "Prefab and Install piping Discharge superheated steam from PSV 12783 (W1)"^^xsd:string , "Comm Ass. Electrical direct "^^xsd:string , "Comm. Ass. Surf. Prot. Direct"^^xsd:string , "Insulation boiler pumps 67-00961 & 67-00964"^^xsd:string , "Press, Temp and Level Transmitters"^^xsd:string , "Comm. Ass. Mechanical Direct"^^xsd:string , "Steam Blow off preparation"^^xsd:string , "Painting of Air purge and drain from North Boiler (Limits acc. 640/03/P08)"^^xsd:string , "Comm. Ass. Piping Direct"^^xsd:string , "Hoop up normal lighting on mezzanine deck of New WHRU - Circuit 41"^^xsd:string , "Level Glass"^^xsd:string , "Insulation piping From superheater drain to Blow down vessel (Limits as per Test pack 640/08/P04)"^^xsd:string , "Comm. Ass. Telecom Direct"^^xsd:string , "Electro Magnetic Flow Meter"^^xsd:string , "Venturi Flow Elements"^^xsd:string , "Comm. Ass Insulation Direct"^^xsd:string , "Comm. Ass. Structurel Direct"^^xsd:string , "Permanent modification normal lightings - Circuit 20"^^xsd:string . |
272 | 301 | ||
273 | -<http://data.posccaesar.org/ilap/KundeWBS2ForRosenbergToConocoPhilllips2.0> | 302 | +ILAP:KundeWBS2ForContractorBtoOperatorB |
274 | rdf:type USERFIELDS:FreeTextField ; | 303 | rdf:type USERFIELDS:FreeTextField ; |
275 | - rdfs:label "Kunde WBS2 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 304 | + rdfs:label "Kunde WBS2 for Contractor B to Operator B"^^xsd:string ; |
276 | - USERFIELDS:hasShort "34"^^xsd:string , "42"^^xsd:string , "45"^^xsd:string , "43"^^xsd:string , "22"^^xsd:string , "41"^^xsd:string , "32"^^xsd:string , "33"^^xsd:string , "21"^^xsd:string , "44"^^xsd:string , "31"^^xsd:string . | 305 | + USERFIELDS:hasShort "41"^^xsd:string , "32"^^xsd:string , "22"^^xsd:string , "33"^^xsd:string , "44"^^xsd:string , "31"^^xsd:string , "42"^^xsd:string , "34"^^xsd:string , "45"^^xsd:string , "43"^^xsd:string , "21"^^xsd:string . |
277 | 306 | ||
278 | -<http://data.posccaesar.org/ilap/KundeWBS3ForRosenbergToConocoPhilllips2.0> | 307 | +ILAP:KundeWBS3ForContractorBtoOperatorB |
279 | rdf:type USERFIELDS:FreeTextField ; | 308 | rdf:type USERFIELDS:FreeTextField ; |
280 | - rdfs:label "Kunde WBS3 for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 309 | + rdfs:label "Kunde WBS3 for Contractor B to Operator B"^^xsd:string ; |
281 | - USERFIELDS:hasShort "43"^^xsd:string , "6"^^xsd:string , "4"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "5"^^xsd:string , "12"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "10"^^xsd:string , "2A"^^xsd:string , "11"^^xsd:string , "3"^^xsd:string , "1"^^xsd:string , "42"^^xsd:string , "2B"^^xsd:string , "8"^^xsd:string . | 310 | + USERFIELDS:hasShort "1"^^xsd:string , "3"^^xsd:string , "9"^^xsd:string , "LR"^^xsd:string , "4"^^xsd:string , "10"^^xsd:string , "5"^^xsd:string , "42"^^xsd:string , "11"^^xsd:string , "6"^^xsd:string , "2A"^^xsd:string , "43"^^xsd:string , "2B"^^xsd:string , "7"^^xsd:string , "2"^^xsd:string , "12"^^xsd:string , "8"^^xsd:string . |
282 | 311 | ||
283 | ILAP:LiveSchedule_1 | 312 | ILAP:LiveSchedule_1 |
284 | rdf:type ILAP:LiveSchedule ; | 313 | rdf:type ILAP:LiveSchedule ; |
... | @@ -288,15 +317,15 @@ ILAP:LumpSumContract_1 | ... | @@ -288,15 +317,15 @@ ILAP:LumpSumContract_1 |
288 | rdf:type ILAP:LumpSumContract ; | 317 | rdf:type ILAP:LumpSumContract ; |
289 | rdfs:label "Lump sum contract 1"^^xsd:string . | 318 | rdfs:label "Lump sum contract 1"^^xsd:string . |
290 | 319 | ||
291 | -<http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> | 320 | +ILAP:MCpackageForContractorAtoOperatorA |
292 | rdf:type USERFIELDS:FreeTextField ; | 321 | rdf:type USERFIELDS:FreeTextField ; |
293 | - rdfs:label "MC Package for Reinertsen to Statoil 1.8"^^xsd:string ; | 322 | + rdfs:label "MC Package for Contractor A to Operator A"^^xsd:string ; |
294 | USERFIELDS:hasShort "MC pakke no"^^xsd:string ; | 323 | USERFIELDS:hasShort "MC pakke no"^^xsd:string ; |
295 | USERFIELDS:hasValue "Koder kommer"^^xsd:string . | 324 | USERFIELDS:hasValue "Koder kommer"^^xsd:string . |
296 | 325 | ||
297 | -<http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> | 326 | +ILAP:MCpacksForContractorBtoOperatorB |
298 | rdf:type USERFIELDS:FreeTextField ; | 327 | rdf:type USERFIELDS:FreeTextField ; |
299 | - rdfs:label "MC Packs for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 328 | + rdfs:label "MC Packs for Contractor B to Operator B"^^xsd:string ; |
300 | USERFIELDS:hasShort "MC pakke No"^^xsd:string ; | 329 | USERFIELDS:hasShort "MC pakke No"^^xsd:string ; |
301 | USERFIELDS:hasValue "Koder kommer"^^xsd:string . | 330 | USERFIELDS:hasValue "Koder kommer"^^xsd:string . |
302 | 331 | ||
... | @@ -312,11 +341,30 @@ ILAP:NonInvoicableWork_1 | ... | @@ -312,11 +341,30 @@ ILAP:NonInvoicableWork_1 |
312 | rdf:type ILAP:NonInvoicableWork ; | 341 | rdf:type ILAP:NonInvoicableWork ; |
313 | rdfs:label "Non invoicable work 1"^^xsd:string . | 342 | rdfs:label "Non invoicable work 1"^^xsd:string . |
314 | 343 | ||
315 | -<http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> | 344 | +ILAP:OperatorBcontractPortfolioPlan |
345 | + rdf:type ILAP:ProjectExecutionPlan ; | ||
346 | + rdfs:label "Operator B Contract Portfolio Plan"^^xsd:string ; | ||
347 | + ILAP:hasPlanAsset <http://data.posccaesar.org/npd/facts/Field-43506> ; | ||
348 | + ILAP:hasPlanContentType | ||
349 | + SCCS:PBS_AA ; | ||
350 | + ILAP:hasPlanContractType | ||
351 | + ILAP:CostDriven ; | ||
352 | + ILAP:hasPlanExpenseType | ||
353 | + ILAP:OPEX ; | ||
354 | + ILAP:hasPlanGeoArea ILAP:Facility ; | ||
355 | + ILAP:hasPlanLevel ILAP:L4_CCS ; | ||
356 | + ILAP:hasPlanLifecycleStage | ||
357 | + ILAP:Maintenance , ILAP:Operation ; | ||
358 | + ILAP:hasPlanObjectiveType | ||
359 | + ILAP:BusinessAsUsual ; | ||
360 | + ILAP:hasPlanProjectType | ||
361 | + ILAP:BrownFieldProject . | ||
362 | + | ||
363 | +ILAP:OppdragslederForContractorAtoOperatorA | ||
316 | rdf:type USERFIELDS:FreeTextField ; | 364 | rdf:type USERFIELDS:FreeTextField ; |
317 | - rdfs:label "Oppdragsleder for Reinertsen to Statoil1.8"^^xsd:string ; | 365 | + rdfs:label "Oppdragsleder for Contractor A to Operator A"^^xsd:string ; |
318 | - USERFIELDS:hasShort "OESA"^^xsd:string , "GTR"^^xsd:string , "PLI"^^xsd:string , "ROP"^^xsd:string , "SML"^^xsd:string ; | 366 | + USERFIELDS:hasShort "OESA"^^xsd:string , "GTR"^^xsd:string , "PLI"^^xsd:string , "SML"^^xsd:string , "ROP"^^xsd:string ; |
319 | - USERFIELDS:hasValue "Rune Opstad"^^xsd:string , "Oeyvind Sand"^^xsd:string , "Stein Magne Lien"^^xsd:string , "Petter Lied"^^xsd:string , "Georg Trumpy"^^xsd:string . | 367 | + USERFIELDS:hasValue "Georg Trumpy"^^xsd:string , "Petter Lied"^^xsd:string , "Rune Opstad"^^xsd:string , "Oeyvind Sand"^^xsd:string , "Stein Magne Lien"^^xsd:string . |
320 | 368 | ||
321 | ILAP:PBS_ABB_1 | 369 | ILAP:PBS_ABB_1 |
322 | rdf:type SCCS:PBS_ABB ; | 370 | rdf:type SCCS:PBS_ABB ; |
... | @@ -326,10 +374,10 @@ ILAP:PBS_ACAA_1 | ... | @@ -326,10 +374,10 @@ ILAP:PBS_ACAA_1 |
326 | rdf:type SCCS:PBS_ACAA ; | 374 | rdf:type SCCS:PBS_ACAA ; |
327 | rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string . | 375 | rdfs:label "Production wells for Gravity Structure 24-7"^^xsd:string . |
328 | 376 | ||
329 | -<http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> | 377 | +ILAP:PlanleggerForContractorAtoOperatorA |
330 | rdf:type USERFIELDS:FreeTextField ; | 378 | rdf:type USERFIELDS:FreeTextField ; |
331 | - rdfs:label "Planlegger for Reinertsen to Statoil1.8"^^xsd:string ; | 379 | + rdfs:label "Planlegger for Contractor A to Operator A"^^xsd:string ; |
332 | - USERFIELDS:hasValue "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string , "Alf Anton Hammerdal"^^xsd:string . | 380 | + USERFIELDS:hasValue "Alf Anton Hammerdal"^^xsd:string , "Gry Helle Nakstad"^^xsd:string , "Mattias Allebert"^^xsd:string , "Erik Havnes"^^xsd:string , "Yngve Rolseth"^^xsd:string . |
333 | 381 | ||
334 | ILAP:PlannedActivity_1 | 382 | ILAP:PlannedActivity_1 |
335 | rdf:type ILAP:PlannedActivity ; | 383 | rdf:type ILAP:PlannedActivity ; |
... | @@ -337,7 +385,7 @@ ILAP:PlannedActivity_1 | ... | @@ -337,7 +385,7 @@ ILAP:PlannedActivity_1 |
337 | ILAP:hasActivityActiveStatus | 385 | ILAP:hasActivityActiveStatus |
338 | ILAP:Active ; | 386 | ILAP:Active ; |
339 | ILAP:hasActivityPlan | 387 | ILAP:hasActivityPlan |
340 | - ILAP:ConocoPhillipsContractorPortfolioPlan ; | 388 | + ILAP:OperatorBcontractPortfolioPlan ; |
341 | ILAP:hasActivityRisk | 389 | ILAP:hasActivityRisk |
342 | ILAP:Risk_1 ; | 390 | ILAP:Risk_1 ; |
343 | ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; | 391 | ILAP:hasFixedFinish "2015-01-05"^^xsd:date ; |
... | @@ -345,7 +393,7 @@ ILAP:PlannedActivity_1 | ... | @@ -345,7 +393,7 @@ ILAP:PlannedActivity_1 |
345 | 393 | ||
346 | ILAP:PlannedActivity_2 | 394 | ILAP:PlannedActivity_2 |
347 | rdf:type ILAP:PlannedActivity ; | 395 | rdf:type ILAP:PlannedActivity ; |
348 | - rdfs:label "Planned activity 2"^^xsd:string ; | 396 | + rdfs:label "Planned Activity 2 in Project by Contractor A for Operator A"^^xsd:string ; |
349 | ILAP:hasActivityActualProgressPercent | 397 | ILAP:hasActivityActualProgressPercent |
350 | "50"^^xsd:float ; | 398 | "50"^^xsd:float ; |
351 | ILAP:hasActivityContractor | 399 | ILAP:hasActivityContractor |
... | @@ -367,7 +415,7 @@ ILAP:PlannedActivity_2 | ... | @@ -367,7 +415,7 @@ ILAP:PlannedActivity_2 |
367 | ILAP:hasActivityPhysicalPercentComplete | 415 | ILAP:hasActivityPhysicalPercentComplete |
368 | "50"^^xsd:float ; | 416 | "50"^^xsd:float ; |
369 | ILAP:hasActivityPlan | 417 | ILAP:hasActivityPlan |
370 | - ILAP:RosenbergFabricationSubplan ; | 418 | + ILAP:ContractorBFabricationSubplan ; |
371 | ILAP:hasActivityPlannedProgressPercent | 419 | ILAP:hasActivityPlannedProgressPercent |
372 | 60 ; | 420 | 60 ; |
373 | ILAP:hasActivityResource | 421 | ILAP:hasActivityResource |
... | @@ -389,78 +437,79 @@ ILAP:PlannedActivity_2 | ... | @@ -389,78 +437,79 @@ ILAP:PlannedActivity_2 |
389 | ILAP:hasActivityWorkVolume | 437 | ILAP:hasActivityWorkVolume |
390 | "1500"^^xsd:float ; | 438 | "1500"^^xsd:float ; |
391 | USERFIELDS:hasUserField | 439 | USERFIELDS:hasUserField |
392 | - <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> . | 440 | + ILAP:UserFieldForContractorAtoOperatorA . |
393 | 441 | ||
394 | ILAP:PlannedActivity_3 | 442 | ILAP:PlannedActivity_3 |
395 | rdf:type ILAP:PlannedActivity ; | 443 | rdf:type ILAP:PlannedActivity ; |
396 | rdfs:label "Planned activity 3"^^xsd:string ; | 444 | rdfs:label "Planned activity 3"^^xsd:string ; |
397 | ILAP:hasActivityPlan | 445 | ILAP:hasActivityPlan |
398 | - ILAP:RosenbergFabricationSubplan . | 446 | + ILAP:ContractorBFabricationSubplan . |
399 | 447 | ||
400 | ILAP:PlannedActivity_4 | 448 | ILAP:PlannedActivity_4 |
401 | rdf:type ILAP:PlannedActivity ; | 449 | rdf:type ILAP:PlannedActivity ; |
402 | rdfs:label "Planned activity 4"^^xsd:string ; | 450 | rdfs:label "Planned activity 4"^^xsd:string ; |
403 | ILAP:hasActivityPlan | 451 | ILAP:hasActivityPlan |
404 | - ILAP:RosenbergFabricationSubplan . | 452 | + ILAP:ContractorBFabricationSubplan . |
405 | 453 | ||
406 | ILAP:PlannedMilestone_1 | 454 | ILAP:PlannedMilestone_1 |
407 | rdf:type ILAP:PlannedMilestone ; | 455 | rdf:type ILAP:PlannedMilestone ; |
408 | rdfs:label "Planned milestone 1"^^xsd:string . | 456 | rdfs:label "Planned milestone 1"^^xsd:string . |
409 | 457 | ||
410 | -<http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> | 458 | +ILAP:ProcPackageForContractorBtoOperatorB |
411 | rdf:type USERFIELDS:FreeTextField ; | 459 | rdf:type USERFIELDS:FreeTextField ; |
412 | - rdfs:label "Proc Package for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 460 | + rdfs:label "Proc Package for Contractor B to Operator B"^^xsd:string ; |
413 | - USERFIELDS:hasShort "BY880"^^xsd:string , "ER243"^^xsd:string , "EE041"^^xsd:string , "EE031"^^xsd:string , "ER240"^^xsd:string , "ER351"^^xsd:string , "ER241"^^xsd:string ; | 461 | + USERFIELDS:hasShort "ER241"^^xsd:string , "BY880"^^xsd:string , "ER240"^^xsd:string , "ER351"^^xsd:string , "ER243"^^xsd:string , "EE041"^^xsd:string , "EE031"^^xsd:string ; |
414 | - USERFIELDS:hasValue "Ducting/WHRU"^^xsd:string , "Condensing Heating Medium Heater"^^xsd:string , "Chem Injection Skid"^^xsd:string , "CANCELLED - Contactor feeder for Actuator Valve Feed Water Evaporator"^^xsd:string , "Emergency Distr Light Panel"^^xsd:string , "Misc. Pumps"^^xsd:string , "Transportation of Materials"^^xsd:string . | 462 | + USERFIELDS:hasValue "Ducting/WHRU"^^xsd:string , "Emergency Distr Light Panel"^^xsd:string , "Misc. Pumps"^^xsd:string , "Transportation of Materials"^^xsd:string , "Condensing Heating Medium Heater"^^xsd:string , "CANCELLED - Contactor feeder for Actuator Valve Feed Water Evaporator"^^xsd:string , "Chem Injection Skid"^^xsd:string . |
463 | + | ||
464 | +ILAP:ProjectByContractorAforOperatorA | ||
465 | + rdf:type ILAP:Project ; | ||
466 | + rdfs:label "Project by Contractor A for Operator A"^^xsd:string ; | ||
467 | + ILAP:hasProjectContract | ||
468 | + ILAP:Contract_1 ; | ||
469 | + USERFIELDS:hasUserField | ||
470 | + ILAP:UserFieldForContractorAtoOperatorA . | ||
471 | + | ||
472 | +ILAP:ProjectByContractorBforOperatorB | ||
473 | + rdf:type ILAP:Project ; | ||
474 | + rdfs:label "Project by Contractor B for Operator B"^^xsd:string ; | ||
475 | + USERFIELDS:hasUserField | ||
476 | + ILAP:UserFieldForContractorBtoOperatorB . | ||
415 | 477 | ||
416 | -<http://data.posccaesar.org/ilap/ProjectTypeForReinertsenToStatoil1.8> | 478 | +ILAP:ProjectTypeForContractorAtoOperatorA |
417 | rdf:type USERFIELDS:FreeTextField ; | 479 | rdf:type USERFIELDS:FreeTextField ; |
418 | - rdfs:label "Project Type for Reinertsen to Statoil 1.8"^^xsd:string . | 480 | + rdfs:label "Project Type for Contractor A to Operator A"^^xsd:string . |
419 | 481 | ||
420 | -<http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> | 482 | +ILAP:ProsjektlederForContractorAtoOperatorA |
421 | rdf:type USERFIELDS:FreeTextField ; | 483 | rdf:type USERFIELDS:FreeTextField ; |
422 | - rdfs:label "Prosjektleder for Reinertsen to Statoil1.8"^^xsd:string ; | 484 | + rdfs:label "Prosjektleder for Contractor A to Operator A"^^xsd:string ; |
423 | - USERFIELDS:hasValue "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string , "Geir Sve"^^xsd:string . | 485 | + USERFIELDS:hasValue "Geir Sve"^^xsd:string , "Finn Olav Aase"^^xsd:string , "Ove Løberg"^^xsd:string , "Kenneth Johansson"^^xsd:string , "Gunn Elin Harba"^^xsd:string . |
424 | 486 | ||
425 | -<http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> | 487 | +ILAP:ProsjektstrukturIFSForContractorBtoOperatorB |
426 | rdf:type USERFIELDS:FreeTextField ; | 488 | rdf:type USERFIELDS:FreeTextField ; |
427 | - rdfs:label "Prosjektstruktur i IFS for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 489 | + rdfs:label "Prosjektstruktur i IFS for Contractor B to Operator B"^^xsd:string ; |
428 | - USERFIELDS:hasShort "Nedstrm"^^xsd:string , "Package 1"^^xsd:string , "Pilot"^^xsd:string , "Package 2"^^xsd:string , "Package 3"^^xsd:string , "Mlepk"^^xsd:string , "Generell"^^xsd:string ; | 490 | + USERFIELDS:hasShort "Package 3"^^xsd:string , "Package 1"^^xsd:string , "Generell"^^xsd:string , "Pilot"^^xsd:string , "Mlepk"^^xsd:string , "Nedstrm"^^xsd:string , "Package 2"^^xsd:string ; |
429 | - USERFIELDS:hasValue "Pilot HMI"^^xsd:string , "General work"^^xsd:string , "Package 3"^^xsd:string , "Nedstrøms 3.trinn seperator (duplex)"^^xsd:string , "Målepakke"^^xsd:string , "Package 1"^^xsd:string , "Package 2"^^xsd:string . | 491 | + USERFIELDS:hasValue "Package 1"^^xsd:string , "Pilot HMI"^^xsd:string , "Package 2"^^xsd:string , "General work"^^xsd:string , "Målepakke"^^xsd:string , "Package 3"^^xsd:string , "Nedstrøms 3.trinn seperator (duplex)"^^xsd:string . |
430 | 492 | ||
431 | -<http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8> | 493 | +ILAP:Reference27ForContractorAtoOperatorA |
432 | rdf:type USERFIELDS:FreeTextField ; | 494 | rdf:type USERFIELDS:FreeTextField ; |
433 | - rdfs:label "Reference27 for Reinertsen to Statoil 1.8"^^xsd:string ; | 495 | + rdfs:label "Reference27 for Contractor A to Operator A"^^xsd:string ; |
434 | - USERFIELDS:hasShort "U"^^xsd:string , "B"^^xsd:string , "A"^^xsd:string , "D"^^xsd:string , "C"^^xsd:string ; | 496 | + USERFIELDS:hasShort "C"^^xsd:string , "D"^^xsd:string , "A"^^xsd:string , "B"^^xsd:string , "U"^^xsd:string ; |
435 | - USERFIELDS:hasValue "Installasjon av gassløft"^^xsd:string , "Tilpasning av trappetårn"^^xsd:string , "Installasjon av Flowlinje og Manifoil - del 1 (HP, LP og Test)"^^xsd:string , "Installasjon av open drain under modul (inkl. silpot)"^^xsd:string , "Installasjon av trykkutjevning olje"^^xsd:string . | 497 | + USERFIELDS:hasValue "Tilpasning av trappetårn"^^xsd:string , "Installasjon av trykkutjevning olje"^^xsd:string , "Installasjon av Flowlinje og Manifoil - del 1 (HP, LP og Test)"^^xsd:string , "Installasjon av gassløft"^^xsd:string , "Installasjon av open drain under modul (inkl. silpot)"^^xsd:string . |
436 | 498 | ||
437 | -<http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> | 499 | +ILAP:Reference30ForContractorAtoOperatorA |
438 | rdf:type USERFIELDS:FreeTextField ; | 500 | rdf:type USERFIELDS:FreeTextField ; |
439 | - rdfs:label "Reference30 for Reinertsen to Statoil 1.8"^^xsd:string ; | 501 | + rdfs:label "Reference30 for Contractor A to Operator A"^^xsd:string ; |
440 | - USERFIELDS:hasValue "Administration"^^xsd:string , "Indirect work"^^xsd:string , "Electrical (including HVAC)"^^xsd:string , "Mechanical Completion"^^xsd:string , "Scaffolding"^^xsd:string , "SAS/DCSS "^^xsd:string , "Procurement"^^xsd:string , "HVAC"^^xsd:string , "Instrument"^^xsd:string , "Prosjekter som kjøres i Trondheim"^^xsd:string , "Material Technology"^^xsd:string . | 502 | + USERFIELDS:hasValue "Instrument"^^xsd:string , "HVAC"^^xsd:string , "Mechanical Completion"^^xsd:string , "Administration"^^xsd:string , "Electrical (including HVAC)"^^xsd:string , "Scaffolding"^^xsd:string , "Indirect work"^^xsd:string , "Material Technology"^^xsd:string , "Procurement"^^xsd:string , "SAS/DCSS "^^xsd:string , "Prosjekter som kjøres i Trondheim"^^xsd:string . |
441 | 503 | ||
442 | ILAP:ReimbursableContract_1 | 504 | ILAP:ReimbursableContract_1 |
443 | rdf:type ILAP:ReimbursableContract ; | 505 | rdf:type ILAP:ReimbursableContract ; |
444 | rdfs:label "Reimbursable contract 1"^^xsd:string . | 506 | rdfs:label "Reimbursable contract 1"^^xsd:string . |
445 | 507 | ||
446 | -<http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8> | ||
447 | - rdf:type ILAP:Project ; | ||
448 | - rdfs:label "Reinertsen to Statoil 1.8"^^xsd:string ; | ||
449 | - ILAP:hasProjectContract | ||
450 | - ILAP:Contract_1 ; | ||
451 | - USERFIELDS:hasUserField | ||
452 | - <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> . | ||
453 | - | ||
454 | -ILAP:ReinertsenToStatoilPlan | ||
455 | - rdf:type ILAP:ProjectExecutionPlan ; | ||
456 | - rdfs:label "Reinertsen to Statoil Plan"^^xsd:string ; | ||
457 | - ILAP:hasPlanProject <http://data.posccaesar.org/ilap/ReinertsenToStatoil1.8> . | ||
458 | - | ||
459 | ILAP:RevisedSchedule_1 | 508 | ILAP:RevisedSchedule_1 |
460 | rdf:type ILAP:RevisedSchedule ; | 509 | rdf:type ILAP:RevisedSchedule ; |
461 | rdfs:label "Revised schedule 1"^^xsd:string ; | 510 | rdfs:label "Revised schedule 1"^^xsd:string ; |
462 | ILAP:hasSchedulePlan | 511 | ILAP:hasSchedulePlan |
463 | - ILAP:ConocoPhillipsContractorPortfolioPlan . | 512 | + ILAP:OperatorBcontractPortfolioPlan . |
464 | 513 | ||
465 | ILAP:Risk_1 | 514 | ILAP:Risk_1 |
466 | rdf:type ILAP:Risk ; | 515 | rdf:type ILAP:Risk ; |
... | @@ -482,69 +531,20 @@ ILAP:Risk_3 | ... | @@ -482,69 +531,20 @@ ILAP:Risk_3 |
482 | ILAP:hasRiskCriticality | 531 | ILAP:hasRiskCriticality |
483 | ILAP:LowCriticality . | 532 | ILAP:LowCriticality . |
484 | 533 | ||
485 | -ILAP:RosenbergFabricationSubplan | ||
486 | - rdf:type ILAP:ProjectExecutionPlan ; | ||
487 | - rdfs:label "Rosenberg Fabrication Subplan"^^xsd:string . | ||
488 | - | ||
489 | -<http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0> | ||
490 | - rdf:type ILAP:Project ; | ||
491 | - rdfs:label "Rosenberg to Conoco Phillips 2.0"^^xsd:string ; | ||
492 | - USERFIELDS:hasUserField | ||
493 | - <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> . | ||
494 | - | ||
495 | -ILAP:RosenbergToConocoPhillipsDataExchangePlan | ||
496 | - rdf:type ILAP:ProjectExecutionPlan ; | ||
497 | - rdfs:label "Rosenberg to ConocoPhillips Data Exchange Plan"^^xsd:string ; | ||
498 | - ILAP:hasPlanAsset ILAP:Asset ; | ||
499 | - ILAP:hasPlanAssetOwner | ||
500 | - ILAP:ResponsibleOrganization ; | ||
501 | - ILAP:hasPlanContentType | ||
502 | - ILAP:Result ; | ||
503 | - ILAP:hasPlanContractType | ||
504 | - ILAP:ScheduleDriven ; | ||
505 | - ILAP:hasPlanContractor | ||
506 | - <http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> , <http://data.posccaesar.org/brreg/R-04253108-a156-4c0c-bfa3-cb3cfb40a776> ; | ||
507 | - ILAP:hasPlanExpenseType | ||
508 | - ILAP:OPEX ; | ||
509 | - ILAP:hasPlanFacility | ||
510 | - <http://data.posccaesar.org/npd/facts/Facility-271273> ; | ||
511 | - ILAP:hasPlanField <http://data.posccaesar.org/npd/facts/Field-43658> ; | ||
512 | - ILAP:hasPlanGeoArea ILAP:Field ; | ||
513 | - ILAP:hasPlanLevel ILAP:L2_PMS ; | ||
514 | - ILAP:hasPlanLicense <http://data.posccaesar.org/npd/facts/Licence-4227659> , <http://data.posccaesar.org/npd/facts/Licence-20756> ; | ||
515 | - ILAP:hasPlanLicensePartner | ||
516 | - ILAP:ResponsibleOrganization ; | ||
517 | - ILAP:hasPlanOperator | ||
518 | - <http://data.posccaesar.org/npd/facts/Company-17237817> , <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ; | ||
519 | - ILAP:hasPlanProject <http://data.posccaesar.org/ilap/RosenbergToConocoPhillips2.0> ; | ||
520 | - ILAP:hasPlanProjectType | ||
521 | - ILAP:OperationAndMaintenance ; | ||
522 | - ILAP:hasPlanRegulator | ||
523 | - ILAP:NPD ; | ||
524 | - ILAP:hasPlanResponsible | ||
525 | - ILAP:ResponsibleOrganization ; | ||
526 | - ILAP:hasPlanRollUpPlan | ||
527 | - ILAP:ConocoPhillipsContractorPortfolioPlan ; | ||
528 | - ILAP:hasPlanShutdown | ||
529 | - ILAP:SummerShutdown_UC1 ; | ||
530 | - ILAP:hasPlanSubplan ILAP:RosenbergFabricationSubplan ; | ||
531 | - ILAP:hasPlanSupplier | ||
532 | - ILAP:ResponsibleOrganization . | ||
533 | - | ||
534 | ILAP:SAB_51_1 | 534 | ILAP:SAB_51_1 |
535 | rdf:type SCCS:SAB_51 ; | 535 | rdf:type SCCS:SAB_51 ; |
536 | rdfs:label "Prepare drilling equipment for drilling"^^xsd:string . | 536 | rdfs:label "Prepare drilling equipment for drilling"^^xsd:string . |
537 | 537 | ||
538 | -<http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> | 538 | +ILAP:SAPWBSForContractorAtoOperatorA |
539 | rdf:type USERFIELDS:FreeTextField ; | 539 | rdf:type USERFIELDS:FreeTextField ; |
540 | - rdfs:label "SAP WBS for Reinertsen to Statoil 1.8"^^xsd:string ; | 540 | + rdfs:label "SAP WBS for Contractor A to Operator A"^^xsd:string ; |
541 | - USERFIELDS:hasShort "MO085C.8D.S.1015"^^xsd:string , "MO085C.8D.V.1005"^^xsd:string , "T.O169C.GA.20006"^^xsd:string , "MO790CIMX0208"^^xsd:string , "MO085C.09.B.5238"^^xsd:string ; | 541 | + USERFIELDS:hasShort "MO085C.09.B.5238"^^xsd:string , "T.O169C.GA.20006"^^xsd:string , "MO085C.8D.V.1005"^^xsd:string , "MO085C.8D.S.1015"^^xsd:string , "MO790CIMX0208"^^xsd:string ; |
542 | - USERFIELDS:hasValue "Vibration in line CN-22-1040"^^xsd:string , "Task Force Girhavari Grane"^^xsd:string , "Oppgradering av Elfordelinger Troll A"^^xsd:string , "Prøveskap m.avtrekk for produsert vann - M.O085C.09.B.5238"^^xsd:string , "Vurdere VLAN Troll A/ Kollsnes"^^xsd:string . | 542 | + USERFIELDS:hasValue "Prøveskap m.avtrekk for produsert vann - M.O085C.09.B.5238"^^xsd:string , "Vurdere VLAN Troll A/ Kollsnes"^^xsd:string , "Vibration in line CN-22-1040"^^xsd:string , "Task Force Girhavari Grane"^^xsd:string , "Oppgradering av Elfordelinger Troll A"^^xsd:string . |
543 | 543 | ||
544 | -<http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> | 544 | +ILAP:SAPnettverkForContractorAtoOperatorA |
545 | rdf:type USERFIELDS:FreeTextField ; | 545 | rdf:type USERFIELDS:FreeTextField ; |
546 | - rdfs:label "SAPnettverk for Reinertsen to Statoil1.8"^^xsd:string ; | 546 | + rdfs:label "SAPnettverk for Contractor A to Operator A"^^xsd:string ; |
547 | - USERFIELDS:hasValue "Prøveskap m.avtrekk for prod.vann - M.O085C.09.B.5238.A"^^xsd:string , "El. isolering av GI kompressor - M.O085C.09.C.6233.A"^^xsd:string , "Arbeidsluft på C82 [A] - 968863"^^xsd:string , "Ny type pakkboks på 4PA [A] - 968866"^^xsd:string , "Lufttilførsel til vaskevannstank [A] - 968865"^^xsd:string , "G-37 oppkobling - M.O169C.12.C.1016.B"^^xsd:string , "AVLYST STUDIE - Oppgradere løfteinnretning C87 - M.O085C.9I.V.1007.A"^^xsd:string , "SATT PÅ HOLD Mangelfull NAS-integritet til brønnventiler - M.O085C.8I.S.1020.A"^^xsd:string , "Endre logikk for fylling av ballasttanker - M.O085C.09.C.6234.A"^^xsd:string , "Vurdere hvilke barrierer som skal overta - M.O085C.6D.V.1013.B"^^xsd:string . | 547 | + USERFIELDS:hasValue "El. isolering av GI kompressor - M.O085C.09.C.6233.A"^^xsd:string , "AVLYST STUDIE - Oppgradere løfteinnretning C87 - M.O085C.9I.V.1007.A"^^xsd:string , "Vurdere hvilke barrierer som skal overta - M.O085C.6D.V.1013.B"^^xsd:string , "Ny type pakkboks på 4PA [A] - 968866"^^xsd:string , "G-37 oppkobling - M.O169C.12.C.1016.B"^^xsd:string , "Arbeidsluft på C82 [A] - 968863"^^xsd:string , "Lufttilførsel til vaskevannstank [A] - 968865"^^xsd:string , "Endre logikk for fylling av ballasttanker - M.O085C.09.C.6234.A"^^xsd:string , "SATT PÅ HOLD Mangelfull NAS-integritet til brønnventiler - M.O085C.8I.S.1020.A"^^xsd:string , "Prøveskap m.avtrekk for prod.vann - M.O085C.09.B.5238.A"^^xsd:string . |
548 | 548 | ||
549 | ILAP:ScheduledActivity_11 | 549 | ILAP:ScheduledActivity_11 |
550 | rdf:type ILAP:ScheduledActivity ; | 550 | rdf:type ILAP:ScheduledActivity ; |
... | @@ -586,7 +586,7 @@ ILAP:ScheduledActivity_12 | ... | @@ -586,7 +586,7 @@ ILAP:ScheduledActivity_12 |
586 | ILAP:hasActivitySchedule | 586 | ILAP:hasActivitySchedule |
587 | ILAP:CurrentSchedule_1 ; | 587 | ILAP:CurrentSchedule_1 ; |
588 | USERFIELDS:hasUserField | 588 | USERFIELDS:hasUserField |
589 | - <http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> . | 589 | + ILAP:UserFieldForContractorAtoOperatorA . |
590 | 590 | ||
591 | ILAP:ScheduledActivity_13 | 591 | ILAP:ScheduledActivity_13 |
592 | rdf:type ILAP:ScheduledActivity ; | 592 | rdf:type ILAP:ScheduledActivity ; |
... | @@ -604,15 +604,15 @@ ILAP:ScheduledMilestone_1 | ... | @@ -604,15 +604,15 @@ ILAP:ScheduledMilestone_1 |
604 | ILAP:hasMilestoneType | 604 | ILAP:hasMilestoneType |
605 | ILAP:ProcurementMilestone . | 605 | ILAP:ProcurementMilestone . |
606 | 606 | ||
607 | -<http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> | 607 | +ILAP:ShutdownPeriodForContractorAtoOperatorA |
608 | rdf:type USERFIELDS:FreeTextField ; | 608 | rdf:type USERFIELDS:FreeTextField ; |
609 | - rdfs:label "Shutdown Period for Reinertsen to Statoil 1.8"^^xsd:string ; | 609 | + rdfs:label "Shutdown Period for Contractor A to Operator A"^^xsd:string ; |
610 | USERFIELDS:hasShort "SD2016"^^xsd:string ; | 610 | USERFIELDS:hasShort "SD2016"^^xsd:string ; |
611 | USERFIELDS:hasValue "Shutdown Period 2016"^^xsd:string . | 611 | USERFIELDS:hasValue "Shutdown Period 2016"^^xsd:string . |
612 | 612 | ||
613 | ILAP:StandardFreeWeekendPeriod | 613 | ILAP:StandardFreeWeekendPeriod |
614 | ILAP:hasCalendarPeriodFreeHour | 614 | ILAP:hasCalendarPeriodFreeHour |
615 | - ILAP:From16To24 , ILAP:From00To08 ; | 615 | + ILAP:From00To08 , ILAP:From16To24 ; |
616 | ILAP:hasCalendarPeriodHour | 616 | ILAP:hasCalendarPeriodHour |
617 | ILAP:From08To16 ; | 617 | ILAP:From08To16 ; |
618 | ILAP:hasFreePeriodEndDate | 618 | ILAP:hasFreePeriodEndDate |
... | @@ -624,17 +624,17 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -624,17 +624,17 @@ ILAP:StandardFreeWeekendPeriod |
624 | ILAP:hasFreePeriodStartTime | 624 | ILAP:hasFreePeriodStartTime |
625 | "08:00:00"^^xsd:time . | 625 | "08:00:00"^^xsd:time . |
626 | 626 | ||
627 | -<http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> | 627 | +ILAP:SubProjectKlasseForContractorBtoOperatorB |
628 | rdf:type USERFIELDS:FreeTextField ; | 628 | rdf:type USERFIELDS:FreeTextField ; |
629 | - rdfs:label "Sub Project (klasse) for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 629 | + rdfs:label "Sub Project (klasse) for Contractor B to Operator B"^^xsd:string ; |
630 | - USERFIELDS:hasShort "1036"^^xsd:string , "1010"^^xsd:string , "1022"^^xsd:string , "1035"^^xsd:string , "1000"^^xsd:string , "4300"^^xsd:string , "1031"^^xsd:string , "1025"^^xsd:string , "1032"^^xsd:string , "1023"^^xsd:string ; | 630 | + USERFIELDS:hasShort "1022"^^xsd:string , "1036"^^xsd:string , "1032"^^xsd:string , "1025"^^xsd:string , "1035"^^xsd:string , "1031"^^xsd:string , "1000"^^xsd:string , "1023"^^xsd:string , "4300"^^xsd:string , "1010"^^xsd:string ; |
631 | - USERFIELDS:hasValue "PRELIMINARIES and FACILITIES"^^xsd:string , "Office Equipment, Telephones e.g"^^xsd:string , "Hazop Procureme"^^xsd:string , "Internal hire Tools&Equipm from RV"^^xsd:string , "Other Prelim - Facilitiescost"^^xsd:string , "Other Prelim. - food etc."^^xsd:string , "Purchased/hired Equipment & Material"^^xsd:string , "WPQ'er - 3.parts kostnader"^^xsd:string , "Finance/Guarantee"^^xsd:string , "IS/IT Lisenser"^^xsd:string . | 631 | + USERFIELDS:hasValue "Internal hire Tools&Equipm from RV"^^xsd:string , "Other Prelim. - food etc."^^xsd:string , "Other Prelim - Facilitiescost"^^xsd:string , "Finance/Guarantee"^^xsd:string , "IS/IT Lisenser"^^xsd:string , "Hazop Procureme"^^xsd:string , "WPQ'er - 3.parts kostnader"^^xsd:string , "PRELIMINARIES and FACILITIES"^^xsd:string , "Purchased/hired Equipment & Material"^^xsd:string , "Office Equipment, Telephones e.g"^^xsd:string . |
632 | 632 | ||
633 | -<http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> | 633 | +ILAP:SubSystemCommPckForContractorBtoOperatorB |
634 | rdf:type USERFIELDS:FreeTextField ; | 634 | rdf:type USERFIELDS:FreeTextField ; |
635 | - rdfs:label "Sub System Comm Pck. for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 635 | + rdfs:label "Sub System Comm Pck. for Contractor B to Operator B"^^xsd:string ; |
636 | - USERFIELDS:hasShort "260/03"^^xsd:string , "G00/01"^^xsd:string , "300/03"^^xsd:string , "300/04"^^xsd:string , "300/05"^^xsd:string , "300/01"^^xsd:string , "300/02"^^xsd:string , "300/06"^^xsd:string , "260/01"^^xsd:string ; | 636 | + USERFIELDS:hasShort "300/01"^^xsd:string , "G00/01"^^xsd:string , "260/01"^^xsd:string , "300/04"^^xsd:string , "300/06"^^xsd:string , "260/03"^^xsd:string , "300/03"^^xsd:string , "300/02"^^xsd:string , "300/05"^^xsd:string ; |
637 | - USERFIELDS:hasValue "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string . | 637 | + USERFIELDS:hasValue "WIP-D Power & Controls MLD 91 XV-31414"^^xsd:string , "WIP-B Power & Controls MLD 91 XV-31411"^^xsd:string , "Modification on Ducting Gas Lift Turbine 84 10001"^^xsd:string , "Spares (if any) installed on the field related to new WHRU Project"^^xsd:string , "New Exhaust of WI Turbines 84-10012 & 84-10011 (A&B)"^^xsd:string , "SD 13 New Exhaust of WI Turbines 84-10013 (C)"^^xsd:string , "Installation and Hook up MLD 91 XV-31410 to new module"^^xsd:string , "WIP-A Power & Controls MLD 91 XV-31412"^^xsd:string , "WIP-C Power & Controls MLD 91 XV-31413"^^xsd:string . |
638 | 638 | ||
639 | ILAP:SummerShutdown_UC1 | 639 | ILAP:SummerShutdown_UC1 |
640 | rdf:type ILAP:Shutdown ; | 640 | rdf:type ILAP:Shutdown ; |
... | @@ -646,13 +646,13 @@ ILAP:SummerShutdown_UC1 | ... | @@ -646,13 +646,13 @@ ILAP:SummerShutdown_UC1 |
646 | ILAP:hasShutdownPriority | 646 | ILAP:hasShutdownPriority |
647 | ILAP:NormalPriority ; | 647 | ILAP:NormalPriority ; |
648 | ILAP:hasShutdownType | 648 | ILAP:hasShutdownType |
649 | - ILAP:SystemShutdown , ILAP:ProductionShutdown , ILAP:ScheduledShutdown . | 649 | + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . |
650 | 650 | ||
651 | -<http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> | 651 | +ILAP:SystemCodeForContractorBtoOperatorB |
652 | rdf:type USERFIELDS:FreeTextField ; | 652 | rdf:type USERFIELDS:FreeTextField ; |
653 | - rdfs:label "System Code for Rosenberg to ConocoPhillips 2.0"^^xsd:string ; | 653 | + rdfs:label "System Code for Contractor B to Operator B"^^xsd:string ; |
654 | - USERFIELDS:hasShort "600"^^xsd:string , "740"^^xsd:string , "500"^^xsd:string , "610"^^xsd:string , "260"^^xsd:string , "840"^^xsd:string , "510"^^xsd:string , "G00"^^xsd:string , "630"^^xsd:string , "640"^^xsd:string , "780"^^xsd:string , "530"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "800"^^xsd:string , "300"^^xsd:string , "310"^^xsd:string , "670"^^xsd:string ; | 654 | + USERFIELDS:hasShort "300"^^xsd:string , "740"^^xsd:string , "670"^^xsd:string , "610"^^xsd:string , "640"^^xsd:string , "540"^^xsd:string , "710"^^xsd:string , "840"^^xsd:string , "600"^^xsd:string , "780"^^xsd:string , "630"^^xsd:string , "260"^^xsd:string , "510"^^xsd:string , "500"^^xsd:string , "800"^^xsd:string , "G00"^^xsd:string , "310"^^xsd:string , "530"^^xsd:string ; |
655 | - USERFIELDS:hasValue "Non Specific And Across Many Systems"^^xsd:string , "Water Fire Fighting"^^xsd:string , "Navigation And Identification"^^xsd:string , "Temporary Equipment"^^xsd:string , "Mechanical Handling"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "(blank)"^^xsd:string , "Fresh Water"^^xsd:string , "Open Drains"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Gas Lift"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Water Injection System General"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string . | 655 | + USERFIELDS:hasValue "Water Fire Fighting"^^xsd:string , "Water Injection System General"^^xsd:string , "(blank)"^^xsd:string , "Closed Cooling Water"^^xsd:string , "Glycol circulation and Regeneration"^^xsd:string , "Gas Lift"^^xsd:string , "Mechanical Handling"^^xsd:string , "Navigation And Identification"^^xsd:string , "Instrument and Utility Air"^^xsd:string , "Flare, vent and Blow Down"^^xsd:string , "Temporary Equipment"^^xsd:string , "Process and Equipment Control"^^xsd:string , "Emergency Power Generation and Distribution"^^xsd:string , "Low Voltage Power Generation and Distribution"^^xsd:string , "Fresh Water"^^xsd:string , "Non Specific And Across Many Systems"^^xsd:string , "Steam Generation and Waste Heat Recovery"^^xsd:string , "Injection Seawater Supply"^^xsd:string , "Open Drains"^^xsd:string . |
656 | 656 | ||
657 | ILAP:TargetBudget_1 | 657 | ILAP:TargetBudget_1 |
658 | rdf:type ILAP:TargetBudget ; | 658 | rdf:type ILAP:TargetBudget ; |
... | @@ -670,20 +670,20 @@ ILAP:UseCaseRosenbergToCOPNO | ... | @@ -670,20 +670,20 @@ ILAP:UseCaseRosenbergToCOPNO |
670 | ILAP:hasSourceInformation | 670 | ILAP:hasSourceInformation |
671 | ILAP:DataSet_1 ; | 671 | ILAP:DataSet_1 ; |
672 | ILAP:hasSourceUserField | 672 | ILAP:hasSourceUserField |
673 | - <http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> . | 673 | + ILAP:UserFieldForContractorBtoOperatorB . |
674 | 674 | ||
675 | ILAP:UserField | 675 | ILAP:UserField |
676 | rdfs:subClassOf | 676 | rdfs:subClassOf |
677 | [ rdf:type owl:Restriction ; | 677 | [ rdf:type owl:Restriction ; |
678 | owl:onDataRange xsd:string ; | 678 | owl:onDataRange xsd:string ; |
679 | - owl:onProperty ILAP:hasValue ; | 679 | + owl:onProperty ILAP:hasValueSource ; |
680 | owl:qualifiedCardinality | 680 | owl:qualifiedCardinality |
681 | "1"^^xsd:nonNegativeInteger | 681 | "1"^^xsd:nonNegativeInteger |
682 | ] ; | 682 | ] ; |
683 | rdfs:subClassOf | 683 | rdfs:subClassOf |
684 | [ rdf:type owl:Restriction ; | 684 | [ rdf:type owl:Restriction ; |
685 | owl:onDataRange xsd:string ; | 685 | owl:onDataRange xsd:string ; |
686 | - owl:onProperty ILAP:hasValueSource ; | 686 | + owl:onProperty ILAP:hasValue ; |
687 | owl:qualifiedCardinality | 687 | owl:qualifiedCardinality |
688 | "1"^^xsd:nonNegativeInteger | 688 | "1"^^xsd:nonNegativeInteger |
689 | ] . | 689 | ] . |
... | @@ -693,101 +693,101 @@ ILAP:UserFieldClass | ... | @@ -693,101 +693,101 @@ ILAP:UserFieldClass |
693 | rdfs:label "User field class"^^xsd:string ; | 693 | rdfs:label "User field class"^^xsd:string ; |
694 | rdfs:subClassOf owl:Class . | 694 | rdfs:subClassOf owl:Class . |
695 | 695 | ||
696 | -<http://data.posccaesar.org/ilap/UserFieldForReinertsenToStatoil1.8> | 696 | +ILAP:UserFieldForContractorAtoOperatorA |
697 | rdf:type USERFIELDS:UserField ; | 697 | rdf:type USERFIELDS:UserField ; |
698 | - rdfs:label "Userfield for Reinertsen to Statoil 1.8"^^xsd:string ; | 698 | + rdfs:label "Userfield for data transfer from Contractor A to Operator A"^^xsd:string ; |
699 | USERFIELDS:hasActivityNetwork | 699 | USERFIELDS:hasActivityNetwork |
700 | - <http://data.posccaesar.org/ilap/SAPnettverkForReinertsenToStatoil1.8> ; | 700 | + ILAP:SAPnettverkForContractorAtoOperatorA ; |
701 | USERFIELDS:hasCategory | 701 | USERFIELDS:hasCategory |
702 | - SCCS:COR_K , SCCS:COR_H , SCCS:COR_X ; | 702 | + SCCS:COR_X , SCCS:COR_K , SCCS:COR_H ; |
703 | USERFIELDS:hasCommissioningPackage | 703 | USERFIELDS:hasCommissioningPackage |
704 | - <http://data.posccaesar.org/ilap/CommPackageForReinertsenToStatoil1.8> ; | 704 | + ILAP:CommPackageForContractorAtoOperatorA ; |
705 | USERFIELDS:hasContractor | 705 | USERFIELDS:hasContractor |
706 | <http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ; | 706 | <http://data.posccaesar.org/brreg/R-80b9711b-acde-4a41-b882-12ff9d23544e> ; |
707 | USERFIELDS:hasDiscipline | 707 | USERFIELDS:hasDiscipline |
708 | - SCCS:COR_RH , SCCS:COR_M , SCCS:COR_KD ; | 708 | + SCCS:COR_KD , SCCS:COR_M , SCCS:COR_RH ; |
709 | USERFIELDS:hasEngineeringPhase | 709 | USERFIELDS:hasEngineeringPhase |
710 | - <http://data.posccaesar.org/ilap/EngineeringFaseForReinertsenToStatoil1.8> ; | 710 | + ILAP:EngineeringFaseForContractorAtoOperatorA ; |
711 | USERFIELDS:hasExecutionSubDiscipline | 711 | USERFIELDS:hasExecutionSubDiscipline |
712 | - <http://data.posccaesar.org/ilap/DisiplinSubfaseForReinertsenToStatoil1.8> ; | 712 | + ILAP:DisiplinSubfaseForContractorAtoOperatorA ; |
713 | USERFIELDS:hasKPIStatus | 713 | USERFIELDS:hasKPIStatus |
714 | - <http://data.posccaesar.org/ilap/KPI3TypeForReinertsenToStatoil1.8> ; | 714 | + ILAP:KPI3TypeForContractorAtoOperatorA ; |
715 | USERFIELDS:hasLocationOfWork | 715 | USERFIELDS:hasLocationOfWork |
716 | - <http://data.posccaesar.org/ilap/KontorForReinertsenToStatoil1.8> ; | 716 | + ILAP:KontorForContractorAtoOperatorA ; |
717 | USERFIELDS:hasMainActivity | 717 | USERFIELDS:hasMainActivity |
718 | - <http://data.posccaesar.org/ilap/HovedaktivitetForReinertsenToStatoil1.8> ; | 718 | + ILAP:HovedaktivitetForContractorAtoOperatorA ; |
719 | USERFIELDS:hasMechanicalCompletionPackage | 719 | USERFIELDS:hasMechanicalCompletionPackage |
720 | - <http://data.posccaesar.org/ilap/MCpackageForReinertsenToStatoil1.8> ; | 720 | + ILAP:MCpackageForContractorAtoOperatorA ; |
721 | USERFIELDS:hasMilestoneType | 721 | USERFIELDS:hasMilestoneType |
722 | - ILAP:EngineeringMilestone , ILAP:CommissioningMilestone , ILAP:ProcurementMilestone , ILAP:DG2 ; | 722 | + ILAP:EngineeringMilestone , ILAP:ProcurementMilestone , ILAP:CommissioningMilestone , ILAP:DG2 ; |
723 | USERFIELDS:hasOwnerResponsible | 723 | USERFIELDS:hasOwnerResponsible |
724 | - <http://data.posccaesar.org/ilap/OppdragslederForReinertsenToStatoil1.8> ; | 724 | + ILAP:OppdragslederForContractorAtoOperatorA ; |
725 | USERFIELDS:hasPlanResponsible | 725 | USERFIELDS:hasPlanResponsible |
726 | - <http://data.posccaesar.org/ilap/PlanleggerForReinertsenToStatoil1.8> ; | 726 | + ILAP:PlanleggerForContractorAtoOperatorA ; |
727 | USERFIELDS:hasProjectPhaseType | 727 | USERFIELDS:hasProjectPhaseType |
728 | SCCS:SAB_22 , SCCS:SAB_21 , SCCS:SAB_11 ; | 728 | SCCS:SAB_22 , SCCS:SAB_21 , SCCS:SAB_11 ; |
729 | USERFIELDS:hasProjectResponsible | 729 | USERFIELDS:hasProjectResponsible |
730 | - <http://data.posccaesar.org/ilap/ProsjektlederForReinertsenToStatoil1.8> ; | 730 | + ILAP:ProsjektlederForContractorAtoOperatorA ; |
731 | USERFIELDS:hasProjectType | 731 | USERFIELDS:hasProjectType |
732 | - <http://data.posccaesar.org/ilap/Reference30ForReinertsenToStatoil1.8> ; | 732 | + ILAP:Reference30ForContractorAtoOperatorA ; |
733 | USERFIELDS:hasSection | 733 | USERFIELDS:hasSection |
734 | - <http://data.posccaesar.org/ilap/InndelingForReinertsenToStatoil1.8> ; | 734 | + ILAP:InndelingForContractorAtoOperatorA ; |
735 | USERFIELDS:hasShutDownPeriod | 735 | USERFIELDS:hasShutDownPeriod |
736 | - <http://data.posccaesar.org/ilap/ShutdownPeriodForReinertsenToStatoil1.8> ; | 736 | + ILAP:ShutdownPeriodForContractorAtoOperatorA ; |
737 | USERFIELDS:hasShutdownType | 737 | USERFIELDS:hasShutdownType |
738 | - ILAP:EquipmentShutdown , ILAP:HighActivityPeriod , ILAP:DuringShutdown ; | 738 | + ILAP:EquipmentShutdown , ILAP:DuringShutdown , ILAP:HighActivityPeriod ; |
739 | USERFIELDS:hasTaskResponsible | 739 | USERFIELDS:hasTaskResponsible |
740 | - <http://data.posccaesar.org/ilap/IngenioerForReinertsenToStatoil1.8> ; | 740 | + ILAP:IngenioerForContractorAtoOperatorA ; |
741 | - USERFIELDS:hasWBS <http://data.posccaesar.org/ilap/SAPWBSForReinertsenToStatoil1.8> ; | 741 | + USERFIELDS:hasWBS ILAP:SAPWBSForContractorAtoOperatorA ; |
742 | USERFIELDS:hasWBSpart1 | 742 | USERFIELDS:hasWBSpart1 |
743 | - <http://data.posccaesar.org/ilap/Reference27ForReinertsenToStatoil1.8> ; | 743 | + ILAP:Reference27ForContractorAtoOperatorA ; |
744 | USERFIELDS:hasWorkCenter | 744 | USERFIELDS:hasWorkCenter |
745 | - <http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> . | 745 | + ILAP:WorkcenterSAPForContractorAtoOperatorA . |
746 | 746 | ||
747 | -<http://data.posccaesar.org/ilap/UserFieldForRosenbergToConocoPhillips2.0> | 747 | +ILAP:UserFieldForContractorBtoOperatorB |
748 | rdf:type USERFIELDS:UserField ; | 748 | rdf:type USERFIELDS:UserField ; |
749 | - rdfs:label "Userfield for Project Rosenberg to Conoco Phillips 2.0"^^xsd:string ; | 749 | + rdfs:label "Userfield for data transfer from Contractor B to Operator B"^^xsd:string ; |
750 | USERFIELDS:hasActivityProgress | 750 | USERFIELDS:hasActivityProgress |
751 | - <http://data.posccaesar.org/ilap/ActivityRoleForRosenbergToConocoPhilllips2.0> ; | 751 | + ILAP:ActivityRoleForContractorBtoOperatorB ; |
752 | USERFIELDS:hasAreaOnFacility | 752 | USERFIELDS:hasAreaOnFacility |
753 | - <http://data.posccaesar.org/ilap/AreaCodeForRosenbergToConocoPhilllips2.0> ; | 753 | + ILAP:AreaCodeForContractorBtoOperatorB ; |
754 | USERFIELDS:hasBuildingBlock | 754 | USERFIELDS:hasBuildingBlock |
755 | - <http://data.posccaesar.org/ilap/BuidingBlockForRosenbergToConocoPhilllips2.0> ; | 755 | + ILAP:BuidingBlockForContractorBtoOperatorB ; |
756 | USERFIELDS:hasCategory | 756 | USERFIELDS:hasCategory |
757 | - SCCS:COR_K , SCCS:COR_M , SCCS:COR_L ; | 757 | + SCCS:COR_M , SCCS:COR_K , SCCS:COR_L ; |
758 | USERFIELDS:hasCommissioningPackage | 758 | USERFIELDS:hasCommissioningPackage |
759 | - <http://data.posccaesar.org/ilap/SubSystemCommPckForRosenbergToConocoPhilllips2.0> ; | 759 | + ILAP:SubSystemCommPckForContractorBtoOperatorB ; |
760 | USERFIELDS:hasContractor | 760 | USERFIELDS:hasContractor |
761 | <http://data.posccaesar.org/brreg/R-7f61b6ce-47f7-472b-99de-d5e003030b81> ; | 761 | <http://data.posccaesar.org/brreg/R-7f61b6ce-47f7-472b-99de-d5e003030b81> ; |
762 | USERFIELDS:hasDiscipline | 762 | USERFIELDS:hasDiscipline |
763 | - SCCS:COR_HA , SCCS:COR_HBD , SCCS:COR_KC ; | 763 | + SCCS:COR_HA , SCCS:COR_KC , SCCS:COR_HBD ; |
764 | USERFIELDS:hasExecutionSubDiscipline | 764 | USERFIELDS:hasExecutionSubDiscipline |
765 | - <http://data.posccaesar.org/ilap/CORForRosenbergToConocoPhilllips2.0> ; | 765 | + ILAP:CORForContractorBtoOperatorB ; |
766 | USERFIELDS:hasMainActivity | 766 | USERFIELDS:hasMainActivity |
767 | - <http://data.posccaesar.org/ilap/CopsasActIDForRosenbergToConocoPhilllips2.0> ; | 767 | + ILAP:CopsasActIDForContractorBtoOperatorB ; |
768 | USERFIELDS:hasMechanicalCompletionPackage | 768 | USERFIELDS:hasMechanicalCompletionPackage |
769 | - <http://data.posccaesar.org/ilap/MCpacksForRosenbergToConocoPhilllips2.0> ; | 769 | + ILAP:MCpacksForContractorBtoOperatorB ; |
770 | USERFIELDS:hasProcurementPackage | 770 | USERFIELDS:hasProcurementPackage |
771 | - <http://data.posccaesar.org/ilap/ProcPackageForRosenbergToConocoPhilllips2.0> ; | 771 | + ILAP:ProcPackageForContractorBtoOperatorB ; |
772 | USERFIELDS:hasProduct | 772 | USERFIELDS:hasProduct |
773 | - SCCS:PBS_BAFA , SCCS:COR_BLC , SCCS:PBS_AAH ; | 773 | + SCCS:PBS_AAH , SCCS:COR_BLC , SCCS:PBS_BAFA ; |
774 | USERFIELDS:hasProjectPhaseType | 774 | USERFIELDS:hasProjectPhaseType |
775 | - SCCS:SAB_213 , SCCS:SAB_212 , SCCS:SAB_211 ; | 775 | + SCCS:SAB_213 , SCCS:SAB_211 , SCCS:SAB_212 ; |
776 | USERFIELDS:hasProjectType | 776 | USERFIELDS:hasProjectType |
777 | - <http://data.posccaesar.org/ilap/SubProjectKlasseForRosenbergToConocoPhilllips2.0> ; | 777 | + ILAP:SubProjectKlasseForContractorBtoOperatorB ; |
778 | USERFIELDS:hasSystemType | 778 | USERFIELDS:hasSystemType |
779 | - <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> ; | 779 | + ILAP:SystemCodeForContractorBtoOperatorB ; |
780 | USERFIELDS:hasTaskResponsible | 780 | USERFIELDS:hasTaskResponsible |
781 | - <http://data.posccaesar.org/ilap/BudgetResponsibleForRosenbergToConocoPhilllips2.0> ; | 781 | + ILAP:BudgetResponsibleForContractorBtoOperatorB ; |
782 | USERFIELDS:hasWBSpart1 | 782 | USERFIELDS:hasWBSpart1 |
783 | - <http://data.posccaesar.org/ilap/AFEforRosenbergToConocoPhilllips2.0> ; | 783 | + ILAP:AFEforContractorBtoOperatorB ; |
784 | USERFIELDS:hasWorkOrder | 784 | USERFIELDS:hasWorkOrder |
785 | - <http://data.posccaesar.org/ilap/ProsjektstrukturIFSForRosenbergToConocoPhilllips2.0> . | 785 | + ILAP:ProsjektstrukturIFSForContractorBtoOperatorB . |
786 | 786 | ||
787 | ILAP:Value_1 | 787 | ILAP:Value_1 |
788 | rdf:type ILAP:Value ; | 788 | rdf:type ILAP:Value ; |
789 | rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; | 789 | rdfs:label "The Value of the Asset (link to value estimates)"^^xsd:string ; |
790 | - ILAP:hasValueAsset <http://data.posccaesar.org/npd/facts/Field-4350> , ILAP:Asset_1 . | 790 | + ILAP:hasValueAsset ILAP:Asset_1 , <http://data.posccaesar.org/npd/facts/Field-4350> . |
791 | 791 | ||
792 | ILAP:WorkOrder_1 | 792 | ILAP:WorkOrder_1 |
793 | rdf:type ILAP:WorkOrder ; | 793 | rdf:type ILAP:WorkOrder ; |
... | @@ -821,11 +821,11 @@ ILAP:WorkOrder_4 | ... | @@ -821,11 +821,11 @@ ILAP:WorkOrder_4 |
821 | ILAP:hasWorkTaskActivity | 821 | ILAP:hasWorkTaskActivity |
822 | ILAP:PlannedActivity_3 . | 822 | ILAP:PlannedActivity_3 . |
823 | 823 | ||
824 | -<http://data.posccaesar.org/ilap/WorkcenterSAPForReinertsenToStatoil1.8> | 824 | +ILAP:WorkcenterSAPForContractorAtoOperatorA |
825 | rdf:type USERFIELDS:FreeTextField ; | 825 | rdf:type USERFIELDS:FreeTextField ; |
826 | - rdfs:label "Workcenter SAP for Reinertsen to Statoil 1.8"^^xsd:string ; | 826 | + rdfs:label "Workcenter SAP for Contractor A to Operator A"^^xsd:string ; |
827 | - USERFIELDS:hasShort "C03COS"^^xsd:string , "C03STA"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03ELM"^^xsd:string ; | 827 | + USERFIELDS:hasShort "C03COS"^^xsd:string , "C03ELM"^^xsd:string , "C03ELE"^^xsd:string , "C03HVA "^^xsd:string , "C03STA"^^xsd:string ; |
828 | - USERFIELDS:hasValue "Kostkontroll"^^xsd:string , "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string . | 828 | + USERFIELDS:hasValue "Elektro"^^xsd:string , "Struktur analyse"^^xsd:string , "Kostkontroll"^^xsd:string , "HVAC"^^xsd:string , "El. Oppmålin"^^xsd:string . |
829 | 829 | ||
830 | ILAP:hasActivityActiveStatus | 830 | ILAP:hasActivityActiveStatus |
831 | rdfs:range ILAP:Status . | 831 | rdfs:range ILAP:Status . |
... | @@ -858,20 +858,24 @@ ILAP:hasValueSource | ... | @@ -858,20 +858,24 @@ ILAP:hasValueSource |
858 | ILAP:hasWorkTaskActivity | 858 | ILAP:hasWorkTaskActivity |
859 | rdfs:range ILAP:PlannedActivity . | 859 | rdfs:range ILAP:PlannedActivity . |
860 | 860 | ||
861 | +USERFIELDS:FreeTextField | ||
862 | + rdfs:comment "A class that holds the (User Defined) Free Text Field values (xsd:string)"^^xsd:string . | ||
863 | + | ||
861 | USERFIELDS:UserField | 864 | USERFIELDS:UserField |
865 | + rdfs:comment "A class of Data that holds the Free Text Fields for a Plan (i.e., associated with the Project or Activities in the Plan)."^^xsd:string ; | ||
862 | rdfs:subClassOf | 866 | rdfs:subClassOf |
863 | [ rdf:type owl:Restriction ; | 867 | [ rdf:type owl:Restriction ; |
864 | owl:maxQualifiedCardinality | 868 | owl:maxQualifiedCardinality |
865 | "1"^^xsd:nonNegativeInteger ; | 869 | "1"^^xsd:nonNegativeInteger ; |
866 | - owl:onClass ILAP:Contractor ; | 870 | + owl:onClass ILAP:MilestoneType ; |
867 | - owl:onProperty USERFIELDS:hasContractor | 871 | + owl:onProperty USERFIELDS:hasMilestoneType |
868 | ] ; | 872 | ] ; |
869 | rdfs:subClassOf | 873 | rdfs:subClassOf |
870 | [ rdf:type owl:Restriction ; | 874 | [ rdf:type owl:Restriction ; |
871 | owl:maxQualifiedCardinality | 875 | owl:maxQualifiedCardinality |
872 | "1"^^xsd:nonNegativeInteger ; | 876 | "1"^^xsd:nonNegativeInteger ; |
873 | - owl:onClass ILAP:MilestoneType ; | 877 | + owl:onClass ILAP:Contractor ; |
874 | - owl:onProperty USERFIELDS:hasMilestoneType | 878 | + owl:onProperty USERFIELDS:hasContractor |
875 | ] . | 879 | ] . |
876 | 880 | ||
877 | USERFIELDS:hasCategory | 881 | USERFIELDS:hasCategory | ... | ... |
... | @@ -16,263 +16,263 @@ USERFIELDS:FreeTextField | ... | @@ -16,263 +16,263 @@ USERFIELDS:FreeTextField |
16 | rdfs:subClassOf owl:Thing ; | 16 | rdfs:subClassOf owl:Thing ; |
17 | rdfs:subClassOf | 17 | rdfs:subClassOf |
18 | [ rdf:type owl:Restriction ; | 18 | [ rdf:type owl:Restriction ; |
19 | - owl:onProperty USERFIELDS:hasValue ; | 19 | + owl:onProperty USERFIELDS:hasShort ; |
20 | owl:someValuesFrom xsd:string | 20 | owl:someValuesFrom xsd:string |
21 | ] ; | 21 | ] ; |
22 | rdfs:subClassOf | 22 | rdfs:subClassOf |
23 | [ rdf:type owl:Restriction ; | 23 | [ rdf:type owl:Restriction ; |
24 | - owl:onProperty USERFIELDS:hasShort ; | 24 | + owl:onProperty USERFIELDS:hasValue ; |
25 | owl:someValuesFrom xsd:string | 25 | owl:someValuesFrom xsd:string |
26 | ] . | 26 | ] . |
27 | 27 | ||
28 | USERFIELDS:UserField | 28 | USERFIELDS:UserField |
29 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
30 | rdfs:label "User Field"^^xsd:string ; | 30 | rdfs:label "User Field"^^xsd:string ; |
31 | - rdfs:subClassOf <http://posccaesar.org/rdl/RDS13103560> , owl:Thing ; | 31 | + rdfs:subClassOf <http://data.posccaesar.org/ilap/Data> , <http://posccaesar.org/rdl/RDS13103560> , owl:Thing ; |
32 | rdfs:subClassOf | 32 | rdfs:subClassOf |
33 | [ rdf:type owl:Restriction ; | 33 | [ rdf:type owl:Restriction ; |
34 | owl:maxQualifiedCardinality | 34 | owl:maxQualifiedCardinality |
35 | "1"^^xsd:nonNegativeInteger ; | 35 | "1"^^xsd:nonNegativeInteger ; |
36 | owl:onClass USERFIELDS:FreeTextField ; | 36 | owl:onClass USERFIELDS:FreeTextField ; |
37 | - owl:onProperty USERFIELDS:hasMainActivity | 37 | + owl:onProperty USERFIELDS:hasPortfolio |
38 | ] ; | 38 | ] ; |
39 | rdfs:subClassOf | 39 | rdfs:subClassOf |
40 | [ rdf:type owl:Restriction ; | 40 | [ rdf:type owl:Restriction ; |
41 | owl:maxQualifiedCardinality | 41 | owl:maxQualifiedCardinality |
42 | "1"^^xsd:nonNegativeInteger ; | 42 | "1"^^xsd:nonNegativeInteger ; |
43 | owl:onClass USERFIELDS:FreeTextField ; | 43 | owl:onClass USERFIELDS:FreeTextField ; |
44 | - owl:onProperty USERFIELDS:hasSystemType | 44 | + owl:onProperty USERFIELDS:hasShutDownPeriod |
45 | ] ; | 45 | ] ; |
46 | rdfs:subClassOf | 46 | rdfs:subClassOf |
47 | [ rdf:type owl:Restriction ; | 47 | [ rdf:type owl:Restriction ; |
48 | owl:maxQualifiedCardinality | 48 | owl:maxQualifiedCardinality |
49 | "1"^^xsd:nonNegativeInteger ; | 49 | "1"^^xsd:nonNegativeInteger ; |
50 | owl:onClass USERFIELDS:FreeTextField ; | 50 | owl:onClass USERFIELDS:FreeTextField ; |
51 | - owl:onProperty USERFIELDS:hasAssignment | 51 | + owl:onProperty USERFIELDS:hasWBS |
52 | ] ; | 52 | ] ; |
53 | rdfs:subClassOf | 53 | rdfs:subClassOf |
54 | [ rdf:type owl:Restriction ; | 54 | [ rdf:type owl:Restriction ; |
55 | owl:maxQualifiedCardinality | 55 | owl:maxQualifiedCardinality |
56 | "1"^^xsd:nonNegativeInteger ; | 56 | "1"^^xsd:nonNegativeInteger ; |
57 | owl:onClass USERFIELDS:FreeTextField ; | 57 | owl:onClass USERFIELDS:FreeTextField ; |
58 | - owl:onProperty USERFIELDS:hasPortfolio | 58 | + owl:onProperty USERFIELDS:hasWorkOrder |
59 | ] ; | 59 | ] ; |
60 | rdfs:subClassOf | 60 | rdfs:subClassOf |
61 | [ rdf:type owl:Restriction ; | 61 | [ rdf:type owl:Restriction ; |
62 | owl:maxQualifiedCardinality | 62 | owl:maxQualifiedCardinality |
63 | "1"^^xsd:nonNegativeInteger ; | 63 | "1"^^xsd:nonNegativeInteger ; |
64 | owl:onClass USERFIELDS:FreeTextField ; | 64 | owl:onClass USERFIELDS:FreeTextField ; |
65 | - owl:onProperty USERFIELDS:hasExecutionSubDiscipline | 65 | + owl:onProperty USERFIELDS:hasGeographicLocation |
66 | ] ; | 66 | ] ; |
67 | rdfs:subClassOf | 67 | rdfs:subClassOf |
68 | [ rdf:type owl:Restriction ; | 68 | [ rdf:type owl:Restriction ; |
69 | owl:maxQualifiedCardinality | 69 | owl:maxQualifiedCardinality |
70 | "1"^^xsd:nonNegativeInteger ; | 70 | "1"^^xsd:nonNegativeInteger ; |
71 | owl:onClass USERFIELDS:FreeTextField ; | 71 | owl:onClass USERFIELDS:FreeTextField ; |
72 | - owl:onProperty USERFIELDS:hasContractType | 72 | + owl:onProperty USERFIELDS:hasReporting |
73 | ] ; | 73 | ] ; |
74 | rdfs:subClassOf | 74 | rdfs:subClassOf |
75 | [ rdf:type owl:Restriction ; | 75 | [ rdf:type owl:Restriction ; |
76 | owl:maxQualifiedCardinality | 76 | owl:maxQualifiedCardinality |
77 | "1"^^xsd:nonNegativeInteger ; | 77 | "1"^^xsd:nonNegativeInteger ; |
78 | owl:onClass USERFIELDS:FreeTextField ; | 78 | owl:onClass USERFIELDS:FreeTextField ; |
79 | - owl:onProperty USERFIELDS:hasNetwork | 79 | + owl:onProperty USERFIELDS:hasLocationOfWork |
80 | ] ; | 80 | ] ; |
81 | rdfs:subClassOf | 81 | rdfs:subClassOf |
82 | [ rdf:type owl:Restriction ; | 82 | [ rdf:type owl:Restriction ; |
83 | owl:maxQualifiedCardinality | 83 | owl:maxQualifiedCardinality |
84 | "1"^^xsd:nonNegativeInteger ; | 84 | "1"^^xsd:nonNegativeInteger ; |
85 | owl:onClass USERFIELDS:FreeTextField ; | 85 | owl:onClass USERFIELDS:FreeTextField ; |
86 | - owl:onProperty USERFIELDS:hasWBSpart5 | 86 | + owl:onProperty USERFIELDS:hasAreaOnFacility |
87 | ] ; | 87 | ] ; |
88 | rdfs:subClassOf | 88 | rdfs:subClassOf |
89 | [ rdf:type owl:Restriction ; | 89 | [ rdf:type owl:Restriction ; |
90 | owl:maxQualifiedCardinality | 90 | owl:maxQualifiedCardinality |
91 | "1"^^xsd:nonNegativeInteger ; | 91 | "1"^^xsd:nonNegativeInteger ; |
92 | owl:onClass USERFIELDS:FreeTextField ; | 92 | owl:onClass USERFIELDS:FreeTextField ; |
93 | - owl:onProperty USERFIELDS:hasProcurementPackage | 93 | + owl:onProperty USERFIELDS:hasProjectCode |
94 | ] ; | 94 | ] ; |
95 | rdfs:subClassOf | 95 | rdfs:subClassOf |
96 | [ rdf:type owl:Restriction ; | 96 | [ rdf:type owl:Restriction ; |
97 | owl:maxQualifiedCardinality | 97 | owl:maxQualifiedCardinality |
98 | "1"^^xsd:nonNegativeInteger ; | 98 | "1"^^xsd:nonNegativeInteger ; |
99 | owl:onClass USERFIELDS:FreeTextField ; | 99 | owl:onClass USERFIELDS:FreeTextField ; |
100 | - owl:onProperty USERFIELDS:hasCommissioningPackage | 100 | + owl:onProperty USERFIELDS:hasWBSpart4 |
101 | ] ; | 101 | ] ; |
102 | rdfs:subClassOf | 102 | rdfs:subClassOf |
103 | [ rdf:type owl:Restriction ; | 103 | [ rdf:type owl:Restriction ; |
104 | owl:maxQualifiedCardinality | 104 | owl:maxQualifiedCardinality |
105 | "1"^^xsd:nonNegativeInteger ; | 105 | "1"^^xsd:nonNegativeInteger ; |
106 | owl:onClass USERFIELDS:FreeTextField ; | 106 | owl:onClass USERFIELDS:FreeTextField ; |
107 | - owl:onProperty USERFIELDS:hasSupplierATS | 107 | + owl:onProperty USERFIELDS:hasSection |
108 | ] ; | 108 | ] ; |
109 | rdfs:subClassOf | 109 | rdfs:subClassOf |
110 | [ rdf:type owl:Restriction ; | 110 | [ rdf:type owl:Restriction ; |
111 | owl:maxQualifiedCardinality | 111 | owl:maxQualifiedCardinality |
112 | "1"^^xsd:nonNegativeInteger ; | 112 | "1"^^xsd:nonNegativeInteger ; |
113 | owl:onClass USERFIELDS:FreeTextField ; | 113 | owl:onClass USERFIELDS:FreeTextField ; |
114 | - owl:onProperty USERFIELDS:hasOwnerDepartment | 114 | + owl:onProperty USERFIELDS:hasWBSpart5 |
115 | ] ; | 115 | ] ; |
116 | rdfs:subClassOf | 116 | rdfs:subClassOf |
117 | [ rdf:type owl:Restriction ; | 117 | [ rdf:type owl:Restriction ; |
118 | owl:maxQualifiedCardinality | 118 | owl:maxQualifiedCardinality |
119 | "1"^^xsd:nonNegativeInteger ; | 119 | "1"^^xsd:nonNegativeInteger ; |
120 | owl:onClass USERFIELDS:FreeTextField ; | 120 | owl:onClass USERFIELDS:FreeTextField ; |
121 | - owl:onProperty USERFIELDS:hasCompletionStatus | 121 | + owl:onProperty USERFIELDS:hasWBSpart2 |
122 | ] ; | 122 | ] ; |
123 | rdfs:subClassOf | 123 | rdfs:subClassOf |
124 | [ rdf:type owl:Restriction ; | 124 | [ rdf:type owl:Restriction ; |
125 | owl:maxQualifiedCardinality | 125 | owl:maxQualifiedCardinality |
126 | "1"^^xsd:nonNegativeInteger ; | 126 | "1"^^xsd:nonNegativeInteger ; |
127 | owl:onClass USERFIELDS:FreeTextField ; | 127 | owl:onClass USERFIELDS:FreeTextField ; |
128 | - owl:onProperty USERFIELDS:hasBuildingBlock | 128 | + owl:onProperty USERFIELDS:hasOwnerDepartment |
129 | ] ; | 129 | ] ; |
130 | rdfs:subClassOf | 130 | rdfs:subClassOf |
131 | [ rdf:type owl:Restriction ; | 131 | [ rdf:type owl:Restriction ; |
132 | owl:maxQualifiedCardinality | 132 | owl:maxQualifiedCardinality |
133 | "1"^^xsd:nonNegativeInteger ; | 133 | "1"^^xsd:nonNegativeInteger ; |
134 | owl:onClass USERFIELDS:FreeTextField ; | 134 | owl:onClass USERFIELDS:FreeTextField ; |
135 | - owl:onProperty USERFIELDS:hasCriticalPath | 135 | + owl:onProperty USERFIELDS:hasMechanicalCompletionPackage |
136 | ] ; | 136 | ] ; |
137 | rdfs:subClassOf | 137 | rdfs:subClassOf |
138 | [ rdf:type owl:Restriction ; | 138 | [ rdf:type owl:Restriction ; |
139 | owl:maxQualifiedCardinality | 139 | owl:maxQualifiedCardinality |
140 | "1"^^xsd:nonNegativeInteger ; | 140 | "1"^^xsd:nonNegativeInteger ; |
141 | owl:onClass USERFIELDS:FreeTextField ; | 141 | owl:onClass USERFIELDS:FreeTextField ; |
142 | - owl:onProperty USERFIELDS:hasSection | 142 | + owl:onProperty USERFIELDS:hasKPIStatus |
143 | ] ; | 143 | ] ; |
144 | rdfs:subClassOf | 144 | rdfs:subClassOf |
145 | [ rdf:type owl:Restriction ; | 145 | [ rdf:type owl:Restriction ; |
146 | owl:maxQualifiedCardinality | 146 | owl:maxQualifiedCardinality |
147 | "1"^^xsd:nonNegativeInteger ; | 147 | "1"^^xsd:nonNegativeInteger ; |
148 | owl:onClass USERFIELDS:FreeTextField ; | 148 | owl:onClass USERFIELDS:FreeTextField ; |
149 | - owl:onProperty USERFIELDS:hasWBS | 149 | + owl:onProperty USERFIELDS:hasNetwork |
150 | ] ; | 150 | ] ; |
151 | rdfs:subClassOf | 151 | rdfs:subClassOf |
152 | [ rdf:type owl:Restriction ; | 152 | [ rdf:type owl:Restriction ; |
153 | owl:maxQualifiedCardinality | 153 | owl:maxQualifiedCardinality |
154 | "1"^^xsd:nonNegativeInteger ; | 154 | "1"^^xsd:nonNegativeInteger ; |
155 | owl:onClass USERFIELDS:FreeTextField ; | 155 | owl:onClass USERFIELDS:FreeTextField ; |
156 | - owl:onProperty USERFIELDS:hasWorkOrder | 156 | + owl:onProperty USERFIELDS:hasBuildingBlock |
157 | ] ; | 157 | ] ; |
158 | rdfs:subClassOf | 158 | rdfs:subClassOf |
159 | [ rdf:type owl:Restriction ; | 159 | [ rdf:type owl:Restriction ; |
160 | owl:maxQualifiedCardinality | 160 | owl:maxQualifiedCardinality |
161 | "1"^^xsd:nonNegativeInteger ; | 161 | "1"^^xsd:nonNegativeInteger ; |
162 | owl:onClass USERFIELDS:FreeTextField ; | 162 | owl:onClass USERFIELDS:FreeTextField ; |
163 | - owl:onProperty USERFIELDS:hasGeographicLocation | 163 | + owl:onProperty USERFIELDS:hasMainActivity |
164 | ] ; | 164 | ] ; |
165 | rdfs:subClassOf | 165 | rdfs:subClassOf |
166 | [ rdf:type owl:Restriction ; | 166 | [ rdf:type owl:Restriction ; |
167 | owl:maxQualifiedCardinality | 167 | owl:maxQualifiedCardinality |
168 | "1"^^xsd:nonNegativeInteger ; | 168 | "1"^^xsd:nonNegativeInteger ; |
169 | owl:onClass USERFIELDS:FreeTextField ; | 169 | owl:onClass USERFIELDS:FreeTextField ; |
170 | - owl:onProperty USERFIELDS:hasProjectType | 170 | + owl:onProperty USERFIELDS:hasCriticalPath |
171 | ] ; | 171 | ] ; |
172 | rdfs:subClassOf | 172 | rdfs:subClassOf |
173 | [ rdf:type owl:Restriction ; | 173 | [ rdf:type owl:Restriction ; |
174 | owl:maxQualifiedCardinality | 174 | owl:maxQualifiedCardinality |
175 | "1"^^xsd:nonNegativeInteger ; | 175 | "1"^^xsd:nonNegativeInteger ; |
176 | owl:onClass USERFIELDS:FreeTextField ; | 176 | owl:onClass USERFIELDS:FreeTextField ; |
177 | - owl:onProperty USERFIELDS:hasWBSpart4 | 177 | + owl:onProperty USERFIELDS:hasLocationOnFacility |
178 | ] ; | 178 | ] ; |
179 | rdfs:subClassOf | 179 | rdfs:subClassOf |
180 | [ rdf:type owl:Restriction ; | 180 | [ rdf:type owl:Restriction ; |
181 | owl:maxQualifiedCardinality | 181 | owl:maxQualifiedCardinality |
182 | "1"^^xsd:nonNegativeInteger ; | 182 | "1"^^xsd:nonNegativeInteger ; |
183 | owl:onClass USERFIELDS:FreeTextField ; | 183 | owl:onClass USERFIELDS:FreeTextField ; |
184 | - owl:onProperty USERFIELDS:hasActivityProgress | 184 | + owl:onProperty USERFIELDS:hasWBSpart3 |
185 | ] ; | 185 | ] ; |
186 | rdfs:subClassOf | 186 | rdfs:subClassOf |
187 | [ rdf:type owl:Restriction ; | 187 | [ rdf:type owl:Restriction ; |
188 | owl:maxQualifiedCardinality | 188 | owl:maxQualifiedCardinality |
189 | "1"^^xsd:nonNegativeInteger ; | 189 | "1"^^xsd:nonNegativeInteger ; |
190 | owl:onClass USERFIELDS:FreeTextField ; | 190 | owl:onClass USERFIELDS:FreeTextField ; |
191 | - owl:onProperty USERFIELDS:hasJobCardStatus | 191 | + owl:onProperty USERFIELDS:hasAssignment |
192 | ] ; | 192 | ] ; |
193 | rdfs:subClassOf | 193 | rdfs:subClassOf |
194 | [ rdf:type owl:Restriction ; | 194 | [ rdf:type owl:Restriction ; |
195 | owl:maxQualifiedCardinality | 195 | owl:maxQualifiedCardinality |
196 | "1"^^xsd:nonNegativeInteger ; | 196 | "1"^^xsd:nonNegativeInteger ; |
197 | owl:onClass USERFIELDS:FreeTextField ; | 197 | owl:onClass USERFIELDS:FreeTextField ; |
198 | - owl:onProperty USERFIELDS:hasLocationOnFacility | 198 | + owl:onProperty USERFIELDS:hasSupplierATS |
199 | ] ; | 199 | ] ; |
200 | rdfs:subClassOf | 200 | rdfs:subClassOf |
201 | [ rdf:type owl:Restriction ; | 201 | [ rdf:type owl:Restriction ; |
202 | owl:maxQualifiedCardinality | 202 | owl:maxQualifiedCardinality |
203 | "1"^^xsd:nonNegativeInteger ; | 203 | "1"^^xsd:nonNegativeInteger ; |
204 | owl:onClass USERFIELDS:FreeTextField ; | 204 | owl:onClass USERFIELDS:FreeTextField ; |
205 | - owl:onProperty USERFIELDS:hasMechanicalCompletionPackage | 205 | + owl:onProperty USERFIELDS:hasExecutionSubDiscipline |
206 | ] ; | 206 | ] ; |
207 | rdfs:subClassOf | 207 | rdfs:subClassOf |
208 | [ rdf:type owl:Restriction ; | 208 | [ rdf:type owl:Restriction ; |
209 | owl:maxQualifiedCardinality | 209 | owl:maxQualifiedCardinality |
210 | "1"^^xsd:nonNegativeInteger ; | 210 | "1"^^xsd:nonNegativeInteger ; |
211 | owl:onClass USERFIELDS:FreeTextField ; | 211 | owl:onClass USERFIELDS:FreeTextField ; |
212 | - owl:onProperty USERFIELDS:hasReporting | 212 | + owl:onProperty USERFIELDS:hasContractType |
213 | ] ; | 213 | ] ; |
214 | rdfs:subClassOf | 214 | rdfs:subClassOf |
215 | [ rdf:type owl:Restriction ; | 215 | [ rdf:type owl:Restriction ; |
216 | owl:maxQualifiedCardinality | 216 | owl:maxQualifiedCardinality |
217 | "1"^^xsd:nonNegativeInteger ; | 217 | "1"^^xsd:nonNegativeInteger ; |
218 | owl:onClass USERFIELDS:FreeTextField ; | 218 | owl:onClass USERFIELDS:FreeTextField ; |
219 | - owl:onProperty USERFIELDS:hasAreaOnFacility | 219 | + owl:onProperty USERFIELDS:hasProjectType |
220 | ] ; | 220 | ] ; |
221 | rdfs:subClassOf | 221 | rdfs:subClassOf |
222 | [ rdf:type owl:Restriction ; | 222 | [ rdf:type owl:Restriction ; |
223 | owl:maxQualifiedCardinality | 223 | owl:maxQualifiedCardinality |
224 | "1"^^xsd:nonNegativeInteger ; | 224 | "1"^^xsd:nonNegativeInteger ; |
225 | owl:onClass USERFIELDS:FreeTextField ; | 225 | owl:onClass USERFIELDS:FreeTextField ; |
226 | - owl:onProperty USERFIELDS:hasTaskResponsible | 226 | + owl:onProperty USERFIELDS:hasCompletionStatus |
227 | ] ; | 227 | ] ; |
228 | rdfs:subClassOf | 228 | rdfs:subClassOf |
229 | [ rdf:type owl:Restriction ; | 229 | [ rdf:type owl:Restriction ; |
230 | owl:maxQualifiedCardinality | 230 | owl:maxQualifiedCardinality |
231 | "1"^^xsd:nonNegativeInteger ; | 231 | "1"^^xsd:nonNegativeInteger ; |
232 | owl:onClass USERFIELDS:FreeTextField ; | 232 | owl:onClass USERFIELDS:FreeTextField ; |
233 | - owl:onProperty USERFIELDS:hasShutDownPeriod | 233 | + owl:onProperty USERFIELDS:hasWBSpart2 |
234 | ] ; | 234 | ] ; |
235 | rdfs:subClassOf | 235 | rdfs:subClassOf |
236 | [ rdf:type owl:Restriction ; | 236 | [ rdf:type owl:Restriction ; |
237 | owl:maxQualifiedCardinality | 237 | owl:maxQualifiedCardinality |
238 | "1"^^xsd:nonNegativeInteger ; | 238 | "1"^^xsd:nonNegativeInteger ; |
239 | owl:onClass USERFIELDS:FreeTextField ; | 239 | owl:onClass USERFIELDS:FreeTextField ; |
240 | - owl:onProperty USERFIELDS:hasKPIStatus | 240 | + owl:onProperty USERFIELDS:hasActivityProgress |
241 | ] ; | 241 | ] ; |
242 | rdfs:subClassOf | 242 | rdfs:subClassOf |
243 | [ rdf:type owl:Restriction ; | 243 | [ rdf:type owl:Restriction ; |
244 | owl:maxQualifiedCardinality | 244 | owl:maxQualifiedCardinality |
245 | "1"^^xsd:nonNegativeInteger ; | 245 | "1"^^xsd:nonNegativeInteger ; |
246 | owl:onClass USERFIELDS:FreeTextField ; | 246 | owl:onClass USERFIELDS:FreeTextField ; |
247 | - owl:onProperty USERFIELDS:hasLocationOfWork | 247 | + owl:onProperty USERFIELDS:hasJobCardStatus |
248 | ] ; | 248 | ] ; |
249 | rdfs:subClassOf | 249 | rdfs:subClassOf |
250 | [ rdf:type owl:Restriction ; | 250 | [ rdf:type owl:Restriction ; |
251 | owl:maxQualifiedCardinality | 251 | owl:maxQualifiedCardinality |
252 | "1"^^xsd:nonNegativeInteger ; | 252 | "1"^^xsd:nonNegativeInteger ; |
253 | owl:onClass USERFIELDS:FreeTextField ; | 253 | owl:onClass USERFIELDS:FreeTextField ; |
254 | - owl:onProperty USERFIELDS:hasProjectCode | 254 | + owl:onProperty USERFIELDS:hasSystemType |
255 | ] ; | 255 | ] ; |
256 | rdfs:subClassOf | 256 | rdfs:subClassOf |
257 | [ rdf:type owl:Restriction ; | 257 | [ rdf:type owl:Restriction ; |
258 | owl:maxQualifiedCardinality | 258 | owl:maxQualifiedCardinality |
259 | "1"^^xsd:nonNegativeInteger ; | 259 | "1"^^xsd:nonNegativeInteger ; |
260 | owl:onClass USERFIELDS:FreeTextField ; | 260 | owl:onClass USERFIELDS:FreeTextField ; |
261 | - owl:onProperty USERFIELDS:hasWBSpart2 | 261 | + owl:onProperty USERFIELDS:hasTaskResponsible |
262 | ] ; | 262 | ] ; |
263 | rdfs:subClassOf | 263 | rdfs:subClassOf |
264 | [ rdf:type owl:Restriction ; | 264 | [ rdf:type owl:Restriction ; |
265 | owl:maxQualifiedCardinality | 265 | owl:maxQualifiedCardinality |
266 | "1"^^xsd:nonNegativeInteger ; | 266 | "1"^^xsd:nonNegativeInteger ; |
267 | owl:onClass USERFIELDS:FreeTextField ; | 267 | owl:onClass USERFIELDS:FreeTextField ; |
268 | - owl:onProperty USERFIELDS:hasWBSpart3 | 268 | + owl:onProperty USERFIELDS:hasProcurementPackage |
269 | ] ; | 269 | ] ; |
270 | rdfs:subClassOf | 270 | rdfs:subClassOf |
271 | [ rdf:type owl:Restriction ; | 271 | [ rdf:type owl:Restriction ; |
272 | owl:maxQualifiedCardinality | 272 | owl:maxQualifiedCardinality |
273 | "1"^^xsd:nonNegativeInteger ; | 273 | "1"^^xsd:nonNegativeInteger ; |
274 | owl:onClass USERFIELDS:FreeTextField ; | 274 | owl:onClass USERFIELDS:FreeTextField ; |
275 | - owl:onProperty USERFIELDS:hasWBSpart2 | 275 | + owl:onProperty USERFIELDS:hasCommissioningPackage |
276 | ] . | 276 | ] . |
277 | 277 | ||
278 | USERFIELDS:hasActivityNetwork | 278 | USERFIELDS:hasActivityNetwork |
... | @@ -490,6 +490,7 @@ USERFIELDS:hasSection | ... | @@ -490,6 +490,7 @@ USERFIELDS:hasSection |
490 | 490 | ||
491 | USERFIELDS:hasShort | 491 | USERFIELDS:hasShort |
492 | rdf:type owl:DatatypeProperty ; | 492 | rdf:type owl:DatatypeProperty ; |
493 | + rdfs:comment "A Property that holds the Short name of a Free Text Field."^^xsd:string ; | ||
493 | rdfs:domain USERFIELDS:FreeTextField ; | 494 | rdfs:domain USERFIELDS:FreeTextField ; |
494 | rdfs:range xsd:string . | 495 | rdfs:range xsd:string . |
495 | 496 | ||
... | @@ -538,6 +539,7 @@ USERFIELDS:hasUserField | ... | @@ -538,6 +539,7 @@ USERFIELDS:hasUserField |
538 | 539 | ||
539 | USERFIELDS:hasValue | 540 | USERFIELDS:hasValue |
540 | rdf:type owl:DatatypeProperty ; | 541 | rdf:type owl:DatatypeProperty ; |
542 | + rdfs:comment "A Property that holds the Value of a Free Text Field."^^xsd:string ; | ||
541 | rdfs:domain USERFIELDS:FreeTextField ; | 543 | rdfs:domain USERFIELDS:FreeTextField ; |
542 | rdfs:range xsd:string . | 544 | rdfs:range xsd:string . |
543 | 545 | ... | ... |
-
Please register or login to post a comment