Tore Christiansen

Made SAB and Lifecycle stage subclasses of project and lifecycle phase

This diff is collapsed. Click to expand it.
...@@ -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 ILAP: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , USERFIELDS: . 18 + owl:imports USERFIELDS: , <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCS> , ILAP: .
19 19
20 ILAP: 20 ILAP:
21 rdf:type owl:Ontology ; 21 rdf:type owl:Ontology ;
...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown ...@@ -150,7 +150,7 @@ ILAP:DependentOnShutdown
150 150
151 ILAP:Development 151 ILAP:Development
152 rdf:type ILAP:PlanLifecycleStage ; 152 rdf:type ILAP:PlanLifecycleStage ;
153 - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . 153 + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string .
154 154
155 ILAP:DisasterRecovery 155 ILAP:DisasterRecovery
156 rdf:type ILAP:PlanObjectiveType ; 156 rdf:type ILAP:PlanObjectiveType ;
...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation ...@@ -177,8 +177,8 @@ ILAP:DuringNormalOperation
177 rdfs:label "During Normal Operation"^^xsd:string . 177 rdfs:label "During Normal Operation"^^xsd:string .
178 178
179 ILAP:DuringShutdown 179 ILAP:DuringShutdown
180 - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; 180 + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ;
181 - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . 181 + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string .
182 182
183 ILAP:EIS 183 ILAP:EIS
184 rdf:type ILAP:Application ; 184 rdf:type ILAP:Application ;
...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod
627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 627 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
628 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 628 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
629 ILAP:hasCalendarPeriodFreeDay 629 ILAP:hasCalendarPeriodFreeDay
630 - ILAP:Sunday , ILAP:Saturday . 630 + ILAP:Saturday , ILAP:Sunday .
631 631
632 ILAP:StandardWorkWeekdayPeriod 632 ILAP:StandardWorkWeekdayPeriod
633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 633 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -793,70 +793,70 @@ ILAP:hasWorkTaskResponsible ...@@ -793,70 +793,70 @@ ILAP:hasWorkTaskResponsible
793 rdfs:range ILAP:ResponsiblePerson . 793 rdfs:range ILAP:ResponsiblePerson .
794 794
795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 795 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
796 - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . 796 + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category .
797 797
798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 798 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
799 - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . 799 + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType .
800 800
801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 801 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
802 - rdfs:subClassOf ILAP:Phase . 802 + rdfs:subClassOf ILAP:ProjectPhase .
803 803
804 USERFIELDS:UserField 804 USERFIELDS:UserField
805 rdfs:subClassOf 805 rdfs:subClassOf
806 [ rdf:type owl:Restriction ; 806 [ rdf:type owl:Restriction ;
807 owl:maxQualifiedCardinality 807 owl:maxQualifiedCardinality
808 "1"^^xsd:nonNegativeInteger ; 808 "1"^^xsd:nonNegativeInteger ;
809 - owl:onClass ILAP:ShutdownType ; 809 + owl:onClass ILAP:Discipline ;
810 - owl:onProperty USERFIELDS:hasShutdownType 810 + owl:onProperty USERFIELDS:hasDiscipline
811 ] ; 811 ] ;
812 rdfs:subClassOf 812 rdfs:subClassOf
813 [ rdf:type owl:Restriction ; 813 [ rdf:type owl:Restriction ;
814 owl:maxQualifiedCardinality 814 owl:maxQualifiedCardinality
815 "1"^^xsd:nonNegativeInteger ; 815 "1"^^xsd:nonNegativeInteger ;
816 - owl:onClass ILAP:Result ; 816 + owl:onClass ILAP:MilestoneType ;
817 - owl:onProperty USERFIELDS:hasProduct 817 + owl:onProperty USERFIELDS:hasMilestone
818 ] ; 818 ] ;
819 rdfs:subClassOf 819 rdfs:subClassOf
820 [ rdf:type owl:Restriction ; 820 [ rdf:type owl:Restriction ;
821 owl:maxQualifiedCardinality 821 owl:maxQualifiedCardinality
822 "1"^^xsd:nonNegativeInteger ; 822 "1"^^xsd:nonNegativeInteger ;
823 - owl:onClass ILAP:Phase ; 823 + owl:onClass ILAP:Contractor ;
824 - owl:onProperty USERFIELDS:hasProjectPhase 824 + owl:onProperty USERFIELDS:hasContractor
825 ] ; 825 ] ;
826 rdfs:subClassOf 826 rdfs:subClassOf
827 [ rdf:type owl:Restriction ; 827 [ rdf:type owl:Restriction ;
828 owl:maxQualifiedCardinality 828 owl:maxQualifiedCardinality
829 "1"^^xsd:nonNegativeInteger ; 829 "1"^^xsd:nonNegativeInteger ;
830 - owl:onClass ILAP:Discipline ; 830 + owl:onClass ILAP:Facility ;
831 - owl:onProperty USERFIELDS:hasCategory 831 + owl:onProperty USERFIELDS:hasFacility
832 ] ; 832 ] ;
833 rdfs:subClassOf 833 rdfs:subClassOf
834 [ rdf:type owl:Restriction ; 834 [ rdf:type owl:Restriction ;
835 owl:maxQualifiedCardinality 835 owl:maxQualifiedCardinality
836 "1"^^xsd:nonNegativeInteger ; 836 "1"^^xsd:nonNegativeInteger ;
837 - owl:onClass ILAP:Facility ; 837 + owl:onClass ILAP:Discipline ;
838 - owl:onProperty USERFIELDS:hasFacility 838 + owl:onProperty USERFIELDS:hasCategory
839 ] ; 839 ] ;
840 rdfs:subClassOf 840 rdfs:subClassOf
841 [ rdf:type owl:Restriction ; 841 [ rdf:type owl:Restriction ;
842 owl:maxQualifiedCardinality 842 owl:maxQualifiedCardinality
843 "1"^^xsd:nonNegativeInteger ; 843 "1"^^xsd:nonNegativeInteger ;
844 - owl:onClass ILAP:Contractor ; 844 + owl:onClass ILAP:Phase ;
845 - owl:onProperty USERFIELDS:hasContractor 845 + owl:onProperty USERFIELDS:hasProjectPhase
846 ] ; 846 ] ;
847 rdfs:subClassOf 847 rdfs:subClassOf
848 [ rdf:type owl:Restriction ; 848 [ rdf:type owl:Restriction ;
849 owl:maxQualifiedCardinality 849 owl:maxQualifiedCardinality
850 "1"^^xsd:nonNegativeInteger ; 850 "1"^^xsd:nonNegativeInteger ;
851 - owl:onClass ILAP:MilestoneType ; 851 + owl:onClass ILAP:Result ;
852 - owl:onProperty USERFIELDS:hasMilestone 852 + owl:onProperty USERFIELDS:hasProduct
853 ] ; 853 ] ;
854 rdfs:subClassOf 854 rdfs:subClassOf
855 [ rdf:type owl:Restriction ; 855 [ rdf:type owl:Restriction ;
856 owl:maxQualifiedCardinality 856 owl:maxQualifiedCardinality
857 "1"^^xsd:nonNegativeInteger ; 857 "1"^^xsd:nonNegativeInteger ;
858 - owl:onClass ILAP:Discipline ; 858 + owl:onClass ILAP:ShutdownType ;
859 - owl:onProperty USERFIELDS:hasDiscipline 859 + owl:onProperty USERFIELDS:hasShutdownType
860 ] . 860 ] .
861 861
862 <http://data.posccaesar.org/npd/ontology/Licence> 862 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -892,7 +892,7 @@ USERFIELDS:UserField ...@@ -892,7 +892,7 @@ USERFIELDS:UserField
892 rdl:RDS282149 892 rdl:RDS282149
893 rdf:type owl:Class ; 893 rdf:type owl:Class ;
894 rdfs:label "RDS282149"^^xsd:string ; 894 rdfs:label "RDS282149"^^xsd:string ;
895 - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . 895 + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization .
896 896
897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 897 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 898 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.