NCS_PLANNING.ttl 13.1 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473
# baseURI: http://data.posccaesar.org/NCS_PLANNING/
# imports: http://data.posccaesar.org/brreg/
# imports: http://data.posccaesar.org/ccu/
# imports: http://data.posccaesar.org/diskos/
# imports: http://data.posccaesar.org/epcis/
# imports: http://data.posccaesar.org/ilap/
# imports: http://data.posccaesar.org/npd/
# imports: http://data.posccaesar.org/pob/
# imports: http://www.ilap.no/codes/NORSOK/Z-014/SCCS

@prefix :        <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix COR:     <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#> .
@prefix ILAP:    <http://data.posccaesar.org/ilap/> .
@prefix NCS:     <http://data.posccaesar.org/NCS_PLANNING/> .
@prefix SCCS:    <http://example.com/> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix p1:      <http://example.org/file1#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

NCS:  rdf:type owl:Ontology ;
      owl:imports <http://data.posccaesar.org/brreg/> , <http://data.posccaesar.org/diskos/> , <http://data.posccaesar.org/npd/> , <http://www.ilap.no/codes/NORSOK/Z-014/SCCS> , <http://data.posccaesar.org/ccu/> , <http://data.posccaesar.org/pob/> , ILAP: , <http://data.posccaesar.org/epcis/> .

NCS:Active
      rdf:type ILAP:Status ;
      rdfs:label "Active"^^xsd:string .

NCS:ClassInNorsok
      rdf:type owl:Class ;
      rdfs:label "Class in norsok"^^xsd:string ;
      rdfs:subClassOf NCS:ClassOfIndividual .

NCS:ClassOfClassOfIndividual
      rdf:type owl:Class ;
      rdfs:label "Class of class of individual"^^xsd:string ;
      rdfs:subClassOf owl:Class .

NCS:ClassOfIndividual
      rdf:type owl:Class ;
      rdfs:label "Class of individual"^^xsd:string ;
      rdfs:subClassOf owl:Class .

NCS:ClassificationStructureForNorsok
      rdf:type owl:Class ;
      rdfs:label "Classification structure for Norsok"^^xsd:string ;
      rdfs:subClassOf NCS:ClassOfClassOfIndividual .

NCS:CorClass
      rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
      rdfs:label "Cor class"^^xsd:string ;
      rdfs:subClassOf NCS:ClassInNorsok .

NCS:Development
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Development"^^xsd:string .

NCS:Exploration
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Exploration"^^xsd:string .

NCS:IndividualInCorClass
      rdf:type NCS:CorClass , ILAP:NORSOKZ014 , owl:Class ;
      rdfs:label "Individual in cor class"^^xsd:string ;
      rdfs:subClassOf ILAP:Discipline , NCS:IndividualInNorsokClass .

NCS:IndividualInNorsokClass
      rdf:type owl:Class ;
      rdfs:label "Individual in norsok class"^^xsd:string ;
      rdfs:subClassOf NCS:PossibleIndividual .

NCS:IndividualInPBSClass
      rdf:type owl:Class ;
      rdfs:label "Individual in PBSClass"^^xsd:string ;
      rdfs:subClassOf NCS:IndividualInNorsokClass .

NCS:IndividualInSABClass
      rdf:type owl:Class ;
      rdfs:label "Individual in SABClass"^^xsd:string ;
      rdfs:subClassOf NCS:IndividualInNorsokClass .

NCS:Operation
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Operation"^^xsd:string .

NCS:PbsClass
      rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
      rdfs:label "PbsClass"^^xsd:string ;
      rdfs:subClassOf NCS:ClassInNorsok .

NCS:Planning
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Planning"^^xsd:string .

NCS:PossibleIndividual
      rdf:type owl:Class ;
      rdfs:label "Possible individual"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

NCS:Removal
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Removal"^^xsd:string .

NCS:SabClass
      rdf:type NCS:ClassificationStructureForNorsok , owl:Class ;
      rdfs:label "Sab class"^^xsd:string ;
      rdfs:subClassOf NCS:ClassInNorsok .

