Showing
3 changed files
with
43 additions
and
51 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 ; |
... | @@ -55,7 +55,7 @@ ILAP:Approved | ... | @@ -55,7 +55,7 @@ ILAP:Approved |
55 | 55 | ||
56 | ILAP:Aquisition | 56 | ILAP:Aquisition |
57 | rdf:type ILAP:PlanLifecycleStage ; | 57 | rdf:type ILAP:PlanLifecycleStage ; |
58 | - rdfs:label "Aquire"^^xsd:string . | 58 | + rdfs:label "Aquisition"^^xsd:string . |
59 | 59 | ||
60 | ILAP:Assistance | 60 | ILAP:Assistance |
61 | rdf:type ILAP:Status ; | 61 | rdf:type ILAP:Status ; |
... | @@ -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 "Development"^^xsd:string . |
186 | 186 | ||
187 | ILAP:DisasterRecovery | 187 | ILAP:DisasterRecovery |
188 | rdf:type ILAP:PlanObjectiveType ; | 188 | rdf:type ILAP:PlanObjectiveType ; |
... | @@ -190,7 +190,7 @@ ILAP:DisasterRecovery | ... | @@ -190,7 +190,7 @@ ILAP:DisasterRecovery |
190 | 190 | ||
191 | ILAP:Disposal | 191 | ILAP:Disposal |
192 | rdf:type ILAP:PlanLifecycleStage ; | 192 | rdf:type ILAP:PlanLifecycleStage ; |
193 | - rdfs:label "Dispose"^^xsd:string . | 193 | + rdfs:label "Disposal"^^xsd:string . |
194 | 194 | ||
195 | ILAP:Draft | 195 | ILAP:Draft |
196 | rdf:type ILAP:Status ; | 196 | rdf:type ILAP:Status ; |
... | @@ -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 ; |
... | @@ -360,35 +360,31 @@ ILAP:InvoicableWork | ... | @@ -360,35 +360,31 @@ ILAP:InvoicableWork |
360 | 360 | ||
361 | ILAP:L1_PPS | 361 | ILAP:L1_PPS |
362 | rdf:type ILAP:PlanLevel ; | 362 | rdf:type ILAP:PlanLevel ; |
363 | - rdfs:label "Level 1 - Program Portfolio Schedule"^^xsd:string . | 363 | + rdfs:label "Level 1 - Project Portfolio Schedule"^^xsd:string . |
364 | 364 | ||
365 | -ILAP:L2_PMS | 365 | +ILAP:L2_PSS |
366 | rdf:type ILAP:PlanLevel ; | 366 | rdf:type ILAP:PlanLevel ; |
367 | - rdfs:label "Level 2 - Project Master Schedule"^^xsd:string . | 367 | + rdfs:label "Level 2 - Project Summary Schedule"^^xsd:string . |
368 | 368 | ||
369 | ILAP:L3_CMS | 369 | ILAP:L3_CMS |
370 | rdf:type ILAP:PlanLevel ; | 370 | rdf:type ILAP:PlanLevel ; |
371 | rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string . | 371 | rdfs:label "Level 3 - Contract Master Schedule"^^xsd:string . |
372 | 372 | ||
373 | -ILAP:L3_PCS | 373 | +ILAP:L3_PMS |
374 | rdf:type ILAP:PlanLevel ; | 374 | rdf:type ILAP:PlanLevel ; |
375 | - rdfs:label "Level 3 - Project Control Network Schedule"^^xsd:string . | 375 | + rdfs:label "Level 3 - Project Master Schedule"^^xsd:string . |
376 | 376 | ||
377 | -ILAP:L4_CCS | 377 | +ILAP:L4_CNS |
378 | rdf:type ILAP:PlanLevel ; | 378 | rdf:type ILAP:PlanLevel ; |
379 | - rdfs:label "Level 4 - Contract Control Network Schedule"^^xsd:string . | 379 | + rdfs:label "Level 4 - Contract Control Schedule"^^xsd:string . |
380 | 380 | ||
381 | -ILAP:L5_DWS | 381 | +ILAP:L5_CWS |
382 | rdf:type ILAP:PlanLevel ; | 382 | rdf:type ILAP:PlanLevel ; |
383 | - rdfs:label "Level 5 - Contract Task Schedule"^^xsd:string . | 383 | + rdfs:label "Level 5 - Contract Work Schedule"^^xsd:string . |
384 | 384 | ||
385 | -ILAP:L6_CWS | 385 | +ILAP:L6_COS |
386 | rdf:type ILAP:PlanLevel ; | 386 | rdf:type ILAP:PlanLevel ; |
387 | - rdfs:label "Level 6 - Contractor Work Order Schedule"^^xsd:string . | 387 | + rdfs:label "Level 6 - Contractor Operations Schedule"^^xsd:string . |
388 | - | ||
389 | -ILAP:L7_COS | ||
390 | - rdf:type ILAP:PlanLevel ; | ||
391 | - rdfs:label "Level 7 - Contractor Operations Schedule"^^xsd:string . | ||
392 | 388 | ||
393 | ILAP:LiftingOperation | 389 | ILAP:LiftingOperation |
394 | rdf:type owl:Class ; | 390 | rdf:type owl:Class ; |
... | @@ -419,10 +415,6 @@ ILAP:MS_Project | ... | @@ -419,10 +415,6 @@ ILAP:MS_Project |
419 | rdf:type ILAP:Application ; | 415 | rdf:type ILAP:Application ; |
420 | rdfs:label "MS Project"^^xsd:string . | 416 | rdfs:label "MS Project"^^xsd:string . |
421 | 417 | ||
422 | -ILAP:Maintenance | ||
423 | - rdf:type ILAP:PlanLifecycleStage ; | ||
424 | - rdfs:label "Maintenance"^^xsd:string . | ||
425 | - | ||
426 | ILAP:ManagedClosedown | 418 | ILAP:ManagedClosedown |
427 | rdf:type ILAP:PlanObjectiveType ; | 419 | rdf:type ILAP:PlanObjectiveType ; |
428 | rdfs:label "Managed closedown"^^xsd:string . | 420 | rdfs:label "Managed closedown"^^xsd:string . |
... | @@ -504,14 +496,14 @@ ILAP:OnHold | ... | @@ -504,14 +496,14 @@ ILAP:OnHold |
504 | rdf:type ILAP:Status ; | 496 | rdf:type ILAP:Status ; |
505 | rdfs:label "On Hold"^^xsd:string . | 497 | rdfs:label "On Hold"^^xsd:string . |
506 | 498 | ||
507 | -ILAP:Operation | ||
508 | - rdf:type ILAP:PlanLifecycleStage ; | ||
509 | - rdfs:label "Operation"^^xsd:string . | ||
510 | - | ||
511 | ILAP:OperationAndMaintenance | 499 | ILAP:OperationAndMaintenance |
512 | rdf:type ILAP:PlanProjectType ; | 500 | rdf:type ILAP:PlanProjectType ; |
513 | rdfs:label "Operation and maintenance"^^xsd:string . | 501 | rdfs:label "Operation and maintenance"^^xsd:string . |
514 | 502 | ||
503 | +ILAP:OperationsAndMaintenance | ||
504 | + rdf:type ILAP:PlanLifecycleStage ; | ||
505 | + rdfs:label "Operations and Maintenance"^^xsd:string . | ||
506 | + | ||
515 | ILAP:Pacs | 507 | ILAP:Pacs |
516 | rdf:type ILAP:Application ; | 508 | rdf:type ILAP:Application ; |
517 | rdfs:label "Pacs"^^xsd:string . | 509 | rdfs:label "Pacs"^^xsd:string . |
... | @@ -616,7 +608,7 @@ ILAP:RemovalOfBarriers | ... | @@ -616,7 +608,7 @@ ILAP:RemovalOfBarriers |
616 | 608 | ||
617 | ILAP:Renewal | 609 | ILAP:Renewal |
618 | rdf:type ILAP:PlanLifecycleStage ; | 610 | rdf:type ILAP:PlanLifecycleStage ; |
619 | - rdfs:label "Renew"^^xsd:string . | 611 | + rdfs:label "Renewal"^^xsd:string . |
620 | 612 | ||
621 | ILAP:Replanned | 613 | ILAP:Replanned |
622 | rdf:type ILAP:Status ; | 614 | rdf:type ILAP:Status ; |
... | @@ -677,7 +669,7 @@ ILAP:ShallowGasOperation | ... | @@ -677,7 +669,7 @@ ILAP:ShallowGasOperation |
677 | 669 | ||
678 | ILAP:ShutdownAndDecommisioning | 670 | ILAP:ShutdownAndDecommisioning |
679 | rdf:type ILAP:PlanLifecycleStage ; | 671 | rdf:type ILAP:PlanLifecycleStage ; |
680 | - rdfs:label "Shutdown and decommisioning"^^xsd:string . | 672 | + rdfs:label "Shutdown and Decommisioning"^^xsd:string . |
681 | 673 | ||
682 | ILAP:ShutdownNotEvaluated | 674 | ILAP:ShutdownNotEvaluated |
683 | rdf:type ILAP:ShutdownType ; | 675 | rdf:type ILAP:ShutdownType ; |
... | @@ -691,7 +683,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -691,7 +683,7 @@ ILAP:StandardFreeWeekendPeriod |
691 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 683 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
692 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; | 684 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; |
693 | ILAP:hasCalendarPeriodFreeDay | 685 | ILAP:hasCalendarPeriodFreeDay |
694 | - ILAP:Saturday , ILAP:Sunday . | 686 | + ILAP:Sunday , ILAP:Saturday . |
695 | 687 | ||
696 | ILAP:StandardWorkWeekdayPeriod | 688 | ILAP:StandardWorkWeekdayPeriod |
697 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 689 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
... | @@ -862,10 +854,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -862,10 +854,10 @@ ILAP:hasWorkTaskResponsible |
862 | rdfs:range ILAP:ResponsiblePerson . | 854 | rdfs:range ILAP:ResponsiblePerson . |
863 | 855 | ||
864 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 856 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
865 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 857 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
866 | 858 | ||
867 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 859 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
868 | - rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . | 860 | + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . |
869 | 861 | ||
870 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 862 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
871 | rdfs:subClassOf ILAP:ProjectPhase . | 863 | rdfs:subClassOf ILAP:ProjectPhase . |
... | @@ -875,57 +867,57 @@ USERFIELDS:UserField | ... | @@ -875,57 +867,57 @@ USERFIELDS:UserField |
875 | [ rdf:type owl:Restriction ; | 867 | [ rdf:type owl:Restriction ; |
876 | owl:maxQualifiedCardinality | 868 | owl:maxQualifiedCardinality |
877 | "1"^^xsd:nonNegativeInteger ; | 869 | "1"^^xsd:nonNegativeInteger ; |
878 | - owl:onClass ILAP:Discipline ; | 870 | + owl:onClass ILAP:ShutdownType ; |
879 | - owl:onProperty USERFIELDS:hasDiscipline | 871 | + owl:onProperty USERFIELDS:hasShutdownType |
880 | ] ; | 872 | ] ; |
881 | rdfs:subClassOf | 873 | rdfs:subClassOf |
882 | [ rdf:type owl:Restriction ; | 874 | [ rdf:type owl:Restriction ; |
883 | owl:maxQualifiedCardinality | 875 | owl:maxQualifiedCardinality |
884 | "1"^^xsd:nonNegativeInteger ; | 876 | "1"^^xsd:nonNegativeInteger ; |
885 | - owl:onClass ILAP:MilestoneType ; | 877 | + owl:onClass ILAP:Result ; |
886 | - owl:onProperty USERFIELDS:hasMilestoneType | 878 | + owl:onProperty USERFIELDS:hasProduct |
887 | ] ; | 879 | ] ; |
888 | rdfs:subClassOf | 880 | rdfs:subClassOf |
889 | [ rdf:type owl:Restriction ; | 881 | [ rdf:type owl:Restriction ; |
890 | owl:maxQualifiedCardinality | 882 | owl:maxQualifiedCardinality |
891 | "1"^^xsd:nonNegativeInteger ; | 883 | "1"^^xsd:nonNegativeInteger ; |
892 | - owl:onClass ILAP:Contractor ; | 884 | + owl:onClass ILAP:Phase ; |
893 | - owl:onProperty USERFIELDS:hasContractor | 885 | + owl:onProperty USERFIELDS:hasProjectPhaseType |
894 | ] ; | 886 | ] ; |
895 | rdfs:subClassOf | 887 | rdfs:subClassOf |
896 | [ rdf:type owl:Restriction ; | 888 | [ rdf:type owl:Restriction ; |
897 | owl:maxQualifiedCardinality | 889 | owl:maxQualifiedCardinality |
898 | "1"^^xsd:nonNegativeInteger ; | 890 | "1"^^xsd:nonNegativeInteger ; |
899 | - owl:onClass ILAP:Facility ; | 891 | + owl:onClass ILAP:Discipline ; |
900 | - owl:onProperty USERFIELDS:hasFacility | 892 | + owl:onProperty USERFIELDS:hasCategory |
901 | ] ; | 893 | ] ; |
902 | rdfs:subClassOf | 894 | rdfs:subClassOf |
903 | [ rdf:type owl:Restriction ; | 895 | [ rdf:type owl:Restriction ; |
904 | owl:maxQualifiedCardinality | 896 | owl:maxQualifiedCardinality |
905 | "1"^^xsd:nonNegativeInteger ; | 897 | "1"^^xsd:nonNegativeInteger ; |
906 | - owl:onClass ILAP:Discipline ; | 898 | + owl:onClass ILAP:Facility ; |
907 | - owl:onProperty USERFIELDS:hasCategory | 899 | + owl:onProperty USERFIELDS:hasFacility |
908 | ] ; | 900 | ] ; |
909 | rdfs:subClassOf | 901 | rdfs:subClassOf |
910 | [ rdf:type owl:Restriction ; | 902 | [ rdf:type owl:Restriction ; |
911 | owl:maxQualifiedCardinality | 903 | owl:maxQualifiedCardinality |
912 | "1"^^xsd:nonNegativeInteger ; | 904 | "1"^^xsd:nonNegativeInteger ; |
913 | - owl:onClass ILAP:Phase ; | 905 | + owl:onClass ILAP:Contractor ; |
914 | - owl:onProperty USERFIELDS:hasProjectPhaseType | 906 | + owl:onProperty USERFIELDS:hasContractor |
915 | ] ; | 907 | ] ; |
916 | rdfs:subClassOf | 908 | rdfs:subClassOf |
917 | [ rdf:type owl:Restriction ; | 909 | [ rdf:type owl:Restriction ; |
918 | owl:maxQualifiedCardinality | 910 | owl:maxQualifiedCardinality |
919 | "1"^^xsd:nonNegativeInteger ; | 911 | "1"^^xsd:nonNegativeInteger ; |
920 | - owl:onClass ILAP:Result ; | 912 | + owl:onClass ILAP:MilestoneType ; |
921 | - owl:onProperty USERFIELDS:hasProduct | 913 | + owl:onProperty USERFIELDS:hasMilestoneType |
922 | ] ; | 914 | ] ; |
923 | rdfs:subClassOf | 915 | rdfs:subClassOf |
924 | [ rdf:type owl:Restriction ; | 916 | [ rdf:type owl:Restriction ; |
925 | owl:maxQualifiedCardinality | 917 | owl:maxQualifiedCardinality |
926 | "1"^^xsd:nonNegativeInteger ; | 918 | "1"^^xsd:nonNegativeInteger ; |
927 | - owl:onClass ILAP:ShutdownType ; | 919 | + owl:onClass ILAP:Discipline ; |
928 | - owl:onProperty USERFIELDS:hasShutdownType | 920 | + owl:onProperty USERFIELDS:hasDiscipline |
929 | ] . | 921 | ] . |
930 | 922 | ||
931 | <http://data.posccaesar.org/npd/ontology/Licence> | 923 | <http://data.posccaesar.org/npd/ontology/Licence> |
... | @@ -961,7 +953,7 @@ USERFIELDS:UserField | ... | @@ -961,7 +953,7 @@ USERFIELDS:UserField |
961 | rdl:RDS282149 | 953 | rdl:RDS282149 |
962 | rdf:type owl:Class ; | 954 | rdf:type owl:Class ; |
963 | rdfs:label "RDS282149"^^xsd:string ; | 955 | rdfs:label "RDS282149"^^xsd:string ; |
964 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 956 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
965 | 957 | ||
966 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 958 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
967 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 959 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment