Showing
1 changed file
with
55 additions
and
55 deletions
| ... | @@ -15,59 +15,6 @@ UC1: rdf:type owl:Ontology ; | ... | @@ -15,59 +15,6 @@ UC1: rdf:type owl:Ontology ; |
| 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; | 15 | owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | -UC1:AreaCode | ||
| 19 | - rdf:type USERFIELDS:FreeTextField ; | ||
| 20 | - rdfs:label "Area code"^^xsd:string ; | ||
| 21 | - USERFIELDS:hasDescription | ||
| 22 | - "Area Code AA"^^xsd:string ; | ||
| 23 | - USERFIELDS:hasShort "AC AA"^^xsd:string . | ||
| 24 | - | ||
| 25 | -UC1:CostCenter | ||
| 26 | - rdf:type USERFIELDS:FreeTextField ; | ||
| 27 | - rdfs:label "Cost center"^^xsd:string ; | ||
| 28 | - USERFIELDS:hasDescription | ||
| 29 | - "COST CENTER B"^^xsd:string ; | ||
| 30 | - USERFIELDS:hasShort "CCB"^^xsd:string . | ||
| 31 | - | ||
| 32 | -UC1:Index_Code_Value | ||
| 33 | - rdf:type USERFIELDS:FreeTextField ; | ||
| 34 | - rdfs:label "Index Code" ; | ||
| 35 | - USERFIELDS:hasDescription | ||
| 36 | - "Index A"^^xsd:string ; | ||
| 37 | - USERFIELDS:hasShort "EXA"^^xsd:string . | ||
| 38 | - | ||
| 39 | -UC1:Quality_Descriptor_1 | ||
| 40 | - rdf:type USERFIELDS:FreeTextField ; | ||
| 41 | - rdfs:label "Quality Level" ; | ||
| 42 | - USERFIELDS:hasDescription | ||
| 43 | - "High Quality"^^xsd:string ; | ||
| 44 | - USERFIELDS:hasShort "HQ"^^xsd:string . | ||
| 45 | - | ||
| 46 | -UC1:ShutdownPeriod_1 | ||
| 47 | - rdf:type USERFIELDS:FreeTextField ; | ||
| 48 | - rdfs:label "Shutdown period 1"^^xsd:string ; | ||
| 49 | - USERFIELDS:hasDescription | ||
| 50 | - "Shutdown period 2016"^^xsd:string ; | ||
| 51 | - USERFIELDS:hasShort "SD2016"^^xsd:string . | ||
| 52 | - | ||
| 53 | -UC1:UserField_for_PlannedActivity_2 | ||
| 54 | - rdf:type USERFIELDS:UserField ; | ||
| 55 | - rdfs:label "User Field for Planned Activity 2" ; | ||
| 56 | - USERFIELDS:hasIndexCode | ||
| 57 | - UC1:Index_Code_Value ; | ||
| 58 | - USERFIELDS:hasQuality | ||
| 59 | - UC1:Quality_Descriptor_1 ; | ||
| 60 | - USERFIELDS:hasShutDownPeriod | ||
| 61 | - UC1:ShutdownPeriod_1 . | ||
| 62 | - | ||
| 63 | -UC1:UserField_for_Scheduled_Activity_1 | ||
| 64 | - rdf:type USERFIELDS:UserField ; | ||
| 65 | - rdfs:label "User field for Scheduled Activity 1"^^xsd:string ; | ||
| 66 | - USERFIELDS:hasAreaCode | ||
| 67 | - UC1:AreaCode ; | ||
| 68 | - USERFIELDS:hasCostCenter | ||
| 69 | - UC1:CostCenter . | ||
| 70 | - | ||
| 71 | ILAP:Activity | 18 | ILAP:Activity |
| 72 | rdfs:subClassOf | 19 | rdfs:subClassOf |
| 73 | [ rdf:type owl:Restriction ; | 20 | [ rdf:type owl:Restriction ; |
| ... | @@ -87,6 +34,13 @@ ILAP:ActivityWBS_1 | ... | @@ -87,6 +34,13 @@ ILAP:ActivityWBS_1 |
| 87 | ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; | 34 | ILAP:hasWBSphase SCCS:SAB_51 , ILAP:SAB_51_1 ; |
| 88 | ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . | 35 | ILAP:hasWBSresource SCCS:COR_KD , ILAP:COR_KD_1 . |
| 89 | 36 | ||
| 37 | +ILAP:AreaCode | ||
| 38 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 39 | + rdfs:label "Area code"^^xsd:string ; | ||
| 40 | + USERFIELDS:hasDescription | ||
| 41 | + "Area Code AA"^^xsd:string ; | ||
| 42 | + USERFIELDS:hasShort "AC AA"^^xsd:string . | ||
| 43 | + | ||
| 90 | ILAP:COR_KD_1 | 44 | ILAP:COR_KD_1 |
| 91 | rdf:type SCCS:COR_KD ; | 45 | rdf:type SCCS:COR_KD ; |
| 92 | rdfs:label "Standard drill equipment for production wellbores"^^xsd:string . | 46 | rdfs:label "Standard drill equipment for production wellbores"^^xsd:string . |
| ... | @@ -99,6 +53,20 @@ ILAP:Contract_1 | ... | @@ -99,6 +53,20 @@ ILAP:Contract_1 |
| 99 | rdf:type ILAP:Contract ; | 53 | rdf:type ILAP:Contract ; |
| 100 | rdfs:label "Contract 1"^^xsd:string . | 54 | rdfs:label "Contract 1"^^xsd:string . |
| 101 | 55 | ||
| 56 | +ILAP:CostCenter | ||
| 57 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 58 | + rdfs:label "Cost center"^^xsd:string ; | ||
| 59 | + USERFIELDS:hasDescription | ||
| 60 | + "COST CENTER B"^^xsd:string ; | ||
| 61 | + USERFIELDS:hasShort "CCB"^^xsd:string . | ||
| 62 | + | ||
| 63 | +ILAP:Index_Code_Value | ||
| 64 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 65 | + rdfs:label "Index Code" ; | ||
| 66 | + USERFIELDS:hasDescription | ||
| 67 | + "Index A"^^xsd:string ; | ||
| 68 | + USERFIELDS:hasShort "EXA"^^xsd:string . | ||
| 69 | + | ||
| 102 | ILAP:NPD | 70 | ILAP:NPD |
| 103 | rdf:type ILAP:ResponsibleOrganization ; | 71 | rdf:type ILAP:ResponsibleOrganization ; |
| 104 | rdfs:label "NPD"^^xsd:string . | 72 | rdfs:label "NPD"^^xsd:string . |
| ... | @@ -153,7 +121,7 @@ ILAP:PlannedActivity_2 | ... | @@ -153,7 +121,7 @@ ILAP:PlannedActivity_2 |
| 153 | ILAP:hasActivityWorkVolume | 121 | ILAP:hasActivityWorkVolume |
| 154 | "1500"^^xsd:float ; | 122 | "1500"^^xsd:float ; |
| 155 | USERFIELDS:hasUserField | 123 | USERFIELDS:hasUserField |
| 156 | - UC1:UserField_for_PlannedActivity_2 . | 124 | + ILAP:UserField_for_PlannedActivity_2 . |
| 157 | 125 | ||
| 158 | ILAP:ProjectExecutionPlan_1 | 126 | ILAP:ProjectExecutionPlan_1 |
| 159 | rdf:type ILAP:ProjectExecutionPlan ; | 127 | rdf:type ILAP:ProjectExecutionPlan ; |
| ... | @@ -202,6 +170,13 @@ ILAP:Project_1 | ... | @@ -202,6 +170,13 @@ ILAP:Project_1 |
| 202 | rdf:type ILAP:Project ; | 170 | rdf:type ILAP:Project ; |
| 203 | rdfs:label "Project 1"^^xsd:string . | 171 | rdfs:label "Project 1"^^xsd:string . |
| 204 | 172 | ||
| 173 | +ILAP:Quality_Descriptor_1 | ||
| 174 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 175 | + rdfs:label "Quality Level" ; | ||
| 176 | + USERFIELDS:hasDescription | ||
| 177 | + "High Quality"^^xsd:string ; | ||
| 178 | + USERFIELDS:hasShort "HQ"^^xsd:string . | ||
| 179 | + | ||
| 205 | ILAP:RiskFactor_1 | 180 | ILAP:RiskFactor_1 |
| 206 | rdf:type ILAP:RiskFactor ; | 181 | rdf:type ILAP:RiskFactor ; |
| 207 | rdfs:label "Risk factor 1"^^xsd:string ; | 182 | rdfs:label "Risk factor 1"^^xsd:string ; |
| ... | @@ -215,12 +190,19 @@ ILAP:ScheduledActivity_1 | ... | @@ -215,12 +190,19 @@ ILAP:ScheduledActivity_1 |
| 215 | rdf:type ILAP:ScheduledActivity ; | 190 | rdf:type ILAP:ScheduledActivity ; |
| 216 | rdfs:label "Scheduled activity 1"^^xsd:string ; | 191 | rdfs:label "Scheduled activity 1"^^xsd:string ; |
| 217 | USERFIELDS:hasUserField | 192 | USERFIELDS:hasUserField |
| 218 | - UC1:UserField_for_Scheduled_Activity_1 . | 193 | + ILAP:UserField_for_Scheduled_Activity_1 . |
| 219 | 194 | ||
| 220 | ILAP:ScheduledMilestone_1 | 195 | ILAP:ScheduledMilestone_1 |
| 221 | rdf:type ILAP:ScheduledMilestone ; | 196 | rdf:type ILAP:ScheduledMilestone ; |
| 222 | rdfs:label "Scheduled milestone 1"^^xsd:string . | 197 | rdfs:label "Scheduled milestone 1"^^xsd:string . |
| 223 | 198 | ||
| 199 | +ILAP:ShutdownPeriod_1 | ||
| 200 | + rdf:type USERFIELDS:FreeTextField ; | ||
| 201 | + rdfs:label "Shutdown period 1"^^xsd:string ; | ||
| 202 | + USERFIELDS:hasDescription | ||
| 203 | + "Shutdown period 2016"^^xsd:string ; | ||
| 204 | + USERFIELDS:hasShort "SD2016"^^xsd:string . | ||
| 205 | + | ||
| 224 | ILAP:SummerShutdown_UC1 | 206 | ILAP:SummerShutdown_UC1 |
| 225 | rdf:type ILAP:Shutdown ; | 207 | rdf:type ILAP:Shutdown ; |
| 226 | rdfs:label "Summer shutdown UC1"^^xsd:string ; | 208 | rdfs:label "Summer shutdown UC1"^^xsd:string ; |
| ... | @@ -260,6 +242,24 @@ ILAP:UserFieldClass | ... | @@ -260,6 +242,24 @@ ILAP:UserFieldClass |
| 260 | rdfs:label "User field class"^^xsd:string ; | 242 | rdfs:label "User field class"^^xsd:string ; |
| 261 | rdfs:subClassOf owl:Class . | 243 | rdfs:subClassOf owl:Class . |
| 262 | 244 | ||
| 245 | +ILAP:UserField_for_PlannedActivity_2 | ||
| 246 | + rdf:type USERFIELDS:UserField ; | ||
| 247 | + rdfs:label "User Field for Planned Activity 2" ; | ||
| 248 | + USERFIELDS:hasIndexCode | ||
| 249 | + ILAP:Index_Code_Value ; | ||
| 250 | + USERFIELDS:hasQuality | ||
| 251 | + ILAP:Quality_Descriptor_1 ; | ||
| 252 | + USERFIELDS:hasShutDownPeriod | ||
| 253 | + ILAP:ShutdownPeriod_1 . | ||
| 254 | + | ||
| 255 | +ILAP:UserField_for_Scheduled_Activity_1 | ||
| 256 | + rdf:type USERFIELDS:UserField ; | ||
| 257 | + rdfs:label "User field for Scheduled Activity 1"^^xsd:string ; | ||
| 258 | + USERFIELDS:hasAreaCode | ||
| 259 | + ILAP:AreaCode ; | ||
| 260 | + USERFIELDS:hasCostCenter | ||
| 261 | + ILAP:CostCenter . | ||
| 262 | + | ||
| 263 | ILAP:WorkOrder_1 | 263 | ILAP:WorkOrder_1 |
| 264 | rdf:type ILAP:WorkOrder ; | 264 | rdf:type ILAP:WorkOrder ; |
| 265 | rdfs:label "Work order 1"^^xsd:string . | 265 | rdfs:label "Work order 1"^^xsd:string . | ... | ... |
-
Please register or login to post a comment