Showing
2 changed files
with
24 additions
and
24 deletions
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 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 ; |
... | @@ -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 "Development"^^xsd:string , "Develop"^^xsd:string . | 153 | + rdfs:label "Develop"^^xsd:string , "Development"^^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:ShutdownType , ILAP:ShutdownPhase ; | 180 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
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:Saturday , ILAP:Sunday . | 630 | + ILAP:Sunday , ILAP:Saturday . |
631 | 631 | ||
632 | ILAP:StandardWorkWeekdayPeriod | 632 | ILAP:StandardWorkWeekdayPeriod |
633 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 633 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -793,10 +793,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -793,10 +793,10 @@ 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:Resource , ILAP:Discipline , ILAP:Category . | 796 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
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:Result , ILAP:PlanContentType . | 799 | + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . |
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:ProjectPhase . | 802 | rdfs:subClassOf ILAP:ProjectPhase . |
... | @@ -806,57 +806,57 @@ USERFIELDS:UserField | ... | @@ -806,57 +806,57 @@ USERFIELDS:UserField |
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:Discipline ; | 809 | + owl:onClass ILAP:ShutdownType ; |
810 | - owl:onProperty USERFIELDS:hasDiscipline | 810 | + owl:onProperty USERFIELDS:hasShutdownType |
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:MilestoneType ; | 816 | + owl:onClass ILAP:Result ; |
817 | - owl:onProperty USERFIELDS:hasMilestone | 817 | + owl:onProperty USERFIELDS:hasProduct |
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:Contractor ; | 823 | + owl:onClass ILAP:Phase ; |
824 | - owl:onProperty USERFIELDS:hasContractor | 824 | + owl:onProperty USERFIELDS:hasProjectPhase |
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:Facility ; | 830 | + owl:onClass ILAP:Discipline ; |
831 | - owl:onProperty USERFIELDS:hasFacility | 831 | + owl:onProperty USERFIELDS:hasCategory |
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:Discipline ; | 837 | + owl:onClass ILAP:Facility ; |
838 | - owl:onProperty USERFIELDS:hasCategory | 838 | + owl:onProperty USERFIELDS:hasFacility |
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:Phase ; | 844 | + owl:onClass ILAP:Contractor ; |
845 | - owl:onProperty USERFIELDS:hasProjectPhase | 845 | + owl:onProperty USERFIELDS:hasContractor |
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:Result ; | 851 | + owl:onClass ILAP:MilestoneType ; |
852 | - owl:onProperty USERFIELDS:hasProduct | 852 | + owl:onProperty USERFIELDS:hasMilestone |
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:ShutdownType ; | 858 | + owl:onClass ILAP:Discipline ; |
859 | - owl:onProperty USERFIELDS:hasShutdownType | 859 | + owl:onProperty USERFIELDS:hasDiscipline |
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 owl:Thing , ILAP:ResponsibleOrganization . | 895 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
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> . | ... | ... |
-
Please register or login to post a comment