Tore Christiansen

Added hasFaility and values to Reinertsen case

...@@ -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 ;
...@@ -127,7 +127,7 @@ ILAP:DependentOnShutdown ...@@ -127,7 +127,7 @@ ILAP:DependentOnShutdown
127 127
128 ILAP:Development 128 ILAP:Development
129 rdf:type ILAP:PlanLifecycleStage ; 129 rdf:type ILAP:PlanLifecycleStage ;
130 - rdfs:label "Development"^^xsd:string , "Develop"^^xsd:string . 130 + rdfs:label "Develop"^^xsd:string , "Development"^^xsd:string .
131 131
132 ILAP:DisasterRecovery 132 ILAP:DisasterRecovery
133 rdf:type ILAP:PlanObjectiveType ; 133 rdf:type ILAP:PlanObjectiveType ;
...@@ -154,8 +154,8 @@ ILAP:DuringNormalOperation ...@@ -154,8 +154,8 @@ ILAP:DuringNormalOperation
154 rdfs:label "During Normal Operation"^^xsd:string . 154 rdfs:label "During Normal Operation"^^xsd:string .
155 155
156 ILAP:DuringShutdown 156 ILAP:DuringShutdown
157 - rdf:type ILAP:ShutdownType , ILAP:ShutdownPhase ; 157 + rdf:type ILAP:ShutdownPhase , ILAP:ShutdownType ;
158 - rdfs:label "During shutdown"^^xsd:string , "During Shutdown"^^xsd:string . 158 + rdfs:label "During Shutdown"^^xsd:string , "During shutdown"^^xsd:string .
159 159
160 ILAP:EquipmentShutdown 160 ILAP:EquipmentShutdown
161 rdf:type ILAP:ShutdownType ; 161 rdf:type ILAP:ShutdownType ;
...@@ -501,7 +501,7 @@ ILAP:StandardFreeWeekendPeriod ...@@ -501,7 +501,7 @@ ILAP:StandardFreeWeekendPeriod
501 rdf:type ILAP:CalendarFreePeriodWeekRepeat ; 501 rdf:type ILAP:CalendarFreePeriodWeekRepeat ;
502 rdfs:label "Standard free weekend period"^^xsd:string ; 502 rdfs:label "Standard free weekend period"^^xsd:string ;
503 ILAP:hasCalendarPeriodFreeDay 503 ILAP:hasCalendarPeriodFreeDay
504 - ILAP:Sunday , ILAP:Saturday . 504 + ILAP:Saturday , ILAP:Sunday .
505 505
506 ILAP:StandardWorkWeekdayPeriod 506 ILAP:StandardWorkWeekdayPeriod
507 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ; 507 rdf:type ILAP:CalendarWorkPeriodWeekRepeat ;
...@@ -654,10 +654,10 @@ ILAP:hasWorkTaskResponsible ...@@ -654,10 +654,10 @@ ILAP:hasWorkTaskResponsible
654 rdfs:range ILAP:ResponsiblePerson . 654 rdfs:range ILAP:ResponsiblePerson .
655 655
656 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing> 656 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/COR_Thing>
657 - rdfs:subClassOf ILAP:Resource , ILAP:Discipline , ILAP:Category . 657 + rdfs:subClassOf ILAP:Category , ILAP:Discipline , ILAP:Resource .
658 658
659 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing> 659 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/PBS_Thing>
660 - rdfs:subClassOf ILAP:Result , ILAP:Asset . 660 + rdfs:subClassOf ILAP:Asset , ILAP:Result .
661 661
662 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing> 662 <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/SAB_Thing>
663 rdfs:subClassOf ILAP:Phase . 663 rdfs:subClassOf ILAP:Phase .
...@@ -667,8 +667,8 @@ USERFIELDS:UserField ...@@ -667,8 +667,8 @@ USERFIELDS:UserField
667 [ rdf:type owl:Restriction ; 667 [ rdf:type owl:Restriction ;
668 owl:maxQualifiedCardinality 668 owl:maxQualifiedCardinality
669 "1"^^xsd:nonNegativeInteger ; 669 "1"^^xsd:nonNegativeInteger ;
670 - owl:onClass ILAP:MilestoneType ; 670 + owl:onClass ILAP:Facility ;
671 - owl:onProperty USERFIELDS:hasMilestone 671 + owl:onProperty USERFIELDS:hasFacility
672 ] ; 672 ] ;
673 rdfs:subClassOf 673 rdfs:subClassOf
674 [ rdf:type owl:Restriction ; 674 [ rdf:type owl:Restriction ;
...@@ -676,12 +676,19 @@ USERFIELDS:UserField ...@@ -676,12 +676,19 @@ USERFIELDS:UserField
676 "1"^^xsd:nonNegativeInteger ; 676 "1"^^xsd:nonNegativeInteger ;
677 owl:onClass ILAP:Contractor ; 677 owl:onClass ILAP:Contractor ;
678 owl:onProperty USERFIELDS:hasContractor 678 owl:onProperty USERFIELDS:hasContractor
679 + ] ;
680 + rdfs:subClassOf
681 + [ rdf:type owl:Restriction ;
682 + owl:maxQualifiedCardinality
683 + "1"^^xsd:nonNegativeInteger ;
684 + owl:onClass ILAP:MilestoneType ;
685 + owl:onProperty USERFIELDS:hasMilestone
679 ] . 686 ] .
680 687
681 <http://data.posccaesar.org/npd/ontology/OperatingCompany> 688 <http://data.posccaesar.org/npd/ontology/OperatingCompany>
682 rdf:type owl:Class ; 689 rdf:type owl:Class ;
683 - rdfs:label "Regulator 1"^^xsd:string , "Operating company"^^xsd:string , "Contractor 1"^^xsd:string ; 690 + rdfs:label "Contractor 1"^^xsd:string , "Operating company"^^xsd:string , "Regulator 1"^^xsd:string ;
684 - rdfs:subClassOf ILAP:Regulator , ILAP:Operator , ILAP:Contractor . 691 + rdfs:subClassOf ILAP:Contractor , ILAP:Operator , ILAP:Regulator .
685 692
686 <http://data.posccaesar.org/npd/ontology/productionFacility> 693 <http://data.posccaesar.org/npd/ontology/productionFacility>
687 rdf:type owl:Class ; 694 rdf:type owl:Class ;
...@@ -691,7 +698,7 @@ USERFIELDS:UserField ...@@ -691,7 +698,7 @@ USERFIELDS:UserField
691 rdl:RDS282149 698 rdl:RDS282149
692 rdf:type owl:Class ; 699 rdf:type owl:Class ;
693 rdfs:label "RDS282149"^^xsd:string ; 700 rdfs:label "RDS282149"^^xsd:string ;
694 - rdfs:subClassOf owl:Thing , ILAP:ResponsibleOrganization . 701 + rdfs:subClassOf ILAP:ResponsibleOrganization , owl:Thing .
695 702
696 <http://data.posccaesar.orgnpd/ontology/License> 703 <http://data.posccaesar.orgnpd/ontology/License>
697 rdf:type owl:Class ; 704 rdf:type owl:Class ;
......
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.