Tore Christiansen

Misc updates when preparing EIRG

...@@ -207,7 +207,7 @@ ILAP:Cost ...@@ -207,7 +207,7 @@ ILAP:Cost
207 ILAP:CostBased 207 ILAP:CostBased
208 rdf:type owl:Class ; 208 rdf:type owl:Class ;
209 rdfs:label "Cost Based"^^xsd:string ; 209 rdfs:label "Cost Based"^^xsd:string ;
210 - rdfs:subClassOf ILAP:Resource . 210 + rdfs:subClassOf ILAP:ResourceType .
211 211
212 ILAP:Criticality 212 ILAP:Criticality
213 rdf:type owl:Class ; 213 rdf:type owl:Class ;
...@@ -341,12 +341,12 @@ ILAP:ExternalReference ...@@ -341,12 +341,12 @@ ILAP:ExternalReference
341 ILAP:Facility 341 ILAP:Facility
342 rdf:type owl:Class ; 342 rdf:type owl:Class ;
343 rdfs:label "Facility"^^xsd:string ; 343 rdfs:label "Facility"^^xsd:string ;
344 - rdfs:subClassOf owl:Thing . 344 + rdfs:subClassOf ILAP:Asset .
345 345
346 ILAP:Field 346 ILAP:Field
347 rdf:type owl:Class ; 347 rdf:type owl:Class ;
348 rdfs:label "Field"^^xsd:string ; 348 rdfs:label "Field"^^xsd:string ;
349 - rdfs:subClassOf owl:Thing . 349 + rdfs:subClassOf ILAP:Asset .
350 350
351 ILAP:FinishToFinish 351 ILAP:FinishToFinish
352 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ; 352 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfConnectionOfIndividual> ;
...@@ -391,7 +391,7 @@ ILAP:Knowledge ...@@ -391,7 +391,7 @@ ILAP:Knowledge
391 ILAP:License 391 ILAP:License
392 rdf:type owl:Class ; 392 rdf:type owl:Class ;
393 rdfs:label "License"^^xsd:string ; 393 rdfs:label "License"^^xsd:string ;
394 - rdfs:subClassOf owl:Thing . 394 + rdfs:subClassOf ILAP:Asset .
395 395
396 ILAP:LifecyclePhase 396 ILAP:LifecyclePhase
397 rdf:type owl:Class ; 397 rdf:type owl:Class ;
...@@ -465,11 +465,6 @@ ILAP:Operator ...@@ -465,11 +465,6 @@ ILAP:Operator
465 rdfs:label "Operator"^^xsd:string ; 465 rdfs:label "Operator"^^xsd:string ;
466 rdfs:subClassOf ILAP:ResponsibleOrganization . 466 rdfs:subClassOf ILAP:ResponsibleOrganization .
467 467
468 -ILAP:Performance
469 - rdf:type owl:Class ;
470 - rdfs:label "Performance"^^xsd:string ;
471 - rdfs:subClassOf owl:Thing .
472 -
473 ILAP:Phase 468 ILAP:Phase
474 rdf:type owl:Class ; 469 rdf:type owl:Class ;
475 rdfs:label "Phase"^^xsd:string ; 470 rdfs:label "Phase"^^xsd:string ;
...@@ -646,16 +641,6 @@ ILAP:Project ...@@ -646,16 +641,6 @@ ILAP:Project
646 owl:onProperty ILAP:hasProjectResponsible 641 owl:onProperty ILAP:hasProjectResponsible
647 ] . 642 ] .
648 643
649 -ILAP:ProjectEffectiveness
650 - rdf:type owl:Class ;
651 - rdfs:label "Project Effectiveness"^^xsd:string ;
652 - rdfs:subClassOf ILAP:Value .
653 -
654 -ILAP:ProjectEfficiency
655 - rdf:type owl:Class ;
656 - rdfs:label "Project Efficiency"^^xsd:string ;
657 - rdfs:subClassOf ILAP:Value .
658 -
659 ILAP:ProjectExecutionPlan 644 ILAP:ProjectExecutionPlan
660 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ; 645 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationObject> , owl:Class ;
661 rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ; 646 rdfs:label "Project Execution Plan (Planned Activity Network)"^^xsd:string ;
...@@ -757,8 +742,7 @@ ILAP:Resource ...@@ -757,8 +742,7 @@ ILAP:Resource
757 742
758 ILAP:ResourceEstimate 743 ILAP:ResourceEstimate
759 rdf:type owl:Class ; 744 rdf:type owl:Class ;
760 - rdfs:label "Resource Estimate"^^xsd:string ; 745 + rdfs:label "Resource Estimate"^^xsd:string .
761 - rdfs:subClassOf ILAP:ResourceStructure .
762 746
763 ILAP:ResourceProfile 747 ILAP:ResourceProfile
764 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ; 748 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfInformationRepresentation> , owl:Class ;
...@@ -770,10 +754,9 @@ ILAP:ResourceProfilePoint ...@@ -770,10 +754,9 @@ ILAP:ResourceProfilePoint
770 rdfs:label "Resource Profile Point"^^xsd:string ; 754 rdfs:label "Resource Profile Point"^^xsd:string ;
771 rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing . 755 rdfs:subClassOf <http://posccaesar.org/rdl/RDS2213258891> , owl:Thing .
772 756
773 -ILAP:ResourceStructure 757 +ILAP:ResourceType
774 rdf:type owl:Class ; 758 rdf:type owl:Class ;
775 - rdfs:label "Resource Structure"^^xsd:string ; 759 + rdfs:label "Resource Type"^^xsd:string .
776 - rdfs:subClassOf ILAP:Network .
777 760
778 ILAP:ResponsibleActor 761 ILAP:ResponsibleActor
779 rdf:type owl:Class ; 762 rdf:type owl:Class ;
...@@ -899,12 +882,12 @@ ILAP:TaskMilestone ...@@ -899,12 +882,12 @@ ILAP:TaskMilestone
899 ILAP:Timebased 882 ILAP:Timebased
900 rdf:type owl:Class ; 883 rdf:type owl:Class ;
901 rdfs:label "Time Based"^^xsd:string ; 884 rdfs:label "Time Based"^^xsd:string ;
902 - rdfs:subClassOf ILAP:Resource . 885 + rdfs:subClassOf ILAP:ResourceType .
903 886
904 ILAP:UnitBased 887 ILAP:UnitBased
905 rdf:type owl:Class ; 888 rdf:type owl:Class ;
906 rdfs:label "Unit Based"^^xsd:string ; 889 rdfs:label "Unit Based"^^xsd:string ;
907 - rdfs:subClassOf ILAP:Resource . 890 + rdfs:subClassOf ILAP:ResourceType .
908 891
909 ILAP:Value 892 ILAP:Value
910 rdf:type owl:Class ; 893 rdf:type owl:Class ;
...@@ -1184,6 +1167,12 @@ ILAP:hasActivityWorkVolume ...@@ -1184,6 +1167,12 @@ ILAP:hasActivityWorkVolume
1184 rdfs:label "has Activity Work Volume"^^xsd:string ; 1167 rdfs:label "has Activity Work Volume"^^xsd:string ;
1185 rdfs:range xsd:float . 1168 rdfs:range xsd:float .
1186 1169
1170 +ILAP:hasAssetValue
1171 + rdf:type owl:ObjectProperty ;
1172 + rdfs:domain ILAP:Asset ;
1173 + rdfs:label "has asset value"^^xsd:string ;
1174 + rdfs:range ILAP:Value .
1175 +
1187 ILAP:hasBaselineActivityDuration 1176 ILAP:hasBaselineActivityDuration
1188 rdf:type owl:DatatypeProperty ; 1177 rdf:type owl:DatatypeProperty ;
1189 rdfs:domain ILAP:ScheduledActivity ; 1178 rdfs:domain ILAP:ScheduledActivity ;
...@@ -1636,11 +1625,11 @@ ILAP:hasResourceRemainingQuantity ...@@ -1636,11 +1625,11 @@ ILAP:hasResourceRemainingQuantity
1636 rdfs:label "has Resource Remaining Quantity"^^xsd:string ; 1625 rdfs:label "has Resource Remaining Quantity"^^xsd:string ;
1637 rdfs:range xsd:float . 1626 rdfs:range xsd:float .
1638 1627
1639 -ILAP:hasResourceStructure 1628 +ILAP:hasResourceType
1640 rdf:type owl:ObjectProperty ; 1629 rdf:type owl:ObjectProperty ;
1641 rdfs:domain ILAP:Resource ; 1630 rdfs:domain ILAP:Resource ;
1642 - rdfs:label "has Resource Structure"^^xsd:string ; 1631 + rdfs:label "has Resource Type"^^xsd:string ;
1643 - rdfs:range ILAP:ResourceStructure . 1632 + rdfs:range ILAP:ResourceType .
1644 1633
1645 ILAP:hasRiskCriticality 1634 ILAP:hasRiskCriticality
1646 rdf:type owl:ObjectProperty ; 1635 rdf:type owl:ObjectProperty ;
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 15 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16 16
17 : rdf:type owl:Ontology ; 17 : rdf:type owl:Ontology ;
18 - owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: . 18 + owl:imports ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown ...@@ -147,7 +147,7 @@ ILAP:DependentOnShutdown
147 147
148 ILAP:Development 148 ILAP:Development
149 rdf:type ILAP:PlanLifecycleStage ; 149 rdf:type ILAP:PlanLifecycleStage ;
150 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 150 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
151 151
152 ILAP:DisasterRecovery 152 ILAP:DisasterRecovery
153 rdf:type ILAP:PlanObjectiveType ; 153 rdf:type ILAP:PlanObjectiveType ;
...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation ...@@ -174,8 +174,8 @@ ILAP:DuringNormalOperation
174 rdfs:label "During Normal Operation"^^xsd:string . 174 rdfs:label "During Normal Operation"^^xsd:string .
175 175
176 ILAP:DuringShutdown 176 ILAP:DuringShutdown
177 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 177 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
178 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 178 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
179 179
180 ILAP:EIS 180 ILAP:EIS
181 rdf:type ILAP:Application ; 181 rdf:type ILAP:Application ;
...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod
605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 605 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
606 rdfs:label "Standard free weekend period"^^xsd:string ; 606 rdfs:label "Standard free weekend period"^^xsd:string ;
607 ILAP:hasCalendarPeriodFreeDay 607 ILAP:hasCalendarPeriodFreeDay
608 - ILAP:Sunday , ILAP:Saturday . 608 + ILAP:Saturday , ILAP:Sunday .
609 609
610 ILAP:StandardWorkWeekdayPeriod 610 ILAP:StandardWorkWeekdayPeriod
611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 611 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible ...@@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible
768 rdfs:range ILAP:ResponsiblePerson . 768 rdfs:range ILAP:ResponsiblePerson .
769 769
770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 770 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
771 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 771 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
772 772
773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 773 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
774 - rdfs:subClassOf ILAP:Result , ILAP:Asset . 774 + rdfs:subClassOf ILAP:Result .
775 775
776 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 776 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
777 rdfs:subClassOf ILAP:Phase . 777 rdfs:subClassOf ILAP:Phase .
...@@ -781,63 +781,63 @@ USERFIELDS:UserField ...@@ -781,63 +781,63 @@ USERFIELDS:UserField
781 [ rdf:type owl:Restriction ; 781 [ rdf:type owl:Restriction ;
782 owl:maxQualifiedCardinality 782 owl:maxQualifiedCardinality
783 "1"^^xsd:nonNegativeInteger ; 783 "1"^^xsd:nonNegativeInteger ;
784 - owl:onClass ILAP:Discipline ; 784 + owl:onClass ILAP:ShutdownType ;
785 - owl:onProperty USERFIELDS:hasDiscipline 785 + owl:onProperty USERFIELDS:hasShutdownType
786 ] ; 786 ] ;
787 rdfs:subClassOf 787 rdfs:subClassOf
788 [ rdf:type owl:Restriction ; 788 [ rdf:type owl:Restriction ;
789 owl:maxQualifiedCardinality 789 owl:maxQualifiedCardinality
790 "1"^^xsd:nonNegativeInteger ; 790 "1"^^xsd:nonNegativeInteger ;
791 - owl:onClass ILAP:MilestoneType ; 791 + owl:onClass ILAP:Result ;
792 - owl:onProperty USERFIELDS:hasMilestone 792 + owl:onProperty USERFIELDS:hasProduct
793 ] ; 793 ] ;
794 rdfs:subClassOf 794 rdfs:subClassOf
795 [ rdf:type owl:Restriction ; 795 [ rdf:type owl:Restriction ;
796 owl:maxQualifiedCardinality 796 owl:maxQualifiedCardinality
797 "1"^^xsd:nonNegativeInteger ; 797 "1"^^xsd:nonNegativeInteger ;
798 - owl:onClass ILAP:Contractor ; 798 + owl:onClass ILAP:Phase ;
799 - owl:onProperty USERFIELDS:hasContractor 799 + owl:onProperty USERFIELDS:hasProjectPhase
800 ] ; 800 ] ;
801 rdfs:subClassOf 801 rdfs:subClassOf
802 [ rdf:type owl:Restriction ; 802 [ rdf:type owl:Restriction ;
803 owl:maxQualifiedCardinality 803 owl:maxQualifiedCardinality
804 "1"^^xsd:nonNegativeInteger ; 804 "1"^^xsd:nonNegativeInteger ;
805 - owl:onClass ILAP:Facility ; 805 + owl:onClass ILAP:Discipline ;
806 - owl:onProperty USERFIELDS:hasFacility 806 + owl:onProperty USERFIELDS:hasCategory
807 ] ; 807 ] ;
808 rdfs:subClassOf 808 rdfs:subClassOf
809 [ rdf:type owl:Restriction ; 809 [ rdf:type owl:Restriction ;
810 owl:maxQualifiedCardinality 810 owl:maxQualifiedCardinality
811 "1"^^xsd:nonNegativeInteger ; 811 "1"^^xsd:nonNegativeInteger ;
812 - owl:onClass ILAP:Discipline ; 812 + owl:onClass ILAP:Facility ;
813 - owl:onProperty USERFIELDS:hasCategory 813 + owl:onProperty USERFIELDS:hasFacility
814 ] ; 814 ] ;
815 rdfs:subClassOf 815 rdfs:subClassOf
816 [ rdf:type owl:Restriction ; 816 [ rdf:type owl:Restriction ;
817 owl:maxQualifiedCardinality 817 owl:maxQualifiedCardinality
818 "1"^^xsd:nonNegativeInteger ; 818 "1"^^xsd:nonNegativeInteger ;
819 - owl:onClass ILAP:Phase ; 819 + owl:onClass ILAP:Contractor ;
820 - owl:onProperty USERFIELDS:hasProjectPhase 820 + owl:onProperty USERFIELDS:hasContractor
821 ] ; 821 ] ;
822 rdfs:subClassOf 822 rdfs:subClassOf
823 [ rdf:type owl:Restriction ; 823 [ rdf:type owl:Restriction ;
824 owl:maxQualifiedCardinality 824 owl:maxQualifiedCardinality
825 "1"^^xsd:nonNegativeInteger ; 825 "1"^^xsd:nonNegativeInteger ;
826 - owl:onClass ILAP:Result ; 826 + owl:onClass ILAP:MilestoneType ;
827 - owl:onProperty USERFIELDS:hasProduct 827 + owl:onProperty USERFIELDS:hasMilestone
828 ] ; 828 ] ;
829 rdfs:subClassOf 829 rdfs:subClassOf
830 [ rdf:type owl:Restriction ; 830 [ rdf:type owl:Restriction ;
831 owl:maxQualifiedCardinality 831 owl:maxQualifiedCardinality
832 "1"^^xsd:nonNegativeInteger ; 832 "1"^^xsd:nonNegativeInteger ;
833 - owl:onClass ILAP:ShutdownType ; 833 + owl:onClass ILAP:Discipline ;
834 - owl:onProperty USERFIELDS:hasShutdownType 834 + owl:onProperty USERFIELDS:hasDiscipline
835 ] . 835 ] .
836 836
837 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 837 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
838 rdf:type owl:Class ; 838 rdf:type owl:Class ;
839 - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 839 + rdfs:label "Operating company"^^xsd:string ;
840 - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . 840 + rdfs:subClassOf ILAP:Operator .
841 841
842 <http://data.posccaesar.org/npd/ontology/productionFacility> 842 <http://data.posccaesar.org/npd/ontology/productionFacility>
843 rdf:type owl:Class ; 843 rdf:type owl:Class ;
...@@ -847,7 +847,7 @@ USERFIELDS:UserField ...@@ -847,7 +847,7 @@ USERFIELDS:UserField
847 rdl:RDS282149 847 rdl:RDS282149
848 rdf:type owl:Class ; 848 rdf:type owl:Class ;
849 rdfs:label "RDS282149"^^xsd:string ; 849 rdfs:label "RDS282149"^^xsd:string ;
850 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 850 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
851 851
852 <http://data.posccaesar.orgnpd/ontology/License> 852 <http://data.posccaesar.orgnpd/ontology/License>
853 rdf:type owl:Class ; 853 rdf:type owl:Class ;
......