Showing
1 changed file
with
229 additions
and
37 deletions
... | @@ -308,6 +308,18 @@ | ... | @@ -308,6 +308,18 @@ |
308 | rdf:type :ShutdownPhase ; | 308 | rdf:type :ShutdownPhase ; |
309 | rdfs:label "Before shutdown"^^xsd:string ; | 309 | rdfs:label "Before shutdown"^^xsd:string ; |
310 | . | 310 | . |
311 | +:BrownFieldProject | ||
312 | + rdf:type :PlanProjectType ; | ||
313 | + rdfs:label "Brown field project"^^xsd:string ; | ||
314 | +. | ||
315 | +:BusinessArea | ||
316 | + rdf:type :PlanGeoArea ; | ||
317 | + rdfs:label "Business area"^^xsd:string ; | ||
318 | +. | ||
319 | +:BusinessAsUsual | ||
320 | + rdf:type :PlanObjectiveType ; | ||
321 | + rdfs:label "Business As Usual"^^xsd:string ; | ||
322 | +. | ||
311 | :Calendar | 323 | :Calendar |
312 | rdf:type owl:Class ; | 324 | rdf:type owl:Class ; |
313 | :shouldHaveID "true" ; | 325 | :shouldHaveID "true" ; |
... | @@ -424,7 +436,7 @@ | ... | @@ -424,7 +436,7 @@ |
424 | ] ; | 436 | ] ; |
425 | . | 437 | . |
426 | :Campaign | 438 | :Campaign |
427 | - rdf:type :SystemCondition ; | 439 | + rdf:type :SystemDescriptor ; |
428 | rdfs:label "Campaign"^^xsd:string ; | 440 | rdfs:label "Campaign"^^xsd:string ; |
429 | . | 441 | . |
430 | :Cancelled | 442 | :Cancelled |
... | @@ -440,7 +452,7 @@ | ... | @@ -440,7 +452,7 @@ |
440 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; | 452 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; |
441 | . | 453 | . |
442 | :ChangeOver | 454 | :ChangeOver |
443 | - rdf:type :SystemCondition ; | 455 | + rdf:type :SystemDescriptor ; |
444 | rdfs:label "Change over"^^xsd:string ; | 456 | rdfs:label "Change over"^^xsd:string ; |
445 | . | 457 | . |
446 | :ClosingDown | 458 | :ClosingDown |
... | @@ -454,6 +466,10 @@ | ... | @@ -454,6 +466,10 @@ |
454 | rdfs:subClassOf :Activity ; | 466 | rdfs:subClassOf :Activity ; |
455 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ; | 467 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS17729327> ; |
456 | . | 468 | . |
469 | +:CommissioningMilestone | ||
470 | + rdf:type :MilestoneType ; | ||
471 | + rdfs:label "Commissioning Milestone"^^xsd:string ; | ||
472 | +. | ||
457 | :Completed | 473 | :Completed |
458 | rdf:type :ActivityStatus ; | 474 | rdf:type :ActivityStatus ; |
459 | rdfs:label "Completed"^^xsd:string ; | 475 | rdfs:label "Completed"^^xsd:string ; |
... | @@ -520,6 +536,18 @@ | ... | @@ -520,6 +536,18 @@ |
520 | owl:onProperty :hasExternalReference ; | 536 | owl:onProperty :hasExternalReference ; |
521 | ] ; | 537 | ] ; |
522 | . | 538 | . |
539 | +:ConstructionMilestone | ||
540 | + rdf:type :MilestoneType ; | ||
541 | + rdfs:label "Construction milestone"^^xsd:string ; | ||
542 | +. | ||
543 | +:Continent | ||
544 | + rdf:type :PlanGeoArea ; | ||
545 | + rdfs:label "Continent"^^xsd:string ; | ||
546 | +. | ||
547 | +:ContractMilestone | ||
548 | + rdf:type :MilestoneType ; | ||
549 | + rdfs:label "Contract milestone"^^xsd:string ; | ||
550 | +. | ||
523 | :Contractor | 551 | :Contractor |
524 | rdf:type owl:Class ; | 552 | rdf:type owl:Class ; |
525 | rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ; | 553 | rdfs:comment "A Responsible that is an organization that has a contract related to one or more Activities in a Plan"^^xsd:string ; |
... | @@ -562,11 +590,15 @@ | ... | @@ -562,11 +590,15 @@ |
562 | rdfs:label "Cost Based Resource"^^xsd:string ; | 590 | rdfs:label "Cost Based Resource"^^xsd:string ; |
563 | rdfs:subClassOf :Resource ; | 591 | rdfs:subClassOf :Resource ; |
564 | . | 592 | . |
593 | +:Country | ||
594 | + rdf:type :PlanGeoArea ; | ||
595 | + rdfs:label "Country"^^xsd:string ; | ||
596 | +. | ||
565 | :Criticality | 597 | :Criticality |
566 | rdf:type owl:Class ; | 598 | rdf:type owl:Class ; |
567 | - rdfs:comment "A System Condition that is a measure of the consequence of failure of (one or more) activities."^^xsd:string ; | 599 | + rdfs:comment "A System Descriptor that describes the importance of avoiding failure of (one or more) activities."^^xsd:string ; |
568 | rdfs:label "Criticality"^^xsd:string ; | 600 | rdfs:label "Criticality"^^xsd:string ; |
569 | - rdfs:subClassOf :SystemCondition ; | 601 | + rdfs:subClassOf :SystemDescriptor ; |
570 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; | 602 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7947106> ; |
571 | . | 603 | . |
572 | :CurrentScheduleForPlan | 604 | :CurrentScheduleForPlan |
... | @@ -631,10 +663,22 @@ | ... | @@ -631,10 +663,22 @@ |
631 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; | 663 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; |
632 | rdfs:subClassOf owl:Thing ; | 664 | rdfs:subClassOf owl:Thing ; |
633 | . | 665 | . |
666 | +:Decision_Milestone | ||
667 | + rdf:type :MilestoneType ; | ||
668 | + rdfs:label "Decision Milestone"^^xsd:string ; | ||
669 | +. | ||
634 | :DependentOnShutdown | 670 | :DependentOnShutdown |
635 | rdf:type :ShutdownType ; | 671 | rdf:type :ShutdownType ; |
636 | rdfs:label "Dependent on shutdown"^^xsd:string ; | 672 | rdfs:label "Dependent on shutdown"^^xsd:string ; |
637 | . | 673 | . |
674 | +:Design_Milestone | ||
675 | + rdf:type :MilestoneType ; | ||
676 | + rdfs:label "Design Milestone"^^xsd:string ; | ||
677 | +. | ||
678 | +:DisasterRecovery | ||
679 | + rdf:type :PlanObjectiveType ; | ||
680 | + rdfs:label "Disaster recovery"^^xsd:string ; | ||
681 | +. | ||
638 | :Discipline | 682 | :Discipline |
639 | rdf:type owl:Class ; | 683 | rdf:type owl:Class ; |
640 | rdfs:comment "An Organization that has 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 ; | 684 | rdfs:comment "An Organization that has 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 ; |
... | @@ -643,18 +687,40 @@ | ... | @@ -643,18 +687,40 @@ |
643 | rdfs:subClassOf owl:Thing ; | 687 | rdfs:subClassOf owl:Thing ; |
644 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; | 688 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6811233> ; |
645 | . | 689 | . |
690 | +:DrillCrew | ||
691 | + rdf:type owl:Class ; | ||
692 | + rdfs:comment "A Responsible group of people working together on a DrillingRig."^^xsd:string ; | ||
693 | + rdfs:label "Drill crew"^^xsd:string ; | ||
694 | + rdfs:subClassOf :Responsible ; | ||
695 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16701510> ; | ||
696 | +. | ||
697 | +:DrillingAndWell | ||
698 | + rdf:type :PlanProjectType ; | ||
699 | + rdfs:label "Drilling & well"^^xsd:string ; | ||
700 | +. | ||
701 | +:DrillingMilestone | ||
702 | + rdf:type :MilestoneType ; | ||
703 | + rdfs:label "Drilling milestone"^^xsd:string ; | ||
704 | +. | ||
646 | :DrillingProjectType | 705 | :DrillingProjectType |
647 | rdf:type owl:Class ; | 706 | rdf:type owl:Class ; |
648 | - rdfs:comment "An System Condition that classifies the Type of Drilling Project."^^xsd:string ; | 707 | + rdfs:comment "An System Descriptor that describes the Type of Drilling Project."^^xsd:string ; |
649 | rdfs:label "Drilling Project Type"^^xsd:string ; | 708 | rdfs:label "Drilling Project Type"^^xsd:string ; |
650 | - rdfs:subClassOf :SystemCondition ; | 709 | + rdfs:subClassOf :SystemDescriptor ; |
710 | +. | ||
711 | +:DrillingRig | ||
712 | + rdf:type owl:Class ; | ||
713 | + rdfs:comment "A Facility that is an assembly of devices used to drill a Wellbore."^^xsd:string ; | ||
714 | + rdfs:label "Drilling rig"^^xsd:string ; | ||
715 | + rdfs:subClassOf :Facility ; | ||
716 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1751395621> ; | ||
651 | . | 717 | . |
652 | :DrillingShutdown | 718 | :DrillingShutdown |
653 | rdf:type :ShutdownType ; | 719 | rdf:type :ShutdownType ; |
654 | rdfs:label "Drilling Shutdown"^^xsd:string ; | 720 | rdfs:label "Drilling Shutdown"^^xsd:string ; |
655 | . | 721 | . |
656 | :DuringNormalOperation | 722 | :DuringNormalOperation |
657 | - rdf:type :SystemCondition ; | 723 | + rdf:type :SystemDescriptor ; |
658 | rdfs:label "During normal operation"^^xsd:string ; | 724 | rdfs:label "During normal operation"^^xsd:string ; |
659 | . | 725 | . |
660 | :DuringShutdown | 726 | :DuringShutdown |
... | @@ -666,12 +732,20 @@ | ... | @@ -666,12 +732,20 @@ |
666 | rdfs:comment "A Shutdown Type that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ; | 732 | rdfs:comment "A Shutdown Type that involves shutting down rapidly in order to prevent or remedy a dangerous situation"^^xsd:string ; |
667 | rdfs:label "Emergency shutdown"^^xsd:string ; | 733 | rdfs:label "Emergency shutdown"^^xsd:string ; |
668 | . | 734 | . |
735 | +:EnMilestone | ||
736 | + rdf:type :MilestoneType ; | ||
737 | + rdfs:label "En milestone"^^xsd:string ; | ||
738 | +. | ||
739 | +:EngineeringMilestone | ||
740 | + rdf:type :MilestoneType ; | ||
741 | + rdfs:label "Engineering Milestone"^^xsd:string ; | ||
742 | +. | ||
669 | :EquipmentShutdown | 743 | :EquipmentShutdown |
670 | rdf:type :ShutdownType ; | 744 | rdf:type :ShutdownType ; |
671 | rdfs:label "Equipment Shutdown"^^xsd:string ; | 745 | rdfs:label "Equipment Shutdown"^^xsd:string ; |
672 | . | 746 | . |
673 | :Execution | 747 | :Execution |
674 | - rdf:type :SystemCondition ; | 748 | + rdf:type :SystemDescriptor ; |
675 | rdfs:label "Execution"^^xsd:string ; | 749 | rdfs:label "Execution"^^xsd:string ; |
676 | . | 750 | . |
677 | :ExternalReference | 751 | :ExternalReference |
... | @@ -749,6 +823,10 @@ | ... | @@ -749,6 +823,10 @@ |
749 | rdf:type :ShutdownType ; | 823 | rdf:type :ShutdownType ; |
750 | rdfs:label "Field shutdown"^^xsd:string ; | 824 | rdfs:label "Field shutdown"^^xsd:string ; |
751 | . | 825 | . |
826 | +:FieldStudy | ||
827 | + rdf:type :PlanProjectType ; | ||
828 | + rdfs:label "Field study"^^xsd:string ; | ||
829 | +. | ||
752 | :FreeField | 830 | :FreeField |
753 | rdf:type owl:Class ; | 831 | rdf:type owl:Class ; |
754 | rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; | 832 | rdfs:comment "A Data Field that holds variables defined by the User."^^xsd:string ; |
... | @@ -798,6 +876,7 @@ | ... | @@ -798,6 +876,7 @@ |
798 | rdfs:comment "A Data Value that holds Free Field variable values."^^xsd:string ; | 876 | rdfs:comment "A Data Value that holds Free Field variable values."^^xsd:string ; |
799 | rdfs:label "Free Field Value"^^xsd:string ; | 877 | rdfs:label "Free Field Value"^^xsd:string ; |
800 | rdfs:subClassOf :Data ; | 878 | rdfs:subClassOf :Data ; |
879 | + rdfs:subClassOf :Value ; | ||
801 | rdfs:subClassOf [ | 880 | rdfs:subClassOf [ |
802 | rdf:type owl:Restriction ; | 881 | rdf:type owl:Restriction ; |
803 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 882 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
... | @@ -842,6 +921,10 @@ | ... | @@ -842,6 +921,10 @@ |
842 | rdfs:subClassOf :Location ; | 921 | rdfs:subClassOf :Location ; |
843 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; | 922 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS2225253101> ; |
844 | . | 923 | . |
924 | +:GreenFieldProject | ||
925 | + rdf:type :PlanProjectType ; | ||
926 | + rdfs:label "Green field project"^^xsd:string ; | ||
927 | +. | ||
845 | :HCSystems | 928 | :HCSystems |
846 | rdf:type :RiskFactor ; | 929 | rdf:type :RiskFactor ; |
847 | rdfs:label "HCSystems"^^xsd:string ; | 930 | rdfs:label "HCSystems"^^xsd:string ; |
... | @@ -855,7 +938,7 @@ | ... | @@ -855,7 +938,7 @@ |
855 | rdfs:label "Height work"^^xsd:string ; | 938 | rdfs:label "Height work"^^xsd:string ; |
856 | . | 939 | . |
857 | :HighActivityPeriod | 940 | :HighActivityPeriod |
858 | - rdf:type :SystemCondition ; | 941 | + rdf:type :SystemDescriptor ; |
859 | rdfs:label "High activity period"^^xsd:string ; | 942 | rdfs:label "High activity period"^^xsd:string ; |
860 | . | 943 | . |
861 | :HighCriticality | 944 | :HighCriticality |
... | @@ -871,11 +954,19 @@ | ... | @@ -871,11 +954,19 @@ |
871 | rdfs:label "Hot work"^^xsd:string ; | 954 | rdfs:label "Hot work"^^xsd:string ; |
872 | . | 955 | . |
873 | :InOperation | 956 | :InOperation |
874 | - rdf:type :SystemCondition ; | 957 | + rdf:type :SystemDescriptor ; |
875 | rdfs:label "In operation"^^xsd:string ; | 958 | rdfs:label "In operation"^^xsd:string ; |
876 | . | 959 | . |
960 | +:IncreasedRecovery | ||
961 | + rdf:type :PlanObjectiveType ; | ||
962 | + rdfs:label "Increased recovery"^^xsd:string ; | ||
963 | +. | ||
964 | +:IncrementalImprovement | ||
965 | + rdf:type :PlanObjectiveType ; | ||
966 | + rdfs:label "Incremental improvement"^^xsd:string ; | ||
967 | +. | ||
877 | :IndpendentOfOperation | 968 | :IndpendentOfOperation |
878 | - rdf:type :SystemCondition ; | 969 | + rdf:type :SystemDescriptor ; |
879 | rdfs:label "Indpendent of operation"^^xsd:string ; | 970 | rdfs:label "Indpendent of operation"^^xsd:string ; |
880 | . | 971 | . |
881 | :InformationInDrillingPlan | 972 | :InformationInDrillingPlan |
... | @@ -951,6 +1042,10 @@ | ... | @@ -951,6 +1042,10 @@ |
951 | rdfs:label "Main work center"^^xsd:string ; | 1042 | rdfs:label "Main work center"^^xsd:string ; |
952 | rdfs:subClassOf :WorkCenter ; | 1043 | rdfs:subClassOf :WorkCenter ; |
953 | . | 1044 | . |
1045 | +:ManagedClosedown | ||
1046 | + rdf:type :PlanObjectiveType ; | ||
1047 | + rdfs:label "Managed closedown"^^xsd:string ; | ||
1048 | +. | ||
954 | :MaterialAvailabilityNotChecked | 1049 | :MaterialAvailabilityNotChecked |
955 | rdf:type :MaterialOrderStatus ; | 1050 | rdf:type :MaterialOrderStatus ; |
956 | rdfs:label "Material availability not checked"^^xsd:string ; | 1051 | rdfs:label "Material availability not checked"^^xsd:string ; |
... | @@ -999,10 +1094,20 @@ | ... | @@ -999,10 +1094,20 @@ |
999 | rdfs:label "Milestone"^^xsd:string ; | 1094 | rdfs:label "Milestone"^^xsd:string ; |
1000 | rdfs:subClassOf :Activity ; | 1095 | rdfs:subClassOf :Activity ; |
1001 | . | 1096 | . |
1097 | +:MilestoneType | ||
1098 | + rdf:type owl:Class ; | ||
1099 | + rdfs:comment "A System Descriptor that describes the Type of Milestone."^^xsd:string ; | ||
1100 | + rdfs:label "Milestone type"^^xsd:string ; | ||
1101 | + rdfs:subClassOf :SystemDescriptor ; | ||
1102 | +. | ||
1002 | :MiniShutdown | 1103 | :MiniShutdown |
1003 | rdf:type :ShutdownType ; | 1104 | rdf:type :ShutdownType ; |
1004 | rdfs:label "Mini shutdown"^^xsd:string ; | 1105 | rdfs:label "Mini shutdown"^^xsd:string ; |
1005 | . | 1106 | . |
1107 | +:Modification | ||
1108 | + rdf:type :PlanProjectType ; | ||
1109 | + rdfs:label "Modification"^^xsd:string ; | ||
1110 | +. | ||
1006 | :Monday | 1111 | :Monday |
1007 | rdf:type :Weekday ; | 1112 | rdf:type :Weekday ; |
1008 | . | 1113 | . |
... | @@ -1026,6 +1131,10 @@ | ... | @@ -1026,6 +1131,10 @@ |
1026 | rdfs:label "Operation"^^xsd:string ; | 1131 | rdfs:label "Operation"^^xsd:string ; |
1027 | rdfs:subClassOf :Activity ; | 1132 | rdfs:subClassOf :Activity ; |
1028 | . | 1133 | . |
1134 | +:OperationAndMaintenance | ||
1135 | + rdf:type :PlanProjectType ; | ||
1136 | + rdfs:label "Operation & maintenance"^^xsd:string ; | ||
1137 | +. | ||
1029 | :OperationStatus | 1138 | :OperationStatus |
1030 | rdf:type owl:Class ; | 1139 | rdf:type owl:Class ; |
1031 | rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; | 1140 | rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; |
... | @@ -1236,6 +1345,30 @@ | ... | @@ -1236,6 +1345,30 @@ |
1236 | ] ; | 1345 | ] ; |
1237 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ; | 1346 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS7952931> ; |
1238 | . | 1347 | . |
1348 | +:PlanClassifier | ||
1349 | + rdf:type owl:Class ; | ||
1350 | + rdfs:comment "A Descriptor 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 ; | ||
1351 | + rdfs:label "Plan classifier"^^xsd:string ; | ||
1352 | + rdfs:subClassOf :SystemDescriptor ; | ||
1353 | +. | ||
1354 | +:PlanContentType | ||
1355 | + rdf:type owl:Class ; | ||
1356 | + rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; | ||
1357 | + rdfs:label "Plan content type"^^xsd:string ; | ||
1358 | + rdfs:subClassOf :PlanClassifier ; | ||
1359 | +. | ||
1360 | +:PlanContractType | ||
1361 | + rdf:type owl:Class ; | ||
1362 | + rdfs:comment "A Plan Classifier according to type of contract of the Plan."^^xsd:string ; | ||
1363 | + rdfs:label "Plan contract type"^^xsd:string ; | ||
1364 | + rdfs:subClassOf :PlanClassifier ; | ||
1365 | +. | ||
1366 | +:PlanExpenseType | ||
1367 | + rdf:type owl:Class ; | ||
1368 | + rdfs:comment "A Plan Classifier according to type of expense of the Plan."^^xsd:string ; | ||
1369 | + rdfs:label "Plan expense type"^^xsd:string ; | ||
1370 | + rdfs:subClassOf :PlanClassifier ; | ||
1371 | +. | ||
1239 | :PlanForActivity | 1372 | :PlanForActivity |
1240 | rdf:type owl:Class ; | 1373 | rdf:type owl:Class ; |
1241 | rdfs:comment """A Plan that is represented as a network diagram or list of Activities. | 1374 | rdfs:comment """A Plan that is represented as a network diagram or list of Activities. |
... | @@ -1251,13 +1384,35 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1251,13 +1384,35 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1251 | owl:onProperty :hasActivity ; | 1384 | owl:onProperty :hasActivity ; |
1252 | ] ; | 1385 | ] ; |
1253 | . | 1386 | . |
1387 | +:PlanGeoArea | ||
1388 | + rdf:type owl:Class ; | ||
1389 | + rdfs:comment "A Plan Classifier according to geographic area of the Plan"^^xsd:string ; | ||
1390 | + rdfs:label "Plan geo area"^^xsd:string ; | ||
1391 | + rdfs:subClassOf :PlanClassifier ; | ||
1392 | +. | ||
1254 | :PlanLevel | 1393 | :PlanLevel |
1255 | rdf:type owl:Class ; | 1394 | rdf:type owl:Class ; |
1256 | - rdfs:comment "A Thing that classifies Plans according to their level in the planning hierarchy."^^xsd:string ; | 1395 | + rdfs:comment "A Plan Classifier that classifies Plans according to their level in the planning hierarchy."^^xsd:string ; |
1257 | rdfs:label "Plan Level"^^xsd:string ; | 1396 | rdfs:label "Plan Level"^^xsd:string ; |
1258 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS427322951> ; | 1397 | + rdfs:subClassOf :PlanClassifier ; |
1259 | - rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7945844> ; | 1398 | +. |
1260 | - rdfs:subClassOf owl:Thing ; | 1399 | +:PlanLifecycleStage |
1400 | + rdf:type owl:Class ; | ||
1401 | + 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 ; | ||
1402 | + rdfs:label "Plan lifecycle stage"^^xsd:string ; | ||
1403 | + rdfs:subClassOf :PlanClassifier ; | ||
1404 | +. | ||
1405 | +:PlanObjectiveType | ||
1406 | + rdf:type owl:Class ; | ||
1407 | + rdfs:comment "A Plan Classifier according to the type of objective of the Plan."^^xsd:string ; | ||
1408 | + rdfs:label "Plan objective type"^^xsd:string ; | ||
1409 | + rdfs:subClassOf :PlanClassifier ; | ||
1410 | +. | ||
1411 | +:PlanProjectType | ||
1412 | + rdf:type owl:Class ; | ||
1413 | + rdfs:comment "A Plan Classifier according to type of project of the Plan."^^xsd:string ; | ||
1414 | + rdfs:label "Plan project type"^^xsd:string ; | ||
1415 | + rdfs:subClassOf :PlanClassifier ; | ||
1261 | . | 1416 | . |
1262 | :Planned | 1417 | :Planned |
1263 | rdf:type :ActivityStatus ; | 1418 | rdf:type :ActivityStatus ; |
... | @@ -1287,15 +1442,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1287,15 +1442,23 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1287 | . | 1442 | . |
1288 | :Priority | 1443 | :Priority |
1289 | rdf:type owl:Class ; | 1444 | rdf:type owl:Class ; |
1290 | - rdfs:comment "A System Condition that is a measure of the importance of and/or focus on (one or more) activities."^^xsd:string ; | 1445 | + rdfs:comment "A System Descriptor that indicates the importance of and/or focus on (one or more) activities."^^xsd:string ; |
1291 | rdfs:label "Priority"^^xsd:string ; | 1446 | rdfs:label "Priority"^^xsd:string ; |
1292 | - rdfs:subClassOf :SystemCondition ; | 1447 | + rdfs:subClassOf :SystemDescriptor ; |
1448 | +. | ||
1449 | +:ProcurementMilestone | ||
1450 | + rdf:type :MilestoneType ; | ||
1451 | + rdfs:label "Procurement milestone"^^xsd:string ; | ||
1293 | . | 1452 | . |
1294 | :Production | 1453 | :Production |
1295 | rdf:type :DrillingProjectType ; | 1454 | rdf:type :DrillingProjectType ; |
1296 | rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; | 1455 | rdfs:comment "A Drilling Project Type (part of Use Case 2.5.1)"^^xsd:string ; |
1297 | rdfs:label "Production"^^xsd:string ; | 1456 | rdfs:label "Production"^^xsd:string ; |
1298 | . | 1457 | . |
1458 | +:ProductionMilestone | ||
1459 | + rdf:type :MilestoneType ; | ||
1460 | + rdfs:label "Production milestone"^^xsd:string ; | ||
1461 | +. | ||
1299 | :ProductionShutdown | 1462 | :ProductionShutdown |
1300 | rdf:type :ShutdownType ; | 1463 | rdf:type :ShutdownType ; |
1301 | rdfs:label "Production shutdown"^^xsd:string ; | 1464 | rdfs:label "Production shutdown"^^xsd:string ; |
... | @@ -1441,14 +1604,28 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1441,14 +1604,28 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1441 | ] ; | 1604 | ] ; |
1442 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ; | 1605 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS9629> ; |
1443 | . | 1606 | . |
1444 | -:ProjectAFE | 1607 | +:ProjectAFEid |
1445 | rdf:type owl:Class ; | 1608 | rdf:type owl:Class ; |
1446 | rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)"^^xsd:string ; | 1609 | rdfs:comment "An Identifier which is the Project's Authorization For Expenditure (AFE)"^^xsd:string ; |
1447 | - rdfs:label "Project AFE"^^xsd:string ; | 1610 | + rdfs:label "Project AFE ID"^^xsd:string ; |
1448 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ; | 1611 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS720206061> ; |
1449 | rdfs:subClassOf owl:Thing ; | 1612 | rdfs:subClassOf owl:Thing ; |
1450 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6826621> ; | 1613 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS6826621> ; |
1451 | . | 1614 | . |
1615 | +:ProjectLeader | ||
1616 | + rdf:type owl:Class ; | ||
1617 | + rdfs:comment "A Responsible that acts as leader for a Project"^^xsd:string ; | ||
1618 | + rdfs:label "Project leader"^^xsd:string ; | ||
1619 | + rdfs:subClassOf :Responsible ; | ||
1620 | +. | ||
1621 | +:ProjectMilestone | ||
1622 | + rdf:type :MilestoneType ; | ||
1623 | + rdfs:label "Project milestone"^^xsd:string ; | ||
1624 | +. | ||
1625 | +:RadicalChange | ||
1626 | + rdf:type :PlanObjectiveType ; | ||
1627 | + rdfs:label "Radical change"^^xsd:string ; | ||
1628 | +. | ||
1452 | :ReadyForExecution | 1629 | :ReadyForExecution |
1453 | rdf:type :ActivityStatus ; | 1630 | rdf:type :ActivityStatus ; |
1454 | rdfs:label "Ready for execution"^^xsd:string ; | 1631 | rdfs:label "Ready for execution"^^xsd:string ; |
... | @@ -1553,9 +1730,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1553,9 +1730,9 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1553 | . | 1730 | . |
1554 | :RiskFactor | 1731 | :RiskFactor |
1555 | rdf:type owl:Class ; | 1732 | rdf:type owl:Class ; |
1556 | - rdfs:comment "A System Condition that indicates the probability or threat of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ; | 1733 | + rdfs:comment "A System Descriptor that describes potential threats of damage, injury, liability, loss, or any other negative occurrence that is caused by external or internal vulnerabilities, and that may be avoided through preemptive action (adapted from Business Dictionary)."^^xsd:string ; |
1557 | rdfs:label "Risk factor"^^xsd:string ; | 1734 | rdfs:label "Risk factor"^^xsd:string ; |
1558 | - rdfs:subClassOf :SystemCondition ; | 1735 | + rdfs:subClassOf :SystemDescriptor ; |
1559 | . | 1736 | . |
1560 | :SF | 1737 | :SF |
1561 | rdf:type owl:Class ; | 1738 | rdf:type owl:Class ; |
... | @@ -1863,9 +2040,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1863,9 +2040,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1863 | . | 2040 | . |
1864 | :ShutdownType | 2041 | :ShutdownType |
1865 | rdf:type owl:Class ; | 2042 | rdf:type owl:Class ; |
1866 | - rdfs:comment "A System Condition that classifies Shutdown activities."^^xsd:string ; | 2043 | + rdfs:comment "A System Descriptor that describes a Shutdown."^^xsd:string ; |
1867 | rdfs:label "Shutdown Type"^^xsd:string ; | 2044 | rdfs:label "Shutdown Type"^^xsd:string ; |
1868 | - rdfs:subClassOf :SystemCondition ; | 2045 | + rdfs:subClassOf :SystemDescriptor ; |
2046 | +. | ||
2047 | +:StartMilestone | ||
2048 | + rdf:type :MilestoneType ; | ||
2049 | + rdfs:label "Start milestone"^^xsd:string ; | ||
1869 | . | 2050 | . |
1870 | :StartingUp | 2051 | :StartingUp |
1871 | rdf:type :ShutdownPhase ; | 2052 | rdf:type :ShutdownPhase ; |
... | @@ -1896,15 +2077,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1896,15 +2077,15 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1896 | . | 2077 | . |
1897 | :System | 2078 | :System |
1898 | rdf:type owl:Class ; | 2079 | rdf:type owl:Class ; |
1899 | - rdfs:comment "A Functonal Object that is an asset management system(e.g., seawater, deluge, gaslift)"^^xsd:string ; | 2080 | + rdfs:comment "A Functional Object that is an asset management system(e.g., seawater, deluge, gaslift)."^^xsd:string ; |
1900 | rdfs:label "System"^^xsd:string ; | 2081 | rdfs:label "System"^^xsd:string ; |
1901 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; | 2082 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS318059> ; |
1902 | rdfs:subClassOf owl:Thing ; | 2083 | rdfs:subClassOf owl:Thing ; |
1903 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ; | 2084 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS316259> ; |
1904 | . | 2085 | . |
1905 | -:SystemCondition | 2086 | +:SystemDescriptor |
1906 | rdf:type owl:Class ; | 2087 | rdf:type owl:Class ; |
1907 | - rdfs:comment "An Definition that describes something about a system"^^xsd:string ; | 2088 | + rdfs:comment "An Descriptor that describes something about a system."^^xsd:string ; |
1908 | rdfs:label "System condition"^^xsd:string ; | 2089 | rdfs:label "System condition"^^xsd:string ; |
1909 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; | 2090 | rdfs:subClassOf <http://data.posccaesar.org/rdl/RDS7006801> ; |
1910 | rdfs:subClassOf owl:Thing ; | 2091 | rdfs:subClassOf owl:Thing ; |
... | @@ -1914,6 +2095,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -1914,6 +2095,10 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
1914 | rdf:type :ShutdownType ; | 2095 | rdf:type :ShutdownType ; |
1915 | rdfs:label "System shutdown"^^xsd:string ; | 2096 | rdfs:label "System shutdown"^^xsd:string ; |
1916 | . | 2097 | . |
2098 | +:TaskMilestone | ||
2099 | + rdf:type :MilestoneType ; | ||
2100 | + rdfs:label "Task milestone"^^xsd:string ; | ||
2101 | +. | ||
1917 | :Thursday | 2102 | :Thursday |
1918 | rdf:type :Weekday ; | 2103 | rdf:type :Weekday ; |
1919 | . | 2104 | . |
... | @@ -2104,6 +2289,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2104,6 +2289,13 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2104 | rdf:type :RiskFactor ; | 2289 | rdf:type :RiskFactor ; |
2105 | rdfs:label "Vesel operation"^^xsd:string ; | 2290 | rdfs:label "Vesel operation"^^xsd:string ; |
2106 | . | 2291 | . |
2292 | +:Vessel | ||
2293 | + rdf:type owl:Class ; | ||
2294 | + rdfs:comment "An Facility that is a ship that is designed to drill wells in the sea floor while floating."^^xsd:string ; | ||
2295 | + rdfs:label "Vessel"^^xsd:string ; | ||
2296 | + rdfs:subClassOf :Facility ; | ||
2297 | + owl:equivalentClass <http://data.posccaesar.org/rdl/RDS11525417> ; | ||
2298 | +. | ||
2107 | :WaterInjectionShutdown | 2299 | :WaterInjectionShutdown |
2108 | rdf:type :ShutdownType ; | 2300 | rdf:type :ShutdownType ; |
2109 | rdfs:label "Water injection shutdown"^^xsd:string ; | 2301 | rdfs:label "Water injection shutdown"^^xsd:string ; |
... | @@ -2156,16 +2348,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2156,16 +2348,16 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2156 | . | 2348 | . |
2157 | :WellCompletionType | 2349 | :WellCompletionType |
2158 | rdf:type owl:Class ; | 2350 | rdf:type owl:Class ; |
2159 | - rdfs:comment "A System Condition that classifies type of completion of drilling."^^xsd:string ; | 2351 | + rdfs:comment "A System Descriptor that describes the type of completion of drilling."^^xsd:string ; |
2160 | rdfs:label "Well Completion Type"^^xsd:string ; | 2352 | rdfs:label "Well Completion Type"^^xsd:string ; |
2161 | - rdfs:subClassOf :SystemCondition ; | 2353 | + rdfs:subClassOf :SystemDescriptor ; |
2162 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; | 2354 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS1713402431> ; |
2163 | . | 2355 | . |
2164 | :WellInformationInPlan | 2356 | :WellInformationInPlan |
2165 | rdf:type owl:Class ; | 2357 | rdf:type owl:Class ; |
2166 | - rdfs:comment "A System Condition that is used to determine which plan has information about drilling activites."^^xsd:string ; | 2358 | + rdfs:comment "A System Condition that describes which plan has information about drilling activities."^^xsd:string ; |
2167 | rdfs:label "Well Information In Plan"^^xsd:string ; | 2359 | rdfs:label "Well Information In Plan"^^xsd:string ; |
2168 | - rdfs:subClassOf :SystemCondition ; | 2360 | + rdfs:subClassOf :SystemDescriptor ; |
2169 | . | 2361 | . |
2170 | :WellIsolationPlan | 2362 | :WellIsolationPlan |
2171 | rdf:type owl:Class ; | 2363 | rdf:type owl:Class ; |
... | @@ -2175,25 +2367,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2175,25 +2367,25 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
2175 | . | 2367 | . |
2176 | :WellIsolationPlanRequired | 2368 | :WellIsolationPlanRequired |
2177 | rdf:type owl:Class ; | 2369 | rdf:type owl:Class ; |
2178 | - rdfs:comment "A System Condition that is used to describe if an isolation plan is required."^^xsd:string ; | 2370 | + rdfs:comment "A System Condition that describes if an isolation plan is required."^^xsd:string ; |
2179 | rdfs:label "Well Isolation Plan Required"^^xsd:string ; | 2371 | rdfs:label "Well Isolation Plan Required"^^xsd:string ; |
2180 | - rdfs:subClassOf :SystemCondition ; | 2372 | + rdfs:subClassOf :SystemDescriptor ; |
2181 | . | 2373 | . |
2182 | :WellServicesWorkType | 2374 | :WellServicesWorkType |
2183 | rdf:type owl:Class ; | 2375 | rdf:type owl:Class ; |
2184 | - rdfs:comment "A System Condition that classifies the type of well services work."^^xsd:string ; | 2376 | + rdfs:comment "A System Descriptor that describes the type of well services work."^^xsd:string ; |
2185 | rdfs:label "Well Services Work Type"^^xsd:string ; | 2377 | rdfs:label "Well Services Work Type"^^xsd:string ; |
2186 | - rdfs:subClassOf :SystemCondition ; | 2378 | + rdfs:subClassOf :SystemDescriptor ; |
2187 | . | 2379 | . |
2188 | :WellTransfer | 2380 | :WellTransfer |
2189 | - rdf:type :SystemCondition ; | 2381 | + rdf:type :SystemDescriptor ; |
2190 | rdfs:label "Well transfer"^^xsd:string ; | 2382 | rdfs:label "Well transfer"^^xsd:string ; |
2191 | . | 2383 | . |
2192 | :WellType | 2384 | :WellType |
2193 | rdf:type owl:Class ; | 2385 | rdf:type owl:Class ; |
2194 | - rdfs:comment "A System Condition that classifies the type of Well."^^xsd:string ; | 2386 | + rdfs:comment "A System Descriptor that describes a Well."^^xsd:string ; |
2195 | rdfs:label "Well Type"^^xsd:string ; | 2387 | rdfs:label "Well Type"^^xsd:string ; |
2196 | - rdfs:subClassOf :SystemCondition ; | 2388 | + rdfs:subClassOf :SystemDescriptor ; |
2197 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; | 2389 | owl:equivalentClass <http://data.posccaesar.org/rdl/RDS16633002> ; |
2198 | . | 2390 | . |
2199 | :WorkCenter | 2391 | :WorkCenter | ... | ... |
-
Please register or login to post a comment