Showing
3 changed files
with
36 additions
and
36 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 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 ; |
| ... | @@ -28,7 +28,7 @@ ILAP:ABEX | ... | @@ -28,7 +28,7 @@ ILAP:ABEX |
| 28 | ILAP:AccruedTimeContract | 28 | ILAP:AccruedTimeContract |
| 29 | rdf:type owl:Class ; | 29 | rdf:type owl:Class ; |
| 30 | rdfs:label "Accrued time contract"^^xsd:string ; | 30 | rdfs:label "Accrued time contract"^^xsd:string ; |
| 31 | - rdfs:subClassOf ILAP:Contract . | 31 | + rdfs:subClassOf ILAP:ContractType . |
| 32 | 32 | ||
| 33 | ILAP:Active | 33 | ILAP:Active |
| 34 | rdf:type ILAP:Status ; | 34 | rdf:type ILAP:Status ; |
| ... | @@ -147,7 +147,7 @@ ILAP:DependentOnShutdown | ... | @@ -147,7 +147,7 @@ ILAP:DependentOnShutdown |
| 147 | 147 | ||
| 148 | ILAP:Development | 148 | ILAP:Development |
| 149 | rdf:type ILAP:PlanLifecycleStage ; | 149 | rdf:type ILAP:PlanLifecycleStage ; |
| 150 | - rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . | 150 | + rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . |
| 151 | 151 | ||
| 152 | ILAP:DisasterRecovery | 152 | ILAP:DisasterRecovery |
| 153 | rdf:type ILAP:PlanObjectiveType ; | 153 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -174,8 +174,8 @@ ILAP:DuringNormalOperation | ... | @@ -174,8 +174,8 @@ ILAP:DuringNormalOperation |
| 174 | rdfs:label "During Normal Operation"^^xsd:string . | 174 | rdfs:label "During Normal Operation"^^xsd:string . |
| 175 | 175 | ||
| 176 | ILAP:DuringShutdown | 176 | ILAP:DuringShutdown |
| 177 | - rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; | 177 | + rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; |
| 178 | - rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . | 178 | + rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . |
| 179 | 179 | ||
| 180 | ILAP:EIS | 180 | ILAP:EIS |
| 181 | rdf:type ILAP:Application ; | 181 | rdf:type ILAP:Application ; |
| ... | @@ -220,7 +220,7 @@ ILAP:FourD_E_and_I | ... | @@ -220,7 +220,7 @@ ILAP:FourD_E_and_I |
| 220 | ILAP:FrameAgreement | 220 | ILAP:FrameAgreement |
| 221 | rdf:type owl:Class ; | 221 | rdf:type owl:Class ; |
| 222 | rdfs:label "Frame agreement"^^xsd:string ; | 222 | rdfs:label "Frame agreement"^^xsd:string ; |
| 223 | - rdfs:subClassOf ILAP:Contract . | 223 | + rdfs:subClassOf ILAP:ContractType . |
| 224 | 224 | ||
| 225 | ILAP:Friday | 225 | ILAP:Friday |
| 226 | rdf:type ILAP:CalendarDay ; | 226 | rdf:type ILAP:CalendarDay ; |
| ... | @@ -265,7 +265,7 @@ ILAP:GreenFieldProject | ... | @@ -265,7 +265,7 @@ ILAP:GreenFieldProject |
| 265 | ILAP:GuaranteeWork | 265 | ILAP:GuaranteeWork |
| 266 | rdf:type owl:Class ; | 266 | rdf:type owl:Class ; |
| 267 | rdfs:label "Guarantee work"^^xsd:string ; | 267 | rdfs:label "Guarantee work"^^xsd:string ; |
| 268 | - rdfs:subClassOf ILAP:Contract . | 268 | + rdfs:subClassOf ILAP:ContractType . |
| 269 | 269 | ||
| 270 | ILAP:HC_systemsWork | 270 | ILAP:HC_systemsWork |
| 271 | rdf:type owl:Class ; | 271 | rdf:type owl:Class ; |
| ... | @@ -300,7 +300,7 @@ ILAP:IFS | ... | @@ -300,7 +300,7 @@ ILAP:IFS |
| 300 | ILAP:IncentiveContract | 300 | ILAP:IncentiveContract |
| 301 | rdf:type owl:Class ; | 301 | rdf:type owl:Class ; |
| 302 | rdfs:label "Incentive contract"^^xsd:string ; | 302 | rdfs:label "Incentive contract"^^xsd:string ; |
| 303 | - rdfs:subClassOf ILAP:Contract . | 303 | + rdfs:subClassOf ILAP:ContractType . |
| 304 | 304 | ||
| 305 | ILAP:IncreasedRecovery | 305 | ILAP:IncreasedRecovery |
| 306 | rdf:type ILAP:PlanObjectiveType ; | 306 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -317,7 +317,7 @@ ILAP:IndependentOfOperation | ... | @@ -317,7 +317,7 @@ ILAP:IndependentOfOperation |
| 317 | ILAP:InvoicableWork | 317 | ILAP:InvoicableWork |
| 318 | rdf:type owl:Class ; | 318 | rdf:type owl:Class ; |
| 319 | rdfs:label "Invoicable work"^^xsd:string ; | 319 | rdfs:label "Invoicable work"^^xsd:string ; |
| 320 | - rdfs:subClassOf ILAP:Contract . | 320 | + rdfs:subClassOf ILAP:ContractType . |
| 321 | 321 | ||
| 322 | ILAP:L1_ProgramPortfolioSchedule | 322 | ILAP:L1_ProgramPortfolioSchedule |
| 323 | rdf:type ILAP:PlanLevel ; | 323 | rdf:type ILAP:PlanLevel ; |
| ... | @@ -370,7 +370,7 @@ ILAP:LowPriority | ... | @@ -370,7 +370,7 @@ ILAP:LowPriority |
| 370 | ILAP:LumpSumContract | 370 | ILAP:LumpSumContract |
| 371 | rdf:type owl:Class ; | 371 | rdf:type owl:Class ; |
| 372 | rdfs:label "Lump sum contract"^^xsd:string ; | 372 | rdfs:label "Lump sum contract"^^xsd:string ; |
| 373 | - rdfs:subClassOf ILAP:Contract . | 373 | + rdfs:subClassOf ILAP:ContractType . |
| 374 | 374 | ||
| 375 | ILAP:MS_Project | 375 | ILAP:MS_Project |
| 376 | rdf:type ILAP:Application ; | 376 | rdf:type ILAP:Application ; |
| ... | @@ -411,7 +411,7 @@ ILAP:MaterialOnOrder | ... | @@ -411,7 +411,7 @@ ILAP:MaterialOnOrder |
| 411 | ILAP:MeasuredProgressContract | 411 | ILAP:MeasuredProgressContract |
| 412 | rdf:type owl:Class ; | 412 | rdf:type owl:Class ; |
| 413 | rdfs:label "Measured progress contract"^^xsd:string ; | 413 | rdfs:label "Measured progress contract"^^xsd:string ; |
| 414 | - rdfs:subClassOf ILAP:Contract . | 414 | + rdfs:subClassOf ILAP:ContractType . |
| 415 | 415 | ||
| 416 | ILAP:MiniShutdown | 416 | ILAP:MiniShutdown |
| 417 | rdf:type ILAP:ShutdownType ; | 417 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -436,7 +436,7 @@ ILAP:New | ... | @@ -436,7 +436,7 @@ ILAP:New |
| 436 | ILAP:NonInvoicableWork | 436 | ILAP:NonInvoicableWork |
| 437 | rdf:type owl:Class ; | 437 | rdf:type owl:Class ; |
| 438 | rdfs:label "Non invoicable work"^^xsd:string ; | 438 | rdfs:label "Non invoicable work"^^xsd:string ; |
| 439 | - rdfs:subClassOf ILAP:Contract . | 439 | + rdfs:subClassOf ILAP:ContractType . |
| 440 | 440 | ||
| 441 | ILAP:NonScheduledShutdown | 441 | ILAP:NonScheduledShutdown |
| 442 | rdf:type ILAP:ShutdownType ; | 442 | rdf:type ILAP:ShutdownType ; |
| ... | @@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar | ... | @@ -520,7 +520,7 @@ ILAP:Regular8To16WorkingDayCalendar |
| 520 | ILAP:ReimbursableContract | 520 | ILAP:ReimbursableContract |
| 521 | rdf:type owl:Class ; | 521 | rdf:type owl:Class ; |
| 522 | rdfs:label "Reimbursable contract"^^xsd:string ; | 522 | rdfs:label "Reimbursable contract"^^xsd:string ; |
| 523 | - rdfs:subClassOf ILAP:Contract . | 523 | + rdfs:subClassOf ILAP:ContractType . |
| 524 | 524 | ||
| 525 | ILAP:Released | 525 | ILAP:Released |
| 526 | rdf:type ILAP:Status ; | 526 | rdf:type ILAP:Status ; |
| ... | @@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -605,7 +605,7 @@ ILAP:StandardFreeWeekendPeriod |
| 605 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 605 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 606 | rdfs:label "Standard free weekend period"^^xsd:string ; | 606 | rdfs:label "Standard free weekend period"^^xsd:string ; |
| 607 | ILAP:hasCalendarPeriodFreeDay | 607 | ILAP:hasCalendarPeriodFreeDay |
| 608 | - ILAP:Saturday , ILAP:Sunday . | 608 | + ILAP:Sunday , ILAP:Saturday . |
| 609 | 609 | ||
| 610 | ILAP:StandardWorkWeekdayPeriod | 610 | ILAP:StandardWorkWeekdayPeriod |
| 611 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 611 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -630,7 +630,7 @@ ILAP:TIMEX | ... | @@ -630,7 +630,7 @@ ILAP:TIMEX |
| 630 | ILAP:TargetBudget | 630 | ILAP:TargetBudget |
| 631 | rdf:type owl:Class ; | 631 | rdf:type owl:Class ; |
| 632 | rdfs:label "Target budget"^^xsd:string ; | 632 | rdfs:label "Target budget"^^xsd:string ; |
| 633 | - rdfs:subClassOf ILAP:Contract . | 633 | + rdfs:subClassOf ILAP:ContractType . |
| 634 | 634 | ||
| 635 | ILAP:Thursday | 635 | ILAP:Thursday |
| 636 | rdf:type ILAP:CalendarDay ; | 636 | rdf:type ILAP:CalendarDay ; |
| ... | @@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -768,10 +768,10 @@ ILAP:hasWorkTaskResponsible |
| 768 | rdfs:range ILAP:ResponsiblePerson . | 768 | rdfs:range ILAP:ResponsiblePerson . |
| 769 | 769 | ||
| 770 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 770 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 771 | - rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . | 771 | + rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . |
| 772 | 772 | ||
| 773 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 773 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 774 | - rdfs:subClassOf ILAP:Asset , ILAP:Result . | 774 | + rdfs:subClassOf ILAP:Result , ILAP:Asset . |
| 775 | 775 | ||
| 776 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 776 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 777 | rdfs:subClassOf ILAP:Phase . | 777 | rdfs:subClassOf ILAP:Phase . |
| ... | @@ -781,63 +781,63 @@ USERFIELDS:UserField | ... | @@ -781,63 +781,63 @@ USERFIELDS:UserField |
| 781 | [ rdf:type owl:Restriction ; | 781 | [ rdf:type owl:Restriction ; |
| 782 | owl:maxQualifiedCardinality | 782 | owl:maxQualifiedCardinality |
| 783 | "1"^^xsd:nonNegativeInteger ; | 783 | "1"^^xsd:nonNegativeInteger ; |
| 784 | - owl:onClass ILAP:ShutdownType ; | 784 | + owl:onClass ILAP:Discipline ; |
| 785 | - owl:onProperty USERFIELDS:hasShutdownType | 785 | + owl:onProperty USERFIELDS:hasDiscipline |
| 786 | ] ; | 786 | ] ; |
| 787 | rdfs:subClassOf | 787 | rdfs:subClassOf |
| 788 | [ rdf:type owl:Restriction ; | 788 | [ rdf:type owl:Restriction ; |
| 789 | owl:maxQualifiedCardinality | 789 | owl:maxQualifiedCardinality |
| 790 | "1"^^xsd:nonNegativeInteger ; | 790 | "1"^^xsd:nonNegativeInteger ; |
| 791 | - owl:onClass ILAP:Result ; | 791 | + owl:onClass ILAP:MilestoneType ; |
| 792 | - owl:onProperty USERFIELDS:hasProduct | 792 | + owl:onProperty USERFIELDS:hasMilestone |
| 793 | ] ; | 793 | ] ; |
| 794 | rdfs:subClassOf | 794 | rdfs:subClassOf |
| 795 | [ rdf:type owl:Restriction ; | 795 | [ rdf:type owl:Restriction ; |
| 796 | owl:maxQualifiedCardinality | 796 | owl:maxQualifiedCardinality |
| 797 | "1"^^xsd:nonNegativeInteger ; | 797 | "1"^^xsd:nonNegativeInteger ; |
| 798 | - owl:onClass ILAP:Phase ; | 798 | + owl:onClass ILAP:Contractor ; |
| 799 | - owl:onProperty USERFIELDS:hasProjectPhase | 799 | + owl:onProperty USERFIELDS:hasContractor |
| 800 | ] ; | 800 | ] ; |
| 801 | rdfs:subClassOf | 801 | rdfs:subClassOf |
| 802 | [ rdf:type owl:Restriction ; | 802 | [ rdf:type owl:Restriction ; |
| 803 | owl:maxQualifiedCardinality | 803 | owl:maxQualifiedCardinality |
| 804 | "1"^^xsd:nonNegativeInteger ; | 804 | "1"^^xsd:nonNegativeInteger ; |
| 805 | - owl:onClass ILAP:Discipline ; | 805 | + owl:onClass ILAP:Facility ; |
| 806 | - owl:onProperty USERFIELDS:hasCategory | 806 | + owl:onProperty USERFIELDS:hasFacility |
| 807 | ] ; | 807 | ] ; |
| 808 | rdfs:subClassOf | 808 | rdfs:subClassOf |
| 809 | [ rdf:type owl:Restriction ; | 809 | [ rdf:type owl:Restriction ; |
| 810 | owl:maxQualifiedCardinality | 810 | owl:maxQualifiedCardinality |
| 811 | "1"^^xsd:nonNegativeInteger ; | 811 | "1"^^xsd:nonNegativeInteger ; |
| 812 | - owl:onClass ILAP:Facility ; | 812 | + owl:onClass ILAP:Discipline ; |
| 813 | - owl:onProperty USERFIELDS:hasFacility | 813 | + owl:onProperty USERFIELDS:hasCategory |
| 814 | ] ; | 814 | ] ; |
| 815 | rdfs:subClassOf | 815 | rdfs:subClassOf |
| 816 | [ rdf:type owl:Restriction ; | 816 | [ rdf:type owl:Restriction ; |
| 817 | owl:maxQualifiedCardinality | 817 | owl:maxQualifiedCardinality |
| 818 | "1"^^xsd:nonNegativeInteger ; | 818 | "1"^^xsd:nonNegativeInteger ; |
| 819 | - owl:onClass ILAP:Contractor ; | 819 | + owl:onClass ILAP:Phase ; |
| 820 | - owl:onProperty USERFIELDS:hasContractor | 820 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 821 | ] ; | 821 | ] ; |
| 822 | rdfs:subClassOf | 822 | rdfs:subClassOf |
| 823 | [ rdf:type owl:Restriction ; | 823 | [ rdf:type owl:Restriction ; |
| 824 | owl:maxQualifiedCardinality | 824 | owl:maxQualifiedCardinality |
| 825 | "1"^^xsd:nonNegativeInteger ; | 825 | "1"^^xsd:nonNegativeInteger ; |
| 826 | - owl:onClass ILAP:MilestoneType ; | 826 | + owl:onClass ILAP:Result ; |
| 827 | - owl:onProperty USERFIELDS:hasMilestone | 827 | + owl:onProperty USERFIELDS:hasProduct |
| 828 | ] ; | 828 | ] ; |
| 829 | rdfs:subClassOf | 829 | rdfs:subClassOf |
| 830 | [ rdf:type owl:Restriction ; | 830 | [ rdf:type owl:Restriction ; |
| 831 | owl:maxQualifiedCardinality | 831 | owl:maxQualifiedCardinality |
| 832 | "1"^^xsd:nonNegativeInteger ; | 832 | "1"^^xsd:nonNegativeInteger ; |
| 833 | - owl:onClass ILAP:Discipline ; | 833 | + owl:onClass ILAP:ShutdownType ; |
| 834 | - owl:onProperty USERFIELDS:hasDiscipline | 834 | + owl:onProperty USERFIELDS:hasShutdownType |
| 835 | ] . | 835 | ] . |
| 836 | 836 | ||
| 837 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> | 837 | <http://data.posccaesar.org/npd/ontology/OperatingCompany> |
| 838 | rdf:type owl:Class ; | 838 | rdf:type owl:Class ; |
| 839 | - rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ; | 839 | + rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; |
| 840 | - rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator . | 840 | + rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . |
| 841 | 841 | ||
| 842 | <http://data.posccaesar.org/npd/ontology/productionFacility> | 842 | <http://data.posccaesar.org/npd/ontology/productionFacility> |
| 843 | rdf:type owl:Class ; | 843 | rdf:type owl:Class ; |
| ... | @@ -847,7 +847,7 @@ USERFIELDS:UserField | ... | @@ -847,7 +847,7 @@ USERFIELDS:UserField |
| 847 | rdl:RDS282149 | 847 | rdl:RDS282149 |
| 848 | rdf:type owl:Class ; | 848 | rdf:type owl:Class ; |
| 849 | rdfs:label "RDS282149"^^xsd:string ; | 849 | rdfs:label "RDS282149"^^xsd:string ; |
| 850 | - rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . | 850 | + rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . |
| 851 | 851 | ||
| 852 | <http://data.posccaesar.orgnpd/ontology/License> | 852 | <http://data.posccaesar.orgnpd/ontology/License> |
| 853 | rdf:type owl:Class ; | 853 | rdf:type owl:Class ; | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment