Tore Christiansen

Updated User Fields according to Mapping Tool

...@@ -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 ;
...@@ -182,7 +182,7 @@ ILAP:DependentOnShutdown ...@@ -182,7 +182,7 @@ ILAP:DependentOnShutdown
182 182
183 ILAP:Development 183 ILAP:Development
184 rdf:type ILAP:PlanLifecycleStage ; 184 rdf:type ILAP:PlanLifecycleStage ;
185 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 185 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
186 186
187 ILAP:DisasterRecovery 187 ILAP:DisasterRecovery
188 rdf:type ILAP:PlanObjectiveType ; 188 rdf:type ILAP:PlanObjectiveType ;
...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation ...@@ -209,8 +209,8 @@ ILAP:DuringNormalOperation
209 rdfs:label "During Normal Operation"^^xsd:string . 209 rdfs:label "During Normal Operation"^^xsd:string .
210 210
211 ILAP:DuringShutdown 211 ILAP:DuringShutdown
212 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 212 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
213 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 213 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
214 214
215 ILAP:EIS 215 ILAP:EIS
216 rdf:type ILAP:Application ; 216 rdf:type ILAP:Application ;
...@@ -691,7 +691,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -691,7 +691,7 @@ ILAP:StandardFreeWeekendPeriod
691 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 691 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
692 rdfs:label "Standard Free Weekend Period"^^xsd:string ; 692 rdfs:label "Standard Free Weekend Period"^^xsd:string ;
693 ILAP:hasCalendarPeriodFreeDay 693 ILAP:hasCalendarPeriodFreeDay
694 - ILAP:Saturday , ILAP:Sunday . 694 + ILAP:Sunday , ILAP:Saturday .
695 695
696 ILAP:StandardWorkWeekdayPeriod 696 ILAP:StandardWorkWeekdayPeriod
697 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 697 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -865,10 +865,10 @@ ILAP:hasWorkTaskResponsible ...@@ -865,10 +865,10 @@ ILAP:hasWorkTaskResponsible
865 rdfs:range ILAP:ResponsiblePerson . 865 rdfs:range ILAP:ResponsiblePerson .
866 866
867 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 867 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
868 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 868 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
869 869
870 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 870 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
871 - rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . 871 + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result .
872 872
873 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 873 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
874 rdfs:subClassOf ILAP:ProjectPhase . 874 rdfs:subClassOf ILAP:ProjectPhase .
...@@ -878,57 +878,57 @@ USERFIELDS:UserField ...@@ -878,57 +878,57 @@ USERFIELDS:UserField
878 [ rdf:type owl:Restriction ; 878 [ rdf:type owl:Restriction ;
879 owl:maxQualifiedCardinality 879 owl:maxQualifiedCardinality
880 "1"^^xsd:nonNegativeInteger ; 880 "1"^^xsd:nonNegativeInteger ;
881 - owl:onClass ILAP:Discipline ; 881 + owl:onClass ILAP:ShutdownType ;
882 - owl:onProperty USERFIELDS:hasDiscipline 882 + owl:onProperty USERFIELDS:hasShutdownType
883 ] ; 883 ] ;
884 rdfs:subClassOf 884 rdfs:subClassOf
885 [ rdf:type owl:Restriction ; 885 [ rdf:type owl:Restriction ;
886 owl:maxQualifiedCardinality 886 owl:maxQualifiedCardinality
887 "1"^^xsd:nonNegativeInteger ; 887 "1"^^xsd:nonNegativeInteger ;
888 - owl:onClass ILAP:MilestoneType ; 888 + owl:onClass ILAP:Result ;
889 - owl:onProperty USERFIELDS:hasMilestone 889 + owl:onProperty USERFIELDS:hasProduct
890 ] ; 890 ] ;
891 rdfs:subClassOf 891 rdfs:subClassOf
892 [ rdf:type owl:Restriction ; 892 [ rdf:type owl:Restriction ;
893 owl:maxQualifiedCardinality 893 owl:maxQualifiedCardinality
894 "1"^^xsd:nonNegativeInteger ; 894 "1"^^xsd:nonNegativeInteger ;
895 - owl:onClass ILAP:Contractor ; 895 + owl:onClass ILAP:Phase ;
896 - owl:onProperty USERFIELDS:hasContractor 896 + owl:onProperty USERFIELDS:hasProjectPhase
897 ] ; 897 ] ;
898 rdfs:subClassOf 898 rdfs:subClassOf
899 [ rdf:type owl:Restriction ; 899 [ rdf:type owl:Restriction ;
900 owl:maxQualifiedCardinality 900 owl:maxQualifiedCardinality
901 "1"^^xsd:nonNegativeInteger ; 901 "1"^^xsd:nonNegativeInteger ;
902 - owl:onClass ILAP:Facility ; 902 + owl:onClass ILAP:Discipline ;
903 - owl:onProperty USERFIELDS:hasFacility 903 + owl:onProperty USERFIELDS:hasCategory
904 ] ; 904 ] ;
905 rdfs:subClassOf 905 rdfs:subClassOf
906 [ rdf:type owl:Restriction ; 906 [ rdf:type owl:Restriction ;
907 owl:maxQualifiedCardinality 907 owl:maxQualifiedCardinality
908 "1"^^xsd:nonNegativeInteger ; 908 "1"^^xsd:nonNegativeInteger ;
909 - owl:onClass ILAP:Discipline ; 909 + owl:onClass ILAP:Facility ;
910 - owl:onProperty USERFIELDS:hasCategory 910 + owl:onProperty USERFIELDS:hasFacility
911 ] ; 911 ] ;
912 rdfs:subClassOf 912 rdfs:subClassOf
913 [ rdf:type owl:Restriction ; 913 [ rdf:type owl:Restriction ;
914 owl:maxQualifiedCardinality 914 owl:maxQualifiedCardinality
915 "1"^^xsd:nonNegativeInteger ; 915 "1"^^xsd:nonNegativeInteger ;
916 - owl:onClass ILAP:Phase ; 916 + owl:onClass ILAP:Contractor ;
917 - owl:onProperty USERFIELDS:hasProjectPhase 917 + owl:onProperty USERFIELDS:hasContractor
918 ] ; 918 ] ;
919 rdfs:subClassOf 919 rdfs:subClassOf
920 [ rdf:type owl:Restriction ; 920 [ rdf:type owl:Restriction ;
921 owl:maxQualifiedCardinality 921 owl:maxQualifiedCardinality
922 "1"^^xsd:nonNegativeInteger ; 922 "1"^^xsd:nonNegativeInteger ;
923 - owl:onClass ILAP:Result ; 923 + owl:onClass ILAP:MilestoneType ;
924 - owl:onProperty USERFIELDS:hasProduct 924 + owl:onProperty USERFIELDS:hasMilestoneType
925 ] ; 925 ] ;
926 rdfs:subClassOf 926 rdfs:subClassOf
927 [ rdf:type owl:Restriction ; 927 [ rdf:type owl:Restriction ;
928 owl:maxQualifiedCardinality 928 owl:maxQualifiedCardinality
929 "1"^^xsd:nonNegativeInteger ; 929 "1"^^xsd:nonNegativeInteger ;
930 - owl:onClass ILAP:ShutdownType ; 930 + owl:onClass ILAP:Discipline ;
931 - owl:onProperty USERFIELDS:hasShutdownType 931 + owl:onProperty USERFIELDS:hasDiscipline
932 ] . 932 ] .
933 933
934 <http://data.posccaesar.org/npd/ontology/Licence> 934 <http://data.posccaesar.org/npd/ontology/Licence>
...@@ -964,7 +964,7 @@ USERFIELDS:UserField ...@@ -964,7 +964,7 @@ USERFIELDS:UserField
964 rdl:RDS282149 964 rdl:RDS282149
965 rdf:type owl:Class ; 965 rdf:type owl:Class ;
966 rdfs:label "RDS282149"^^xsd:string ; 966 rdfs:label "RDS282149"^^xsd:string ;
967 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 967 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
968 968
969 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> 969 <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A>
970 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . 970 rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> .
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.