Showing
2 changed files
with
39 additions
and
25 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 ; |
| ... | @@ -150,7 +150,7 @@ ILAP:DependentOnShutdown | ... | @@ -150,7 +150,7 @@ ILAP:DependentOnShutdown |
| 150 | 150 | ||
| 151 | ILAP:Development | 151 | ILAP:Development |
| 152 | rdf:type ILAP:PlanLifecycleStage ; | 152 | rdf:type ILAP:PlanLifecycleStage ; |
| 153 | - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . | 153 | + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string . |
| 154 | 154 | ||
| 155 | ILAP:DisasterRecovery | 155 | ILAP:DisasterRecovery |
| 156 | rdf:type ILAP:PlanObjectiveType ; | 156 | rdf:type ILAP:PlanObjectiveType ; |
| ... | @@ -177,8 +177,8 @@ ILAP:DuringNormalOperation | ... | @@ -177,8 +177,8 @@ ILAP:DuringNormalOperation |
| 177 | rdfs:label "During Normal Operation"^^xsd:string . | 177 | rdfs:label "During Normal Operation"^^xsd:string . |
| 178 | 178 | ||
| 179 | ILAP:DuringShutdown | 179 | ILAP:DuringShutdown |
| 180 | - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; | 180 | + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ; |
| 181 | - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . | 181 | + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string . |
| 182 | 182 | ||
| 183 | ILAP:EIS | 183 | ILAP:EIS |
| 184 | rdf:type ILAP:Application ; | 184 | rdf:type ILAP:Application ; |
| ... | @@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod | ... | @@ -627,7 +627,7 @@ ILAP:StandardFreeWeekendPeriod |
| 627 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; | 627 | rdf:type ILAP:CalendarFreePeriodWeekRepeat ; |
| 628 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; | 628 | rdfs:label "Standard Free Weekend Period"^^xsd:string ; |
| 629 | ILAP:hasCalendarPeriodFreeDay | 629 | ILAP:hasCalendarPeriodFreeDay |
| 630 | - ILAP:Saturday , ILAP:Sunday . | 630 | + ILAP:Sunday , ILAP:Saturday . |
| 631 | 631 | ||
| 632 | ILAP:StandardWorkWeekdayPeriod | 632 | ILAP:StandardWorkWeekdayPeriod |
| 633 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; | 633 | rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; |
| ... | @@ -790,10 +790,10 @@ ILAP:hasWorkTaskResponsible | ... | @@ -790,10 +790,10 @@ ILAP:hasWorkTaskResponsible |
| 790 | rdfs:range ILAP:ResponsiblePerson . | 790 | rdfs:range ILAP:ResponsiblePerson . |
| 791 | 791 | ||
| 792 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> | 792 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> |
| 793 | - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . | 793 | + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource . |
| 794 | 794 | ||
| 795 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> | 795 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> |
| 796 | - rdfs:subClassOf ILAP:Result . | 796 | + rdfs:subClassOf ILAP:PlanContentType , ILAP:Result . |
| 797 | 797 | ||
| 798 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> | 798 | <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> |
| 799 | rdfs:subClassOf ILAP:Phase . | 799 | rdfs:subClassOf ILAP:Phase . |
| ... | @@ -803,57 +803,57 @@ USERFIELDS:UserField | ... | @@ -803,57 +803,57 @@ USERFIELDS:UserField |
| 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:Discipline ; | 806 | + owl:onClass ILAP:ShutdownType ; |
| 807 | - owl:onProperty USERFIELDS:hasDiscipline | 807 | + owl:onProperty USERFIELDS:hasShutdownType |
| 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:Contractor ; | 820 | + owl:onClass ILAP:Phase ; |
| 821 | - owl:onProperty USERFIELDS:hasContractor | 821 | + owl:onProperty USERFIELDS:hasProjectPhase |
| 822 | ] ; | 822 | ] ; |
| 823 | rdfs:subClassOf | 823 | rdfs:subClassOf |
| 824 | [ rdf:type owl:Restriction ; | 824 | [ rdf:type owl:Restriction ; |
| 825 | owl:maxQualifiedCardinality | 825 | owl:maxQualifiedCardinality |
| 826 | "1"^^xsd:nonNegativeInteger ; | 826 | "1"^^xsd:nonNegativeInteger ; |
| 827 | - owl:onClass ILAP:Facility ; | 827 | + owl:onClass ILAP:Discipline ; |
| 828 | - owl:onProperty USERFIELDS:hasFacility | 828 | + owl:onProperty USERFIELDS:hasCategory |
| 829 | ] ; | 829 | ] ; |
| 830 | rdfs:subClassOf | 830 | rdfs:subClassOf |
| 831 | [ rdf:type owl:Restriction ; | 831 | [ rdf:type owl:Restriction ; |
| 832 | owl:maxQualifiedCardinality | 832 | owl:maxQualifiedCardinality |
| 833 | "1"^^xsd:nonNegativeInteger ; | 833 | "1"^^xsd:nonNegativeInteger ; |
| 834 | - owl:onClass ILAP:Discipline ; | 834 | + owl:onClass ILAP:Facility ; |
| 835 | - owl:onProperty USERFIELDS:hasCategory | 835 | + owl:onProperty USERFIELDS:hasFacility |
| 836 | ] ; | 836 | ] ; |
| 837 | rdfs:subClassOf | 837 | rdfs:subClassOf |
| 838 | [ rdf:type owl:Restriction ; | 838 | [ rdf:type owl:Restriction ; |
| 839 | owl:maxQualifiedCardinality | 839 | owl:maxQualifiedCardinality |
| 840 | "1"^^xsd:nonNegativeInteger ; | 840 | "1"^^xsd:nonNegativeInteger ; |
| 841 | - owl:onClass ILAP:Phase ; | 841 | + owl:onClass ILAP:Contractor ; |
| 842 | - owl:onProperty USERFIELDS:hasProjectPhase | 842 | + owl:onProperty USERFIELDS:hasContractor |
| 843 | ] ; | 843 | ] ; |
| 844 | rdfs:subClassOf | 844 | rdfs:subClassOf |
| 845 | [ rdf:type owl:Restriction ; | 845 | [ rdf:type owl:Restriction ; |
| 846 | owl:maxQualifiedCardinality | 846 | owl:maxQualifiedCardinality |
| 847 | "1"^^xsd:nonNegativeInteger ; | 847 | "1"^^xsd:nonNegativeInteger ; |
| 848 | - owl:onClass ILAP:Result ; | 848 | + owl:onClass ILAP:MilestoneType ; |
| 849 | - owl:onProperty USERFIELDS:hasProduct | 849 | + owl:onProperty USERFIELDS:hasMilestone |
| 850 | ] ; | 850 | ] ; |
| 851 | rdfs:subClassOf | 851 | rdfs:subClassOf |
| 852 | [ rdf:type owl:Restriction ; | 852 | [ rdf:type owl:Restriction ; |
| 853 | owl:maxQualifiedCardinality | 853 | owl:maxQualifiedCardinality |
| 854 | "1"^^xsd:nonNegativeInteger ; | 854 | "1"^^xsd:nonNegativeInteger ; |
| 855 | - owl:onClass ILAP:ShutdownType ; | 855 | + owl:onClass ILAP:Discipline ; |
| 856 | - owl:onProperty USERFIELDS:hasShutdownType | 856 | + owl:onProperty USERFIELDS:hasDiscipline |
| 857 | ] . | 857 | ] . |
| 858 | 858 | ||
| 859 | <http://data.posccaesar.org/npd/ontology/Licence> | 859 | <http://data.posccaesar.org/npd/ontology/Licence> |
| ... | @@ -889,7 +889,7 @@ USERFIELDS:UserField | ... | @@ -889,7 +889,7 @@ USERFIELDS:UserField |
| 889 | rdl:RDS282149 | 889 | rdl:RDS282149 |
| 890 | rdf:type owl:Class ; | 890 | rdf:type owl:Class ; |
| 891 | rdfs:label "RDS282149"^^xsd:string ; | 891 | rdfs:label "RDS282149"^^xsd:string ; |
| 892 | - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . | 892 | + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing . |
| 893 | 893 | ||
| 894 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> | 894 | <http://www.ilap.no/codes/NORSOK/Z-014/CORCoding#A> |
| 895 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | 895 | rdfs:subClassOf <http://data.posccaesar.org/sccs/CORcode> . | ... | ... |
| ... | @@ -419,7 +419,21 @@ ILAP:PlannedMilestone_1 | ... | @@ -419,7 +419,21 @@ ILAP:PlannedMilestone_1 |
| 419 | 419 | ||
| 420 | ILAP:ProjectExecutionPlan_1 | 420 | ILAP:ProjectExecutionPlan_1 |
| 421 | rdf:type ILAP:ProjectExecutionPlan ; | 421 | rdf:type ILAP:ProjectExecutionPlan ; |
| 422 | - rdfs:label "Project execution plan 1"^^xsd:string . | 422 | + rdfs:label "Project execution plan 1"^^xsd:string ; |
| 423 | + ILAP:hasPlanContentType | ||
| 424 | + SCCS:PBS_AA ; | ||
| 425 | + ILAP:hasPlanContractType | ||
| 426 | + ILAP:CostDriven ; | ||
| 427 | + ILAP:hasPlanExpenseType | ||
| 428 | + ILAP:OPEX ; | ||
| 429 | + ILAP:hasPlanGeoArea ILAP:Facility ; | ||
| 430 | + ILAP:hasPlanLevel ILAP:L4_ContractControlNetworkSchedule ; | ||
| 431 | + ILAP:hasPlanLifecycleStage | ||
| 432 | + ILAP:Operation , ILAP:Maintenance ; | ||
| 433 | + ILAP:hasPlanObjectiveType | ||
| 434 | + ILAP:BusinessAsUsual ; | ||
| 435 | + ILAP:hasPlanProjectType | ||
| 436 | + ILAP:BrownFieldProject . | ||
| 423 | 437 | ||
| 424 | ILAP:ProjectExecutionPlan_UC1 | 438 | ILAP:ProjectExecutionPlan_UC1 |
| 425 | rdf:type ILAP:ProjectExecutionPlan ; | 439 | rdf:type ILAP:ProjectExecutionPlan ; | ... | ... |
-
Please register or login to post a comment