Showing
2 changed files
with
29 additions
and
29 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 ; |
| ... | @@ -72,17 +72,17 @@ ILAP:CAPEX | ... | @@ -72,17 +72,17 @@ ILAP:CAPEX |
| 72 | 72 | ||
| 73 | ILAP:COR_KI | 73 | ILAP:COR_KI |
| 74 | rdf:type owl:Class ; | 74 | rdf:type owl:Class ; |
| 75 | - rdfs:label "Automation"^^xsd:string ; | 75 | + rdfs:label "ILAP COR extension KI: Automation "^^xsd:string ; |
| 76 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 76 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
| 77 | 77 | ||
| 78 | ILAP:COR_KK | 78 | ILAP:COR_KK |
| 79 | rdf:type owl:Class ; | 79 | rdf:type owl:Class ; |
| 80 | - rdfs:label "Maintenance"^^xsd:string ; | 80 | + rdfs:label "ILAP COR extension KK: Maintenance"^^xsd:string ; |
| 81 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 81 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
| 82 | 82 | ||
| 83 | ILAP:COR_KX | 83 | ILAP:COR_KX |
| 84 | rdf:type owl:Class ; | 84 | rdf:type owl:Class ; |
| 85 | - rdfs:label "LCI"^^xsd:string ; | 85 | + rdfs:label "ILAP COR extension KX: LCI"^^xsd:string ; |
| 86 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . | 86 | rdfs:subClassOf <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_K> . |
| 87 | 87 | ||
| 88 | ILAP:COR_LI | 88 | ILAP:COR_LI |
| ... | @@ -171,7 +171,7 @@ ILAP:DependentOnShutdown | ... | @@ -171,7 +171,7 @@ ILAP:DependentOnShutdown |
| 171 | 171 | ||
| 172 | ILAP:Development | 172 | ILAP:Development |
| 173 | rdf:type ILAP:PlanLifecycleStage ; | 173 | rdf:type ILAP:PlanLifecycleStage ; |
| 174 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 174 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 175 | 175 | ||
| 176 | ILAP:DisasterRecovery | 176 | ILAP:DisasterRecovery |
| 177 | rdf:type ILAP:PlanObjectiveType ; | 177 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -198,8 +198,8 @@ ILAP:DuringNormalOperation | ... | @@ -198,8 +198,8 @@ ILAP:DuringNormalOperation |
| 198 | rdfs:label "During Normal Operation"^^xsd:string . | 198 | rdfs:label "During Normal Operation"^^xsd:string . |
| 199 | 199 | ||
| 200 | ILAP:DuringShutdown | 200 | ILAP:DuringShutdown |
| 201 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 201 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
| 202 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 202 | + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . |
| 203 | 203 | ||
| 204 | ILAP:EquipmentShutdown | 204 | ILAP:EquipmentShutdown |
| 205 | rdf:type ILAP:ShutdownType ; | 205 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -596,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -596,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod |
| 596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 597 | rdfs:label "Standard free weekend period"^^xsd:string ; | 597 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 598 | ILAP:hasCalendarPeriodFreeDay | 598 | ILAP:hasCalendarPeriodFreeDay |
| 599 | - ILAP:Saturday , ILAP:Sunday . | 599 | + ILAP:Sunday , ILAP:Saturday . |
| 600 | 600 | ||
| 601 | ILAP:StandardWorkWeekdayPeriod | 601 | ILAP:StandardWorkWeekdayPeriod |
| 602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -755,10 +755,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -755,10 +755,10 @@ ILAP:hasWorkTaskResponsible |
| 755 | rdfs:range ILAP:ResponsiblePerson . | 755 | rdfs:range ILAP:ResponsiblePerson . |
| 756 | 756 | ||
| 757 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 757 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 758 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 758 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
| 759 | 759 | ||
| 760 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 760 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 761 | - rdfs:subClassOf ILAP:Asset , ILAP:Result . | 761 | + rdfs:subClassOf ILAP:Result , ILAP:Asset . |
| 762 | 762 | ||
| 763 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 763 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 764 | rdfs:subClassOf ILAP:Phase . | 764 | rdfs:subClassOf ILAP:Phase . |
| ... | @@ -768,63 +768,63 @@ USERFIELDS:UserField | ... | @@ -768,63 +768,63 @@ USERFIELDS:UserField |
| 768 | [ rdf:type owl:Restriction ; | 768 | [ rdf:type owl:Restriction ; |
| 769 | owl:maxQualifiedCardinality | 769 | owl:maxQualifiedCardinality |
| 770 | "1"^^xsd:nonNegativeInteger ; | 770 | "1"^^xsd:nonNegativeInteger ; |
| 771 | - owl:onClass ILAP:ShutdownType ; | 771 | + owl:onClass ILAP:Discipline ; |
| 772 | - owl:onProperty USERFIELDS:hasShutdownType | 772 | + owl:onProperty USERFIELDS:hasDiscipline |
| 773 | ] ; | 773 | ] ; |
| 774 | rdfs:subClassOf | 774 | rdfs:subClassOf |
| 775 | [ rdf:type owl:Restriction ; | 775 | [ rdf:type owl:Restriction ; |
| 776 | owl:maxQualifiedCardinality | 776 | owl:maxQualifiedCardinality |
| 777 | "1"^^xsd:nonNegativeInteger ; | 777 | "1"^^xsd:nonNegativeInteger ; |
| 778 | - owl:onClass ILAP:Result ; | 778 | + owl:onClass ILAP:MilestoneType ; |
| 779 | - owl:onProperty USERFIELDS:hasProduct | 779 | + owl:onProperty USERFIELDS:hasMilestone |
| 780 | ] ; | 780 | ] ; |
| 781 | rdfs:subClassOf | 781 | rdfs:subClassOf |
| 782 | [ rdf:type owl:Restriction ; | 782 | [ rdf:type owl:Restriction ; |
| 783 | owl:maxQualifiedCardinality | 783 | owl:maxQualifiedCardinality |
| 784 | "1"^^xsd:nonNegativeInteger ; | 784 | "1"^^xsd:nonNegativeInteger ; |
| 785 | - owl:onClass ILAP:Phase ; | 785 | + owl:onClass ILAP:Contractor ; |
| 786 | - owl:onProperty USERFIELDS:hasProjectPhase | 786 | + owl:onProperty USERFIELDS:hasContractor |
| 787 | ] ; | 787 | ] ; |
| 788 | rdfs:subClassOf | 788 | rdfs:subClassOf |
| 789 | [ rdf:type owl:Restriction ; | 789 | [ rdf:type owl:Restriction ; |
| 790 | owl:maxQualifiedCardinality | 790 | owl:maxQualifiedCardinality |
| 791 | "1"^^xsd:nonNegativeInteger ; | 791 | "1"^^xsd:nonNegativeInteger ; |
| 792 | - owl:onClass ILAP:Discipline ; | 792 | + owl:onClass ILAP:Facility ; |
| 793 | - owl:onProperty USERFIELDS:hasCategory | 793 | + owl:onProperty USERFIELDS:hasFacility |
| 794 | ] ; | 794 | ] ; |
| 795 | rdfs:subClassOf | 795 | rdfs:subClassOf |
| 796 | [ rdf:type owl:Restriction ; | 796 | [ rdf:type owl:Restriction ; |
| 797 | owl:maxQualifiedCardinality | 797 | owl:maxQualifiedCardinality |
| 798 | "1"^^xsd:nonNegativeInteger ; | 798 | "1"^^xsd:nonNegativeInteger ; |
| 799 | - owl:onClass ILAP:Facility ; | 799 | + owl:onClass ILAP:Discipline ; |
| 800 | - owl:onProperty USERFIELDS:hasFacility | 800 | + owl:onProperty USERFIELDS:hasCategory |
| 801 | ] ; | 801 | ] ; |
| 802 | rdfs:subClassOf | 802 | rdfs:subClassOf |
| 803 | [ rdf:type owl:Restriction ; | 803 | [ rdf:type owl:Restriction ; |
| 804 | owl:maxQualifiedCardinality | 804 | owl:maxQualifiedCardinality |
| 805 | "1"^^xsd:nonNegativeInteger ; | 805 | "1"^^xsd:nonNegativeInteger ; |
| 806 | - owl:onClass ILAP:Contractor ; | 806 | + owl:onClass ILAP:Phase ; |
| 807 | - owl:onProperty USERFIELDS:hasContractor | 807 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 808 | ] ; | 808 | ] ; |
| 809 | rdfs:subClassOf | 809 | rdfs:subClassOf |
| 810 | [ rdf:type owl:Restriction ; | 810 | [ rdf:type owl:Restriction ; |
| 811 | owl:maxQualifiedCardinality | 811 | owl:maxQualifiedCardinality |
| 812 | "1"^^xsd:nonNegativeInteger ; | 812 | "1"^^xsd:nonNegativeInteger ; |
| 813 | - owl:onClass ILAP:MilestoneType ; | 813 | + owl:onClass ILAP:Result ; |
| 814 | - owl:onProperty USERFIELDS:hasMilestone | 814 | + owl:onProperty USERFIELDS:hasProduct |
| 815 | ] ; | 815 | ] ; |
| 816 | rdfs:subClassOf | 816 | rdfs:subClassOf |
| 817 | [ rdf:type owl:Restriction ; | 817 | [ rdf:type owl:Restriction ; |
| 818 | owl:maxQualifiedCardinality | 818 | owl:maxQualifiedCardinality |
| 819 | "1"^^xsd:nonNegativeInteger ; | 819 | "1"^^xsd:nonNegativeInteger ; |
| 820 | - owl:onClass ILAP:Discipline ; | 820 | + owl:onClass ILAP:ShutdownType ; |
| 821 | - owl:onProperty USERFIELDS:hasDiscipline | 821 | + owl:onProperty USERFIELDS:hasShutdownType |
| 822 | ] . | 822 | ] . |
| 823 | 823 | ||
| 824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 825 | rdf:type owl:Class ; | 825 | rdf:type owl:Class ; |
| 826 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; | 826 | + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
| 827 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . | 827 | + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . |
| 828 | 828 | ||
| 829 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 829 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 830 | rdf:type owl:Class ; | 830 | rdf:type owl:Class ; |
| ... | @@ -834,7 +834,7 @@ USERFIELDS:UserField | ... | @@ -834,7 +834,7 @@ USERFIELDS:UserField |
| 834 | rdl:RDS282149 | 834 | rdl:RDS282149 |
| 835 | rdf:type owl:Class ; | 835 | rdf:type owl:Class ; |
| 836 | rdfs:label "RDS282149"^^xsd:string ; | 836 | rdfs:label "RDS282149"^^xsd:string ; |
| 837 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 837 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 838 | 838 | ||
| 839 | <http://data.posccaesar.orgnpd/ontology/License> | 839 | <http://data.posccaesar.orgnpd/ontology/License> |
| 840 | rdf:type owl:Class ; | 840 | rdf:type owl:Class ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment