Showing
1 changed file
with
60 additions
and
24 deletions
| ... | @@ -15,7 +15,43 @@ | ... | @@ -15,7 +15,43 @@ |
| 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 | + | ||
| 20 | +:Added | ||
| 21 | + rdf:type ILAP:Status ; | ||
| 22 | + rdfs:label "Added"^^xsd:string . | ||
| 23 | + | ||
| 24 | +:Approved | ||
| 25 | + rdf:type ILAP:Status ; | ||
| 26 | + rdfs:label "Approved"^^xsd:string . | ||
| 27 | + | ||
| 28 | +:Assistance | ||
| 29 | + rdf:type ILAP:Status ; | ||
| 30 | + rdfs:label "Assistance"^^xsd:string . | ||
| 31 | + | ||
| 32 | +:Calculated | ||
| 33 | + rdf:type ILAP:Status ; | ||
| 34 | + rdfs:label "Calculated"^^xsd:string . | ||
| 35 | + | ||
| 36 | +:Estimated | ||
| 37 | + rdf:type ILAP:Status ; | ||
| 38 | + rdfs:label "Estimated"^^xsd:string . | ||
| 39 | + | ||
| 40 | +:Measured | ||
| 41 | + rdf:type ILAP:Status ; | ||
| 42 | + rdfs:label "Measured"^^xsd:string . | ||
| 43 | + | ||
| 44 | +:PartlyTransferred | ||
| 45 | + rdf:type ILAP:Status ; | ||
| 46 | + rdfs:label "Partly transferred"^^xsd:string . | ||
| 47 | + | ||
| 48 | +:ProjectWork | ||
| 49 | + rdf:type ILAP:Status ; | ||
| 50 | + rdfs:label "Project work"^^xsd:string . | ||
| 51 | + | ||
| 52 | +:Transferred | ||
| 53 | + rdf:type ILAP:Status ; | ||
| 54 | + rdfs:label "Transferred"^^xsd:string . | ||
| 19 | 55 | ||
| 20 | ILAP: | 56 | ILAP: |
| 21 | rdf:type owl:Ontology ; | 57 | rdf:type owl:Ontology ; |
| ... | @@ -150,7 +186,7 @@ ILAP:DependentOnShutdown | ... | @@ -150,7 +186,7 @@ ILAP:DependentOnShutdown |
| 150 | 186 | ||
| 151 | ILAP:Development | 187 | ILAP:Development |
| 152 | rdf:type ILAP:PlanLifecycleStage ; | 188 | rdf:type ILAP:PlanLifecycleStage ; |
| 153 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 189 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 154 | 190 | ||
| 155 | ILAP:DisasterRecovery | 191 | ILAP:DisasterRecovery |
| 156 | rdf:type ILAP:PlanObjectiveType ; | 192 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -177,8 +213,8 @@ ILAP:DuringNormalOperation | ... | @@ -177,8 +213,8 @@ ILAP:DuringNormalOperation |
| 177 | rdfs:label "During Normal Operation"^^xsd:string . | 213 | rdfs:label "During Normal Operation"^^xsd:string . |
| 178 | 214 | ||
| 179 | ILAP:DuringShutdown | 215 | ILAP:DuringShutdown |
| 180 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 216 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
| 181 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 217 | + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . |
| 182 | 218 | ||
| 183 | ILAP:EIS | 219 | ILAP:EIS |
| 184 | rdf:type ILAP:Application ; | 220 | rdf:type ILAP:Application ; |
| ... | @@ -627,7 +663,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -627,7 +663,7 @@ ILAP:StandardFreeWeekendPeriod |
| 627 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 663 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 628 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; | 664 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; |
| 629 | ILAP:hasCalendarPeriodFreeDay | 665 | ILAP:hasCalendarPeriodFreeDay |
| 630 | - ILAP:Sunday , ILAP:Saturday . | 666 | + ILAP:Saturday , ILAP:Sunday . |
| 631 | 667 | ||
| 632 | ILAP:StandardWorkWeekdayPeriod | 668 | ILAP:StandardWorkWeekdayPeriod |
| 633 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 669 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -793,10 +829,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -793,10 +829,10 @@ ILAP:hasWorkTaskResponsible |
| 793 | rdfs:range ILAP:ResponsiblePerson . | 829 | rdfs:range ILAP:ResponsiblePerson . |
| 794 | 830 | ||
| 795 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 831 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 796 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 832 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
| 797 | 833 | ||
| 798 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 834 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 799 | - rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . | 835 | + rdfs:subClassOf ILAP:Result , ILAP:PlanContentType . |
| 800 | 836 | ||
| 801 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 837 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 802 | rdfs:subClassOf ILAP:ProjectPhase . | 838 | rdfs:subClassOf ILAP:ProjectPhase . |
| ... | @@ -806,57 +842,57 @@ USERFIELDS:UserField | ... | @@ -806,57 +842,57 @@ USERFIELDS:UserField |
| 806 | [ rdf:type owl:Restriction ; | 842 | [ rdf:type owl:Restriction ; |
| 807 | owl:maxQualifiedCardinality | 843 | owl:maxQualifiedCardinality |
| 808 | "1"^^xsd:nonNegativeInteger ; | 844 | "1"^^xsd:nonNegativeInteger ; |
| 809 | - owl:onClass ILAP:ShutdownType ; | 845 | + owl:onClass ILAP:Discipline ; |
| 810 | - owl:onProperty USERFIELDS:hasShutdownType | 846 | + owl:onProperty USERFIELDS:hasDiscipline |
| 811 | ] ; | 847 | ] ; |
| 812 | rdfs:subClassOf | 848 | rdfs:subClassOf |
| 813 | [ rdf:type owl:Restriction ; | 849 | [ rdf:type owl:Restriction ; |
| 814 | owl:maxQualifiedCardinality | 850 | owl:maxQualifiedCardinality |
| 815 | "1"^^xsd:nonNegativeInteger ; | 851 | "1"^^xsd:nonNegativeInteger ; |
| 816 | - owl:onClass ILAP:Result ; | 852 | + owl:onClass ILAP:MilestoneType ; |
| 817 | - owl:onProperty USERFIELDS:hasProduct | 853 | + owl:onProperty USERFIELDS:hasMilestone |
| 818 | ] ; | 854 | ] ; |
| 819 | rdfs:subClassOf | 855 | rdfs:subClassOf |
| 820 | [ rdf:type owl:Restriction ; | 856 | [ rdf:type owl:Restriction ; |
| 821 | owl:maxQualifiedCardinality | 857 | owl:maxQualifiedCardinality |
| 822 | "1"^^xsd:nonNegativeInteger ; | 858 | "1"^^xsd:nonNegativeInteger ; |
| 823 | - owl:onClass ILAP:Phase ; | 859 | + owl:onClass ILAP:Contractor ; |
| 824 | - owl:onProperty USERFIELDS:hasProjectPhase | 860 | + owl:onProperty USERFIELDS:hasContractor |
| 825 | ] ; | 861 | ] ; |
| 826 | rdfs:subClassOf | 862 | rdfs:subClassOf |
| 827 | [ rdf:type owl:Restriction ; | 863 | [ rdf:type owl:Restriction ; |
| 828 | owl:maxQualifiedCardinality | 864 | owl:maxQualifiedCardinality |
| 829 | "1"^^xsd:nonNegativeInteger ; | 865 | "1"^^xsd:nonNegativeInteger ; |
| 830 | - owl:onClass ILAP:Discipline ; | 866 | + owl:onClass ILAP:Facility ; |
| 831 | - owl:onProperty USERFIELDS:hasCategory | 867 | + owl:onProperty USERFIELDS:hasFacility |
| 832 | ] ; | 868 | ] ; |
| 833 | rdfs:subClassOf | 869 | rdfs:subClassOf |
| 834 | [ rdf:type owl:Restriction ; | 870 | [ rdf:type owl:Restriction ; |
| 835 | owl:maxQualifiedCardinality | 871 | owl:maxQualifiedCardinality |
| 836 | "1"^^xsd:nonNegativeInteger ; | 872 | "1"^^xsd:nonNegativeInteger ; |
| 837 | - owl:onClass ILAP:Facility ; | 873 | + owl:onClass ILAP:Discipline ; |
| 838 | - owl:onProperty USERFIELDS:hasFacility | 874 | + owl:onProperty USERFIELDS:hasCategory |
| 839 | ] ; | 875 | ] ; |
| 840 | rdfs:subClassOf | 876 | rdfs:subClassOf |
| 841 | [ rdf:type owl:Restriction ; | 877 | [ rdf:type owl:Restriction ; |
| 842 | owl:maxQualifiedCardinality | 878 | owl:maxQualifiedCardinality |
| 843 | "1"^^xsd:nonNegativeInteger ; | 879 | "1"^^xsd:nonNegativeInteger ; |
| 844 | - owl:onClass ILAP:Contractor ; | 880 | + owl:onClass ILAP:Phase ; |
| 845 | - owl:onProperty USERFIELDS:hasContractor | 881 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 846 | ] ; | 882 | ] ; |
| 847 | rdfs:subClassOf | 883 | rdfs:subClassOf |
| 848 | [ rdf:type owl:Restriction ; | 884 | [ rdf:type owl:Restriction ; |
| 849 | owl:maxQualifiedCardinality | 885 | owl:maxQualifiedCardinality |
| 850 | "1"^^xsd:nonNegativeInteger ; | 886 | "1"^^xsd:nonNegativeInteger ; |
| 851 | - owl:onClass ILAP:MilestoneType ; | 887 | + owl:onClass ILAP:Result ; |
| 852 | - owl:onProperty USERFIELDS:hasMilestone | 888 | + owl:onProperty USERFIELDS:hasProduct |
| 853 | ] ; | 889 | ] ; |
| 854 | rdfs:subClassOf | 890 | rdfs:subClassOf |
| 855 | [ rdf:type owl:Restriction ; | 891 | [ rdf:type owl:Restriction ; |
| 856 | owl:maxQualifiedCardinality | 892 | owl:maxQualifiedCardinality |
| 857 | "1"^^xsd:nonNegativeInteger ; | 893 | "1"^^xsd:nonNegativeInteger ; |
| 858 | - owl:onClass ILAP:Discipline ; | 894 | + owl:onClass ILAP:ShutdownType ; |
| 859 | - owl:onProperty USERFIELDS:hasDiscipline | 895 | + owl:onProperty USERFIELDS:hasShutdownType |
| 860 | ] . | 896 | ] . |
| 861 | 897 | ||
| 862 | <http://data.posccaesar.org/npd/ontology/Licence> | 898 | <http://data.posccaesar.org/npd/ontology/Licence> |
| ... | @@ -892,7 +928,7 @@ USERFIELDS:UserField | ... | @@ -892,7 +928,7 @@ USERFIELDS:UserField |
| 892 | rdl:RDS282149 | 928 | rdl:RDS282149 |
| 893 | rdf:type owl:Class ; | 929 | rdf:type owl:Class ; |
| 894 | rdfs:label "RDS282149"^^xsd:string ; | 930 | rdfs:label "RDS282149"^^xsd:string ; |
| 895 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 931 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 896 | 932 | ||
| 897 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 933 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 898 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 934 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
-
Please register or login to post a comment