Showing
1 changed file
with
34 additions
and
26 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 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 ; |
| ... | @@ -46,6 +46,10 @@ ILAP:Aquisition | ... | @@ -46,6 +46,10 @@ ILAP:Aquisition |
| 46 | rdf:type ILAP:PlanLifecycleStage ; | 46 | rdf:type ILAP:PlanLifecycleStage ; |
| 47 | rdfs:label "Aquire"^^xsd:string . | 47 | rdfs:label "Aquire"^^xsd:string . |
| 48 | 48 | ||
| 49 | +ILAP:AwaitingApproval | ||
| 50 | + rdf:type ILAP:Status ; | ||
| 51 | + rdfs:label "Awaiting approval"^^xsd:string . | ||
| 52 | + | ||
| 49 | ILAP:BeforeShutdown | 53 | ILAP:BeforeShutdown |
| 50 | rdf:type ILAP:ShutdownPhase ; | 54 | rdf:type ILAP:ShutdownPhase ; |
| 51 | rdfs:label "Before shutdown"^^xsd:string . | 55 | rdfs:label "Before shutdown"^^xsd:string . |
| ... | @@ -167,7 +171,7 @@ ILAP:DependentOnShutdown | ... | @@ -167,7 +171,7 @@ ILAP:DependentOnShutdown |
| 167 | 171 | ||
| 168 | ILAP:Development | 172 | ILAP:Development |
| 169 | rdf:type ILAP:PlanLifecycleStage ; | 173 | rdf:type ILAP:PlanLifecycleStage ; |
| 170 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 174 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 171 | 175 | ||
| 172 | ILAP:DisasterRecovery | 176 | ILAP:DisasterRecovery |
| 173 | rdf:type ILAP:PlanObjectiveType ; | 177 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -194,8 +198,8 @@ ILAP:DuringNormalOperation | ... | @@ -194,8 +198,8 @@ ILAP:DuringNormalOperation |
| 194 | rdfs:label "During Normal Operation"^^xsd:string . | 198 | rdfs:label "During Normal Operation"^^xsd:string . |
| 195 | 199 | ||
| 196 | ILAP:DuringShutdown | 200 | ILAP:DuringShutdown |
| 197 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 201 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
| 198 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 202 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
| 199 | 203 | ||
| 200 | ILAP:EquipmentShutdown | 204 | ILAP:EquipmentShutdown |
| 201 | rdf:type ILAP:ShutdownType ; | 205 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -431,6 +435,10 @@ ILAP:NPDelement_1 | ... | @@ -431,6 +435,10 @@ ILAP:NPDelement_1 |
| 431 | rdf:type NPD:NPDelement ; | 435 | rdf:type NPD:NPDelement ; |
| 432 | rdfs:label "NPDelement 1"^^xsd:string . | 436 | rdfs:label "NPDelement 1"^^xsd:string . |
| 433 | 437 | ||
| 438 | +ILAP:New | ||
| 439 | + rdf:type ILAP:Status ; | ||
| 440 | + rdfs:label "New"^^xsd:string . | ||
| 441 | + | ||
| 434 | ILAP:NonInvoicableWork | 442 | ILAP:NonInvoicableWork |
| 435 | rdf:type owl:Class ; | 443 | rdf:type owl:Class ; |
| 436 | rdfs:label "Non invoicable work"^^xsd:string ; | 444 | rdfs:label "Non invoicable work"^^xsd:string ; |
| ... | @@ -588,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -588,7 +596,7 @@ ILAP:StandardFreeWeekendPeriod |
| 588 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 596 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 589 | rdfs:label "Standard free weekend period"^^xsd:string ; | 597 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 590 | ILAP:hasCalendarPeriodFreeDay | 598 | ILAP:hasCalendarPeriodFreeDay |
| 591 | - ILAP:Sunday , ILAP:Saturday . | 599 | + ILAP:Saturday , ILAP:Sunday . |
| 592 | 600 | ||
| 593 | ILAP:StandardWorkWeekdayPeriod | 601 | ILAP:StandardWorkWeekdayPeriod |
| 594 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 602 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -747,10 +755,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -747,10 +755,10 @@ ILAP:hasWorkTaskResponsible |
| 747 | rdfs:range ILAP:ResponsiblePerson . | 755 | rdfs:range ILAP:ResponsiblePerson . |
| 748 | 756 | ||
| 749 | <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> |
| 750 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 758 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
| 751 | 759 | ||
| 752 | <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> |
| 753 | - rdfs:subClassOf ILAP:Result , ILAP:Asset . | 761 | + rdfs:subClassOf ILAP:Asset , ILAP:Result . |
| 754 | 762 | ||
| 755 | <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> |
| 756 | rdfs:subClassOf ILAP:Phase . | 764 | rdfs:subClassOf ILAP:Phase . |
| ... | @@ -760,63 +768,63 @@ USERFIELDS:UserField | ... | @@ -760,63 +768,63 @@ USERFIELDS:UserField |
| 760 | [ rdf:type owl:Restriction ; | 768 | [ rdf:type owl:Restriction ; |
| 761 | owl:maxQualifiedCardinality | 769 | owl:maxQualifiedCardinality |
| 762 | "1"^^xsd:nonNegativeInteger ; | 770 | "1"^^xsd:nonNegativeInteger ; |
| 763 | - owl:onClass ILAP:Discipline ; | 771 | + owl:onClass ILAP:ShutdownType ; |
| 764 | - owl:onProperty USERFIELDS:hasDiscipline | 772 | + owl:onProperty USERFIELDS:hasShutdownType |
| 765 | ] ; | 773 | ] ; |
| 766 | rdfs:subClassOf | 774 | rdfs:subClassOf |
| 767 | [ rdf:type owl:Restriction ; | 775 | [ rdf:type owl:Restriction ; |
| 768 | owl:maxQualifiedCardinality | 776 | owl:maxQualifiedCardinality |
| 769 | "1"^^xsd:nonNegativeInteger ; | 777 | "1"^^xsd:nonNegativeInteger ; |
| 770 | - owl:onClass ILAP:MilestoneType ; | 778 | + owl:onClass ILAP:Result ; |
| 771 | - owl:onProperty USERFIELDS:hasMilestone | 779 | + owl:onProperty USERFIELDS:hasProduct |
| 772 | ] ; | 780 | ] ; |
| 773 | rdfs:subClassOf | 781 | rdfs:subClassOf |
| 774 | [ rdf:type owl:Restriction ; | 782 | [ rdf:type owl:Restriction ; |
| 775 | owl:maxQualifiedCardinality | 783 | owl:maxQualifiedCardinality |
| 776 | "1"^^xsd:nonNegativeInteger ; | 784 | "1"^^xsd:nonNegativeInteger ; |
| 777 | - owl:onClass ILAP:Contractor ; | 785 | + owl:onClass ILAP:Phase ; |
| 778 | - owl:onProperty USERFIELDS:hasContractor | 786 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 779 | ] ; | 787 | ] ; |
| 780 | rdfs:subClassOf | 788 | rdfs:subClassOf |
| 781 | [ rdf:type owl:Restriction ; | 789 | [ rdf:type owl:Restriction ; |
| 782 | owl:maxQualifiedCardinality | 790 | owl:maxQualifiedCardinality |
| 783 | "1"^^xsd:nonNegativeInteger ; | 791 | "1"^^xsd:nonNegativeInteger ; |
| 784 | - owl:onClass ILAP:Facility ; | 792 | + owl:onClass ILAP:Discipline ; |
| 785 | - owl:onProperty USERFIELDS:hasFacility | 793 | + owl:onProperty USERFIELDS:hasCategory |
| 786 | ] ; | 794 | ] ; |
| 787 | rdfs:subClassOf | 795 | rdfs:subClassOf |
| 788 | [ rdf:type owl:Restriction ; | 796 | [ rdf:type owl:Restriction ; |
| 789 | owl:maxQualifiedCardinality | 797 | owl:maxQualifiedCardinality |
| 790 | "1"^^xsd:nonNegativeInteger ; | 798 | "1"^^xsd:nonNegativeInteger ; |
| 791 | - owl:onClass ILAP:Discipline ; | 799 | + owl:onClass ILAP:Facility ; |
| 792 | - owl:onProperty USERFIELDS:hasCategory | 800 | + owl:onProperty USERFIELDS:hasFacility |
| 793 | ] ; | 801 | ] ; |
| 794 | rdfs:subClassOf | 802 | rdfs:subClassOf |
| 795 | [ rdf:type owl:Restriction ; | 803 | [ rdf:type owl:Restriction ; |
| 796 | owl:maxQualifiedCardinality | 804 | owl:maxQualifiedCardinality |
| 797 | "1"^^xsd:nonNegativeInteger ; | 805 | "1"^^xsd:nonNegativeInteger ; |
| 798 | - owl:onClass ILAP:Phase ; | 806 | + owl:onClass ILAP:Contractor ; |
| 799 | - owl:onProperty USERFIELDS:hasProjectPhase | 807 | + owl:onProperty USERFIELDS:hasContractor |
| 800 | ] ; | 808 | ] ; |
| 801 | rdfs:subClassOf | 809 | rdfs:subClassOf |
| 802 | [ rdf:type owl:Restriction ; | 810 | [ rdf:type owl:Restriction ; |
| 803 | owl:maxQualifiedCardinality | 811 | owl:maxQualifiedCardinality |
| 804 | "1"^^xsd:nonNegativeInteger ; | 812 | "1"^^xsd:nonNegativeInteger ; |
| 805 | - owl:onClass ILAP:Result ; | 813 | + owl:onClass ILAP:MilestoneType ; |
| 806 | - owl:onProperty USERFIELDS:hasProduct | 814 | + owl:onProperty USERFIELDS:hasMilestone |
| 807 | ] ; | 815 | ] ; |
| 808 | rdfs:subClassOf | 816 | rdfs:subClassOf |
| 809 | [ rdf:type owl:Restriction ; | 817 | [ rdf:type owl:Restriction ; |
| 810 | owl:maxQualifiedCardinality | 818 | owl:maxQualifiedCardinality |
| 811 | "1"^^xsd:nonNegativeInteger ; | 819 | "1"^^xsd:nonNegativeInteger ; |
| 812 | - owl:onClass ILAP:ShutdownType ; | 820 | + owl:onClass ILAP:Discipline ; |
| 813 | - owl:onProperty USERFIELDS:hasShutdownType | 821 | + owl:onProperty USERFIELDS:hasDiscipline |
| 814 | ] . | 822 | ] . |
| 815 | 823 | ||
| 816 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 824 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 817 | rdf:type owl:Class ; | 825 | rdf:type owl:Class ; |
| 818 | - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; | 826 | + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; |
| 819 | - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . | 827 | + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . |
| 820 | 828 | ||
| 821 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 829 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 822 | rdf:type owl:Class ; | 830 | rdf:type owl:Class ; |
| ... | @@ -826,7 +834,7 @@ USERFIELDS:UserField | ... | @@ -826,7 +834,7 @@ USERFIELDS:UserField |
| 826 | rdl:RDS282149 | 834 | rdl:RDS282149 |
| 827 | rdf:type owl:Class ; | 835 | rdf:type owl:Class ; |
| 828 | rdfs:label "RDS282149"^^xsd:string ; | 836 | rdfs:label "RDS282149"^^xsd:string ; |
| 829 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 837 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 830 | 838 | ||
| 831 | <http://data.posccaesar.orgnpd/ontology/License> | 839 | <http://data.posccaesar.orgnpd/ontology/License> |
| 832 | rdf:type owl:Class ; | 840 | rdf:type owl:Class ; | ... | ... |
-
Please register or login to post a comment