NCS:ShutdownAndDecommisioning
      rdf:type ILAP:PlanPhase ;
      rdfs:label "Shutdown and decommisioning"^^xsd:string .

ILAP:
      rdf:type owl:Ontology ;
      owl:versionInfo "Created with TopBraid Composer"^^xsd:string .

ILAP:Aquisition
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Aquire"^^xsd:string .

ILAP:BrownFieldProject
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Brown field project"^^xsd:string .

ILAP:BusinessArea
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Business area"^^xsd:string .

ILAP:BusinessAsUsual
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Business as usual"^^xsd:string .

ILAP:CAPEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "CAPEX"^^xsd:string .

ILAP:Cancelled
      rdf:type ILAP:Status ;
      rdfs:label "Cancelled"^^xsd:string .

ILAP:Completed
      rdf:type ILAP:Status ;
      rdfs:label "Completed"^^xsd:string .

ILAP:Continent
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Continent"^^xsd:string .

ILAP:CostDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Cost driven"^^xsd:string .

ILAP:Country
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Country"^^xsd:string .

ILAP:Development
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Develop"^^xsd:string .

ILAP:DisasterRecovery
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Disaster recovery"^^xsd:string .

ILAP:Disposal
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Dispose"^^xsd:string .

ILAP:DrillingAndWell
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Drilling and well"^^xsd:string .

ILAP:Facility
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Facility"^^xsd:string .

ILAP:Field
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Field"^^xsd:string .

ILAP:FieldStudy
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Field study"^^xsd:string .

ILAP:Friday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Friday"^^xsd:string .

ILAP:From00To08
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 00 To 08"^^xsd:string ;
      ILAP:hasActivityEndTime
              "08:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "00:00:00"^^xsd:time .

ILAP:From08To16
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 08 To 16"^^xsd:string ;
      ILAP:hasActivityEndTime
              "16:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "08:00:00"^^xsd:time .

ILAP:From16To24
      rdf:type ILAP:CalendarHour ;
      rdfs:label "From 16 To 24"^^xsd:string ;
      ILAP:hasActivityEndTime
              "24:00:00"^^xsd:time ;
      ILAP:hasActivityStartTime
              "16:00:00"^^xsd:time .

ILAP:GreenFieldProject
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Green field project"^^xsd:string .

ILAP:IncreasedRecovery
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Increased recovery"^^xsd:string .

ILAP:IncrementalImprovement
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Incremental improvement"^^xsd:string .

ILAP:L1_ProgramPortfolioSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PPS"^^xsd:string .

ILAP:L2_ProjectMasterSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PMS"^^xsd:string .

ILAP:L3_ContractMasterSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CMS"^^xsd:string .

ILAP:L3_ProjectControlNetworkSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "PCS"^^xsd:string .

ILAP:L4_ContractControlNetworkSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CCS"^^xsd:string .

ILAP:L5_ContractTaskSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "DWS"^^xsd:string .

ILAP:L6_ContractorWorkOrderSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "CWS"^^xsd:string .

ILAP:L7_ContractorOperationsSchedule
      rdf:type ILAP:PlanLevel ;
      rdfs:label "COS"^^xsd:string .

ILAP:Maintenance
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Maintain"^^xsd:string .

ILAP:ManagedClosedown
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Managed closedown"^^xsd:string .

ILAP:Modification
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Modification"^^xsd:string .

ILAP:Monday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Monday"^^xsd:string .

ILAP:OPEX
      rdf:type ILAP:PlanExpenseType ;
      rdfs:label "OPEX"^^xsd:string .

ILAP:Operation
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Operate"^^xsd:string .

ILAP:OperationAndMaintenance
      rdf:type ILAP:PlanProjectType ;
      rdfs:label "Operation and maintenance"^^xsd:string .

ILAP:Pending
      rdf:type ILAP:Status ;
      rdfs:label "Pending"^^xsd:string .

ILAP:Primavera
      rdf:type ILAP:Application ;
      rdfs:label "Primavera"^^xsd:string .

ILAP:RadicalChange
      rdf:type ILAP:PlanObjectiveType ;
      rdfs:label "Radical change"^^xsd:string .

ILAP:Regular8To16WorkingDayCalendar
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass
                        [ rdf:type owl:Class ;
                          owl:oneOf (ILAP:StandardFreeWeekendPeriod)
                        ] ;
                owl:onProperty ILAP:hasCalendarFreePeriod
              ] .

ILAP:Renewal
      rdf:type ILAP:PlanLifecyclePhase ;
      rdfs:label "Renew"^^xsd:string .

ILAP:ResourceDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Resource driven"^^xsd:string .

ILAP:SAP
      rdf:type ILAP:Application ;
      rdfs:label "SAP"^^xsd:string .

ILAP:Safran
      rdf:type ILAP:Application ;
      rdfs:label "Safran"^^xsd:string .

ILAP:Saturday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Saturday"^^xsd:string .

ILAP:ScheduleDriven
      rdf:type ILAP:PlanContractType ;
      rdfs:label "Schedule driven"^^xsd:string .

ILAP:Scheduled
      rdf:type ILAP:Status ;
      rdfs:label "Scheduled"^^xsd:string .

ILAP:StandardFreeWeekendPeriod
      rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
      rdfs:label "Standard free weekend period"^^xsd:string ;
      ILAP:hasCalendarPeriodFreeDay
              ILAP:Sunday , ILAP:Saturday .

ILAP:StandardWorkWeekdayPeriod
      rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
      rdfs:label "Standard work weekday period"^^xsd:string .

ILAP:Sunday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Sunday"^^xsd:string .

ILAP:Thursday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Thursday"^^xsd:string .

ILAP:Tuesday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Tuesday"^^xsd:string .

ILAP:Unknown
      rdf:type ILAP:Status ;
      rdfs:label "Unknown"^^xsd:string .

ILAP:Wednesday
      rdf:type ILAP:CalendarDay ;
      rdfs:label "Wednesday"^^xsd:string .

ILAP:WeekendsFreeCalendar
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minQualifiedCardinality
                        "1"^^xsd:nonNegativeInteger ;
                owl:onClass
                        [ rdf:type owl:Class ;
                          owl:oneOf (ILAP:StandardFreeWeekendPeriod)
                        ] ;
                owl:onProperty ILAP:hasCalendarFreePeriod
              ] .

ILAP:Wellbore
      rdf:type ILAP:PlanGeoArea ;
      rdfs:label "Wellbore"^^xsd:string .

ILAP:hasActivityBaselineSchedule
      rdfs:range ILAP:Schedule .

ILAP:hasActivityResource
      rdfs:domain ILAP:Activity ;
      rdfs:range ILAP:Resource .

ILAP:hasActivityResourceProfile
      rdfs:domain ILAP:Activity .

ILAP:hasActivityWBS
      rdfs:range ILAP:ActivityWBS .

ILAP:hasCalendarPeriodDay
      rdfs:domain ILAP:CalendarPeriod ;
      rdfs:range ILAP:CalendarDay .

ILAP:hasCalendarPeriodHour
      rdfs:domain ILAP:CalendarPeriod ;
      rdfs:range ILAP:CalendarHour .

ILAP:hasPlanAsset
      rdfs:range <http://data.posccaesar.org/diskos/Asset> .

ILAP:hasTimeNow
      rdf:type owl:DatatypeProperty ;
      rdfs:label "has time now"^^xsd:string ;
      rdfs:range xsd:date .

COR:A
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:B
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:C
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:E
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:H
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:K
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:L
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:M
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:Q
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:R
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:S
      rdfs:subClassOf NCS:IndividualInCorClass .

COR:X
      rdfs:subClassOf NCS:IndividualInCorClass .

<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#A>
      rdfs:subClassOf NCS:IndividualInPBSClass .

<http://www.ilap.no/codes/NORSOK/Z-014/PBSCoding#B>
      rdfs:subClassOf NCS:IndividualInPBSClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#1>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#2>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#3>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#4>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#5>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#6>
      rdfs:subClassOf NCS:IndividualInSABClass .

<http://www.ilap.no/codes/NORSOK/Z-014/SABCoding#7>
      rdfs:subClassOf NCS:IndividualInSABClass .