Showing
2 changed files
with
24 additions
and
52 deletions
| ... | @@ -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 ; |
| ... | @@ -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 "Develop"^^xsd:string , "Development"^^xsd:string . | 185 | + rdfs:label "Development"^^xsd:string , "Develop"^^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:ShutdownPhase , ILAP:ShutdownType ; | 212 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
| 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:Sunday , ILAP:Saturday . | 694 | + ILAP:Saturday , ILAP:Sunday . |
| 695 | 695 | ||
| 696 | ILAP:StandardWorkWeekdayPeriod | 696 | ILAP:StandardWorkWeekdayPeriod |
| 697 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 697 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -738,9 +738,6 @@ ILAP:Unknown | ... | @@ -738,9 +738,6 @@ ILAP:Unknown |
| 738 | rdf:type ILAP:Status ; | 738 | rdf:type ILAP:Status ; |
| 739 | rdfs:label "Unknown"^^xsd:string . | 739 | rdfs:label "Unknown"^^xsd:string . |
| 740 | 740 | ||
| 741 | -ILAP:UserField | ||
| 742 | - rdfs:subClassOf ILAP:Data . | ||
| 743 | - | ||
| 744 | ILAP:VesselOperation | 741 | ILAP:VesselOperation |
| 745 | rdf:type owl:Class ; | 742 | rdf:type owl:Class ; |
| 746 | rdfs:label "Vessel operation"^^xsd:string ; | 743 | rdfs:label "Vessel operation"^^xsd:string ; |
| ... | @@ -865,10 +862,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -865,10 +862,10 @@ ILAP:hasWorkTaskResponsible |
| 865 | rdfs:range ILAP:ResponsiblePerson . | 862 | rdfs:range ILAP:ResponsiblePerson . |
| 866 | 863 | ||
| 867 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 864 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 868 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 865 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
| 869 | 866 | ||
| 870 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 867 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 871 | - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . | 868 | + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . |
| 872 | 869 | ||
| 873 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 870 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 874 | rdfs:subClassOf ILAP:ProjectPhase . | 871 | rdfs:subClassOf ILAP:ProjectPhase . |
| ... | @@ -878,57 +875,57 @@ USERFIELDS:UserField | ... | @@ -878,57 +875,57 @@ USERFIELDS:UserField |
| 878 | [ rdf:type owl:Restriction ; | 875 | [ rdf:type owl:Restriction ; |
| 879 | owl:maxQualifiedCardinality | 876 | owl:maxQualifiedCardinality |
| 880 | "1"^^xsd:nonNegativeInteger ; | 877 | "1"^^xsd:nonNegativeInteger ; |
| 881 | - owl:onClass ILAP:ShutdownType ; | 878 | + owl:onClass ILAP:Discipline ; |
| 882 | - owl:onProperty USERFIELDS:hasShutdownType | 879 | + owl:onProperty USERFIELDS:hasDiscipline |
| 883 | ] ; | 880 | ] ; |
| 884 | rdfs:subClassOf | 881 | rdfs:subClassOf |
| 885 | [ rdf:type owl:Restriction ; | 882 | [ rdf:type owl:Restriction ; |
| 886 | owl:maxQualifiedCardinality | 883 | owl:maxQualifiedCardinality |
| 887 | "1"^^xsd:nonNegativeInteger ; | 884 | "1"^^xsd:nonNegativeInteger ; |
| 888 | - owl:onClass ILAP:Result ; | 885 | + owl:onClass ILAP:MilestoneType ; |
| 889 | - owl:onProperty USERFIELDS:hasProduct | 886 | + owl:onProperty USERFIELDS:hasMilestoneType |
| 890 | ] ; | 887 | ] ; |
| 891 | rdfs:subClassOf | 888 | rdfs:subClassOf |
| 892 | [ rdf:type owl:Restriction ; | 889 | [ rdf:type owl:Restriction ; |
| 893 | owl:maxQualifiedCardinality | 890 | owl:maxQualifiedCardinality |
| 894 | "1"^^xsd:nonNegativeInteger ; | 891 | "1"^^xsd:nonNegativeInteger ; |
| 895 | - owl:onClass ILAP:Phase ; | 892 | + owl:onClass ILAP:Contractor ; |
| 896 | - owl:onProperty USERFIELDS:hasProjectPhaseType | 893 | + owl:onProperty USERFIELDS:hasContractor |
| 897 | ] ; | 894 | ] ; |
| 898 | rdfs:subClassOf | 895 | rdfs:subClassOf |
| 899 | [ rdf:type owl:Restriction ; | 896 | [ rdf:type owl:Restriction ; |
| 900 | owl:maxQualifiedCardinality | 897 | owl:maxQualifiedCardinality |
| 901 | "1"^^xsd:nonNegativeInteger ; | 898 | "1"^^xsd:nonNegativeInteger ; |
| 902 | - owl:onClass ILAP:Discipline ; | 899 | + owl:onClass ILAP:Facility ; |
| 903 | - owl:onProperty USERFIELDS:hasCategory | 900 | + owl:onProperty USERFIELDS:hasFacility |
| 904 | ] ; | 901 | ] ; |
| 905 | rdfs:subClassOf | 902 | rdfs:subClassOf |
| 906 | [ rdf:type owl:Restriction ; | 903 | [ rdf:type owl:Restriction ; |
| 907 | owl:maxQualifiedCardinality | 904 | owl:maxQualifiedCardinality |
| 908 | "1"^^xsd:nonNegativeInteger ; | 905 | "1"^^xsd:nonNegativeInteger ; |
| 909 | - owl:onClass ILAP:Facility ; | 906 | + owl:onClass ILAP:Discipline ; |
| 910 | - owl:onProperty USERFIELDS:hasFacility | 907 | + owl:onProperty USERFIELDS:hasCategory |
| 911 | ] ; | 908 | ] ; |
| 912 | rdfs:subClassOf | 909 | rdfs:subClassOf |
| 913 | [ rdf:type owl:Restriction ; | 910 | [ rdf:type owl:Restriction ; |
| 914 | owl:maxQualifiedCardinality | 911 | owl:maxQualifiedCardinality |
| 915 | "1"^^xsd:nonNegativeInteger ; | 912 | "1"^^xsd:nonNegativeInteger ; |
| 916 | - owl:onClass ILAP:Contractor ; | 913 | + owl:onClass ILAP:Phase ; |
| 917 | - owl:onProperty USERFIELDS:hasContractor | 914 | + owl:onProperty USERFIELDS:hasProjectPhaseType |
| 918 | ] ; | 915 | ] ; |
| 919 | rdfs:subClassOf | 916 | rdfs:subClassOf |
| 920 | [ rdf:type owl:Restriction ; | 917 | [ rdf:type owl:Restriction ; |
| 921 | owl:maxQualifiedCardinality | 918 | owl:maxQualifiedCardinality |
| 922 | "1"^^xsd:nonNegativeInteger ; | 919 | "1"^^xsd:nonNegativeInteger ; |
| 923 | - owl:onClass ILAP:MilestoneType ; | 920 | + owl:onClass ILAP:Result ; |
| 924 | - owl:onProperty USERFIELDS:hasMilestoneType | 921 | + owl:onProperty USERFIELDS:hasProduct |
| 925 | ] ; | 922 | ] ; |
| 926 | rdfs:subClassOf | 923 | rdfs:subClassOf |
| 927 | [ rdf:type owl:Restriction ; | 924 | [ rdf:type owl:Restriction ; |
| 928 | owl:maxQualifiedCardinality | 925 | owl:maxQualifiedCardinality |
| 929 | "1"^^xsd:nonNegativeInteger ; | 926 | "1"^^xsd:nonNegativeInteger ; |
| 930 | - owl:onClass ILAP:Discipline ; | 927 | + owl:onClass ILAP:ShutdownType ; |
| 931 | - owl:onProperty USERFIELDS:hasDiscipline | 928 | + owl:onProperty USERFIELDS:hasShutdownType |
| 932 | ] . | 929 | ] . |
| 933 | 930 | ||
| 934 | <http://data.posccaesar.org/npd/ontology/Licence> | 931 | <http://data.posccaesar.org/npd/ontology/Licence> |
| ... | @@ -964,7 +961,7 @@ USERFIELDS:UserField | ... | @@ -964,7 +961,7 @@ USERFIELDS:UserField |
| 964 | rdl:RDS282149 | 961 | rdl:RDS282149 |
| 965 | rdf:type owl:Class ; | 962 | rdf:type owl:Class ; |
| 966 | rdfs:label "RDS282149"^^xsd:string ; | 963 | rdfs:label "RDS282149"^^xsd:string ; |
| 967 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 964 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 968 | 965 | ||
| 969 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 966 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 970 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 967 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
| ... | @@ -672,22 +672,6 @@ ILAP:UseCaseRosenbergToCOPNO | ... | @@ -672,22 +672,6 @@ ILAP:UseCaseRosenbergToCOPNO |
| 672 | ILAP:hasSourceUserField | 672 | ILAP:hasSourceUserField |
| 673 | ILAP:UserFieldForContractorBtoOperatorB . | 673 | ILAP:UserFieldForContractorBtoOperatorB . |
| 674 | 674 | ||
| 675 | -ILAP:UserField | ||
| 676 | - rdfs:subClassOf | ||
| 677 | - [ rdf:type owl:Restriction ; | ||
| 678 | - owl:onDataRange xsd:string ; | ||
| 679 | - owl:onProperty ILAP:hasValueSource ; | ||
| 680 | - owl:qualifiedCardinality | ||
| 681 | - "1"^^xsd:nonNegativeInteger | ||
| 682 | - ] ; | ||
| 683 | - rdfs:subClassOf | ||
| 684 | - [ rdf:type owl:Restriction ; | ||
| 685 | - owl:onDataRange xsd:string ; | ||
| 686 | - owl:onProperty ILAP:hasValue ; | ||
| 687 | - owl:qualifiedCardinality | ||
| 688 | - "1"^^xsd:nonNegativeInteger | ||
| 689 | - ] . | ||
| 690 | - | ||
| 691 | ILAP:UserFieldClass | 675 | ILAP:UserFieldClass |
| 692 | rdf:type rdfs:Class ; | 676 | rdf:type rdfs:Class ; |
| 693 | rdfs:label "User field class"^^xsd:string ; | 677 | rdfs:label "User field class"^^xsd:string ; |
| ... | @@ -846,15 +830,6 @@ ILAP:hasActivityPreviousStatus | ... | @@ -846,15 +830,6 @@ ILAP:hasActivityPreviousStatus |
| 846 | ILAP:hasPlanUserField | 830 | ILAP:hasPlanUserField |
| 847 | rdfs:domain ILAP:ProjectExecutionPlan . | 831 | rdfs:domain ILAP:ProjectExecutionPlan . |
| 848 | 832 | ||
| 849 | -ILAP:hasUserFieldSource | ||
| 850 | - rdfs:range ILAP:UserField . | ||
| 851 | - | ||
| 852 | -ILAP:hasValue | ||
| 853 | - rdfs:domain ILAP:UserField . | ||
| 854 | - | ||
| 855 | -ILAP:hasValueSource | ||
| 856 | - rdfs:domain ILAP:UserField . | ||
| 857 | - | ||
| 858 | ILAP:hasWorkTaskActivity | 833 | ILAP:hasWorkTaskActivity |
| 859 | rdfs:range ILAP:PlannedActivity . | 834 | rdfs:range ILAP:PlannedActivity . |
| 860 | 835 | ... | ... |
-
Please register or login to post a comment