Showing
2 changed files
with
57 additions
and
11 deletions
... | @@ -71,6 +71,7 @@ ILAP:ActivityPlan | ... | @@ -71,6 +71,7 @@ ILAP:ActivityPlan |
71 | 71 | ||
72 | ILAP:ActivityStatus | 72 | ILAP:ActivityStatus |
73 | rdf:type owl:Class ; | 73 | rdf:type owl:Class ; |
74 | + rdfs:comment "A Status of an Activity (which can have predefined enumeration values)."^^xsd:string ; | ||
74 | rdfs:label "Activity Status"^^xsd:string ; | 75 | rdfs:label "Activity Status"^^xsd:string ; |
75 | rdfs:subClassOf ILAP:Status . | 76 | rdfs:subClassOf ILAP:Status . |
76 | 77 | ||
... | @@ -212,6 +213,7 @@ ILAP:ContractType | ... | @@ -212,6 +213,7 @@ ILAP:ContractType |
212 | 213 | ||
213 | ILAP:Contractor | 214 | ILAP:Contractor |
214 | rdf:type owl:Class ; | 215 | rdf:type owl:Class ; |
216 | + rdfs:comment "A Responsible Organization that has a contract related tone or more Activities in a Plan."^^xsd:string ; | ||
215 | rdfs:label "Contractor"^^xsd:string ; | 217 | rdfs:label "Contractor"^^xsd:string ; |
216 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 218 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
217 | 219 | ||
... | @@ -229,6 +231,7 @@ ILAP:Cost | ... | @@ -229,6 +231,7 @@ ILAP:Cost |
229 | 231 | ||
230 | ILAP:CostBased | 232 | ILAP:CostBased |
231 | rdf:type owl:Class ; | 233 | rdf:type owl:Class ; |
234 | + rdfs:comment "A Resource Type that is limited by its cost."^^xsd:string ; | ||
232 | rdfs:label "Cost Based"^^xsd:string ; | 235 | rdfs:label "Cost Based"^^xsd:string ; |
233 | rdfs:subClassOf ILAP:ResourceType . | 236 | rdfs:subClassOf ILAP:ResourceType . |
234 | 237 | ||
... | @@ -435,6 +438,7 @@ ILAP:License | ... | @@ -435,6 +438,7 @@ ILAP:License |
435 | 438 | ||
436 | ILAP:LifecyclePhase | 439 | ILAP:LifecyclePhase |
437 | rdf:type owl:Class ; | 440 | rdf:type owl:Class ; |
441 | + rdfs:comment "A Phase that divides the asset lifecycle into parts according to achievement of defined progress or results as basis for making decisions at Decision Gates."^^xsd:string ; | ||
438 | rdfs:label "Lifecycle Phase"^^xsd:string ; | 442 | rdfs:label "Lifecycle Phase"^^xsd:string ; |
439 | rdfs:subClassOf ILAP:Phase . | 443 | rdfs:subClassOf ILAP:Phase . |
440 | 444 | ||
... | @@ -470,6 +474,7 @@ ILAP:MCC | ... | @@ -470,6 +474,7 @@ ILAP:MCC |
470 | 474 | ||
471 | ILAP:MaterialOrderStatus | 475 | ILAP:MaterialOrderStatus |
472 | rdf:type owl:Class ; | 476 | rdf:type owl:Class ; |
477 | + rdfs:comment "A Status of an Order for Materials for (one or more) Activities in a Project"^^xsd:string ; | ||
473 | rdfs:label "Material Order Status"^^xsd:string ; | 478 | rdfs:label "Material Order Status"^^xsd:string ; |
474 | rdfs:subClassOf ILAP:Status . | 479 | rdfs:subClassOf ILAP:Status . |
475 | 480 | ||
... | @@ -506,16 +511,19 @@ ILAP:OPEX | ... | @@ -506,16 +511,19 @@ ILAP:OPEX |
506 | 511 | ||
507 | ILAP:Objective | 512 | ILAP:Objective |
508 | rdf:type owl:Class ; | 513 | rdf:type owl:Class ; |
514 | + rdfs:comment "A Thing that is the intended purpose and desired result of carrying out a Project (using Resources to carry out the Activities in a Schedule). A specific result that a person or system aims to achieve within a time frame and with available resources."^^xsd:string ; | ||
509 | rdfs:label "Objective"^^xsd:string ; | 515 | rdfs:label "Objective"^^xsd:string ; |
510 | rdfs:subClassOf owl:Thing . | 516 | rdfs:subClassOf owl:Thing . |
511 | 517 | ||
512 | ILAP:OperationStatus | 518 | ILAP:OperationStatus |
513 | rdf:type owl:Class ; | 519 | rdf:type owl:Class ; |
520 | + rdfs:comment "A Status of an Operation (which can have predefined enumeration values)."^^xsd:string ; | ||
514 | rdfs:label "Operation Status"^^xsd:string ; | 521 | rdfs:label "Operation Status"^^xsd:string ; |
515 | rdfs:subClassOf ILAP:Status . | 522 | rdfs:subClassOf ILAP:Status . |
516 | 523 | ||
517 | ILAP:Operator | 524 | ILAP:Operator |
518 | rdf:type owl:Class ; | 525 | rdf:type owl:Class ; |
526 | + rdfs:comment "A Responsible Organization that operates a Facility in a Field in order to produce oil and gas."^^xsd:string ; | ||
519 | rdfs:label "Operator"^^xsd:string ; | 527 | rdfs:label "Operator"^^xsd:string ; |
520 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 528 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
521 | 529 | ||
... | @@ -527,6 +535,7 @@ ILAP:PAC | ... | @@ -527,6 +535,7 @@ ILAP:PAC |
527 | 535 | ||
528 | ILAP:Phase | 536 | ILAP:Phase |
529 | rdf:type owl:Class ; | 537 | rdf:type owl:Class ; |
538 | + rdfs:comment "A Thing that divides an Activity or set of Activities into parts according to some predefined set of criteria or measurements of progress."^^xsd:string ; | ||
530 | rdfs:label "Phase"^^xsd:string ; | 539 | rdfs:label "Phase"^^xsd:string ; |
531 | rdfs:subClassOf owl:Thing . | 540 | rdfs:subClassOf owl:Thing . |
532 | 541 | ||
... | @@ -538,46 +547,55 @@ ILAP:PhysicalLocation | ... | @@ -538,46 +547,55 @@ ILAP:PhysicalLocation |
538 | 547 | ||
539 | ILAP:PlanClassifier | 548 | ILAP:PlanClassifier |
540 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 549 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
550 | + 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 ; | ||
541 | rdfs:label "Plan Classifier"^^xsd:string ; | 551 | rdfs:label "Plan Classifier"^^xsd:string ; |
542 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . | 552 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS436990091> . |
543 | 553 | ||
544 | ILAP:PlanContentType | 554 | ILAP:PlanContentType |
545 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; | 555 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> , owl:Class ; |
556 | + rdfs:comment "A Plan Classifier according to content type (typically classified by NORSOK Z-014 PBS codes)."^^xsd:string ; | ||
546 | rdfs:label "Plan Content Type"^^xsd:string ; | 557 | rdfs:label "Plan Content Type"^^xsd:string ; |
547 | rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . | 558 | rdfs:subClassOf ILAP:PlanClassifier , <http://posccaesar.org/rdl/RDS892484261> . |
548 | 559 | ||
549 | ILAP:PlanContractType | 560 | ILAP:PlanContractType |
550 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 561 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
562 | + rdfs:comment "A Plan Classifier that categorizes a Plan according to the Contract that governs execution."^^xsd:string ; | ||
551 | rdfs:label "Plan Contract Type"^^xsd:string ; | 563 | rdfs:label "Plan Contract Type"^^xsd:string ; |
552 | rdfs:subClassOf ILAP:PlanClassifier . | 564 | rdfs:subClassOf ILAP:PlanClassifier . |
553 | 565 | ||
554 | ILAP:PlanExpenseType | 566 | ILAP:PlanExpenseType |
555 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; | 567 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> ; |
568 | + rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of Expense it incurrs."^^xsd:string ; | ||
556 | rdfs:label "Plan Expense Type"^^xsd:string ; | 569 | rdfs:label "Plan Expense Type"^^xsd:string ; |
557 | rdfs:subClassOf ILAP:PlanClassifier . | 570 | rdfs:subClassOf ILAP:PlanClassifier . |
558 | 571 | ||
559 | ILAP:PlanGeoArea | 572 | ILAP:PlanGeoArea |
560 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; | 573 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfArrangedIndividual> , owl:Class ; |
574 | + rdfs:comment "A Plan Classifier that categorizes a Plan according to the (size of the) geographic area it addresses."^^xsd:string ; | ||
561 | rdfs:label "Plan Geographic Area"^^xsd:string ; | 575 | rdfs:label "Plan Geographic Area"^^xsd:string ; |
562 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 576 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
563 | 577 | ||
564 | ILAP:PlanLevel | 578 | ILAP:PlanLevel |
565 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 579 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
580 | + 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 ; | ||
566 | rdfs:label "Plan Level"^^xsd:string ; | 581 | rdfs:label "Plan Level"^^xsd:string ; |
567 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 582 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
568 | 583 | ||
569 | ILAP:PlanLifecycleStage | 584 | ILAP:PlanLifecycleStage |
570 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; | 585 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> ; |
586 | + 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 ; | ||
571 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; | 587 | rdfs:label "Plan Lifecycle Stage"^^xsd:string ; |
572 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . | 588 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS436990091> , ILAP:PlanClassifier . |
573 | 589 | ||
574 | ILAP:PlanObjectiveType | 590 | ILAP:PlanObjectiveType |
575 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; | 591 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfInformationRepresentation> ; |
592 | + rdfs:comment "A Plan Classifier that categorizes a Plan according to the nature of its objectives."^^xsd:string ; | ||
576 | rdfs:label "Plan Objective Type"^^xsd:string ; | 593 | rdfs:label "Plan Objective Type"^^xsd:string ; |
577 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . | 594 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS43168516168> , ILAP:PlanClassifier . |
578 | 595 | ||
579 | ILAP:PlanProjectType | 596 | ILAP:PlanProjectType |
580 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; | 597 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfClassOfIndividual> , owl:Class ; |
598 | + rdfs:comment "A Plan Classifier that categorizes a Plan according to the type of prooject used to execute it."^^xsd:string ; | ||
581 | rdfs:label "Plan Project Type"^^xsd:string ; | 599 | rdfs:label "Plan Project Type"^^xsd:string ; |
582 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . | 600 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS10012097710> , ILAP:PlanClassifier . |
583 | 601 | ||
... | @@ -706,7 +724,7 @@ ILAP:Project | ... | @@ -706,7 +724,7 @@ ILAP:Project |
706 | 724 | ||
707 | ILAP:ProjectExecutionPlan | 725 | ILAP:ProjectExecutionPlan |
708 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; | 726 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; |
709 | - rdfs:comment "An Network that includes an overall setting of a Project, including design basis, construction philosophy and contracting strategy as basis for preparing a project specific master Schedule."^^xsd:string ; | 727 | + rdfs:comment "A Network that includes an overall setting of a Project, including design basis, construction philosophy and contracting strategy as basis for preparing a project specific master Schedule."^^xsd:string ; |
710 | rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; | 728 | rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; |
711 | rdfs:subClassOf ILAP:Network ; | 729 | rdfs:subClassOf ILAP:Network ; |
712 | rdfs:subClassOf | 730 | rdfs:subClassOf |
... | @@ -786,6 +804,7 @@ ILAP:ProjectMilestone | ... | @@ -786,6 +804,7 @@ ILAP:ProjectMilestone |
786 | 804 | ||
787 | ILAP:ProjectPhase | 805 | ILAP:ProjectPhase |
788 | rdf:type owl:Class ; | 806 | rdf:type owl:Class ; |
807 | + rdfs:comment "A Phase that divides a Proect into parts according to achievement of defined progress or results, typically agains the Project Execution Plan."^^xsd:string ; | ||
789 | rdfs:label "Project Phase"^^xsd:string ; | 808 | rdfs:label "Project Phase"^^xsd:string ; |
790 | rdfs:subClassOf ILAP:Phase . | 809 | rdfs:subClassOf ILAP:Phase . |
791 | 810 | ||
... | @@ -815,34 +834,41 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -815,34 +834,41 @@ ILAP:Regular8To16WorkingDayCalendar |
815 | 834 | ||
816 | ILAP:Regulator | 835 | ILAP:Regulator |
817 | rdf:type owl:Class ; | 836 | rdf:type owl:Class ; |
837 | + rdfs:comment "A Responsible Organization that regulates (by instruction and/or inspection) a the construction and operation of a Facility in a Field in order to produce oil and gas."^^xsd:string ; | ||
818 | rdfs:label "Regulator"^^xsd:string ; | 838 | rdfs:label "Regulator"^^xsd:string ; |
819 | rdfs:subClassOf ILAP:ResponsibleOrganization . | 839 | rdfs:subClassOf ILAP:ResponsibleOrganization . |
820 | 840 | ||
821 | ILAP:Resource | 841 | ILAP:Resource |
822 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 842 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
843 | + 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 ; | ||
823 | rdfs:label "Resource"^^xsd:string ; | 844 | rdfs:label "Resource"^^xsd:string ; |
824 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . | 845 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS47466180194> . |
825 | 846 | ||
826 | ILAP:ResourceEstimate | 847 | ILAP:ResourceEstimate |
827 | rdf:type owl:Class ; | 848 | rdf:type owl:Class ; |
849 | + rdfs:comment "A Thing that contains the estimate of the Resources of specified types required for a specified Schedule"^^xsd:string ; | ||
828 | rdfs:label "Resource Estimate"^^xsd:string . | 850 | rdfs:label "Resource Estimate"^^xsd:string . |
829 | 851 | ||
830 | ILAP:ResourceProfile | 852 | ILAP:ResourceProfile |
831 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; | 853 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> ; |
854 | + rdfs:comment "A Thing that distributes Resources according to pre-defined intervals."^^xsd:string ; | ||
832 | rdfs:label "Resource Profile"^^xsd:string ; | 855 | rdfs:label "Resource Profile"^^xsd:string ; |
833 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . | 856 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS1685084301> , owl:Thing . |
834 | 857 | ||
835 | ILAP:ResourceProfilePoint | 858 | ILAP:ResourceProfilePoint |
836 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; | 859 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfAbstractObject> , owl:Class ; |
860 | + rdfs:comment "A Thing that is a specific point on a Resource Profile."^^xsd:string ; | ||
837 | rdfs:label "Resource Profile Point"^^xsd:string ; | 861 | rdfs:label "Resource Profile Point"^^xsd:string ; |
838 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . | 862 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS2213258891> . |
839 | 863 | ||
840 | ILAP:ResourceType | 864 | ILAP:ResourceType |
841 | rdf:type owl:Class ; | 865 | rdf:type owl:Class ; |
866 | + rdfs:comment "A Thing that is used to classify Resources based on how they are valued and traded off agaisnt each other."^^xsd:string ; | ||
842 | rdfs:label "Resource Type"^^xsd:string . | 867 | rdfs:label "Resource Type"^^xsd:string . |
843 | 868 | ||
844 | ILAP:ResponsibleActor | 869 | ILAP:ResponsibleActor |
845 | rdf:type owl:Class ; | 870 | rdf:type owl:Class ; |
871 | + rdfs:comment "A Thing that carries Responsibility for carrying out (the whole or part of) a Plan."^^xsd:string ; | ||
846 | rdfs:label "Responsible Actor"^^xsd:string ; | 872 | rdfs:label "Responsible Actor"^^xsd:string ; |
847 | rdfs:subClassOf owl:Thing . | 873 | rdfs:subClassOf owl:Thing . |
848 | 874 | ||
... | @@ -853,11 +879,13 @@ ILAP:ResponsibleOrganization | ... | @@ -853,11 +879,13 @@ ILAP:ResponsibleOrganization |
853 | 879 | ||
854 | ILAP:ResponsiblePerson | 880 | ILAP:ResponsiblePerson |
855 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; | 881 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfPerson> ; |
882 | + 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 ; | ||
856 | rdfs:label "Responsible Person"^^xsd:string ; | 883 | rdfs:label "Responsible Person"^^xsd:string ; |
857 | rdfs:subClassOf ILAP:ResponsibleActor . | 884 | rdfs:subClassOf ILAP:ResponsibleActor . |
858 | 885 | ||
859 | ILAP:Result | 886 | ILAP:Result |
860 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; | 887 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> , owl:Class ; |
888 | + rdfs:comment "A Thing that is the outcome deliverable from an Activity or Plan (typically classified by NORSOK Z-014 PBS elements)."^^xsd:string ; | ||
861 | rdfs:label "Result"^^xsd:string ; | 889 | rdfs:label "Result"^^xsd:string ; |
862 | rdfs:subClassOf owl:Thing . | 890 | rdfs:subClassOf owl:Thing . |
863 | 891 | ||
... | @@ -869,11 +897,13 @@ ILAP:RevisedSchedule | ... | @@ -869,11 +897,13 @@ ILAP:RevisedSchedule |
869 | 897 | ||
870 | ILAP:Risk | 898 | ILAP:Risk |
871 | rdf:type owl:Class ; | 899 | rdf:type owl:Class ; |
900 | + rdfs:comment "A Thing that is 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 ; | ||
872 | rdfs:label "Risk"^^xsd:string ; | 901 | rdfs:label "Risk"^^xsd:string ; |
873 | rdfs:subClassOf owl:Thing . | 902 | rdfs:subClassOf owl:Thing . |
874 | 903 | ||
875 | ILAP:RiskType | 904 | ILAP:RiskType |
876 | rdf:type owl:Class ; | 905 | rdf:type owl:Class ; |
906 | + rdfs:comment "A Thing that is the classification of Risk Factors according to the reason for the risk."^^xsd:string ; | ||
877 | rdfs:label "Risk Type"^^xsd:string ; | 907 | rdfs:label "Risk Type"^^xsd:string ; |
878 | rdfs:subClassOf owl:Thing . | 908 | rdfs:subClassOf owl:Thing . |
879 | 909 | ||
... | @@ -928,21 +958,25 @@ ILAP:ScheduledMilestone | ... | @@ -928,21 +958,25 @@ ILAP:ScheduledMilestone |
928 | 958 | ||
929 | ILAP:Shutdown | 959 | ILAP:Shutdown |
930 | rdf:type owl:Class ; | 960 | rdf:type owl:Class ; |
961 | + rdfs:comment "A Thing that is the (total or partial) discontinuation of one or more activities or functionalities associated with production of oil and gas."^^xsd:string ; | ||
931 | rdfs:label "Shutdown"^^xsd:string ; | 962 | rdfs:label "Shutdown"^^xsd:string ; |
932 | rdfs:subClassOf owl:Thing . | 963 | rdfs:subClassOf owl:Thing . |
933 | 964 | ||
934 | ILAP:ShutdownPhase | 965 | ILAP:ShutdownPhase |
935 | rdf:type owl:Class ; | 966 | rdf:type owl:Class ; |
967 | + rdfs:comment "A Thing that places an Activity relative to a given Shutdown (i.e., to be carried out before, during or after shutdown, etc.)."^^xsd:string ; | ||
936 | rdfs:label "Shutdown Phase"^^xsd:string ; | 968 | rdfs:label "Shutdown Phase"^^xsd:string ; |
937 | rdfs:subClassOf owl:Thing . | 969 | rdfs:subClassOf owl:Thing . |
938 | 970 | ||
939 | ILAP:ShutdownType | 971 | ILAP:ShutdownType |
940 | rdf:type owl:Class ; | 972 | rdf:type owl:Class ; |
973 | + rdfs:comment "A Thing that is the type of a given Shutdown."^^xsd:string ; | ||
941 | rdfs:label "Shutdown Type"^^xsd:string ; | 974 | rdfs:label "Shutdown Type"^^xsd:string ; |
942 | rdfs:subClassOf owl:Thing . | 975 | rdfs:subClassOf owl:Thing . |
943 | 976 | ||
944 | ILAP:Source | 977 | ILAP:Source |
945 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; | 978 | rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInanimatePhysicalObject> ; |
979 | + 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 ; | ||
946 | rdfs:label "Source"^^xsd:string ; | 980 | rdfs:label "Source"^^xsd:string ; |
947 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . | 981 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS13103560> . |
948 | 982 | ||
... | @@ -965,6 +999,7 @@ ILAP:StartToStart | ... | @@ -965,6 +999,7 @@ ILAP:StartToStart |
965 | 999 | ||
966 | ILAP:Status | 1000 | ILAP:Status |
967 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; | 1001 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfStatus> , owl:Class ; |
1002 | + 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 ; | ||
968 | rdfs:label "Status"^^xsd:string ; | 1003 | rdfs:label "Status"^^xsd:string ; |
969 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . | 1004 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS427322951> , owl:Thing . |
970 | 1005 | ||
... | @@ -981,16 +1016,19 @@ ILAP:TaskMilestone | ... | @@ -981,16 +1016,19 @@ ILAP:TaskMilestone |
981 | 1016 | ||
982 | ILAP:Timebased | 1017 | ILAP:Timebased |
983 | rdf:type owl:Class ; | 1018 | rdf:type owl:Class ; |
1019 | + rdfs:comment "A ResourceType that is limited by the time it is available."^^xsd:string ; | ||
984 | rdfs:label "Time Based"^^xsd:string ; | 1020 | rdfs:label "Time Based"^^xsd:string ; |
985 | rdfs:subClassOf ILAP:ResourceType . | 1021 | rdfs:subClassOf ILAP:ResourceType . |
986 | 1022 | ||
987 | ILAP:UnitBased | 1023 | ILAP:UnitBased |
988 | rdf:type owl:Class ; | 1024 | rdf:type owl:Class ; |
1025 | + rdfs:comment "A Resource Type that is limited by the amount which is available."^^xsd:string ; | ||
989 | rdfs:label "Unit Based"^^xsd:string ; | 1026 | rdfs:label "Unit Based"^^xsd:string ; |
990 | rdfs:subClassOf ILAP:ResourceType . | 1027 | rdfs:subClassOf ILAP:ResourceType . |
991 | 1028 | ||
992 | ILAP:Value | 1029 | ILAP:Value |
993 | rdf:type owl:Class ; | 1030 | rdf:type owl:Class ; |
1031 | + 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 ; | ||
994 | rdfs:label "Value"^^xsd:string ; | 1032 | rdfs:label "Value"^^xsd:string ; |
995 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . | 1033 | rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7945844> . |
996 | 1034 | ||
... | @@ -1002,11 +1040,13 @@ ILAP:WeekendsFreeCalendar | ... | @@ -1002,11 +1040,13 @@ ILAP:WeekendsFreeCalendar |
1002 | 1040 | ||
1003 | ILAP:WorkOrder | 1041 | ILAP:WorkOrder |
1004 | rdf:type owl:Class ; | 1042 | rdf:type owl:Class ; |
1043 | + rdfs:comment "A Work Task defined in ERP systems, such as detailed operations or movements in a logistics chain."^^xsd:string ; | ||
1005 | rdfs:label "Work Order"^^xsd:string ; | 1044 | rdfs:label "Work Order"^^xsd:string ; |
1006 | rdfs:subClassOf ILAP:WorkTask . | 1045 | rdfs:subClassOf ILAP:WorkTask . |
1007 | 1046 | ||
1008 | ILAP:WorkTask | 1047 | ILAP:WorkTask |
1009 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; | 1048 | rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfActivity> , owl:Class ; |
1049 | + 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 ; | ||
1010 | rdfs:label "Work Task"^^xsd:string ; | 1050 | rdfs:label "Work Task"^^xsd:string ; |
1011 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; | 1051 | rdfs:subClassOf <http://posccaesar.org/rdl/RDS3149> , owl:Thing ; |
1012 | rdfs:subClassOf | 1052 | rdfs:subClassOf |
... | @@ -1022,6 +1062,7 @@ ILAP:WorkTask | ... | @@ -1022,6 +1062,7 @@ ILAP:WorkTask |
1022 | 1062 | ||
1023 | ILAP:WorkTaskStatus | 1063 | ILAP:WorkTaskStatus |
1024 | rdf:type owl:Class ; | 1064 | rdf:type owl:Class ; |
1065 | + rdfs:comment "A Status of a Work Order (which can have predefined enumeration values)."^^xsd:string ; | ||
1025 | rdfs:label "Work Task Status"^^xsd:string ; | 1066 | rdfs:label "Work Task Status"^^xsd:string ; |
1026 | rdfs:subClassOf ILAP:Status . | 1067 | rdfs:subClassOf ILAP:Status . |
1027 | 1068 | ||
... | @@ -1046,12 +1087,14 @@ ILAP:hasActivityActualWeight | ... | @@ -1046,12 +1087,14 @@ ILAP:hasActivityActualWeight |
1046 | 1087 | ||
1047 | ILAP:hasActivityBaselineSchedule | 1088 | ILAP:hasActivityBaselineSchedule |
1048 | rdf:type owl:ObjectProperty ; | 1089 | rdf:type owl:ObjectProperty ; |
1090 | + rdfs:comment "A Relationship between a Scheduled Activity and the Control Schedule that is the current Baseline."^^xsd:string ; | ||
1049 | rdfs:domain ILAP:ScheduledActivity ; | 1091 | rdfs:domain ILAP:ScheduledActivity ; |
1050 | rdfs:label "has Activity Baseline Schedule"^^xsd:string ; | 1092 | rdfs:label "has Activity Baseline Schedule"^^xsd:string ; |
1051 | rdfs:range ILAP:ControlSchedule . | 1093 | rdfs:range ILAP:ControlSchedule . |
1052 | 1094 | ||
1053 | ILAP:hasActivityCalendar | 1095 | ILAP:hasActivityCalendar |
1054 | rdf:type owl:ObjectProperty ; | 1096 | rdf:type owl:ObjectProperty ; |
1097 | + rdfs:comment "A Relationship between an Activity and its assigned Calendar."^^xsd:string ; | ||
1055 | rdfs:label "has Activity Calendar"^^xsd:string ; | 1098 | rdfs:label "has Activity Calendar"^^xsd:string ; |
1056 | rdfs:range ILAP:Calendar . | 1099 | rdfs:range ILAP:Calendar . |
1057 | 1100 | ||
... | @@ -1062,6 +1105,7 @@ ILAP:hasActivityContractor | ... | @@ -1062,6 +1105,7 @@ ILAP:hasActivityContractor |
1062 | 1105 | ||
1063 | ILAP:hasActivityDiscipline | 1106 | ILAP:hasActivityDiscipline |
1064 | rdf:type owl:ObjectProperty ; | 1107 | rdf:type owl:ObjectProperty ; |
1108 | + rdfs:comment "A Relationship between a Planned Activity and its Discipline Code (typically classified by NORSOK Z-014 COR elements)."^^xsd:string ; | ||
1065 | rdfs:domain ILAP:PlannedActivity ; | 1109 | rdfs:domain ILAP:PlannedActivity ; |
1066 | rdfs:label "has Activity Discipline"^^xsd:string ; | 1110 | rdfs:label "has Activity Discipline"^^xsd:string ; |
1067 | rdfs:range ILAP:Discipline . | 1111 | rdfs:range ILAP:Discipline . |
... | @@ -1081,11 +1125,13 @@ ILAP:hasActivityEstimatedWeight | ... | @@ -1081,11 +1125,13 @@ ILAP:hasActivityEstimatedWeight |
1081 | 1125 | ||
1082 | ILAP:hasActivityFacility | 1126 | ILAP:hasActivityFacility |
1083 | rdf:type owl:ObjectProperty ; | 1127 | rdf:type owl:ObjectProperty ; |
1128 | + rdfs:comment "A Relationship between a Planned Activity and its Facility (typically classified by NPD Facility)."^^xsd:string ; | ||
1084 | rdfs:label "has Activity Facility"^^xsd:string ; | 1129 | rdfs:label "has Activity Facility"^^xsd:string ; |
1085 | rdfs:range ILAP:Facility . | 1130 | rdfs:range ILAP:Facility . |
1086 | 1131 | ||
1087 | ILAP:hasActivityInScheduleActivityInPlan | 1132 | ILAP:hasActivityInScheduleActivityInPlan |
1088 | rdf:type owl:ObjectProperty ; | 1133 | rdf:type owl:ObjectProperty ; |
1134 | + rdfs:comment "A Relationship between a Scheduled Activity and the corresponding Planned Activity (note that in general a plan will be scheduled many times during execution, and thus a Planned Activity will have a set of Scheduled Activities)."^^xsd:string ; | ||
1089 | rdfs:domain ILAP:ScheduledActivity ; | 1135 | rdfs:domain ILAP:ScheduledActivity ; |
1090 | rdfs:label "has activity in schedule activity in plan"^^xsd:string ; | 1136 | rdfs:label "has activity in schedule activity in plan"^^xsd:string ; |
1091 | rdfs:range ILAP:PlannedActivity . | 1137 | rdfs:range ILAP:PlannedActivity . |
... | @@ -1216,7 +1262,7 @@ ILAP:hasActivityShutdown | ... | @@ -1216,7 +1262,7 @@ ILAP:hasActivityShutdown |
1216 | rdf:type owl:ObjectProperty ; | 1262 | rdf:type owl:ObjectProperty ; |
1217 | rdfs:domain ILAP:PlannedActivity ; | 1263 | rdfs:domain ILAP:PlannedActivity ; |
1218 | rdfs:label "has Activity Shutdown"^^xsd:string ; | 1264 | rdfs:label "has Activity Shutdown"^^xsd:string ; |
1219 | - rdfs:range ILAP:Shutdown . | 1265 | + rdfs:range ILAP:ShutdownPhase . |
1220 | 1266 | ||
1221 | ILAP:hasActivityStatus | 1267 | ILAP:hasActivityStatus |
1222 | rdf:type owl:ObjectProperty ; | 1268 | rdf:type owl:ObjectProperty ; |
... | @@ -1774,18 +1820,18 @@ ILAP:hasScheduledStart | ... | @@ -1774,18 +1820,18 @@ ILAP:hasScheduledStart |
1774 | rdfs:range xsd:date ; | 1820 | rdfs:range xsd:date ; |
1775 | rdfs:subPropertyOf ILAP:hasScheduleDate . | 1821 | rdfs:subPropertyOf ILAP:hasScheduleDate . |
1776 | 1822 | ||
1823 | +ILAP:hasShutdownActivity | ||
1824 | + rdf:type owl:ObjectProperty ; | ||
1825 | + rdfs:domain ILAP:Shutdown ; | ||
1826 | + rdfs:label "has Shutdown Phase"^^xsd:string ; | ||
1827 | + rdfs:range ILAP:PlannedActivity . | ||
1828 | + | ||
1777 | ILAP:hasShutdownPeriod | 1829 | ILAP:hasShutdownPeriod |
1778 | rdf:type owl:DatatypeProperty ; | 1830 | rdf:type owl:DatatypeProperty ; |
1779 | rdfs:domain ILAP:Shutdown ; | 1831 | rdfs:domain ILAP:Shutdown ; |
1780 | rdfs:label "has Shutdown Period"^^xsd:string ; | 1832 | rdfs:label "has Shutdown Period"^^xsd:string ; |
1781 | rdfs:range xsd:string . | 1833 | rdfs:range xsd:string . |
1782 | 1834 | ||
1783 | -ILAP:hasShutdownPhase | ||
1784 | - rdf:type owl:ObjectProperty ; | ||
1785 | - rdfs:domain ILAP:Shutdown ; | ||
1786 | - rdfs:label "has Shutdown Phase"^^xsd:string ; | ||
1787 | - rdfs:range ILAP:ShutdownPhase . | ||
1788 | - | ||
1789 | ILAP:hasShutdownPriority | 1835 | ILAP:hasShutdownPriority |
1790 | rdf:type owl:ObjectProperty ; | 1836 | rdf:type owl:ObjectProperty ; |
1791 | rdfs:domain ILAP:Shutdown ; | 1837 | rdfs:domain ILAP:Shutdown ; | ... | ... |
... | @@ -593,14 +593,14 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -593,14 +593,14 @@ ILAP:StandardFreeWeekendPeriod |
593 | ILAP:SummerShutdown_UC1 | 593 | ILAP:SummerShutdown_UC1 |
594 | rdf:type ILAP:Shutdown ; | 594 | rdf:type ILAP:Shutdown ; |
595 | rdfs:label "Summer shutdown UC1"^^xsd:string ; | 595 | rdfs:label "Summer shutdown UC1"^^xsd:string ; |
596 | + ILAP:hasShutdownActivity | ||
597 | + ILAP:DuringShutdown ; | ||
596 | ILAP:hasShutdownPeriod | 598 | ILAP:hasShutdownPeriod |
597 | "SD2016"^^xsd:string ; | 599 | "SD2016"^^xsd:string ; |
598 | - ILAP:hasShutdownPhase | ||
599 | - ILAP:DuringShutdown ; | ||
600 | ILAP:hasShutdownPriority | 600 | ILAP:hasShutdownPriority |
601 | ILAP:NormalPriority ; | 601 | ILAP:NormalPriority ; |
602 | ILAP:hasShutdownType | 602 | ILAP:hasShutdownType |
603 | - ILAP:SystemShutdown , ILAP:ScheduledShutdown , ILAP:ProductionShutdown . | 603 | + ILAP:ScheduledShutdown , ILAP:ProductionShutdown , ILAP:SystemShutdown . |
604 | 604 | ||
605 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> | 605 | <http://data.posccaesar.org/ilap/SystemCodeForRosenbergToConocoPhilllips2.0> |
606 | rdf:type USERFIELDS:FreeTextField ; | 606 | rdf:type USERFIELDS:FreeTextField ; | ... | ... |
-
Please register or login to post a comment