David Leal

Organization and Production-organization schemas merged

1 -# Saved by TopBraid on Sun Sep 11 08:18:34 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/organization
3 # imports: http://www.reportinghub.no/ep/schema/1.0/core 2 # imports: http://www.reportinghub.no/ep/schema/1.0/core
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/facility
4 4
5 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . 5 @prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 6 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -10,20 +10,115 @@ ...@@ -10,20 +10,115 @@
10 10
11 <http://www.reportinghub.no/ep/schema/1.0/organization> 11 <http://www.reportinghub.no/ep/schema/1.0/organization>
12 rdf:type owl:Ontology ; 12 rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; 13 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
14 owl:versionInfo "0.1.0"^^xsd:string . 14 owl:versionInfo "0.1.0"^^xsd:string .
15 15
16 +ep-org:CateringCrew
17 + rdf:type owl:Class , ep-org:CrewType ;
18 + rdfs:label "catering crew"^^xsd:string ;
19 + rdfs:subClassOf ep-org:Crew .
20 +
21 +ep-org:CommercialEntity
22 + rdf:type owl:Class ;
23 + rdfs:label "commercial entity"^^xsd:string ;
24 + rdfs:subClassOf ep-org:PersonOrOrganization .
25 +
16 ep-org:Company 26 ep-org:Company
17 rdf:type owl:Class ; 27 rdf:type owl:Class ;
18 rdfs:label "Company"^^xsd:string ; 28 rdfs:label "Company"^^xsd:string ;
19 rdfs:subClassOf ep-org:Organization-WholeLife . 29 rdfs:subClassOf ep-org:Organization-WholeLife .
20 30
31 +ep-org:ContractorCrew
32 + rdf:type owl:Class , ep-org:CrewType ;
33 + rdfs:label "contractor crew"^^xsd:string ;
34 + rdfs:subClassOf ep-org:Crew .
35 +
36 +ep-org:Crew
37 + rdf:type owl:Class ;
38 + rdfs:label "crew"^^xsd:string ;
39 + rdfs:subClassOf ep-org:Organization .
40 +
41 +ep-org:CrewType
42 + rdf:type rdfs:Class ;
43 + rdfs:label "crew type"^^xsd:string ;
44 + rdfs:subClassOf owl:Class .
45 +
46 +ep-org:DayVisitorCrew
47 + rdf:type owl:Class , ep-org:CrewType ;
48 + rdfs:label "day visitor crew"^^xsd:string ;
49 + rdfs:subClassOf ep-org:Crew .
50 +
51 +ep-org:DrillingContractCrew
52 + rdf:type owl:Class , ep-org:CrewType ;
53 + rdfs:label "drilling contract crew"^^xsd:string ;
54 + rdfs:subClassOf ep-org:Crew .
55 +
56 +ep-org:NonOperatorOvernightVisitorCrew
57 + rdf:type owl:Class , ep-org:CrewType ;
58 + rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
59 + rdfs:subClassOf ep-org:Crew .
60 +
61 +ep-org:OperatorNormalCrew
62 + rdf:type owl:Class , ep-org:CrewType ;
63 + rdfs:label "operator normal crew"^^xsd:string ;
64 + rdfs:subClassOf ep-org:Crew .
65 +
66 +ep-org:OperatorOvernightVisitorCrew
67 + rdf:type owl:Class , ep-org:CrewType ;
68 + rdfs:label "operator overnight visitor crew"^^xsd:string ;
69 + rdfs:subClassOf ep-org:Crew .
70 +
21 ep-org:Organization 71 ep-org:Organization
22 rdf:type owl:Class ; 72 rdf:type owl:Class ;
23 rdfs:label "organization"^^xsd:string ; 73 rdfs:label "organization"^^xsd:string ;
24 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . 74 + rdfs:subClassOf ep-org:PersonOrOrganization , <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
25 75
26 ep-org:Organization-WholeLife 76 ep-org:Organization-WholeLife
27 rdf:type owl:Class ; 77 rdf:type owl:Class ;
28 rdfs:label "organization - whole life"^^xsd:string ; 78 rdfs:label "organization - whole life"^^xsd:string ;
29 rdfs:subClassOf ep-org:Organization . 79 rdfs:subClassOf ep-org:Organization .
80 +
81 +ep-org:Person
82 + rdf:type owl:Class ;
83 + rdfs:subClassOf ep-org:PersonOrOrganization .
84 +
85 +ep-org:PersonOrOrganization
86 + rdf:type owl:Class ;
87 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
88 +
89 +ep-org:PersonRole
90 + rdf:type owl:Class ;
91 + rdfs:label "person role"^^xsd:string ;
92 + rdfs:subClassOf ep-org:Person .
93 +
94 +ep-org:PersonRoleType
95 + rdf:type rdfs:Class ;
96 + rdfs:label "person role type"^^xsd:string ;
97 + rdfs:subClassOf owl:Class .
98 +
99 +ep-org:TotalCrew
100 + rdf:type owl:Class , ep-org:CrewType ;
101 + rdfs:label "total crew"^^xsd:string ;
102 + rdfs:subClassOf ep-org:Crew .
103 +
104 +ep-org:WholeLifePerson
105 + rdf:type owl:Class ;
106 + rdfs:label "whole life person"^^xsd:string ;
107 + rdfs:subClassOf ep-org:Person .
108 +
109 +ep-org:hasCrew
110 + rdf:type owl:ObjectProperty ;
111 + rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
112 + rdfs:label "has crew"^^xsd:string ;
113 + rdfs:range ep-org:Crew .
114 +
115 +ep-org:numberInCrew
116 + rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
117 + rdfs:domain ep-org:Crew ;
118 + rdfs:label "number in crew"^^xsd:string .
119 +
120 +ep-org:owner
121 + rdf:type owl:ObjectProperty ;
122 + rdfs:domain owl:Thing ;
123 + rdfs:label "owner"^^xsd:string ;
124 + rdfs:range ep-org:PersonOrOrganization .
......
...@@ -6,1128 +6,1269 @@ ...@@ -6,1128 +6,1269 @@
6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 6 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
7 # imports: http://www.reportinghub.no/ep/schema/1.0/geography 7 # imports: http://www.reportinghub.no/ep/schema/1.0/geography
8 # imports: http://www.reportinghub.no/ep/schema/1.0/material 8 # imports: http://www.reportinghub.no/ep/schema/1.0/material
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
9 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment 11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 12 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
12 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
13 # imports: http://www.reportinghub.no/ep/schema/1.0/well 13 # imports: http://www.reportinghub.no/ep/schema/1.0/well
14 14
15 -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 15 +# c14n-version: 3
16 -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . 16 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
17 -@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . 17 +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> .
18 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 18 +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
19 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 19 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
20 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 20 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
21 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 21 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
22 - 22 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
23 -<http://www.reportinghub.no/ep/schema/1.0/production-activity> 23 +<http://www.reportinghub.no/ep/schema/1.0/production-activity>
24 - rdf:type owl:Ontology ; 24 + rdf:type owl:Ontology ;
25 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; 25 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> ;
26 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 26 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
27 - 27 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
28 -<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> 28 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> ;
29 - rdf:type ep-prodact:ProductionOperationClassByDuration . 29 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> ;
30 - 30 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> ;
31 -<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> 31 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> ;
32 - rdf:type ep-prodact:ProductionOperationClassByDuration . 32 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> ;
33 - 33 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
34 -<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> 34 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ;
35 - rdf:type owl:Class ; 35 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> ;
36 - rdfs:label "production activity to date"^^xsd:string ; 36 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 37 + owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;
38 - 38 +.
39 -<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> 39 +<http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity>
40 - rdf:type owl:Class ; 40 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
41 - rdfs:label "production well test"^^xsd:string ; 41 +.
42 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> , <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 42 +<http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity>
43 - 43 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
44 -<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity> 44 +.
45 - rdf:type ep-prodact:ProductionOperationClassByDuration . 45 +<http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate>
46 - 46 + rdf:type owl:Class ;
47 -<http://www.reportinghub.no/ep/schema/activity#WellOperation> 47 + rdfs:label "production activity to date"^^xsd:string ;
48 - rdf:type ep-prodact:ProductionActivityType . 48 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
49 - 49 +.
50 -<http://www.reportinghub.no/ep/schema/activity#hasFlow> 50 +<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
51 - rdf:type owl:ObjectProperty ; 51 + rdf:type owl:Class ;
52 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 52 + rdfs:label "production well test"^^xsd:string ;
53 - rdfs:label "has flow"^^xsd:string ; 53 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
54 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> . 54 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
55 - 55 +.
56 -ep-prodact:AccidentOrInjury 56 +<http://www.reportinghub.no/ep/schema/activity#WeeklyProductionActivity>
57 - rdf:type owl:Class ; 57 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
58 - rdfs:label "accident or injury"^^xsd:string ; 58 +.
59 - rdfs:subClassOf ep-prodact:Incident . 59 +<http://www.reportinghub.no/ep/schema/activity#WellOperation>
60 - 60 + rdf:type ep-prodact:ProductionActivityType ;
61 -ep-prodact:AccidentPreventionExercise 61 +.
62 - rdf:type owl:Class ; 62 +<http://www.reportinghub.no/ep/schema/activity#hasFlow>
63 - rdfs:label "accident prevention exercise"^^xsd:string ; 63 + rdf:type owl:ObjectProperty ;
64 - rdfs:subClassOf ep-prodact:DrillOrExcercise . 64 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
65 - 65 + rdfs:label "has flow"^^xsd:string ;
66 -ep-prodact:AdministerFirstAid 66 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#WholeLifeFlow> ;
67 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 67 +.
68 - rdfs:label "administer first aid"^^xsd:string ; 68 +ep-prodact:AccidentOrInjury
69 - rdfs:subClassOf ep-prodact:MedicalTreatment . 69 + rdf:type owl:Class ;
70 - 70 + rdfs:label "accident or injury"^^xsd:string ;
71 -ep-prodact:AirTrafficOperation 71 + rdfs:subClassOf ep-prodact:Incident ;
72 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 72 +.
73 - rdfs:label "air traffic operation"^^xsd:string ; 73 +ep-prodact:AccidentPreventionExercise
74 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 74 + rdf:type owl:Class ;
75 - 75 + rdfs:label "accident prevention exercise"^^xsd:string ;
76 -ep-prodact:Alarm 76 + rdfs:subClassOf ep-prodact:DrillOrExcercise ;
77 - rdf:type owl:Class ; 77 +.
78 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 78 +ep-prodact:AdministerFirstAid
79 - 79 + rdf:type ep-prodact:SafetyActivityType ;
80 -ep-prodact:AlarmType 80 + rdf:type owl:Class ;
81 - rdf:type rdfs:Class ; 81 + rdfs:label "administer first aid"^^xsd:string ;
82 - rdfs:label "alarm type"^^xsd:string ; 82 + rdfs:subClassOf ep-prodact:MedicalTreatment ;
83 - rdfs:subClassOf owl:Class . 83 +.
84 - 84 +ep-prodact:AirTrafficOperation
85 -ep-prodact:AlertLevel 85 + rdf:type ep-prodact:ProductionActivityType ;
86 - rdf:type rdfs:Class ; 86 + rdf:type owl:Class ;
87 - rdfs:label "alert level"^^xsd:string ; 87 + rdfs:label "air traffic operation"^^xsd:string ;
88 - rdfs:subClassOf owl:Class . 88 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
89 - 89 + rdfs:subClassOf ep-prodact:TransportationActivity ;
90 -ep-prodact:AlertType 90 +.
91 - rdf:type rdfs:Class ; 91 +ep-prodact:Alarm
92 - rdfs:label "alert type"^^xsd:string ; 92 + rdf:type owl:Class ;
93 - rdfs:subClassOf owl:Class . 93 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
94 - 94 +.
95 -ep-prodact:AllocateSplitFactors 95 +ep-prodact:AlarmType
96 - rdf:type ep-prodact:SplitFactorDeterminationType , owl:Class ; 96 + rdf:type rdfs:Class ;
97 - rdfs:label "allocate split factors"^^xsd:string ; 97 + rdfs:label "alarm type"^^xsd:string ;
98 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 98 + rdfs:subClassOf owl:Class ;
99 - 99 +.
100 -ep-prodact:AnnualProductionActivity 100 +ep-prodact:AlertLevel
101 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 101 + rdf:type rdfs:Class ;
102 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 102 + rdfs:label "alert level"^^xsd:string ;
103 - 103 + rdfs:subClassOf owl:Class ;
104 -ep-prodact:AnnualProductionActivityToDate 104 +.
105 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 105 +ep-prodact:AlertType
106 - rdfs:subClassOf ep-prodact:AnnualProductionActivity . 106 + rdf:type rdfs:Class ;
107 - 107 + rdfs:label "alert type"^^xsd:string ;
108 -ep-prodact:AnnualProductionOperationToDate 108 + rdfs:subClassOf owl:Class ;
109 - rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; 109 +.
110 - rdfs:label "annual production operation to date"^^xsd:string ; 110 +ep-prodact:AllocateSplitFactors
111 - rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate , ep-prodact:ProductionOperation . 111 + rdf:type ep-prodact:SplitFactorDeterminationType ;
112 - 112 + rdf:type owl:Class ;
113 -ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod 113 + rdfs:label "allocate split factors"^^xsd:string ;
114 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 114 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
115 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToDate . 115 +.
116 - 116 +ep-prodact:AnnualProductionActivity
117 -ep-prodact:BasketMovement 117 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
118 - rdf:type owl:Class ; 118 + rdf:type owl:Class ;
119 - rdfs:label "basket movement"^^xsd:string ; 119 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
120 - rdfs:subClassOf ep-prodact:MarineOperation . 120 +.
121 - 121 +ep-prodact:AnnualProductionActivityToDate
122 -ep-prodact:CargoShipOperation 122 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
123 - rdf:type owl:Class ; 123 + rdf:type owl:Class ;
124 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 124 + rdfs:subClassOf ep-prodact:AnnualProductionActivity ;
125 - 125 +.
126 -ep-prodact:ConstructionOperation 126 +ep-prodact:AnnualProductionOperationToDate
127 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 127 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
128 - rdfs:label "construction operation"^^xsd:string ; 128 + rdf:type owl:Class ;
129 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 129 + rdfs:label "annual production operation to date"^^xsd:string ;
130 - 130 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate ;
131 -ep-prodact:CumulativeProductionActivitySinceProductionBegan 131 + rdfs:subClassOf ep-prodact:ProductionOperation ;
132 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 132 +.
133 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 133 +ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
134 - 134 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
135 -ep-prodact:DailyProductionOperation 135 + rdf:type owl:Class ;
136 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 136 + rdfs:subClassOf ep-prodact:AnnualProductionActivityToDate ;
137 - rdfs:label "daily production operation"^^xsd:string ; 137 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity ;
138 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperation . 138 +.
139 - 139 +ep-prodact:BasketMovement
140 -ep-prodact:DailyProductionOperationProcessingLoss 140 + rdf:type owl:Class ;
141 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 141 + rdfs:label "basket movement"^^xsd:string ;
142 - rdfs:label "daily production operation processing loss"^^xsd:string ; 142 + rdfs:subClassOf ep-prodact:MarineOperation ;
143 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 143 +.
144 - 144 +ep-prodact:CargoShipOperation
145 -ep-prodact:DailyProductionVolumeActivity 145 + rdf:type owl:Class ;
146 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 146 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
147 - rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> . 147 + rdfs:subClassOf ep-prodact:TransportationActivity ;
148 - 148 +.
149 -ep-prodact:DefinedHazardAndAccidentSituation 149 +ep-prodact:ConstructionOperation
150 - rdf:type owl:Class ; 150 + rdf:type ep-prodact:ProductionActivityType ;
151 - rdfs:label "defined hazard and accident situation"^^xsd:string ; 151 + rdf:type owl:Class ;
152 - rdfs:subClassOf ep-prodact:Incident . 152 + rdfs:label "construction operation"^^xsd:string ;
153 - 153 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
154 -ep-prodact:Deviation 154 +.
155 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 155 +ep-prodact:CumulativeProductionActivitySinceProductionBegan
156 - rdfs:label "deviation"^^xsd:string ; 156 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
157 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 157 + rdf:type owl:Class ;
158 - 158 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
159 -ep-prodact:DischargeWater 159 +.
160 - rdf:type owl:Class ; 160 +ep-prodact:DailyProductionOperation
161 - rdfs:label "discharge water"^^xsd:string ; 161 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
162 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 162 + rdf:type owl:Class ;
163 - 163 + rdfs:label "daily production operation"^^xsd:string ;
164 -ep-prodact:DrillOrExcercise 164 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
165 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 165 + rdfs:subClassOf ep-prodact:ProductionOperation ;
166 - rdfs:label "drill or exercise"^^xsd:string ; 166 +.
167 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 167 +ep-prodact:DailyProductionOperationProcessingLoss
168 - 168 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
169 -ep-prodact:ExtendedMaintenanceTurnaround 169 + rdf:type owl:Class ;
170 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 170 + rdfs:label "daily production operation processing loss"^^xsd:string ;
171 - rdfs:label "extended maintenance turnaround"^^xsd:string ; 171 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
172 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 172 +.
173 - 173 +ep-prodact:DailyProductionVolumeActivity
174 -ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal 174 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
175 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 175 + rdf:type owl:Class ;
176 - rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ; 176 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ;
177 - rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround . 177 + rdfs:subClassOf ep-prodact:ProductionVolumeActivity ;
178 - 178 +.
179 -ep-prodact:Fire 179 +ep-prodact:DefinedHazardAndAccidentSituation
180 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 180 + rdf:type owl:Class ;
181 - rdfs:label "fire"^^xsd:string ; 181 + rdfs:label "defined hazard and accident situation"^^xsd:string ;
182 - rdfs:subClassOf ep-prodact:Incident . 182 + rdfs:subClassOf ep-prodact:Incident ;
183 - 183 +.
184 -ep-prodact:FluidLevelTest 184 +ep-prodact:Deviation
185 - rdf:type owl:Class ; 185 + rdf:type ep-prodact:ProductionActivityType ;
186 - rdfs:label "fluid level test"^^xsd:string ; 186 + rdf:type owl:Class ;
187 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 187 + rdfs:label "deviation"^^xsd:string ;
188 - 188 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
189 -ep-prodact:FluidSampling-DST 189 +.
190 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 190 +ep-prodact:DischargeWater
191 - rdfs:label "fluid sampling - DST"^^xsd:string ; 191 + rdf:type owl:Class ;
192 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 192 + rdfs:label "discharge water"^^xsd:string ;
193 - 193 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
194 -ep-prodact:FluidSampling-RFTorMDT 194 +.
195 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 195 +ep-prodact:DrillOrExcercise
196 - rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ; 196 + rdf:type ep-prodact:SafetyActivityType ;
197 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 197 + rdf:type owl:Class ;
198 - 198 + rdfs:label "drill or exercise"^^xsd:string ;
199 -ep-prodact:FluidSampling-bottomhole 199 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
200 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 200 +.
201 - rdfs:label "fluid sampling - bottomhole"^^xsd:string ; 201 +ep-prodact:ExtendedMaintenanceTurnaround
202 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 202 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
203 - 203 + rdf:type owl:Class ;
204 -ep-prodact:FluidSampling-formationTester 204 + rdfs:label "extended maintenance turnaround"^^xsd:string ;
205 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 205 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
206 - rdfs:label "fluid sampling - formation tester"^^xsd:string ; 206 +.
207 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 207 +ep-prodact:ExtendedMaintenanceTurnaroundExportTerminal
208 - 208 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
209 -ep-prodact:FluidSampling-recombined 209 + rdf:type owl:Class ;
210 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 210 + rdfs:label "extended maintenance turnaround export terminal"^^xsd:string ;
211 - rdfs:label "fluid sampling - recombined"^^xsd:string ; 211 + rdfs:subClassOf ep-prodact:ExtendedMaintenanceTurnaround ;
212 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 212 +.
213 - 213 +ep-prodact:Fire
214 -ep-prodact:FluidSampling-separatorGas 214 + rdf:type ep-prodact:SafetyActivityType ;
215 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 215 + rdf:type owl:Class ;
216 - rdfs:label "fluid sampling - separator gas"^^xsd:string ; 216 + rdfs:label "fire"^^xsd:string ;
217 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 217 + rdfs:subClassOf ep-prodact:Incident ;
218 - 218 +.
219 -ep-prodact:FluidSampling-separatorOil 219 +ep-prodact:FluidLevelTest
220 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 220 + rdf:type owl:Class ;
221 - rdfs:label "fluid sampling - separator oil"^^xsd:string ; 221 + rdfs:label "fluid level test"^^xsd:string ;
222 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 222 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
223 - 223 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
224 -ep-prodact:FluidSampling-separatorWater 224 +.
225 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 225 +ep-prodact:FluidSampling-DST
226 - rdfs:label "fluid sampling - separator water"^^xsd:string ; 226 + rdf:type ep-prodact:FluidSamplingType ;
227 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 227 + rdf:type owl:Class ;
228 - 228 + rdfs:label "fluid sampling - DST"^^xsd:string ;
229 -ep-prodact:FluidSampling-synthetic 229 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
230 - rdf:type owl:Class , ep-prodact:FluidSamplingType ; 230 +.
231 - rdfs:label "fluid sampling - synthetic"^^xsd:string ; 231 +ep-prodact:FluidSampling-RFTorMDT
232 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 232 + rdf:type ep-prodact:FluidSamplingType ;
233 - 233 + rdf:type owl:Class ;
234 -ep-prodact:FluidSampling-wellhead 234 + rdfs:label "fluid sampling - RFT or MDT"^^xsd:string ;
235 - rdf:type ep-prodact:FluidSamplingType , owl:Class ; 235 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
236 - rdfs:label "fluid sampling - wellhead"^^xsd:string ; 236 +.
237 - rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis . 237 +ep-prodact:FluidSampling-bottomhole
238 - 238 + rdf:type ep-prodact:FluidSamplingType ;
239 -ep-prodact:FluidSamplingAndAnalysis 239 + rdf:type owl:Class ;
240 - rdf:type owl:Class ; 240 + rdfs:label "fluid sampling - bottomhole"^^xsd:string ;
241 - rdfs:label "fluid sampling and analysis"^^xsd:string ; 241 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
242 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 242 +.
243 - 243 +ep-prodact:FluidSampling-formationTester
244 -ep-prodact:FluidSamplingType 244 + rdf:type ep-prodact:FluidSamplingType ;
245 - rdf:type rdfs:Class ; 245 + rdf:type owl:Class ;
246 - rdfs:label "fluid sampling type"^^xsd:string ; 246 + rdfs:label "fluid sampling - formation tester"^^xsd:string ;
247 - rdfs:subClassOf owl:Class . 247 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
248 - 248 +.
249 -ep-prodact:FusionOfHSEActivitiesOverPeriod 249 +ep-prodact:FluidSampling-recombined
250 - rdf:type owl:Class ; 250 + rdf:type ep-prodact:FluidSamplingType ;
251 - rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod . 251 + rdf:type owl:Class ;
252 - 252 + rdfs:label "fluid sampling - recombined"^^xsd:string ;
253 -ep-prodact:FusionOfPartsOfProductionActivityOverPeriod 253 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
254 - rdf:type owl:Class ; 254 +.
255 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 255 +ep-prodact:FluidSampling-separatorGas
256 - 256 + rdf:type ep-prodact:FluidSamplingType ;
257 -ep-prodact:HSEProblem 257 + rdf:type owl:Class ;
258 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 258 + rdfs:label "fluid sampling - separator gas"^^xsd:string ;
259 - rdfs:label "HSE problem"^^xsd:string ; 259 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
260 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 260 +.
261 - 261 +ep-prodact:FluidSampling-separatorOil
262 -ep-prodact:HealthSafetyAndEnvironmentActivity 262 + rdf:type ep-prodact:FluidSamplingType ;
263 - rdf:type owl:Class ; 263 + rdf:type owl:Class ;
264 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 264 + rdfs:label "fluid sampling - separator oil"^^xsd:string ;
265 - 265 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
266 -ep-prodact:Incident 266 +.
267 - rdf:type owl:Class ; 267 +ep-prodact:FluidSampling-separatorWater
268 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 268 + rdf:type ep-prodact:FluidSamplingType ;
269 - 269 + rdf:type owl:Class ;
270 -ep-prodact:InitialWellTest 270 + rdfs:label "fluid sampling - separator water"^^xsd:string ;
271 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 271 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
272 - rdfs:label "initial"^^xsd:string ; 272 +.
273 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 273 +ep-prodact:FluidSampling-synthetic
274 - 274 + rdf:type ep-prodact:FluidSamplingType ;
275 -ep-prodact:InjectionWellTest 275 + rdf:type owl:Class ;
276 - rdf:type owl:Class ; 276 + rdfs:label "fluid sampling - synthetic"^^xsd:string ;
277 - rdfs:label "injection well test"^^xsd:string ; 277 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
278 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> . 278 +.
279 - 279 +ep-prodact:FluidSampling-wellhead
280 -ep-prodact:Injury 280 + rdf:type ep-prodact:FluidSamplingType ;
281 - rdf:type owl:Class ; 281 + rdf:type owl:Class ;
282 - rdfs:label "injury"^^xsd:string ; 282 + rdfs:label "fluid sampling - wellhead"^^xsd:string ;
283 - rdfs:subClassOf ep-prodact:AccidentOrInjury . 283 + rdfs:subClassOf ep-prodact:FluidSamplingAndAnalysis ;
284 - 284 +.
285 -ep-prodact:IssueBillOfLading 285 +ep-prodact:FluidSamplingAndAnalysis
286 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 286 + rdf:type owl:Class ;
287 - rdfs:label "issue bill of lading"^^xsd:string ; 287 + rdfs:label "fluid sampling and analysis"^^xsd:string ;
288 - rdfs:subClassOf ep-prodact:SalesActivity . 288 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
289 - 289 +.
290 -ep-prodact:IssueWorkPermit 290 +ep-prodact:FluidSamplingType
291 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 291 + rdf:type rdfs:Class ;
292 - rdfs:label "issue work permit"^^xsd:string ; 292 + rdfs:label "fluid sampling type"^^xsd:string ;
293 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 293 + rdfs:subClassOf owl:Class ;
294 - 294 +.
295 -ep-prodact:IssueWorkPermitWithSJA 295 +ep-prodact:FusionOfHSEActivitiesOverPeriod
296 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 296 + rdf:type owl:Class ;
297 - rdfs:label "issue work permit with SJA"^^xsd:string ; 297 + rdfs:subClassOf ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
298 - rdfs:subClassOf ep-prodact:IssueWorkPermit . 298 +.
299 - 299 +ep-prodact:FusionOfPartsOfProductionActivityOverPeriod
300 -ep-prodact:JobObservation 300 + rdf:type owl:Class ;
301 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 301 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
302 - rdfs:label "job observation"^^xsd:string ; 302 +.
303 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 303 +ep-prodact:HSEProblem
304 - 304 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
305 -ep-prodact:LastPartOfTypeRemainingActivityPair 305 + rdf:type owl:Class ;
306 - rdf:type owl:Class ; 306 + rdfs:label "HSE problem"^^xsd:string ;
307 - rdfs:label "last part of type - remaining activity pair"^^xsd:string ; 307 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
308 - rdfs:subClassOf owl:Thing . 308 +.
309 - 309 +ep-prodact:HealthSafetyAndEnvironmentActivity
310 -ep-prodact:LostTimeAccident 310 + rdf:type owl:Class ;
311 - rdf:type owl:Class ; 311 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
312 - rdfs:subClassOf ep-prodact:Incident . 312 +.
313 - 313 +ep-prodact:Incident
314 -ep-prodact:LostTimeIncident 314 + rdf:type owl:Class ;
315 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 315 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
316 - rdfs:label "lost time incident"^^xsd:string ; 316 +.
317 - rdfs:subClassOf ep-prodact:Incident . 317 +ep-prodact:InitialWellTest
318 - 318 + rdf:type ep-prodact:WellTestReasonType ;
319 -ep-prodact:MaintenanceActivity 319 + rdf:type owl:Class ;
320 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 320 + rdfs:label "initial"^^xsd:string ;
321 - rdfs:label "maintenance activity"^^xsd:string ; 321 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
322 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 322 +.
323 - 323 +ep-prodact:InjectionWellTest
324 -ep-prodact:MakeAComment 324 + rdf:type owl:Class ;
325 - rdf:type owl:Class ; 325 + rdfs:label "injection well test"^^xsd:string ;
326 - rdfs:label "make a comment"^^xsd:string ; 326 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
327 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 327 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
328 - 328 +.
329 -ep-prodact:MakeATransaction 329 +ep-prodact:Injury
330 - rdf:type owl:Class , ep-prodact:SalesActivityType ; 330 + rdf:type owl:Class ;
331 - rdfs:label "make a transaction"^^xsd:string ; 331 + rdfs:label "injury"^^xsd:string ;
332 - rdfs:subClassOf ep-prodact:SalesActivity . 332 + rdfs:subClassOf ep-prodact:AccidentOrInjury ;
333 - 333 +.
334 -ep-prodact:MarineOperation 334 +ep-prodact:IssueBillOfLading
335 - rdf:type owl:Class ; 335 + rdf:type ep-prodact:SalesActivityType ;
336 - rdfs:subClassOf ep-prodact:PartOfProductionActivity , ep-prodact:TransportationActivity . 336 + rdf:type owl:Class ;
337 - 337 + rdfs:label "issue bill of lading"^^xsd:string ;
338 -ep-prodact:MarkedGasLossOfExport 338 + rdfs:subClassOf ep-prodact:SalesActivity ;
339 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 339 +.
340 - rdfs:label "marked gas loss of export"^^xsd:string ; 340 +ep-prodact:IssueWorkPermit
341 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 341 + rdf:type ep-prodact:SafetyActivityType ;
342 - 342 + rdf:type owl:Class ;
343 -ep-prodact:MarkedOilLossOfExport 343 + rdfs:label "issue work permit"^^xsd:string ;
344 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 344 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
345 - rdfs:label "marked oil loss of export"^^xsd:string ; 345 +.
346 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 346 +ep-prodact:IssueWorkPermitWithSJA
347 - 347 + rdf:type ep-prodact:SafetyActivityType ;
348 -ep-prodact:MeasurePropertiesOfAFlow 348 + rdf:type owl:Class ;
349 - rdf:type owl:Class ; 349 + rdfs:label "issue work permit with SJA"^^xsd:string ;
350 - rdfs:label "measure properties of a flow"^^xsd:string ; 350 + rdfs:subClassOf ep-prodact:IssueWorkPermit ;
351 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 351 +.
352 - 352 +ep-prodact:JobObservation
353 -ep-prodact:MeasureSplitFactors 353 + rdf:type ep-prodact:SafetyActivityType ;
354 - rdf:type owl:Class , ep-prodact:SplitFactorDeterminationType ; 354 + rdf:type owl:Class ;
355 - rdfs:label "measure split factors"^^xsd:string ; 355 + rdfs:label "job observation"^^xsd:string ;
356 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 356 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
357 - 357 +.
358 -ep-prodact:MedicalTreatment 358 +ep-prodact:LastPartOfTypeRemainingActivityPair
359 - rdf:type owl:Class ; 359 + rdf:type owl:Class ;
360 - rdfs:label "medical treatment"^^xsd:string ; 360 + rdfs:label "last part of type - remaining activity pair"^^xsd:string ;
361 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 361 + rdfs:subClassOf owl:Thing ;
362 - 362 +.
363 -ep-prodact:MedicalTreatmentInjury 363 +ep-prodact:LostTimeAccident
364 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 364 + rdf:type owl:Class ;
365 - rdfs:label "medical treatment"^^xsd:string ; 365 + rdfs:subClassOf ep-prodact:Incident ;
366 - rdfs:subClassOf ep-prodact:Injury . 366 +.
367 - 367 +ep-prodact:LostTimeIncident
368 -ep-prodact:ModificationProject 368 + rdf:type ep-prodact:SafetyActivityType ;
369 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 369 + rdf:type owl:Class ;
370 - rdfs:label "modification project"^^xsd:string ; 370 + rdfs:label "lost time incident"^^xsd:string ;
371 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 371 + rdfs:subClassOf ep-prodact:Incident ;
372 - 372 +.
373 -ep-prodact:MonthlyProductionActivity 373 +ep-prodact:MaintenanceActivity
374 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 374 + rdf:type ep-prodact:ProductionActivityType ;
375 - rdfs:label "monthly production activity"^^xsd:string ; 375 + rdf:type owl:Class ;
376 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 376 + rdfs:label "maintenance activity"^^xsd:string ;
377 - 377 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
378 -ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod 378 +.
379 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 379 +ep-prodact:MakeAComment
380 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . 380 + rdf:type owl:Class ;
381 - 381 + rdfs:label "make a comment"^^xsd:string ;
382 -ep-prodact:MonthlyProductionOperationToDate 382 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
383 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 383 +.
384 - rdfs:label "monthly production to date"^^xsd:string ; 384 +ep-prodact:MakeATransaction
385 - rdfs:subClassOf ep-prodact:ProductionOperation . 385 + rdf:type ep-prodact:SalesActivityType ;
386 - 386 + rdf:type owl:Class ;
387 -ep-prodact:MovementOfProduct 387 + rdfs:label "make a transaction"^^xsd:string ;
388 - rdf:type owl:Class ; 388 + rdfs:subClassOf ep-prodact:SalesActivity ;
389 - rdfs:label "movement of product"^^xsd:string ; 389 +.
390 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 390 +ep-prodact:MarineOperation
391 - 391 + rdf:type owl:Class ;
392 -ep-prodact:MovementOfProductType 392 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
393 - rdf:type rdfs:Class ; 393 + rdfs:subClassOf ep-prodact:TransportationActivity ;
394 - rdfs:label "movement of product type"^^xsd:string ; 394 +.
395 - rdfs:subClassOf owl:Class . 395 +ep-prodact:MarkedGasLossOfExport
396 - 396 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
397 -ep-prodact:NearMiss 397 + rdf:type owl:Class ;
398 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 398 + rdfs:label "marked gas loss of export"^^xsd:string ;
399 - rdfs:label "near miss"^^xsd:string ; 399 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
400 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 400 +.
401 - 401 +ep-prodact:MarkedOilLossOfExport
402 -ep-prodact:NotablePartOfProductionActivity 402 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
403 - rdf:type owl:Class ; 403 + rdf:type owl:Class ;
404 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 404 + rdfs:label "marked oil loss of export"^^xsd:string ;
405 - 405 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
406 -ep-prodact:OperationMistakes 406 +.
407 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 407 +ep-prodact:MeasurePropertiesOfAFlow
408 - rdfs:label "operation mistakes"^^xsd:string ; 408 + rdf:type owl:Class ;
409 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 409 + rdfs:label "measure properties of a flow"^^xsd:string ;
410 - 410 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
411 -ep-prodact:OtherProductionActivity 411 +.
412 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 412 +ep-prodact:MeasureSplitFactors
413 - rdfs:label "other production activity"^^xsd:string ; 413 + rdf:type ep-prodact:SplitFactorDeterminationType ;
414 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 414 + rdf:type owl:Class ;
415 - 415 + rdfs:label "measure split factors"^^xsd:string ;
416 -ep-prodact:OtherReasonWellTest 416 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
417 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 417 +.
418 - rdfs:label "other"^^xsd:string ; 418 +ep-prodact:MedicalTreatment
419 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 419 + rdf:type owl:Class ;
420 - 420 + rdfs:label "medical treatment"^^xsd:string ;
421 -ep-prodact:PartOfProductionActivity 421 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
422 - rdf:type owl:Class ; 422 +.
423 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 423 +ep-prodact:MedicalTreatmentInjury
424 - 424 + rdf:type ep-prodact:SafetyActivityType ;
425 -ep-prodact:PeriodicWellTest 425 + rdf:type owl:Class ;
426 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 426 + rdfs:label "medical treatment"^^xsd:string ;
427 - rdfs:label "periodic"^^xsd:string ; 427 + rdfs:subClassOf ep-prodact:Injury ;
428 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 428 +.
429 - 429 +ep-prodact:ModificationProject
430 -ep-prodact:PersonnelSafetyIntroduction 430 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
431 - rdf:type owl:Class ; 431 + rdf:type owl:Class ;
432 - rdfs:label "personnel safety introduction"^^xsd:string ; 432 + rdfs:label "modification project"^^xsd:string ;
433 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 433 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
434 - 434 +.
435 -ep-prodact:PlannedMaintenanceTurnaround 435 +ep-prodact:MonthlyProductionActivity
436 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 436 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
437 - rdfs:label "planned maintenace turnaround"^^xsd:string ; 437 + rdf:type owl:Class ;
438 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 438 + rdfs:label "monthly production activity"^^xsd:string ;
439 - 439 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
440 -ep-prodact:PowerStationFailure 440 +.
441 - rdf:type ep-prodact:ProductionActivityType , owl:Class ; 441 +ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
442 - rdfs:label "power station failure"^^xsd:string ; 442 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
443 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 443 + rdf:type owl:Class ;
444 - 444 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> ;
445 -ep-prodact:PreventiveMaintenanceTopside 445 +.
446 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 446 +ep-prodact:MonthlyProductionOperationToDate
447 - rdfs:label "preventive maintenace topside"^^xsd:string ; 447 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
448 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 448 + rdf:type owl:Class ;
449 - 449 + rdfs:label "monthly production to date"^^xsd:string ;
450 -ep-prodact:ProcessAndOperationProblem 450 + rdfs:subClassOf ep-prodact:ProductionOperation ;
451 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 451 +.
452 - rdfs:label "process and operation problem"^^xsd:string ; 452 +ep-prodact:MovementOfProduct
453 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 453 + rdf:type owl:Class ;
454 - 454 + rdfs:label "movement of product"^^xsd:string ;
455 -ep-prodact:ProductCompletedLifting 455 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
456 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 456 +.
457 - rdfs:label "product completed lifting"^^xsd:string ; 457 +ep-prodact:MovementOfProductType
458 - rdfs:subClassOf ep-prodact:MovementOfProduct . 458 + rdf:type rdfs:Class ;
459 - 459 + rdfs:label "movement of product type"^^xsd:string ;
460 -ep-prodact:ProductDespatch 460 + rdfs:subClassOf owl:Class ;
461 - rdf:type owl:Class ; 461 +.
462 - rdfs:label "product despatch"^^xsd:string ; 462 +ep-prodact:NearMiss
463 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 463 + rdf:type ep-prodact:SafetyActivityType ;
464 - 464 + rdf:type owl:Class ;
465 -ep-prodact:ProductGain-Loss 465 + rdfs:label "near miss"^^xsd:string ;
466 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 466 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
467 - rdfs:label "product gain/loss"^^xsd:string ; 467 +.
468 - rdfs:subClassOf ep-prodact:MovementOfProduct . 468 +ep-prodact:NotablePartOfProductionActivity
469 - 469 + rdf:type owl:Class ;
470 -ep-prodact:ProductInputToStorage 470 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
471 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 471 +.
472 - rdfs:label "product input to storage"^^xsd:string ; 472 +ep-prodact:OperationMistakes
473 - rdfs:subClassOf ep-prodact:MovementOfProduct . 473 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
474 - 474 + rdf:type owl:Class ;
475 -ep-prodact:ProductLifted 475 + rdfs:label "operation mistakes"^^xsd:string ;
476 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 476 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
477 - rdfs:label "product lifted"^^xsd:string ; 477 +.
478 - rdfs:subClassOf ep-prodact:MovementOfProduct . 478 +ep-prodact:OtherProductionActivity
479 - 479 + rdf:type ep-prodact:ProductionActivityType ;
480 -ep-prodact:ProductLiftingEntitlement 480 + rdf:type owl:Class ;
481 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 481 + rdfs:label "other production activity"^^xsd:string ;
482 - rdfs:label "product lifting entitlement"^^xsd:string ; 482 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
483 - rdfs:subClassOf ep-prodact:MovementOfProduct . 483 +.
484 - 484 +ep-prodact:OtherReasonWellTest
485 -ep-prodact:ProductLiftingEntitlementRemaining 485 + rdf:type ep-prodact:WellTestReasonType ;
486 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 486 + rdf:type owl:Class ;
487 - rdfs:label "product lifting entitlement remaining"^^xsd:string ; 487 + rdfs:label "other"^^xsd:string ;
488 - rdfs:subClassOf ep-prodact:MovementOfProduct . 488 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
489 - 489 +.
490 -ep-prodact:ProductLinePack 490 +ep-prodact:PartOfProductionActivity
491 - rdf:type owl:Class , ep-prodact:MovementOfProductType ; 491 + rdf:type owl:Class ;
492 - rdfs:label "product line pack"^^xsd:string ; 492 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
493 - rdfs:subClassOf ep-prodact:MovementOfProduct . 493 +.
494 - 494 +ep-prodact:PeriodicWellTest
495 -ep-prodact:ProductMassAdjustment 495 + rdf:type ep-prodact:WellTestReasonType ;
496 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 496 + rdf:type owl:Class ;
497 - rdfs:label "product mass adjustment"^^xsd:string ; 497 + rdfs:label "periodic"^^xsd:string ;
498 - rdfs:subClassOf ep-prodact:MovementOfProduct . 498 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
499 - 499 +.
500 -ep-prodact:ProductPartialLifting 500 +ep-prodact:PersonnelSafetyIntroduction
501 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 501 + rdf:type owl:Class ;
502 - rdfs:label "product partial lifting"^^xsd:string ; 502 + rdfs:label "personnel safety introduction"^^xsd:string ;
503 - rdfs:subClassOf ep-prodact:MovementOfProduct . 503 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
504 - 504 +.
505 -ep-prodact:ProductPipelineLifting 505 +ep-prodact:PlannedMaintenanceTurnaround
506 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 506 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
507 - rdfs:label "product pipeline lifting"^^xsd:string ; 507 + rdf:type owl:Class ;
508 - rdfs:subClassOf ep-prodact:MovementOfProduct . 508 + rdfs:label "planned maintenace turnaround"^^xsd:string ;
509 - 509 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
510 -ep-prodact:ProductProductionImbalance 510 +.
511 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 511 +ep-prodact:PowerStationFailure
512 - rdfs:label "product production imbalance"^^xsd:string ; 512 + rdf:type ep-prodact:ProductionActivityType ;
513 - rdfs:subClassOf ep-prodact:MovementOfProduct . 513 + rdf:type owl:Class ;
514 - 514 + rdfs:label "power station failure"^^xsd:string ;
515 -ep-prodact:ProductSwap 515 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
516 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 516 +.
517 - rdfs:label "product swap"^^xsd:string ; 517 +ep-prodact:PreventiveMaintenanceTopside
518 - rdfs:subClassOf ep-prodact:MovementOfProduct . 518 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
519 - 519 + rdf:type owl:Class ;
520 -ep-prodact:ProductTankerLifting 520 + rdfs:label "preventive maintenace topside"^^xsd:string ;
521 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 521 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
522 - rdfs:label "product tanker lifting"^^xsd:string ; 522 +.
523 - rdfs:subClassOf ep-prodact:MovementOfProduct . 523 +ep-prodact:ProcessAndOperationProblem
524 - 524 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
525 -ep-prodact:ProductTransaction 525 + rdf:type owl:Class ;
526 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 526 + rdfs:label "process and operation problem"^^xsd:string ;
527 - rdfs:label "product transaction"^^xsd:string ; 527 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
528 - rdfs:subClassOf ep-prodact:MovementOfProduct . 528 +.
529 - 529 +ep-prodact:ProductCompletedLifting
530 -ep-prodact:ProductTransfer 530 + rdf:type ep-prodact:MovementOfProductType ;
531 - rdf:type ep-prodact:MovementOfProductType , owl:Class ; 531 + rdf:type owl:Class ;
532 - rdfs:label "product transfer"^^xsd:string ; 532 + rdfs:label "product completed lifting"^^xsd:string ;
533 - rdfs:subClassOf ep-prodact:MovementOfProduct . 533 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
534 - 534 +.
535 -ep-prodact:ProductionActivityLastingLessThanAYear 535 +ep-prodact:ProductDespatch
536 - rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; 536 + rdf:type owl:Class ;
537 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 537 + rdfs:label "product despatch"^^xsd:string ;
538 - 538 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
539 -ep-prodact:ProductionActivityType 539 +.
540 - rdf:type rdfs:Class ; 540 +ep-prodact:ProductGain-Loss
541 - rdfs:label "production activity type"^^xsd:string ; 541 + rdf:type ep-prodact:MovementOfProductType ;
542 - rdfs:subClassOf owl:Class . 542 + rdf:type owl:Class ;
543 - 543 + rdfs:label "product gain/loss"^^xsd:string ;
544 -ep-prodact:ProductionOperation 544 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
545 - rdf:type owl:Class , ep-prodact:ProductionActivityType ; 545 +.
546 - rdfs:label "production operation"^^xsd:string ; 546 +ep-prodact:ProductInputToStorage
547 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 547 + rdf:type ep-prodact:MovementOfProductType ;
548 - 548 + rdf:type owl:Class ;
549 -ep-prodact:ProductionOperationClassByDuration 549 + rdfs:label "product input to storage"^^xsd:string ;
550 - rdf:type rdfs:Class ; 550 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
551 - rdfs:subClassOf owl:Class . 551 +.
552 - 552 +ep-prodact:ProductLifted
553 -ep-prodact:ProductionOperationInjection 553 + rdf:type ep-prodact:MovementOfProductType ;
554 - rdf:type owl:Class ; 554 + rdf:type owl:Class ;
555 - rdfs:label "production operation injection"^^xsd:string ; 555 + rdfs:label "product lifted"^^xsd:string ;
556 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 556 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
557 - 557 +.
558 -ep-prodact:ProductionOperationMethodType 558 +ep-prodact:ProductLiftingEntitlement
559 - rdf:type rdfs:Class ; 559 + rdf:type ep-prodact:MovementOfProductType ;
560 - rdfs:comment "e.g. 'flowing', 'pumping', 'gas lifted'"^^xsd:string ; 560 + rdf:type owl:Class ;
561 - rdfs:label "production operation method type"^^xsd:string ; 561 + rdfs:label "product lifting entitlement"^^xsd:string ;
562 - rdfs:subClassOf owl:Class . 562 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
563 - 563 +.
564 -ep-prodact:ProductionOperationProcessingLoss 564 +ep-prodact:ProductLiftingEntitlementRemaining
565 - rdf:type owl:Class ; 565 + rdf:type ep-prodact:MovementOfProductType ;
566 - rdfs:label "production operation processing loss"^^xsd:string ; 566 + rdf:type owl:Class ;
567 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 567 + rdfs:label "product lifting entitlement remaining"^^xsd:string ;
568 - 568 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
569 -ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason 569 +.
570 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 570 +ep-prodact:ProductLinePack
571 - rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ; 571 + rdf:type ep-prodact:MovementOfProductType ;
572 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 572 + rdf:type owl:Class ;
573 - 573 + rdfs:label "product line pack"^^xsd:string ;
574 -ep-prodact:ProductionOperationProcessingRegulatoryReference 574 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
575 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 575 +.
576 - rdfs:label "production operation processing regulatory reference"^^xsd:string ; 576 +ep-prodact:ProductMassAdjustment
577 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 577 + rdf:type ep-prodact:MovementOfProductType ;
578 - 578 + rdf:type owl:Class ;
579 -ep-prodact:ProductionOperationProduction 579 + rdfs:label "product mass adjustment"^^xsd:string ;
580 - rdf:type owl:Class ; 580 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
581 - rdfs:label "production operation production"^^xsd:string ; 581 +.
582 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 582 +ep-prodact:ProductPartialLifting
583 - 583 + rdf:type ep-prodact:MovementOfProductType ;
584 -ep-prodact:ProductionOperationProductionAndInjection 584 + rdf:type owl:Class ;
585 - rdf:type owl:Class ; 585 + rdfs:label "product partial lifting"^^xsd:string ;
586 - rdfs:label "production operation production and injection"^^xsd:string ; 586 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
587 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 587 +.
588 - 588 +ep-prodact:ProductPipelineLifting
589 -ep-prodact:ProductionVolumeActivity 589 + rdf:type ep-prodact:MovementOfProductType ;
590 - rdf:type owl:Class ; 590 + rdf:type owl:Class ;
591 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 591 + rdfs:label "product pipeline lifting"^^xsd:string ;
592 - 592 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
593 -ep-prodact:RaiseAnAlert 593 +.
594 - rdf:type owl:Class ; 594 +ep-prodact:ProductProductionImbalance
595 - rdfs:label "raise an alert"^^xsd:string ; 595 + rdf:type ep-prodact:MovementOfProductType ;
596 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 596 + rdf:type owl:Class ;
597 - 597 + rdfs:label "product production imbalance"^^xsd:string ;
598 -ep-prodact:ReasonForLossOfProcessingType 598 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
599 - rdf:type rdfs:Class ; 599 +.
600 - rdfs:label "reason for loss of processing type"^^xsd:string ; 600 +ep-prodact:ProductSwap
601 - rdfs:subClassOf owl:Class . 601 + rdf:type ep-prodact:MovementOfProductType ;
602 - 602 + rdf:type owl:Class ;
603 -ep-prodact:ReleaseToAir 603 + rdfs:label "product swap"^^xsd:string ;
604 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 604 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
605 - rdfs:label "release to air"^^xsd:string ; 605 +.
606 - rdfs:subClassOf ep-prodact:SpillOrLeak . 606 +ep-prodact:ProductTankerLifting
607 - 607 + rdf:type ep-prodact:MovementOfProductType ;
608 -ep-prodact:ReleaseToWater 608 + rdf:type owl:Class ;
609 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 609 + rdfs:label "product tanker lifting"^^xsd:string ;
610 - rdfs:label "release to water"^^xsd:string ; 610 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
611 - rdfs:subClassOf ep-prodact:SpillOrLeak . 611 +.
612 - 612 +ep-prodact:ProductTransaction
613 -ep-prodact:ReportHazard 613 + rdf:type ep-prodact:MovementOfProductType ;
614 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 614 + rdf:type owl:Class ;
615 - rdfs:label "report hazard"^^xsd:string ; 615 + rdfs:label "product transaction"^^xsd:string ;
616 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 616 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
617 - 617 +.
618 -ep-prodact:ReservoirLoss 618 +ep-prodact:ProductTransfer
619 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 619 + rdf:type ep-prodact:MovementOfProductType ;
620 - rdfs:label "reservoir loss"^^xsd:string ; 620 + rdf:type owl:Class ;
621 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 621 + rdfs:label "product transfer"^^xsd:string ;
622 - 622 + rdfs:subClassOf ep-prodact:MovementOfProduct ;
623 -ep-prodact:RestrictedWork 623 +.
624 - rdf:type owl:Class ; 624 +ep-prodact:ProductionActivityLastingLessThanAYear
625 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 625 + rdf:type ep-prodact:ProductionOperationClassByDuration ;
626 - 626 + rdf:type owl:Class ;
627 -ep-prodact:RestrictedWorkInjury 627 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
628 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 628 +.
629 - rdfs:label "restricted work injury"^^xsd:string ; 629 +ep-prodact:ProductionActivityType
630 - rdfs:subClassOf ep-prodact:Injury . 630 + rdf:type rdfs:Class ;
631 - 631 + rdfs:label "production activity type"^^xsd:string ;
632 -ep-prodact:RevisionWellTest 632 + rdfs:subClassOf owl:Class ;
633 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 633 +.
634 - rdfs:label "revision"^^xsd:string ; 634 +ep-prodact:ProductionOperation
635 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 635 + rdf:type ep-prodact:ProductionActivityType ;
636 - 636 + rdf:type owl:Class ;
637 -ep-prodact:SafetyActivityType 637 + rdfs:label "production operation"^^xsd:string ;
638 - rdf:type rdfs:Class ; 638 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
639 - rdfs:label "safety activity type"^^xsd:string ; 639 +.
640 - rdfs:subClassOf owl:Class . 640 +ep-prodact:ProductionOperationClassByDuration
641 - 641 + rdf:type rdfs:Class ;
642 -ep-prodact:SafetyConsideration 642 + rdfs:subClassOf owl:Class ;
643 - rdf:type owl:Class ; 643 +.
644 - rdfs:label "safety consideration"^^xsd:string ; 644 +ep-prodact:ProductionOperationInjection
645 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 645 + rdf:type owl:Class ;
646 - 646 + rdfs:label "production operation injection"^^xsd:string ;
647 -ep-prodact:SafetyMeeting 647 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
648 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 648 +.
649 - rdfs:label "safety meeting"^^xsd:string ; 649 +ep-prodact:ProductionOperationMethodType
650 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 650 + rdf:type rdfs:Class ;
651 - 651 + rdfs:comment "e.g. 'flowing', 'pumping', 'gas lifted'"^^xsd:string ;
652 -ep-prodact:SalesActivity 652 + rdfs:label "production operation method type"^^xsd:string ;
653 - rdf:type owl:Class ; 653 + rdfs:subClassOf owl:Class ;
654 - rdfs:label "sales activity"^^xsd:string ; 654 +.
655 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 655 +ep-prodact:ProductionOperationProcessingLoss
656 - 656 + rdf:type owl:Class ;
657 -ep-prodact:SalesActivityType 657 + rdfs:label "production operation processing loss"^^xsd:string ;
658 - rdf:type rdfs:Class ; 658 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
659 - rdfs:label "sales activity type"^^xsd:string ; 659 +.
660 - rdfs:subClassOf owl:Class . 660 +ep-prodact:ProductionOperationProcessingLossForUnspecifiedReason
661 - 661 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
662 -ep-prodact:SentAshore 662 + rdf:type owl:Class ;
663 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 663 + rdfs:label "production operation processing loss for unspecified reason"^^xsd:string ;
664 - rdfs:label "sent ashore"^^xsd:string ; 664 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
665 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 665 +.
666 - 666 +ep-prodact:ProductionOperationProcessingRegulatoryReference
667 -ep-prodact:SevereAccident 667 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
668 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 668 + rdf:type owl:Class ;
669 - rdfs:label "severe accident"^^xsd:string ; 669 + rdfs:label "production operation processing regulatory reference"^^xsd:string ;
670 - rdfs:subClassOf ep-prodact:Incident . 670 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
671 - 671 +.
672 -ep-prodact:ShutdownProduction 672 +ep-prodact:ProductionOperationProduction
673 - rdf:type owl:Class ; 673 + rdf:type owl:Class ;
674 - rdfs:label "shutdown production"^^xsd:string ; 674 + rdfs:label "production operation production"^^xsd:string ;
675 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . 675 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
676 - 676 +.
677 -ep-prodact:SickOnBoard 677 +ep-prodact:ProductionOperationProductionAndInjection
678 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 678 + rdf:type owl:Class ;
679 - rdfs:label "sick on board"^^xsd:string ; 679 + rdfs:label "production operation production and injection"^^xsd:string ;
680 - rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . 680 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
681 - 681 +.
682 -ep-prodact:SpillOrLeak 682 +ep-prodact:ProductionVolumeActivity
683 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 683 + rdf:type owl:Class ;
684 - rdfs:label "spill or leak"^^xsd:string ; 684 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
685 - rdfs:subClassOf ep-prodact:Incident . 685 +.
686 - 686 +ep-prodact:RaiseAnAlert
687 -ep-prodact:SplitFactorDeterminationType 687 + rdf:type owl:Class ;
688 - rdf:type rdfs:Class ; 688 + rdfs:label "raise an alert"^^xsd:string ;
689 - rdfs:label "split factor determination type"^^xsd:string ; 689 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
690 - rdfs:subClassOf owl:Class . 690 +.
691 - 691 +ep-prodact:ReasonForLossOfProcessingType
692 -ep-prodact:StandbyVesselOperation 692 + rdf:type rdfs:Class ;
693 - rdf:type owl:Class ; 693 + rdfs:label "reason for loss of processing type"^^xsd:string ;
694 - rdfs:label "standby vessel operation"^^xsd:string ; 694 + rdfs:subClassOf owl:Class ;
695 - rdfs:subClassOf ep-prodact:MarineOperation . 695 +.
696 - 696 +ep-prodact:ReleaseToAir
697 -ep-prodact:StrikeOrLockout 697 + rdf:type ep-prodact:SafetyActivityType ;
698 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 698 + rdf:type owl:Class ;
699 - rdfs:label "strike or lock-out"^^xsd:string ; 699 + rdfs:label "release to air"^^xsd:string ;
700 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 700 + rdfs:subClassOf ep-prodact:SpillOrLeak ;
701 - 701 +.
702 -ep-prodact:SupplyShipOperation 702 +ep-prodact:ReleaseToWater
703 - rdf:type owl:Class ; 703 + rdf:type ep-prodact:SafetyActivityType ;
704 - rdfs:label "supply ship operation"^^xsd:string ; 704 + rdf:type owl:Class ;
705 - rdfs:subClassOf ep-prodact:MarineOperation . 705 + rdfs:label "release to water"^^xsd:string ;
706 - 706 + rdfs:subClassOf ep-prodact:SpillOrLeak ;
707 -ep-prodact:TestingAndLogging 707 +.
708 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 708 +ep-prodact:ReportHazard
709 - rdfs:label "testing and logging"^^xsd:string ; 709 + rdf:type ep-prodact:SafetyActivityType ;
710 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 710 + rdf:type owl:Class ;
711 - 711 + rdfs:label "report hazard"^^xsd:string ;
712 -ep-prodact:ThirdPartyProcessingLoss 712 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
713 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 713 +.
714 - rdfs:label "third party processing loss"^^xsd:string ; 714 +ep-prodact:ReservoirLoss
715 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 715 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
716 - 716 + rdf:type owl:Class ;
717 -ep-prodact:TopsideEquipmentFailureMaintenance 717 + rdfs:label "reservoir loss"^^xsd:string ;
718 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 718 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
719 - rdfs:label "topside equipment failure maintenance"^^xsd:string ; 719 +.
720 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 720 +ep-prodact:RestrictedWork
721 - 721 + rdf:type owl:Class ;
722 -ep-prodact:TrafficAccident 722 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
723 - rdf:type ep-prodact:SafetyActivityType , owl:Class ; 723 +.
724 - rdfs:label "traffic accident"^^xsd:string ; 724 +ep-prodact:RestrictedWorkInjury
725 - rdfs:subClassOf ep-prodact:Incident . 725 + rdf:type ep-prodact:SafetyActivityType ;
726 - 726 + rdf:type owl:Class ;
727 -ep-prodact:TransportationActivity 727 + rdfs:label "restricted work injury"^^xsd:string ;
728 - rdf:type owl:Class ; 728 + rdfs:subClassOf ep-prodact:Injury ;
729 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> . 729 +.
730 - 730 +ep-prodact:RevisionWellTest
731 -ep-prodact:UnavailableTankerStorage 731 + rdf:type ep-prodact:WellTestReasonType ;
732 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 732 + rdf:type owl:Class ;
733 - rdfs:label "unavailable tanker storage"^^xsd:string ; 733 + rdfs:label "revision"^^xsd:string ;
734 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 734 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
735 - 735 +.
736 -ep-prodact:UnknownReasonWellTest 736 +ep-prodact:SafetyActivityType
737 - rdf:type owl:Class , ep-prodact:WellTestReasonType ; 737 + rdf:type rdfs:Class ;
738 - rdfs:label "unknown"^^xsd:string ; 738 + rdfs:label "safety activity type"^^xsd:string ;
739 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> . 739 + rdfs:subClassOf owl:Class ;
740 - 740 +.
741 -ep-prodact:WaterCleaningOperation 741 +ep-prodact:SafetyConsideration
742 - rdf:type owl:Class ; 742 + rdf:type owl:Class ;
743 - rdfs:subClassOf ep-prodact:PartOfProductionActivity . 743 + rdfs:label "safety consideration"^^xsd:string ;
744 - 744 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
745 -ep-prodact:WeatherProblem 745 +.
746 - rdf:type owl:Class , ep-prodact:ReasonForLossOfProcessingType ; 746 +ep-prodact:SafetyMeeting
747 - rdfs:label "weather problem"^^xsd:string ; 747 + rdf:type ep-prodact:SafetyActivityType ;
748 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 748 + rdf:type owl:Class ;
749 - 749 + rdfs:label "safety meeting"^^xsd:string ;
750 -ep-prodact:WellEquipmentFailureMaintenance 750 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
751 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 751 +.
752 - rdfs:label "well equipment failure maintenance"^^xsd:string ; 752 +ep-prodact:SalesActivity
753 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 753 + rdf:type owl:Class ;
754 - 754 + rdfs:label "sales activity"^^xsd:string ;
755 -ep-prodact:WellPlannedOperations 755 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
756 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 756 +.
757 - rdfs:label "well planned operations"^^xsd:string ; 757 +ep-prodact:SalesActivityType
758 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 758 + rdf:type rdfs:Class ;
759 - 759 + rdfs:label "sales activity type"^^xsd:string ;
760 -ep-prodact:WellPreventiveMaintenance 760 + rdfs:subClassOf owl:Class ;
761 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 761 +.
762 - rdfs:label "well preventive maintenance"^^xsd:string ; 762 +ep-prodact:SentAshore
763 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 763 + rdf:type ep-prodact:SafetyActivityType ;
764 - 764 + rdf:type owl:Class ;
765 -ep-prodact:WellProblems 765 + rdfs:label "sent ashore"^^xsd:string ;
766 - rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ; 766 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
767 - rdfs:label "well problems"^^xsd:string ; 767 +.
768 - rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss . 768 +ep-prodact:SevereAccident
769 - 769 + rdf:type ep-prodact:SafetyActivityType ;
770 -ep-prodact:WellTestReasonType 770 + rdf:type owl:Class ;
771 - rdf:type rdfs:Class ; 771 + rdfs:label "severe accident"^^xsd:string ;
772 - rdfs:label "well test reason type"^^xsd:string ; 772 + rdfs:subClassOf ep-prodact:Incident ;
773 - rdfs:subClassOf owl:Class . 773 +.
774 - 774 +ep-prodact:ShutdownProduction
775 -ep-prodact:accountNumber 775 + rdf:type owl:Class ;
776 - rdf:type owl:DatatypeProperty ; 776 + rdfs:label "shutdown production"^^xsd:string ;
777 - rdfs:domain ep-prodact:SalesActivity ; 777 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
778 - rdfs:label "account number"^^xsd:string . 778 +.
779 - 779 +ep-prodact:SickOnBoard
780 -ep-prodact:alertUpon 780 + rdf:type ep-prodact:SafetyActivityType ;
781 - rdf:type owl:ObjectProperty ; 781 + rdf:type owl:Class ;
782 - rdfs:domain ep-prodact:RaiseAnAlert ; 782 + rdfs:label "sick on board"^^xsd:string ;
783 - rdfs:label "alert upon"^^xsd:string ; 783 + rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity ;
784 - rdfs:range owl:Thing . 784 +.
785 - 785 +ep-prodact:SpillOrLeak
786 -ep-prodact:ammoniumDensity 786 + rdf:type ep-prodact:SafetyActivityType ;
787 - rdf:type owl:ObjectProperty ; 787 + rdf:type owl:Class ;
788 - rdfs:range ep-core:Density . 788 + rdfs:label "spill or leak"^^xsd:string ;
789 - 789 + rdfs:subClassOf ep-prodact:Incident ;
790 -ep-prodact:amountOfOil 790 +.
791 - rdf:type owl:ObjectProperty ; 791 +ep-prodact:SplitFactorDeterminationType
792 - rdfs:range ep-core:Mass . 792 + rdf:type rdfs:Class ;
793 - 793 + rdfs:label "split factor determination type"^^xsd:string ;
794 -ep-prodact:buyer 794 + rdfs:subClassOf owl:Class ;
795 - rdf:type owl:ObjectProperty ; 795 +.
796 - rdfs:domain ep-prodact:SalesActivity ; 796 +ep-prodact:StandbyVesselOperation
797 - rdfs:label "buyer"^^xsd:string ; 797 + rdf:type owl:Class ;
798 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 798 + rdfs:label "standby vessel operation"^^xsd:string ;
799 - 799 + rdfs:subClassOf ep-prodact:MarineOperation ;
800 -ep-prodact:cargoBatchNumber 800 +.
801 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 801 +ep-prodact:StrikeOrLockout
802 - rdfs:label "cargo batch number"^^xsd:string . 802 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
803 - 803 + rdf:type owl:Class ;
804 -ep-prodact:cargoLoaded 804 + rdfs:label "strike or lock-out"^^xsd:string ;
805 - rdf:type owl:ObjectProperty ; 805 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
806 - rdfs:domain ep-prodact:CargoShipOperation ; 806 +.
807 - rdfs:label "cargo loaded"^^xsd:string ; 807 +ep-prodact:SupplyShipOperation
808 - rdfs:range ep-core:PhysicalObject . 808 + rdf:type owl:Class ;
809 - 809 + rdfs:label "supply ship operation"^^xsd:string ;
810 -ep-prodact:cargoNumber 810 + rdfs:subClassOf ep-prodact:MarineOperation ;
811 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; 811 +.
812 - rdfs:label "cargo number"^^xsd:string . 812 +ep-prodact:TestingAndLogging
813 - 813 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
814 -ep-prodact:causedBy 814 + rdf:type owl:Class ;
815 - rdf:type owl:ObjectProperty ; 815 + rdfs:label "testing and logging"^^xsd:string ;
816 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 816 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
817 - rdfs:label "caused by"^^xsd:string ; 817 +.
818 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 818 +ep-prodact:ThirdPartyProcessingLoss
819 - 819 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
820 -ep-prodact:classificationBySafetyActivityType 820 + rdf:type owl:Class ;
821 - rdf:type owl:ObjectProperty ; 821 + rdfs:label "third party processing loss"^^xsd:string ;
822 - rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; 822 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
823 - rdfs:range ep-prodact:SafetyActivityType . 823 +.
824 - 824 +ep-prodact:TopsideEquipmentFailureMaintenance
825 -ep-prodact:commentMade 825 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
826 - rdf:type owl:DatatypeProperty ; 826 + rdf:type owl:Class ;
827 - rdfs:domain ep-prodact:MakeAComment ; 827 + rdfs:label "topside equipment failure maintenance"^^xsd:string ;
828 - rdfs:label "comment made"^^xsd:string . 828 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
829 - 829 +.
830 -ep-prodact:commentUpon 830 +ep-prodact:TrafficAccident
831 - rdf:type owl:ObjectProperty ; 831 + rdf:type ep-prodact:SafetyActivityType ;
832 - rdfs:domain ep-prodact:MakeAComment ; 832 + rdf:type owl:Class ;
833 - rdfs:label "comment upon"^^xsd:string ; 833 + rdfs:label "traffic accident"^^xsd:string ;
834 - rdfs:range owl:Thing . 834 + rdfs:subClassOf ep-prodact:Incident ;
835 - 835 +.
836 -ep-prodact:commentator 836 +ep-prodact:TransportationActivity
837 - rdf:type owl:ObjectProperty ; 837 + rdf:type owl:Class ;
838 - rdfs:domain ep-prodact:MakeAComment ; 838 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> ;
839 - rdfs:label "commentator"^^xsd:string ; 839 +.
840 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . 840 +ep-prodact:UnavailableTankerStorage
841 - 841 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
842 -ep-prodact:coulterCounter 842 + rdf:type owl:Class ;
843 - rdf:type owl:ObjectProperty ; 843 + rdfs:label "unavailable tanker storage"^^xsd:string ;
844 - rdfs:range ep-core:MassPerUnitMassConcentration . 844 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
845 - 845 +.
846 -ep-prodact:destination 846 +ep-prodact:UnknownReasonWellTest
847 - rdf:type owl:TransitiveProperty ; 847 + rdf:type ep-prodact:WellTestReasonType ;
848 - rdfs:domain ep-prodact:MovementOfProduct ; 848 + rdf:type owl:Class ;
849 - rdfs:label "destination"^^xsd:string ; 849 + rdfs:label "unknown"^^xsd:string ;
850 - rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> . 850 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
851 - 851 +.
852 -ep-prodact:facilityShutdown 852 +ep-prodact:WaterCleaningOperation
853 - rdf:type owl:ObjectProperty ; 853 + rdf:type owl:Class ;
854 - rdfs:domain ep-prodact:ShutdownProduction ; 854 + rdfs:subClassOf ep-prodact:PartOfProductionActivity ;
855 - rdfs:label "facility shutdown"^^xsd:string ; 855 +.
856 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 856 +ep-prodact:WeatherProblem
857 - 857 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
858 -ep-prodact:forComment 858 + rdf:type owl:Class ;
859 - rdf:type owl:ObjectProperty ; 859 + rdfs:label "weather problem"^^xsd:string ;
860 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 860 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
861 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 861 +.
862 - rdfs:label "for comment"^^xsd:string . 862 +ep-prodact:WellEquipmentFailureMaintenance
863 - 863 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
864 -ep-prodact:glycolDensity 864 + rdf:type owl:Class ;
865 - rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; 865 + rdfs:label "well equipment failure maintenance"^^xsd:string ;
866 - rdfs:range ep-core:Density . 866 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
867 - 867 +.
868 -ep-prodact:hasDischargeFlow 868 +ep-prodact:WellPlannedOperations
869 - rdf:type owl:ObjectProperty ; 869 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
870 - rdfs:domain ep-prodact:DischargeWater ; 870 + rdf:type owl:Class ;
871 - rdfs:label "has discharge flow"^^xsd:string ; 871 + rdfs:label "well planned operations"^^xsd:string ;
872 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 872 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
873 - 873 +.
874 -ep-prodact:hasGasLiftChoke 874 +ep-prodact:WellPreventiveMaintenance
875 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 875 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
876 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 876 + rdf:type owl:Class ;
877 - rdfs:label "has gas lift choke"^^xsd:string ; 877 + rdfs:label "well preventive maintenance"^^xsd:string ;
878 - rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> . 878 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
879 - 879 +.
880 -ep-prodact:hasLastPartOfTypeRemainingActivityPair 880 +ep-prodact:WellProblems
881 - rdf:type owl:ObjectProperty ; 881 + rdf:type ep-prodact:ReasonForLossOfProcessingType ;
882 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 882 + rdf:type owl:Class ;
883 - rdfs:label "has last part of type - remaining activity pair"^^xsd:string ; 883 + rdfs:label "well problems"^^xsd:string ;
884 - rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair . 884 + rdfs:subClassOf ep-prodact:ProductionOperationProcessingLoss ;
885 - 885 +.
886 -ep-prodact:hasPart 886 +ep-prodact:WellTestReasonType
887 - rdf:type owl:ObjectProperty ; 887 + rdf:type rdfs:Class ;
888 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 888 + rdfs:label "well test reason type"^^xsd:string ;
889 - rdfs:range ep-prodact:PartOfProductionActivity . 889 + rdfs:subClassOf owl:Class ;
890 - 890 +.
891 -ep-prodact:hasPredecessor 891 +ep-prodact:accountNumber
892 - rdf:type owl:TransitiveProperty ; 892 + rdf:type owl:DatatypeProperty ;
893 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 893 + rdfs:domain ep-prodact:SalesActivity ;
894 - rdfs:label "has predecessor"^^xsd:string ; 894 + rdfs:label "account number"^^xsd:string ;
895 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 895 +.
896 - 896 +ep-prodact:alertUpon
897 -ep-prodact:hasShutInPressure 897 + rdf:type owl:ObjectProperty ;
898 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 898 + rdfs:domain ep-prodact:RaiseAnAlert ;
899 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; 899 + rdfs:label "alert upon"^^xsd:string ;
900 - rdfs:label "has shut-in pressure"^^xsd:string ; 900 + rdfs:range owl:Thing ;
901 - rdfs:range ep-core:Pressure . 901 +.
902 - 902 +ep-prodact:ammoniumDensity
903 -ep-prodact:hasValidPredecessor 903 + rdf:type owl:ObjectProperty ;
904 - rdf:type owl:TransitiveProperty ; 904 + rdfs:range ep-core:Density ;
905 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 905 +.
906 - rdfs:label "has valid predecessor"^^xsd:string ; 906 +ep-prodact:amountOfOil
907 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 907 + rdf:type owl:ObjectProperty ;
908 - 908 + rdfs:range ep-core:Mass ;
909 -ep-prodact:injectionWellTestMaximumAnnularPressure 909 +.
910 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 910 +ep-prodact:buyer
911 - rdfs:domain ep-prodact:InjectionWellTest ; 911 + rdf:type owl:ObjectProperty ;
912 - rdfs:label "injection well test maximum annular pressure"^^xsd:string ; 912 + rdfs:domain ep-prodact:SalesActivity ;
913 - rdfs:range ep-core:Pressure . 913 + rdfs:label "buyer"^^xsd:string ;
914 - 914 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
915 -ep-prodact:injectionWellTestMinimumAnnularPressure 915 +.
916 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 916 +ep-prodact:cargoBatchNumber
917 - rdfs:domain ep-prodact:InjectionWellTest ; 917 + rdf:type owl:DatatypeProperty ;
918 - rdfs:label "injection well test minimum annular pressure"^^xsd:string ; 918 + rdf:type owl:FunctionalProperty ;
919 - rdfs:range ep-core:Pressure . 919 + rdfs:label "cargo batch number"^^xsd:string ;
920 - 920 +.
921 -ep-prodact:injectionWellTestWellheadFlowingPressure 921 +ep-prodact:cargoLoaded
922 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 922 + rdf:type owl:ObjectProperty ;
923 - rdfs:domain ep-prodact:InjectionWellTest ; 923 + rdfs:domain ep-prodact:CargoShipOperation ;
924 - rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ; 924 + rdfs:label "cargo loaded"^^xsd:string ;
925 - rdfs:range ep-core:Pressure . 925 + rdfs:range ep-core:PhysicalObject ;
926 - 926 +.
927 -ep-prodact:injectionWellTestWellheadMaximumPressure 927 +ep-prodact:cargoNumber
928 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 928 + rdf:type owl:DatatypeProperty ;
929 - rdfs:domain ep-prodact:InjectionWellTest ; 929 + rdf:type owl:FunctionalProperty ;
930 - rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ; 930 + rdfs:label "cargo number"^^xsd:string ;
931 - rdfs:range ep-core:Pressure . 931 +.
932 - 932 +ep-prodact:causedBy
933 -ep-prodact:measuredFlow 933 + rdf:type owl:ObjectProperty ;
934 - rdf:type owl:ObjectProperty ; 934 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
935 - rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ; 935 + rdfs:label "caused by"^^xsd:string ;
936 - rdfs:label "measured flow"^^xsd:string ; 936 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
937 - rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . 937 +.
938 - 938 +ep-prodact:classificationBySafetyActivityType
939 -ep-prodact:movedProduct 939 + rdf:type owl:ObjectProperty ;
940 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 940 + rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ;
941 - rdfs:domain ep-prodact:MovementOfProduct ; 941 + rdfs:range ep-prodact:SafetyActivityType ;
942 - rdfs:label "moved product"^^xsd:string . 942 +.
943 - 943 +ep-prodact:commentMade
944 -ep-prodact:noOfDrillsOrExcercises 944 + rdf:type owl:DatatypeProperty ;
945 - rdf:type owl:DatatypeProperty ; 945 + rdfs:domain ep-prodact:MakeAComment ;
946 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 946 + rdfs:label "comment made"^^xsd:string ;
947 - rdfs:range xsd:integer . 947 +.
948 - 948 +ep-prodact:commentUpon
949 -ep-prodact:noOfFirstAidEvents 949 + rdf:type owl:ObjectProperty ;
950 - rdf:type owl:DatatypeProperty ; 950 + rdfs:domain ep-prodact:MakeAComment ;
951 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 951 + rdfs:label "comment upon"^^xsd:string ;
952 - rdfs:range xsd:integer . 952 + rdfs:range owl:Thing ;
953 - 953 +.
954 -ep-prodact:noOfHazardReportCards 954 +ep-prodact:commentator
955 - rdf:type owl:DatatypeProperty ; 955 + rdf:type owl:ObjectProperty ;
956 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 956 + rdfs:domain ep-prodact:MakeAComment ;
957 - rdfs:range xsd:integer . 957 + rdfs:label "commentator"^^xsd:string ;
958 - 958 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> ;
959 -ep-prodact:noOfMiscellaneousHseEvents 959 +.
960 - rdf:type owl:DatatypeProperty ; 960 +ep-prodact:coulterCounter
961 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 961 + rdf:type owl:ObjectProperty ;
962 - rdfs:range xsd:integer . 962 + rdfs:range ep-core:MassPerUnitMassConcentration ;
963 - 963 +.
964 -ep-prodact:noOfPermitsWithSjaIssued 964 +ep-prodact:destination
965 - rdf:type owl:DatatypeProperty ; 965 + rdf:type owl:TransitiveProperty ;
966 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 966 + rdfs:domain ep-prodact:MovementOfProduct ;
967 - rdfs:range xsd:integer . 967 + rdfs:label "destination"^^xsd:string ;
968 - 968 + rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ;
969 -ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries 969 +.
970 - rdf:type owl:DatatypeProperty ; 970 +ep-prodact:facilityShutdown
971 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 971 + rdf:type owl:ObjectProperty ;
972 - rdfs:range xsd:integer . 972 + rdfs:domain ep-prodact:ShutdownProduction ;
973 - 973 + rdfs:label "facility shutdown"^^xsd:string ;
974 -ep-prodact:noOfSafetyMeetings 974 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
975 - rdf:type owl:DatatypeProperty ; 975 +.
976 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 976 +ep-prodact:forComment
977 - rdfs:range xsd:integer . 977 + rdf:type owl:ObjectProperty ;
978 - 978 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
979 -ep-prodact:noOfSpillsOrLeaks 979 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
980 - rdf:type owl:DatatypeProperty ; 980 + rdfs:label "for comment"^^xsd:string ;
981 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 981 +.
982 - rdfs:range xsd:integer . 982 +ep-prodact:glycolDensity
983 - 983 + rdf:type ep-core:Class_of_indirect_property ;
984 -ep-prodact:noOfSystemAlarms 984 + rdf:type owl:FunctionalProperty ;
985 - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; 985 + rdf:type owl:ObjectProperty ;
986 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 986 + rdfs:range ep-core:Density ;
987 - rdfs:label "number of system alarms"^^xsd:string ; 987 +.
988 - rdfs:range xsd:integer . 988 +ep-prodact:hasDischargeFlow
989 - 989 + rdf:type owl:ObjectProperty ;
990 -ep-prodact:oilInWater 990 + rdfs:domain ep-prodact:DischargeWater ;
991 - rdf:type owl:ObjectProperty ; 991 + rdfs:label "has discharge flow"^^xsd:string ;
992 - rdfs:range ep-core:MassPerUnitMassConcentration . 992 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> ;
993 - 993 +.
994 -ep-prodact:onProductionFacility 994 +ep-prodact:hasGasLiftChoke
995 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 995 + rdf:type owl:FunctionalProperty ;
996 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 996 + rdf:type owl:ObjectProperty ;
997 - rdfs:label "on facility"^^xsd:string ; 997 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
998 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> . 998 + rdfs:label "has gas lift choke"^^xsd:string ;
999 - 999 + rdfs:range <http://www.reportinghub.no/ep/schema/production-equipment#GasLiftChoke> ;
1000 -ep-prodact:oxygenInWater 1000 +.
1001 - rdf:type owl:ObjectProperty ; 1001 +ep-prodact:hasLastPartOfTypeRemainingActivityPair
1002 - rdfs:range ep-core:MassPerUnitMassConcentration . 1002 + rdf:type owl:ObjectProperty ;
1003 - 1003 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1004 -ep-prodact:performedByPersonOrOrganization 1004 + rdfs:label "has last part of type - remaining activity pair"^^xsd:string ;
1005 - rdf:type owl:ObjectProperty ; 1005 + rdfs:range ep-prodact:LastPartOfTypeRemainingActivityPair ;
1006 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; 1006 +.
1007 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1007 +ep-prodact:hasPart
1008 - 1008 + rdf:type owl:ObjectProperty ;
1009 -ep-prodact:performedByShip 1009 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1010 - rdf:type owl:ObjectProperty ; 1010 + rdfs:range ep-prodact:PartOfProductionActivity ;
1011 - rdfs:domain ep-prodact:MarineOperation ; 1011 +.
1012 - rdfs:label "performed by ship"^^xsd:string ; 1012 +ep-prodact:hasPredecessor
1013 - rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> . 1013 + rdf:type owl:TransitiveProperty ;
1014 - 1014 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1015 -ep-prodact:phenolDensity 1015 + rdfs:label "has predecessor"^^xsd:string ;
1016 - rdf:type owl:ObjectProperty ; 1016 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1017 - rdfs:range ep-core:Density . 1017 +.
1018 - 1018 +ep-prodact:hasShutInPressure
1019 -ep-prodact:processingLost 1019 + rdf:type ep-core:Class_of_indirect_property ;
1020 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1020 + rdf:type owl:FunctionalProperty ;
1021 - rdfs:domain ep-prodact:ProductionOperationProcessingLoss ; 1021 + rdf:type owl:ObjectProperty ;
1022 - rdfs:range ep-material:QuantityOfMaterial . 1022 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ;
1023 - 1023 + rdfs:label "has shut-in pressure"^^xsd:string ;
1024 -ep-prodact:productionActivityPeriodClassification 1024 + rdfs:range ep-core:Pressure ;
1025 - rdf:type owl:ObjectProperty ; 1025 +.
1026 - rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; 1026 +ep-prodact:hasValidPredecessor
1027 - rdfs:range ep-prodact:ProductionOperationClassByDuration . 1027 + rdf:type owl:TransitiveProperty ;
1028 - 1028 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1029 -ep-prodact:productionOperator 1029 + rdfs:label "has valid predecessor"^^xsd:string ;
1030 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1030 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1031 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1031 +.
1032 - rdfs:label "production operator"^^xsd:string ; 1032 +ep-prodact:injectionWellTestMaximumAnnularPressure
1033 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1033 + rdf:type ep-core:Class_of_indirect_property ;
1034 - 1034 + rdf:type owl:FunctionalProperty ;
1035 -ep-prodact:remainingActivity 1035 + rdf:type owl:ObjectProperty ;
1036 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1036 + rdfs:domain ep-prodact:InjectionWellTest ;
1037 - rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ; 1037 + rdfs:label "injection well test maximum annular pressure"^^xsd:string ;
1038 - rdfs:label "remaining activity"^^xsd:string ; 1038 + rdfs:range ep-core:Pressure ;
1039 - rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> . 1039 +.
1040 - 1040 +ep-prodact:injectionWellTestMinimumAnnularPressure
1041 -ep-prodact:residualChlorideInWater 1041 + rdf:type ep-core:Class_of_indirect_property ;
1042 - rdf:type owl:ObjectProperty ; 1042 + rdf:type owl:FunctionalProperty ;
1043 - rdfs:range ep-core:MassPerUnitMassConcentration . 1043 + rdf:type owl:ObjectProperty ;
1044 - 1044 + rdfs:domain ep-prodact:InjectionWellTest ;
1045 -ep-prodact:salesAdministrator 1045 + rdfs:label "injection well test minimum annular pressure"^^xsd:string ;
1046 - rdf:type owl:ObjectProperty ; 1046 + rdfs:range ep-core:Pressure ;
1047 - rdfs:domain ep-prodact:SalesActivity ; 1047 +.
1048 - rdfs:label "sales administrator"^^xsd:string ; 1048 +ep-prodact:injectionWellTestWellheadFlowingPressure
1049 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1049 + rdf:type ep-core:Class_of_indirect_property ;
1050 - 1050 + rdf:type owl:FunctionalProperty ;
1051 -ep-prodact:samplePhValue 1051 + rdf:type owl:ObjectProperty ;
1052 - rdf:type owl:DatatypeProperty ; 1052 + rdfs:domain ep-prodact:InjectionWellTest ;
1053 - rdfs:range xsd:double . 1053 + rdfs:label "injection well test wellhead flowing pressure"^^xsd:string ;
1054 - 1054 + rdfs:range ep-core:Pressure ;
1055 -ep-prodact:sampleTurbidity 1055 +.
1056 - rdf:type owl:DatatypeProperty ; 1056 +ep-prodact:injectionWellTestWellheadMaximumPressure
1057 - rdfs:range xsd:double . 1057 + rdf:type ep-core:Class_of_indirect_property ;
1058 - 1058 + rdf:type owl:FunctionalProperty ;
1059 -ep-prodact:sampledMaterial 1059 + rdf:type owl:ObjectProperty ;
1060 - rdf:type owl:ObjectProperty ; 1060 + rdfs:domain ep-prodact:InjectionWellTest ;
1061 - rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1061 + rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
1062 - rdfs:label "sampled material"^^xsd:string ; 1062 + rdfs:range ep-core:Pressure ;
1063 - rdfs:range ep-material:QuantityOfMaterial . 1063 +.
1064 - 1064 +ep-prodact:measuredFlow
1065 -ep-prodact:samplingPerformedAt 1065 + rdf:type owl:ObjectProperty ;
1066 - rdf:type owl:ObjectProperty ; 1066 + rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ;
1067 - rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1067 + rdfs:label "measured flow"^^xsd:string ;
1068 - rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> . 1068 + rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> ;
1069 - 1069 +.
1070 -ep-prodact:samplingPerformedAtPointInSpace 1070 +ep-prodact:movedProduct
1071 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1071 + rdf:type owl:FunctionalProperty ;
1072 - rdfs:domain ep-prodact:FluidSamplingAndAnalysis ; 1072 + rdf:type owl:ObjectProperty ;
1073 - rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> . 1073 + rdfs:domain ep-prodact:MovementOfProduct ;
1074 - 1074 + rdfs:label "moved product"^^xsd:string ;
1075 -ep-prodact:seller 1075 +.
1076 - rdf:type owl:ObjectProperty ; 1076 +ep-prodact:noOfDrillsOrExcercises
1077 - rdfs:domain ep-prodact:SalesActivity ; 1077 + rdf:type owl:DatatypeProperty ;
1078 - rdfs:label "seller"^^xsd:string ; 1078 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1079 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> . 1079 + rdfs:range xsd:integer ;
1080 - 1080 +.
1081 -ep-prodact:shipper 1081 +ep-prodact:noOfFirstAidEvents
1082 - rdf:type owl:ObjectProperty ; 1082 + rdf:type owl:DatatypeProperty ;
1083 - rdfs:domain ep-prodact:MovementOfProduct ; 1083 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1084 - rdfs:label "shipper"^^xsd:string ; 1084 + rdfs:range xsd:integer ;
1085 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1085 +.
1086 - 1086 +ep-prodact:noOfHazardReportCards
1087 -ep-prodact:sourceOrganization 1087 + rdf:type owl:DatatypeProperty ;
1088 - rdf:type owl:ObjectProperty ; 1088 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1089 - rdfs:domain ep-prodact:MovementOfProduct ; 1089 + rdfs:range xsd:integer ;
1090 - rdfs:label "source organization"^^xsd:string ; 1090 +.
1091 - rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 1091 +ep-prodact:noOfMiscellaneousHseEvents
1092 - 1092 + rdf:type owl:DatatypeProperty ;
1093 -ep-prodact:testedWellBoreInterval 1093 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1094 - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 1094 + rdfs:range xsd:integer ;
1095 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ; 1095 +.
1096 - rdfs:label "tested wellbore interval"^^xsd:string ; 1096 +ep-prodact:noOfPermitsWithSjaIssued
1097 - rdfs:range ep-core:PhysicalObject . 1097 + rdf:type owl:DatatypeProperty ;
1098 - 1098 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1099 -ep-prodact:timeWorked 1099 + rdfs:range xsd:integer ;
1100 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; 1100 +.
1101 - rdfs:domain ep-prodact:ProductionOperation ; 1101 +ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
1102 - rdfs:label "time worked"^^xsd:string ; 1102 + rdf:type owl:DatatypeProperty ;
1103 - rdfs:range ep-core:TimeDuration . 1103 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1104 - 1104 + rdfs:range xsd:integer ;
1105 -ep-prodact:totalNoOfPermitsIssued 1105 +.
1106 - rdf:type owl:DatatypeProperty ; 1106 +ep-prodact:noOfSafetyMeetings
1107 - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; 1107 + rdf:type owl:DatatypeProperty ;
1108 - rdfs:range xsd:integer . 1108 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1109 - 1109 + rdfs:range xsd:integer ;
1110 -ep-prodact:totalOrganicCarbonInWater 1110 +.
1111 - rdf:type owl:ObjectProperty ; 1111 +ep-prodact:noOfSpillsOrLeaks
1112 - rdfs:range ep-core:MassPerUnitMassConcentration . 1112 + rdf:type owl:DatatypeProperty ;
1113 - 1113 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1114 -ep-prodact:typeOfPartCommentedOn 1114 + rdfs:range xsd:integer ;
1115 - rdf:type owl:ObjectProperty ; 1115 +.
1116 - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; 1116 +ep-prodact:noOfSystemAlarms
1117 - rdfs:domain owl:Class ; 1117 + rdf:type owl:DatatypeProperty ;
1118 - rdfs:label "type of part commented on"^^xsd:string . 1118 + rdf:type owl:FunctionalProperty ;
1119 - 1119 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1120 -ep-prodact:waterSampleTaken 1120 + rdfs:label "number of system alarms"^^xsd:string ;
1121 - rdf:type owl:ObjectProperty ; 1121 + rdfs:range xsd:integer ;
1122 - rdfs:domain ep-prodact:WaterCleaningOperation . 1122 +.
1123 - 1123 +ep-prodact:oilInWater
1124 -ep-prodact:xpathToDataInSourceXmlFile 1124 + rdf:type owl:ObjectProperty ;
1125 - rdf:type owl:DatatypeProperty ; 1125 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1126 - rdfs:domain ep-prodact:RaiseAnAlert ; 1126 +.
1127 - rdfs:label "XPATH to data source in XML file"^^xsd:string . 1127 +ep-prodact:onProductionFacility
1128 - 1128 + rdf:type owl:FunctionalProperty ;
1129 -ep-prodact:yearlyActivityToDate 1129 + rdf:type owl:ObjectProperty ;
1130 - rdf:type owl:ObjectProperty ; 1130 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1131 - rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; 1131 + rdfs:label "on facility"^^xsd:string ;
1132 - rdfs:range ep-prodact:AnnualProductionActivityToDate . 1132 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
1133 - 1133 +.
1134 +ep-prodact:oxygenInWater
1135 + rdf:type owl:ObjectProperty ;
1136 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1137 +.
1138 +ep-prodact:performedByPersonOrOrganization
1139 + rdf:type owl:ObjectProperty ;
1140 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1141 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1142 +.
1143 +ep-prodact:performedByShip
1144 + rdf:type owl:ObjectProperty ;
1145 + rdfs:domain ep-prodact:MarineOperation ;
1146 + rdfs:label "performed by ship"^^xsd:string ;
1147 + rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> ;
1148 +.
1149 +ep-prodact:phenolDensity
1150 + rdf:type owl:ObjectProperty ;
1151 + rdfs:range ep-core:Density ;
1152 +.
1153 +ep-prodact:processingLost
1154 + rdf:type owl:FunctionalProperty ;
1155 + rdf:type owl:ObjectProperty ;
1156 + rdfs:domain ep-prodact:ProductionOperationProcessingLoss ;
1157 + rdfs:range ep-material:QuantityOfMaterial ;
1158 +.
1159 +ep-prodact:productionActivityPeriodClassification
1160 + rdf:type owl:ObjectProperty ;
1161 + rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ;
1162 + rdfs:range ep-prodact:ProductionOperationClassByDuration ;
1163 +.
1164 +ep-prodact:productionOperator
1165 + rdf:type owl:FunctionalProperty ;
1166 + rdf:type owl:ObjectProperty ;
1167 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1168 + rdfs:label "production operator"^^xsd:string ;
1169 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1170 +.
1171 +ep-prodact:remainingActivity
1172 + rdf:type owl:FunctionalProperty ;
1173 + rdf:type owl:ObjectProperty ;
1174 + rdfs:domain ep-prodact:LastPartOfTypeRemainingActivityPair ;
1175 + rdfs:label "remaining activity"^^xsd:string ;
1176 + rdfs:range <http://www.reportinghub.no/ep/schema/activity#Activity> ;
1177 +.
1178 +ep-prodact:residualChlorideInWater
1179 + rdf:type owl:ObjectProperty ;
1180 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1181 +.
1182 +ep-prodact:salesAdministrator
1183 + rdf:type owl:ObjectProperty ;
1184 + rdfs:domain ep-prodact:SalesActivity ;
1185 + rdfs:label "sales administrator"^^xsd:string ;
1186 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1187 +.
1188 +ep-prodact:samplePhValue
1189 + rdf:type owl:DatatypeProperty ;
1190 + rdfs:range xsd:double ;
1191 +.
1192 +ep-prodact:sampleTurbidity
1193 + rdf:type owl:DatatypeProperty ;
1194 + rdfs:range xsd:double ;
1195 +.
1196 +ep-prodact:sampledMaterial
1197 + rdf:type owl:ObjectProperty ;
1198 + rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1199 + rdfs:label "sampled material"^^xsd:string ;
1200 + rdfs:range ep-material:QuantityOfMaterial ;
1201 +.
1202 +ep-prodact:samplingPerformedAt
1203 + rdf:type owl:ObjectProperty ;
1204 + rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1205 + rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> ;
1206 +.
1207 +ep-prodact:samplingPerformedAtPointInSpace
1208 + rdf:type owl:FunctionalProperty ;
1209 + rdf:type owl:ObjectProperty ;
1210 + rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
1211 + rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> ;
1212 +.
1213 +ep-prodact:seller
1214 + rdf:type owl:ObjectProperty ;
1215 + rdfs:domain ep-prodact:SalesActivity ;
1216 + rdfs:label "seller"^^xsd:string ;
1217 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#PersonOrOrganization> ;
1218 +.
1219 +ep-prodact:shipper
1220 + rdf:type owl:ObjectProperty ;
1221 + rdfs:domain ep-prodact:MovementOfProduct ;
1222 + rdfs:label "shipper"^^xsd:string ;
1223 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1224 +.
1225 +ep-prodact:sourceOrganization
1226 + rdf:type owl:ObjectProperty ;
1227 + rdfs:domain ep-prodact:MovementOfProduct ;
1228 + rdfs:label "source organization"^^xsd:string ;
1229 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> ;
1230 +.
1231 +ep-prodact:testedWellBoreInterval
1232 + rdf:type owl:FunctionalProperty ;
1233 + rdf:type owl:ObjectProperty ;
1234 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
1235 + rdfs:label "tested wellbore interval"^^xsd:string ;
1236 + rdfs:range ep-core:PhysicalObject ;
1237 +.
1238 +ep-prodact:timeWorked
1239 + rdf:type ep-core:Class_of_indirect_property ;
1240 + rdf:type owl:FunctionalProperty ;
1241 + rdf:type owl:ObjectProperty ;
1242 + rdfs:domain ep-prodact:ProductionOperation ;
1243 + rdfs:label "time worked"^^xsd:string ;
1244 + rdfs:range ep-core:TimeDuration ;
1245 +.
1246 +ep-prodact:totalNoOfPermitsIssued
1247 + rdf:type owl:DatatypeProperty ;
1248 + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
1249 + rdfs:range xsd:integer ;
1250 +.
1251 +ep-prodact:totalOrganicCarbonInWater
1252 + rdf:type owl:ObjectProperty ;
1253 + rdfs:range ep-core:MassPerUnitMassConcentration ;
1254 +.
1255 +ep-prodact:typeOfPartCommentedOn
1256 + rdf:type owl:ObjectProperty ;
1257 + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
1258 + rdfs:domain owl:Class ;
1259 + rdfs:label "type of part commented on"^^xsd:string ;
1260 +.
1261 +ep-prodact:waterSampleTaken
1262 + rdf:type owl:ObjectProperty ;
1263 + rdfs:domain ep-prodact:WaterCleaningOperation ;
1264 +.
1265 +ep-prodact:xpathToDataInSourceXmlFile
1266 + rdf:type owl:DatatypeProperty ;
1267 + rdfs:domain ep-prodact:RaiseAnAlert ;
1268 + rdfs:label "XPATH to data source in XML file"^^xsd:string ;
1269 +.
1270 +ep-prodact:yearlyActivityToDate
1271 + rdf:type owl:ObjectProperty ;
1272 + rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
1273 + rdfs:range ep-prodact:AnnualProductionActivityToDate ;
1274 +.
......
1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-equipment
2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
5 4
6 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . 5 @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
7 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . 6 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
...@@ -13,7 +12,7 @@ ...@@ -13,7 +12,7 @@
13 12
14 <http://www.reportinghub.no/ep/schema/1.0/production-equipment> 13 <http://www.reportinghub.no/ep/schema/1.0/production-equipment>
15 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
16 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
17 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
18 17
19 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -40,56 +39,23 @@ ep-prodeqt:DownHoleControlValve ...@@ -40,56 +39,23 @@ ep-prodeqt:DownHoleControlValve
40 rdfs:label "down hole control valve"^^xsd:string ; 39 rdfs:label "down hole control valve"^^xsd:string ;
41 rdfs:subClassOf ep-prodeqt:Valve . 40 rdfs:subClassOf ep-prodeqt:Valve .
42 41
43 -ep-prodeqt:FlowMeter 42 +ep-prodeqt:FlowLine
44 - rdf:type owl:Class ;
45 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
46 -
47 -ep-prodeqt:GasLiftChoke
48 - rdf:type owl:Class ;
49 - rdfs:label "gas lift choke"^^xsd:string ;
50 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
51 -
52 -ep-prodeqt:PressureMeter
53 - rdf:type owl:Class ;
54 - rdfs:label "pressure meter"^^xsd:string ;
55 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
56 -
57 -ep-prodeqt:RegulatingValve
58 rdf:type owl:Class ; 43 rdf:type owl:Class ;
59 - rdfs:label "regulating valve"^^xsd:string ; 44 + rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine .
60 - rdfs:subClassOf ep-prodeqt:Valve .
61 45
62 -ep-prodeqt:SleeveValve 46 +ep-prodeqt:FlowLine-Production
63 rdf:type owl:Class ; 47 rdf:type owl:Class ;
64 - rdfs:label "sleeve valve"^^xsd:string ; 48 + rdfs:subClassOf ep-prodeqt:FlowLine .
65 - rdfs:subClassOf ep-prodeqt:Valve .
66 49
67 -ep-prodeqt:TemperatureMeter 50 +ep-prodeqt:FlowMeter
68 rdf:type owl:Class ; 51 rdf:type owl:Class ;
69 - rdfs:label "temperature meter"^^xsd:string ;
70 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 52 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
71 53
72 -ep-prodeqt:Valve 54 +ep-prodeqt:GasLiftChoke
73 rdf:type owl:Class ; 55 rdf:type owl:Class ;
74 - rdfs:label "valve"^^xsd:string ; 56 + rdfs:label "gas lift choke"^^xsd:string ;
75 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 57 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
76 58
77 -ep-prodeqt:hasCaptain
78 - rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
79 - rdfs:label "has captain"^^xsd:string ;
80 - rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
81 -
82 -ep-prodeqt:hasValvePosition
83 - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
84 - rdfs:domain ep-prodeqt:Valve ;
85 - rdfs:label "has valve position"^^xsd:string ;
86 - rdfs:range ep-core:Ratio .
87 -
88 -ep-prodfac:Pipeline
89 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
90 - rdfs:label "pipeline"^^xsd:string ;
91 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
92 -
93 ep-prodeqt:Manifold 59 ep-prodeqt:Manifold
94 rdf:type owl:Class ; 60 rdf:type owl:Class ;
95 rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold . 61 rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
...@@ -102,14 +68,34 @@ ep-prodeqt:Manifold-Production ...@@ -102,14 +68,34 @@ ep-prodeqt:Manifold-Production
102 rdf:type owl:Class ; 68 rdf:type owl:Class ;
103 rdfs:subClassOf ep-prodeqt:Manifold . 69 rdfs:subClassOf ep-prodeqt:Manifold .
104 70
71 +ep-prodeqt:PressureMeter
72 + rdf:type owl:Class ;
73 + rdfs:label "pressure meter"^^xsd:string ;
74 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
75 +
76 +ep-prodeqt:RegulatingValve
77 + rdf:type owl:Class ;
78 + rdfs:label "regulating valve"^^xsd:string ;
79 + rdfs:subClassOf ep-prodeqt:Valve .
80 +
105 ep-prodeqt:Separator 81 ep-prodeqt:Separator
106 rdf:type owl:Class ; 82 rdf:type owl:Class ;
107 rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator . 83 rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
108 84
85 +ep-prodeqt:SleeveValve
86 + rdf:type owl:Class ;
87 + rdfs:label "sleeve valve"^^xsd:string ;
88 + rdfs:subClassOf ep-prodeqt:Valve .
89 +
109 ep-prodeqt:Tank 90 ep-prodeqt:Tank
110 rdf:type owl:Class ; 91 rdf:type owl:Class ;
111 rdfs:subClassOf ep-prodeqt:TemporalPartOfATank . 92 rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
112 93
94 +ep-prodeqt:TemperatureMeter
95 + rdf:type owl:Class ;
96 + rdfs:label "temperature meter"^^xsd:string ;
97 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
98 +
113 ep-prodeqt:TemporalPartOfAFlowLine 99 ep-prodeqt:TemporalPartOfAFlowLine
114 rdf:type owl:Class ; 100 rdf:type owl:Class ;
115 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 101 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
...@@ -125,33 +111,24 @@ ep-prodeqt:TemporalPartOfASeparator ...@@ -125,33 +111,24 @@ ep-prodeqt:TemporalPartOfASeparator
125 ep-prodeqt:TemporalPartOfATank 111 ep-prodeqt:TemporalPartOfATank
126 rdf:type owl:Class ; 112 rdf:type owl:Class ;
127 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 113 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
128 -
129 -ep-prodeqt:Manifold
130 - rdf:type owl:Class ;
131 - rdfs:subClassOf ep-prodeqt:TemporalPartOfAManifold .
132 -
133 -ep-prodeqt:Manifold-Injection
134 - rdf:type owl:Class ;
135 - rdfs:subClassOf ep-prodeqt:Manifold .
136 -
137 -ep-prodeqt:Manifold-Production
138 - rdf:type owl:Class ;
139 - rdfs:subClassOf ep-prodeqt:Manifold .
140 -
141 -ep-prodeqt:Separator
142 - rdf:type owl:Class ;
143 - rdfs:subClassOf ep-prodeqt:TemporalPartOfASeparator .
144 114
145 -ep-prodeqt:Tank 115 +ep-prodeqt:Valve
146 - rdf:type owl:Class ;
147 - rdfs:subClassOf ep-prodeqt:TemporalPartOfATank .
148 -
149 -ep-prodeqt:FlowLine
150 rdf:type owl:Class ; 116 rdf:type owl:Class ;
151 - rdfs:subClassOf ep-prodeqt:TemporalPartOfAFlowLine . 117 + rdfs:label "valve"^^xsd:string ;
118 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
152 119
153 -ep-prodeqt:FlowLine-Production 120 +ep-prodeqt:hasCaptain
154 - rdf:type owl:Class ; 121 + rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
155 - rdfs:subClassOf ep-prodeqt:FlowLine . 122 + rdfs:label "has captain"^^xsd:string ;
123 + rdfs:range <http://www.reportinghub.no/ep/schema/organization#Person> .
156 124
125 +ep-prodeqt:hasValvePosition
126 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
127 + rdfs:domain ep-prodeqt:Valve ;
128 + rdfs:label "has valve position"^^xsd:string ;
129 + rdfs:range ep-core:Ratio .
157 130
131 +ep-prodfac:Pipeline
132 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
133 + rdfs:label "pipeline"^^xsd:string ;
134 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
12 12
13 <http://www.reportinghub.no/ep/schema/1.0/production-facility> 13 <http://www.reportinghub.no/ep/schema/1.0/production-facility>
14 rdf:type owl:Ontology ; 14 rdf:type owl:Ontology ;
15 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ; 15 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 16 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
17 17
18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve> 18 <http://www.reportinghub.no/ep/schema/equipment#ChokeValve>
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
60 rdf:type ep-prodfac:ProductionFacilityType . 60 rdf:type ep-prodfac:ProductionFacilityType .
61 61
62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator> 62 <http://www.reportinghub.no/ep/schema/facility#facilityOperator>
63 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 63 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 64 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
65 rdfs:label "facility operator"^^xsd:string ; 65 rdfs:label "facility operator"^^xsd:string ;
66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> . 66 rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
...@@ -74,6 +74,9 @@ ...@@ -74,6 +74,9 @@
74 <http://www.reportinghub.no/ep/schema/geography#Terminal> 74 <http://www.reportinghub.no/ep/schema/geography#Terminal>
75 rdf:type ep-prodfac:ProductionFacilityType . 75 rdf:type ep-prodfac:ProductionFacilityType .
76 76
77 +<http://www.reportinghub.no/ep/schema/organization#CommercialEntity>
78 + rdf:type ep-prodfac:ProductionFacilityType .
79 +
77 <http://www.reportinghub.no/ep/schema/organization#Company> 80 <http://www.reportinghub.no/ep/schema/organization#Company>
78 rdf:type ep-prodfac:ProductionFacilityType . 81 rdf:type ep-prodfac:ProductionFacilityType .
79 82
...@@ -101,22 +104,22 @@ ep-prodfac:Boat ...@@ -101,22 +104,22 @@ ep-prodfac:Boat
101 rdfs:subClassOf ep-prodfac:ShipOrBoat . 104 rdfs:subClassOf ep-prodfac:ShipOrBoat .
102 105
103 ep-prodfac:Field-area 106 ep-prodfac:Field-area
104 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 107 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
105 rdfs:label "field - area"^^xsd:string ; 108 rdfs:label "field - area"^^xsd:string ;
106 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 109 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
107 110
108 ep-prodfac:Field-group 111 ep-prodfac:Field-group
109 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 112 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
110 rdfs:label "field - group"^^xsd:string ; 113 rdfs:label "field - group"^^xsd:string ;
111 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 114 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
112 115
113 ep-prodfac:Field-part 116 ep-prodfac:Field-part
114 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 117 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
115 rdfs:label "field - part"^^xsd:string ; 118 rdfs:label "field - part"^^xsd:string ;
116 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> . 119 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Field> .
117 120
118 ep-prodfac:Installation 121 ep-prodfac:Installation
119 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 122 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
120 rdfs:label "installation"^^xsd:string ; 123 rdfs:label "installation"^^xsd:string ;
121 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 124 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
122 125
...@@ -126,17 +129,17 @@ ep-prodfac:OilTanker ...@@ -126,17 +129,17 @@ ep-prodfac:OilTanker
126 rdfs:subClassOf ep-prodfac:Ship . 129 rdfs:subClassOf ep-prodfac:Ship .
127 130
128 ep-prodfac:Plant 131 ep-prodfac:Plant
129 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 132 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
130 rdfs:label "plant"^^xsd:string ; 133 rdfs:label "plant"^^xsd:string ;
131 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 134 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
132 135
133 ep-prodfac:Plant-processing 136 ep-prodfac:Plant-processing
134 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 137 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
135 rdfs:label "plant - processing"^^xsd:string ; 138 rdfs:label "plant - processing"^^xsd:string ;
136 rdfs:subClassOf ep-prodfac:Plant . 139 rdfs:subClassOf ep-prodfac:Plant .
137 140
138 ep-prodfac:ProcessingFacility 141 ep-prodfac:ProcessingFacility
139 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 142 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
140 rdfs:label "processing facility"^^xsd:string ; 143 rdfs:label "processing facility"^^xsd:string ;
141 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 144 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
142 145
...@@ -155,7 +158,7 @@ ep-prodfac:ShipOrBoat ...@@ -155,7 +158,7 @@ ep-prodfac:ShipOrBoat
155 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat . 158 rdfs:subClassOf ep-prodfac:TemporalPartOfAShipOrBoat .
156 159
157 ep-prodfac:StorageFacility 160 ep-prodfac:StorageFacility
158 - rdf:type owl:Class , ep-prodfac:ProductionFacilityType ; 161 + rdf:type ep-prodfac:ProductionFacilityType , owl:Class ;
159 rdfs:label "storage facility"^^xsd:string ; 162 rdfs:label "storage facility"^^xsd:string ;
160 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 163 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
161 164
...@@ -169,7 +172,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat ...@@ -169,7 +172,7 @@ ep-prodfac:TemporalPartOfAShipOrBoat
169 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 172 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
170 173
171 ep-prodfac:TrunkLine 174 ep-prodfac:TrunkLine
172 - rdf:type ep-prodfac:ProductionFacilityType , owl:Class ; 175 + rdf:type owl:Class , ep-prodfac:ProductionFacilityType ;
173 rdfs:label "trunk line"^^xsd:string ; 176 rdfs:label "trunk line"^^xsd:string ;
174 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> . 177 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/facility#Facility> .
175 178
...@@ -214,14 +217,11 @@ ep-prodfac:numberOfPersonnelOnBoard ...@@ -214,14 +217,11 @@ ep-prodfac:numberOfPersonnelOnBoard
214 rdfs:range xsd:integer . 217 rdfs:range xsd:integer .
215 218
216 ep-prodfac:operatingTime 219 ep-prodfac:operatingTime
217 - rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 220 + rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
218 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ; 221 rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
219 rdfs:label "operating time"^^xsd:string ; 222 rdfs:label "operating time"^^xsd:string ;
220 rdfs:range ep-core:TimeDuration . 223 rdfs:range ep-core:TimeDuration .
221 224
222 -<http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity>
223 - rdf:type ep-prodfac:ProductionFacilityType .
224 -
225 <http://www.reportinghub.no/ep/schema/production-well#RockFormation> 225 <http://www.reportinghub.no/ep/schema/production-well#RockFormation>
226 rdf:type ep-prodfac:ProductionFacilityType . 226 rdf:type ep-prodfac:ProductionFacilityType .
227 227
......
1 -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-organization
2 -# imports: http://www.reportinghub.no/ep/schema/1.0/facility
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 -
5 -@prefix ep-prodorg: <http://www.reportinghub.no/ep/schema/production-organization#> .
6 -@prefix owl: <http://www.w3.org/2002/07/owl#> .
7 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
8 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
9 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
10 -
11 -<http://www.reportinghub.no/ep/schema/1.0/production-organization>
12 - rdf:type owl:Ontology ;
13 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> ;
14 - owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 -
16 -<http://www.reportinghub.no/ep/schema/organization#Organization>
17 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
18 -
19 -ep-prodorg:CateringCrew
20 - rdf:type owl:Class , ep-prodorg:CrewType ;
21 - rdfs:label "catering crew"^^xsd:string ;
22 - rdfs:subClassOf ep-prodorg:Crew .
23 -
24 -ep-prodorg:CommercialEntity
25 - rdf:type owl:Class ;
26 - rdfs:label "commercial entity"^^xsd:string ;
27 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
28 -
29 -ep-prodorg:ContractorCrew
30 - rdf:type owl:Class , ep-prodorg:CrewType ;
31 - rdfs:label "contractor crew"^^xsd:string ;
32 - rdfs:subClassOf ep-prodorg:Crew .
33 -
34 -ep-prodorg:Crew
35 - rdf:type owl:Class ;
36 - rdfs:label "crew"^^xsd:string ;
37 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/organization#Organization> .
38 -
39 -ep-prodorg:CrewType
40 - rdf:type rdfs:Class ;
41 - rdfs:label "crew type"^^xsd:string ;
42 - rdfs:subClassOf owl:Class .
43 -
44 -ep-prodorg:DayVisitorCrew
45 - rdf:type owl:Class , ep-prodorg:CrewType ;
46 - rdfs:label "day visitor crew"^^xsd:string ;
47 - rdfs:subClassOf ep-prodorg:Crew .
48 -
49 -ep-prodorg:DrillingContractCrew
50 - rdf:type owl:Class , ep-prodorg:CrewType ;
51 - rdfs:label "drilling contract crew"^^xsd:string ;
52 - rdfs:subClassOf ep-prodorg:Crew .
53 -
54 -ep-prodorg:NonOperatorOvernightVisitorCrew
55 - rdf:type ep-prodorg:CrewType , owl:Class ;
56 - rdfs:label "non-operator overnight visitor crew"^^xsd:string ;
57 - rdfs:subClassOf ep-prodorg:Crew .
58 -
59 -ep-prodorg:OperatorNormalCrew
60 - rdf:type owl:Class , ep-prodorg:CrewType ;
61 - rdfs:label "operator normal crew"^^xsd:string ;
62 - rdfs:subClassOf ep-prodorg:Crew .
63 -
64 -ep-prodorg:OperatorOvernightVisitorCrew
65 - rdf:type owl:Class , ep-prodorg:CrewType ;
66 - rdfs:label "operator overnight visitor crew"^^xsd:string ;
67 - rdfs:subClassOf ep-prodorg:Crew .
68 -
69 -ep-prodorg:Person
70 - rdf:type owl:Class ;
71 - rdfs:subClassOf ep-prodorg:PersonOrOrganization .
72 -
73 -ep-prodorg:PersonOrOrganization
74 - rdf:type owl:Class ;
75 - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
76 -
77 -ep-prodorg:PersonRole
78 - rdf:type owl:Class ;
79 - rdfs:label "person role"^^xsd:string ;
80 - rdfs:subClassOf ep-prodorg:Person .
81 -
82 -ep-prodorg:PersonRoleType
83 - rdf:type rdfs:Class ;
84 - rdfs:label "person role type"^^xsd:string ;
85 - rdfs:subClassOf owl:Class .
86 -
87 -ep-prodorg:TotalCrew
88 - rdf:type owl:Class , ep-prodorg:CrewType ;
89 - rdfs:label "total crew"^^xsd:string ;
90 - rdfs:subClassOf ep-prodorg:Crew .
91 -
92 -ep-prodorg:WholeLifePerson
93 - rdf:type owl:Class ;
94 - rdfs:label "whole life person"^^xsd:string ;
95 - rdfs:subClassOf ep-prodorg:Person .
96 -
97 -ep-prodorg:hasCrew
98 - rdf:type owl:ObjectProperty ;
99 - rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
100 - rdfs:label "has crew"^^xsd:string ;
101 - rdfs:range ep-prodorg:Crew .
102 -
103 -ep-prodorg:numberInCrew
104 - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ;
105 - rdfs:domain ep-prodorg:Crew ;
106 - rdfs:label "number in crew"^^xsd:string .
107 -
108 -ep-prodorg:owner
109 - rdf:type owl:ObjectProperty ;
110 - rdfs:domain owl:Thing ;
111 - rdfs:label "owner"^^xsd:string ;
112 - rdfs:range ep-prodorg:PersonOrOrganization .
1 -# Saved by TopBraid on Tue Oct 25 15:16:16 BST 2011
2 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production 1 # baseURI: http://www.reportinghub.no/ep/schema/1.0/production
3 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/geography
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
8 -# imports: http://www.reportinghub.no/np/schema/1.0/npd
9 # imports: http://www.reportinghub.no/ep/schema/1.0/flow 2 # imports: http://www.reportinghub.no/ep/schema/1.0/flow
3 +# imports: http://www.reportinghub.no/ep/schema/1.0/geography
10 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 4 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
11 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-facility
12 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report 8 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report
9 +# imports: http://www.reportinghub.no/ep/schema/1.0/production-well
10 +# imports: http://www.reportinghub.no/np/schema/1.0/npd
13 11
14 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> . 12 @prefix ep-prod: <http://www.reportinghub.no/ep/schema/production#> .
15 @prefix owl: <http://www.w3.org/2002/07/owl#> . 13 @prefix owl: <http://www.w3.org/2002/07/owl#> .
...@@ -19,5 +17,5 @@ ...@@ -19,5 +17,5 @@
19 17
20 <http://www.reportinghub.no/ep/schema/1.0/production> 18 <http://www.reportinghub.no/ep/schema/1.0/production>
21 rdf:type owl:Ontology ; 19 rdf:type owl:Ontology ;
22 - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ; 20 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> ;
23 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 21 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
...@@ -263,50 +263,50 @@ ep-mpr-spin-lib:selectCrewType ...@@ -263,50 +263,50 @@ ep-mpr-spin-lib:selectCrewType
263 sp:arg1 spin:_arg1 ; 263 sp:arg1 spin:_arg1 ;
264 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_cateringcrew> 264 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_cateringcrew>
265 ] ; 265 ] ;
266 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#CateringCrew> ; 266 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#CateringCrew> ;
267 sp:arg3 [ rdf:type sp:if ; 267 sp:arg3 [ rdf:type sp:if ;
268 sp:arg1 [ rdf:type sp:eq ; 268 sp:arg1 [ rdf:type sp:eq ;
269 sp:arg1 spin:_arg1 ; 269 sp:arg1 spin:_arg1 ;
270 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_contractorcrew> 270 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_contractorcrew>
271 ] ; 271 ] ;
272 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#ContractorCrew> ; 272 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#ContractorCrew> ;
273 sp:arg3 [ rdf:type sp:if ; 273 sp:arg3 [ rdf:type sp:if ;
274 sp:arg1 [ rdf:type sp:eq ; 274 sp:arg1 [ rdf:type sp:eq ;
275 sp:arg1 spin:_arg1 ; 275 sp:arg1 spin:_arg1 ;
276 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_dayvisitors> 276 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_dayvisitors>
277 ] ; 277 ] ;
278 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#DayVisitorCrew> ; 278 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#DayVisitorCrew> ;
279 sp:arg3 [ rdf:type sp:if ; 279 sp:arg3 [ rdf:type sp:if ;
280 sp:arg1 [ rdf:type sp:eq ; 280 sp:arg1 [ rdf:type sp:eq ;
281 sp:arg1 spin:_arg1 ; 281 sp:arg1 spin:_arg1 ;
282 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_drillingcontractcrew> 282 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_drillingcontractcrew>
283 ] ; 283 ] ;
284 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#DrillingContractCrew> ; 284 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#DrillingContractCrew> ;
285 sp:arg3 [ rdf:type sp:if ; 285 sp:arg3 [ rdf:type sp:if ;
286 sp:arg1 [ rdf:type sp:eq ; 286 sp:arg1 [ rdf:type sp:eq ;
287 sp:arg1 spin:_arg1 ; 287 sp:arg1 spin:_arg1 ;
288 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_owncrew> 288 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_owncrew>
289 ] ; 289 ] ;
290 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#OperatorNormalCrew> ; 290 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#OperatorNormalCrew> ;
291 sp:arg3 [ rdf:type sp:if ; 291 sp:arg3 [ rdf:type sp:if ;
292 sp:arg1 [ rdf:type sp:eq ; 292 sp:arg1 [ rdf:type sp:eq ;
293 sp:arg1 spin:_arg1 ; 293 sp:arg1 spin:_arg1 ;
294 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_ownothercrew> 294 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_ownothercrew>
295 ] ; 295 ] ;
296 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#OperatorOvernightVisitorCrew> ; 296 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#OperatorOvernightVisitorCrew> ;
297 sp:arg3 [ rdf:type sp:if ; 297 sp:arg3 [ rdf:type sp:if ;
298 sp:arg1 [ rdf:type sp:eq ; 298 sp:arg1 [ rdf:type sp:eq ;
299 sp:arg1 spin:_arg1 ; 299 sp:arg1 spin:_arg1 ;
300 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_othercrew> 300 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_othercrew>
301 ] ; 301 ] ;
302 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#NonOperatorOvernightVisitorCrew> ; 302 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#NonOperatorOvernightVisitorCrew> ;
303 sp:arg3 [ rdf:type sp:if ; 303 sp:arg3 [ rdf:type sp:if ;
304 sp:arg1 [ rdf:type sp:eq ; 304 sp:arg1 [ rdf:type sp:eq ;
305 sp:arg1 spin:_arg1 ; 305 sp:arg1 spin:_arg1 ;
306 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_personnelonboard> 306 sp:arg2 <http://www.epim.no/schemas/mprml/1#CT_personnelonboard>
307 ] ; 307 ] ;
308 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#TotalCrew> ; 308 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#TotalCrew> ;
309 - sp:arg3 <http://www.reportinghub.no/ep/schema/production-organization#Crew> 309 + sp:arg3 <http://www.reportinghub.no/ep/schema/organization#Crew>
310 ] 310 ]
311 ] 311 ]
312 ] 312 ]
...@@ -4166,7 +4166,7 @@ ep-mpr-spin-lib:selectProductionFacilityType ...@@ -4166,7 +4166,7 @@ ep-mpr-spin-lib:selectProductionFacilityType
4166 sp:arg1 spin:_arg1 ; 4166 sp:arg1 spin:_arg1 ;
4167 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_commercialentity> 4167 sp:arg2 <http://www.epim.no/schemas/mprml/1#RF_commercialentity>
4168 ] ; 4168 ] ;
4169 - sp:arg2 <http://www.reportinghub.no/ep/schema/production-organization#CommercialEntity> ; 4169 + sp:arg2 <http://www.reportinghub.no/ep/schema/organization#CommercialEntity> ;
4170 sp:arg3 [ rdf:type sp:if ; 4170 sp:arg3 [ rdf:type sp:if ;
4171 sp:arg1 [ rdf:type sp:eq ; 4171 sp:arg1 [ rdf:type sp:eq ;
4172 sp:arg1 spin:_arg1 ; 4172 sp:arg1 spin:_arg1 ;
......
1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations 1 # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations
2 # imports: http://spinrdf.org/spin 2 # imports: http://spinrdf.org/spin
3 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib 3 # imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
4 +# imports: http://www.reportinghub.no/ep/schema/1.0/organization
4 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity 5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-activity
5 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core 6 # imports: http://www.reportinghub.no/ep/schema/1.0/production-core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report 7 # imports: http://www.reportinghub.no/ep/schema/1.0/production-report
8 # imports: http://www.witsml.org/schemas/131/addendum/combo 8 # imports: http://www.witsml.org/schemas/131/addendum/combo
9 9
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
38 38
39 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> 39 <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations>
40 rdf:type owl:Ontology ; 40 rdf:type owl:Ontology ;
41 - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; 41 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/schema/1.0/production-report> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ;
42 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 42 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
43 43
44 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> 44 <http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite>
...@@ -497,7 +497,7 @@ ...@@ -497,7 +497,7 @@
497 ] [ sp:object _:b11 ; 497 ] [ sp:object _:b11 ;
498 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 498 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
499 sp:subject _:b10 499 sp:subject _:b10
500 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 500 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
501 sp:predicate rdf:type ; 501 sp:predicate rdf:type ;
502 sp:subject _:b11 502 sp:subject _:b11
503 ] [ sp:object 503 ] [ sp:object
......
...@@ -96,13 +96,13 @@ ...@@ -96,13 +96,13 @@
96 sp:subject 96 sp:subject
97 [ sp:varName "commentingActivity"^^xsd:string 97 [ sp:varName "commentingActivity"^^xsd:string
98 ] 98 ]
99 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 99 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
100 sp:predicate rdf:type ; 100 sp:predicate rdf:type ;
101 sp:subject _:b3 101 sp:subject _:b3
102 ] [ sp:object _:b4 ; 102 ] [ sp:object _:b4 ;
103 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 103 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
104 sp:subject _:b3 104 sp:subject _:b3
105 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 105 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
106 sp:predicate rdf:type ; 106 sp:predicate rdf:type ;
107 sp:subject _:b4 107 sp:subject _:b4
108 ] [ sp:object 108 ] [ sp:object
...@@ -110,12 +110,12 @@ ...@@ -110,12 +110,12 @@
110 ] ; 110 ] ;
111 sp:predicate rdf:type ; 111 sp:predicate rdf:type ;
112 sp:subject _:b4 112 sp:subject _:b4
113 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; 113 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ;
114 sp:predicate rdf:type ; 114 sp:predicate rdf:type ;
115 sp:subject 115 sp:subject
116 [ sp:varName "personRoleType"^^xsd:string 116 [ sp:varName "personRoleType"^^xsd:string
117 ] 117 ]
118 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 118 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
119 sp:predicate rdfs:subClassOf ; 119 sp:predicate rdfs:subClassOf ;
120 sp:subject 120 sp:subject
121 [ sp:varName "personRoleType"^^xsd:string 121 [ sp:varName "personRoleType"^^xsd:string
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
166 sp:subject 166 sp:subject
167 [ sp:varName "commentingActivity"^^xsd:string 167 [ sp:varName "commentingActivity"^^xsd:string
168 ] 168 ]
169 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Person> ; 169 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ;
170 sp:predicate rdf:type ; 170 sp:predicate rdf:type ;
171 sp:subject _:b5 171 sp:subject _:b5
172 ] [ sp:object 172 ] [ sp:object
...@@ -174,7 +174,7 @@ ...@@ -174,7 +174,7 @@
174 ] ; 174 ] ;
175 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 175 sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
176 sp:subject _:b5 176 sp:subject _:b5
177 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#WholeLifePerson> ; 177 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#WholeLifePerson> ;
178 sp:predicate rdf:type ; 178 sp:predicate rdf:type ;
179 sp:subject 179 sp:subject
180 [ sp:varName "person"^^xsd:string 180 [ sp:varName "person"^^xsd:string
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
216 sp:subject 216 sp:subject
217 [ sp:varName "commentator"^^xsd:string 217 [ sp:varName "commentator"^^xsd:string
218 ] 218 ]
219 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 219 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
220 sp:predicate rdf:type ; 220 sp:predicate rdf:type ;
221 sp:subject _:b6 221 sp:subject _:b6
222 ] [ sp:object 222 ] [ sp:object
...@@ -224,12 +224,12 @@ ...@@ -224,12 +224,12 @@
224 ] ; 224 ] ;
225 sp:predicate rdf:type ; 225 sp:predicate rdf:type ;
226 sp:subject _:b6 226 sp:subject _:b6
227 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRoleType> ; 227 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ;
228 sp:predicate rdf:type ; 228 sp:predicate rdf:type ;
229 sp:subject 229 sp:subject
230 [ sp:varName "personRoleType"^^xsd:string 230 [ sp:varName "personRoleType"^^xsd:string
231 ] 231 ]
232 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#PersonRole> ; 232 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ;
233 sp:predicate rdfs:subClassOf ; 233 sp:predicate rdfs:subClassOf ;
234 sp:subject 234 sp:subject
235 [ sp:varName "personRoleType"^^xsd:string 235 [ sp:varName "personRoleType"^^xsd:string
......
...@@ -21,21 +21,24 @@ ...@@ -21,21 +21,24 @@
21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects> 21 <http://www.epim.no/schemas/mprml/1#A_Global-Objects>
22 spin:rule 22 spin:rule
23 [ rdf:type sp:Construct ; 23 [ rdf:type sp:Construct ;
24 - rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ; 24 + rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ;
25 sp:templates ([ sp:object _:b1 ; 25 sp:templates ([ sp:object _:b1 ;
26 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; 26 + sp:predicate <http://www.reportinghub.no/ep/schema/organization#hasCrew> ;
27 sp:subject 27 sp:subject
28 - [ sp:varName "productionOperation"^^xsd:string 28 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
29 ] 29 ]
30 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 30 + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Crew> ;
31 sp:predicate rdf:type ; 31 sp:predicate rdf:type ;
32 sp:subject _:b1 32 sp:subject _:b1
33 ] [ sp:object 33 ] [ sp:object
34 - [ sp:varName "realWork"^^xsd:string 34 + [ sp:varName "crewType"^^xsd:string
35 ] ; 35 ] ;
36 - sp:predicate 36 + sp:predicate rdf:type ;
37 - [ sp:varName "workScale"^^xsd:string 37 + sp:subject _:b1
38 + ] [ sp:object
39 + [ sp:varName "crewCount"^^xsd:string
38 ] ; 40 ] ;
41 + sp:predicate <http://www.reportinghub.no/ep/schema/organization#numberInCrew> ;
39 sp:subject _:b1 42 sp:subject _:b1
40 ]) ; 43 ]) ;
41 sp:where ([ sp:object spin:_this ; 44 sp:where ([ sp:object spin:_this ;
...@@ -84,68 +87,93 @@ ...@@ -84,68 +87,93 @@
84 sp:subject 87 sp:subject
85 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 88 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
86 ] 89 ]
87 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
88 - sp:predicate rdf:type ;
89 - sp:subject
90 - [ sp:varName "productionOperation"^^xsd:string
91 - ]
92 - ] [ sp:object
93 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
94 - ] ;
95 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
96 - sp:subject
97 - [ sp:varName "productionOperation"^^xsd:string
98 - ]
99 ] [ sp:object 90 ] [ sp:object
100 - [ sp:varName "workRef"^^xsd:string 91 + [ sp:varName "crewCountRef"^^xsd:string
101 ] ; 92 ] ;
102 - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; 93 + sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ;
103 sp:subject 94 sp:subject
104 [ sp:varName "installationReportRef"^^xsd:string 95 [ sp:varName "installationReportRef"^^xsd:string
105 ] 96 ]
106 ] [ sp:object 97 ] [ sp:object
107 - [ sp:varName "realWork"^^xsd:string 98 + [ sp:varName "crewCount"^^xsd:string
108 ] ; 99 ] ;
109 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 100 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
110 sp:subject 101 sp:subject
111 - [ sp:varName "workRef"^^xsd:string 102 + [ sp:varName "crewCountRef"^^xsd:string
112 ] 103 ]
113 ] [ sp:object 104 ] [ sp:object
114 - [ sp:varName "uomWork"^^xsd:string 105 + [ sp:varName "typeRef"^^xsd:string
115 ] ; 106 ] ;
116 - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; 107 + sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ;
117 sp:subject 108 sp:subject
118 - [ sp:varName "workRef"^^xsd:string 109 + [ sp:varName "crewCountRef"^^xsd:string
119 ] 110 ]
120 ] [ rdf:type sp:Bind ; 111 ] [ rdf:type sp:Bind ;
121 sp:expression 112 sp:expression
122 - [ rdf:type ep-mpr-spin-lib:selectDurationScale ; 113 + [ rdf:type ep-mpr-spin-lib:selectCrewType ;
123 - sp:arg1 [ sp:varName "uomWork"^^xsd:string 114 + sp:arg1 [ sp:varName "typeRef"^^xsd:string
124 ] 115 ]
125 ] ; 116 ] ;
126 sp:variable 117 sp:variable
127 - [ sp:varName "workScale"^^xsd:string 118 + [ sp:varName "crewType"^^xsd:string
128 ] 119 ]
129 ]) 120 ])
130 ] ; 121 ] ;
131 spin:rule 122 spin:rule
132 [ rdf:type sp:Construct ; 123 [ rdf:type sp:Construct ;
133 - rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ; 124 + rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ;
134 - sp:templates ([ sp:object _:b2 ; 125 + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionOperationInstallationReport> ;
135 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
136 - sp:subject
137 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
138 - ]
139 - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
140 sp:predicate rdf:type ; 126 sp:predicate rdf:type ;
141 sp:subject _:b2 127 sp:subject _:b2
142 ] [ sp:object 128 ] [ sp:object
143 - [ sp:varName "realWorkMonthToDate"^^xsd:string 129 + [ sp:varName "productionOperationReport"^^xsd:string
144 ] ; 130 ] ;
145 - sp:predicate 131 + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
146 - [ sp:varName "workMonthToDateScale"^^xsd:string 132 + sp:subject _:b2
133 + ] [ sp:object
134 + [ sp:varName "installationReportRef"^^xsd:string
147 ] ; 135 ] ;
136 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
137 + sp:subject _:b2
138 + ] [ sp:object _:b3 ;
139 + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
148 sp:subject _:b2 140 sp:subject _:b2
141 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
142 + sp:predicate rdf:type ;
143 + sp:subject _:b3
144 + ] [ sp:object
145 + [ sp:varName "productionFacility"^^xsd:string
146 + ] ;
147 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
148 + sp:subject _:b3
149 + ] [ sp:object
150 + [ sp:varName "installationReportRef"^^xsd:string
151 + ] ;
152 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
153 + sp:subject _:b3
154 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
155 + sp:predicate rdf:type ;
156 + sp:subject _:b4
157 + ] [ sp:object _:b3 ;
158 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
159 + sp:subject _:b4
160 + ] [ sp:object _:b5 ;
161 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
162 + sp:subject _:b4
163 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
164 + sp:predicate rdf:type ;
165 + sp:subject _:b5
166 + ] [ sp:object _:b6 ;
167 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
168 + sp:subject _:b4
169 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ;
170 + sp:predicate rdf:type ;
171 + sp:subject _:b6
172 + ] [ sp:object
173 + [ sp:varName "bedsAvailable"^^xsd:string
174 + ] ;
175 + sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
176 + sp:subject _:b3
149 ]) ; 177 ]) ;
150 sp:where ([ sp:object spin:_this ; 178 sp:where ([ sp:object spin:_this ;
151 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 179 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -181,92 +209,74 @@ ...@@ -181,92 +209,74 @@
181 sp:subject 209 sp:subject
182 [ sp:varName "productionOperationRef"^^xsd:string 210 [ sp:varName "productionOperationRef"^^xsd:string
183 ] 211 ]
184 - ] [ sp:object 212 + ] [ rdf:type sp:Optional ;
185 - [ sp:varName "installationReportRef"^^xsd:string 213 + sp:elements ([ sp:object
186 - ] ; 214 + [ sp:varName "installationRef"^^xsd:string
187 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 215 + ] ;
188 - sp:subject 216 + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ;
189 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 217 + sp:subject
190 - ] 218 + [ sp:varName "installationReportRef"^^xsd:string
191 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; 219 + ]
192 - sp:predicate rdf:type ; 220 + ] [ sp:object
193 - sp:subject 221 + [ sp:varName "installationRef"^^xsd:string
194 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 222 + ] ;
195 - ] 223 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
196 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; 224 + sp:subject
197 - sp:predicate rdf:type ; 225 + [ sp:varName "productionFacility"^^xsd:string
198 - sp:subject 226 + ]
199 - [ sp:varName "productionOperation"^^xsd:string 227 + ])
200 - ] 228 + ] [ rdf:type sp:Optional ;
201 - ] [ sp:object 229 + sp:elements ([ sp:object
202 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 230 + [ sp:varName "bedsAvailable"^^xsd:string
203 - ] ; 231 + ] ;
204 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; 232 + sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ;
205 - sp:subject 233 + sp:subject
206 - [ sp:varName "productionOperation"^^xsd:string 234 + [ sp:varName "installationReportRef"^^xsd:string
207 - ] 235 + ]
208 - ] [ sp:object 236 + ])
209 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string 237 + ] [ rdf:type sp:Optional ;
210 - ] ; 238 + sp:elements ([ sp:object
211 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 239 + [ sp:varName "workRef"^^xsd:string
212 - sp:subject 240 + ] ;
213 - [ sp:varName "productionOperation"^^xsd:string 241 + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ;
214 - ] 242 + sp:subject
215 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ; 243 + [ sp:varName "installationReportRef"^^xsd:string
216 - sp:predicate rdf:type ; 244 + ]
217 - sp:subject 245 + ] [ sp:object
218 - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string 246 + [ sp:varName "realWork"^^xsd:string
219 - ] 247 + ] ;
220 - ] [ sp:object 248 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
221 - [ sp:varName "workMonthToDateRef"^^xsd:string 249 + sp:subject
222 - ] ; 250 + [ sp:varName "workRef"^^xsd:string
223 - sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ; 251 + ]
224 - sp:subject 252 + ] [ sp:object
225 - [ sp:varName "installationReportRef"^^xsd:string 253 + [ sp:varName "uomWork"^^xsd:string
226 - ] 254 + ] ;
227 - ] [ sp:object 255 + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
228 - [ sp:varName "realWorkMonthToDate"^^xsd:string 256 + sp:subject
229 - ] ; 257 + [ sp:varName "workRef"^^xsd:string
230 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 258 + ]
231 - sp:subject 259 + ])
232 - [ sp:varName "workMonthToDateRef"^^xsd:string
233 - ]
234 - ] [ sp:object
235 - [ sp:varName "uomWorkMonthToDate"^^xsd:string
236 - ] ;
237 - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
238 - sp:subject
239 - [ sp:varName "workMonthToDateRef"^^xsd:string
240 - ]
241 - ] [ rdf:type sp:Bind ;
242 - sp:expression
243 - [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
244 - sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string
245 - ]
246 - ] ;
247 - sp:variable
248 - [ sp:varName "workMonthToDateScale"^^xsd:string
249 - ]
250 ]) 260 ])
251 ] ; 261 ] ;
252 spin:rule 262 spin:rule
253 [ rdf:type sp:Construct ; 263 [ rdf:type sp:Construct ;
254 rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ; 264 rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ;
255 - sp:templates ([ sp:object _:b3 ; 265 + sp:templates ([ sp:object _:b7 ;
256 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; 266 sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
257 sp:subject 267 sp:subject
258 [ sp:varName "annualProductionOperationToDate"^^xsd:string 268 [ sp:varName "annualProductionOperationToDate"^^xsd:string
259 ] 269 ]
260 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; 270 ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
261 sp:predicate rdf:type ; 271 sp:predicate rdf:type ;
262 - sp:subject _:b3 272 + sp:subject _:b7
263 ] [ sp:object 273 ] [ sp:object
264 [ sp:varName "realWorkYearToDate"^^xsd:string 274 [ sp:varName "realWorkYearToDate"^^xsd:string
265 ] ; 275 ] ;
266 sp:predicate 276 sp:predicate
267 [ sp:varName "workYearToDateScale"^^xsd:string 277 [ sp:varName "workYearToDateScale"^^xsd:string
268 ] ; 278 ] ;
269 - sp:subject _:b3 279 + sp:subject _:b7
270 ]) ; 280 ]) ;
271 sp:where ([ sp:object spin:_this ; 281 sp:where ([ sp:object spin:_this ;
272 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 282 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -372,59 +382,22 @@ ...@@ -372,59 +382,22 @@
372 ] ; 382 ] ;
373 spin:rule 383 spin:rule
374 [ rdf:type sp:Construct ; 384 [ rdf:type sp:Construct ;
375 - rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ; 385 + rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ;
376 - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/production-report#ProductionOperationInstallationReport> ; 386 + sp:templates ([ sp:object _:b8 ;
377 - sp:predicate rdf:type ; 387 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
378 - sp:subject _:b4 388 + sp:subject
379 - ] [ sp:object 389 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
380 - [ sp:varName "productionOperationReport"^^xsd:string 390 + ]
381 - ] ; 391 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
382 - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ;
383 - sp:subject _:b4
384 - ] [ sp:object
385 - [ sp:varName "installationReportRef"^^xsd:string
386 - ] ;
387 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
388 - sp:subject _:b4
389 - ] [ sp:object _:b5 ;
390 - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ;
391 - sp:subject _:b4
392 - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
393 sp:predicate rdf:type ; 392 sp:predicate rdf:type ;
394 - sp:subject _:b5 393 + sp:subject _:b8
395 ] [ sp:object 394 ] [ sp:object
396 - [ sp:varName "productionFacility"^^xsd:string 395 + [ sp:varName "realWorkMonthToDate"^^xsd:string
397 ] ; 396 ] ;
398 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; 397 + sp:predicate
399 - sp:subject _:b5 398 + [ sp:varName "workMonthToDateScale"^^xsd:string
400 - ] [ sp:object
401 - [ sp:varName "installationReportRef"^^xsd:string
402 ] ; 399 ] ;
403 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
404 - sp:subject _:b5
405 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
406 - sp:predicate rdf:type ;
407 - sp:subject _:b6
408 - ] [ sp:object _:b5 ;
409 - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
410 - sp:subject _:b6
411 - ] [ sp:object _:b7 ;
412 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
413 - sp:subject _:b6
414 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
415 - sp:predicate rdf:type ;
416 - sp:subject _:b7
417 - ] [ sp:object _:b8 ;
418 - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
419 - sp:subject _:b6
420 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ;
421 - sp:predicate rdf:type ;
422 sp:subject _:b8 400 sp:subject _:b8
423 - ] [ sp:object
424 - [ sp:varName "bedsAvailable"^^xsd:string
425 - ] ;
426 - sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ;
427 - sp:subject _:b5
428 ]) ; 401 ]) ;
429 sp:where ([ sp:object spin:_this ; 402 sp:where ([ sp:object spin:_this ;
430 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 403 sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
...@@ -460,76 +433,91 @@ ...@@ -460,76 +433,91 @@
460 sp:subject 433 sp:subject
461 [ sp:varName "productionOperationRef"^^xsd:string 434 [ sp:varName "productionOperationRef"^^xsd:string
462 ] 435 ]
463 - ] [ rdf:type sp:Optional ; 436 + ] [ sp:object
464 - sp:elements ([ sp:object 437 + [ sp:varName "installationReportRef"^^xsd:string
465 - [ sp:varName "installationRef"^^xsd:string 438 + ] ;
466 - ] ; 439 + sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
467 - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; 440 + sp:subject
468 - sp:subject 441 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
469 - [ sp:varName "installationReportRef"^^xsd:string 442 + ]
470 - ] 443 + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ;
471 - ] [ sp:object 444 + sp:predicate rdf:type ;
472 - [ sp:varName "installationRef"^^xsd:string 445 + sp:subject
473 - ] ; 446 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
474 - sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ; 447 + ]
475 - sp:subject 448 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
476 - [ sp:varName "productionFacility"^^xsd:string 449 + sp:predicate rdf:type ;
477 - ] 450 + sp:subject
478 - ]) 451 + [ sp:varName "productionOperation"^^xsd:string
479 - ] [ rdf:type sp:Optional ; 452 + ]
480 - sp:elements ([ sp:object 453 + ] [ sp:object
481 - [ sp:varName "bedsAvailable"^^xsd:string 454 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
482 - ] ; 455 + ] ;
483 - sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ; 456 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
484 - sp:subject 457 + sp:subject
485 - [ sp:varName "installationReportRef"^^xsd:string 458 + [ sp:varName "productionOperation"^^xsd:string
486 - ] 459 + ]
487 - ]) 460 + ] [ sp:object
488 - ] [ rdf:type sp:Optional ; 461 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
489 - sp:elements ([ sp:object 462 + ] ;
490 - [ sp:varName "workRef"^^xsd:string 463 + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ;
491 - ] ; 464 + sp:subject
492 - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; 465 + [ sp:varName "productionOperation"^^xsd:string
493 - sp:subject 466 + ]
494 - [ sp:varName "installationReportRef"^^xsd:string 467 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ;
495 - ] 468 + sp:predicate rdf:type ;
496 - ] [ sp:object 469 + sp:subject
497 - [ sp:varName "realWork"^^xsd:string 470 + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string
498 - ] ; 471 + ]
499 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 472 + ] [ sp:object
500 - sp:subject 473 + [ sp:varName "workMonthToDateRef"^^xsd:string
501 - [ sp:varName "workRef"^^xsd:string 474 + ] ;
502 - ] 475 + sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ;
503 - ] [ sp:object 476 + sp:subject
504 - [ sp:varName "uomWork"^^xsd:string 477 + [ sp:varName "installationReportRef"^^xsd:string
505 - ] ; 478 + ]
506 - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; 479 + ] [ sp:object
507 - sp:subject 480 + [ sp:varName "realWorkMonthToDate"^^xsd:string
508 - [ sp:varName "workRef"^^xsd:string 481 + ] ;
509 - ] 482 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
510 - ]) 483 + sp:subject
484 + [ sp:varName "workMonthToDateRef"^^xsd:string
485 + ]
486 + ] [ sp:object
487 + [ sp:varName "uomWorkMonthToDate"^^xsd:string
488 + ] ;
489 + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
490 + sp:subject
491 + [ sp:varName "workMonthToDateRef"^^xsd:string
492 + ]
493 + ] [ rdf:type sp:Bind ;
494 + sp:expression
495 + [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
496 + sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string
497 + ]
498 + ] ;
499 + sp:variable
500 + [ sp:varName "workMonthToDateScale"^^xsd:string
501 + ]
511 ]) 502 ])
512 ] ; 503 ] ;
513 spin:rule 504 spin:rule
514 [ rdf:type sp:Construct ; 505 [ rdf:type sp:Construct ;
515 - rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ; 506 + rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ;
516 sp:templates ([ sp:object _:b9 ; 507 sp:templates ([ sp:object _:b9 ;
517 - sp:predicate <http://www.reportinghub.no/ep/schema/production-organization#hasCrew> ; 508 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ;
518 sp:subject 509 sp:subject
519 - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 510 + [ sp:varName "productionOperation"^^xsd:string
520 ] 511 ]
521 - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-organization#Crew> ; 512 + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
522 sp:predicate rdf:type ; 513 sp:predicate rdf:type ;
523 sp:subject _:b9 514 sp:subject _:b9
524 ] [ sp:object 515 ] [ sp:object
525 - [ sp:varName "crewType"^^xsd:string 516 + [ sp:varName "realWork"^^xsd:string
526 ] ; 517 ] ;
527 - sp:predicate rdf:type ; 518 + sp:predicate
528 - sp:subject _:b9 519 + [ sp:varName "workScale"^^xsd:string
529 - ] [ sp:object
530 - [ sp:varName "crewCount"^^xsd:string
531 ] ; 520 ] ;
532 - sp:predicate <http://www.reportinghub.no/ep/schema/production-organization#numberInCrew> ;
533 sp:subject _:b9 521 sp:subject _:b9
534 ]) ; 522 ]) ;
535 sp:where ([ sp:object spin:_this ; 523 sp:where ([ sp:object spin:_this ;
...@@ -578,40 +566,52 @@ ...@@ -578,40 +566,52 @@
578 sp:subject 566 sp:subject
579 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string 567 [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
580 ] 568 ]
569 + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ;
570 + sp:predicate rdf:type ;
571 + sp:subject
572 + [ sp:varName "productionOperation"^^xsd:string
573 + ]
574 + ] [ sp:object
575 + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string
576 + ] ;
577 + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ;
578 + sp:subject
579 + [ sp:varName "productionOperation"^^xsd:string
580 + ]
581 ] [ sp:object 581 ] [ sp:object
582 - [ sp:varName "crewCountRef"^^xsd:string 582 + [ sp:varName "workRef"^^xsd:string
583 ] ; 583 ] ;
584 - sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ; 584 + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ;
585 sp:subject 585 sp:subject
586 [ sp:varName "installationReportRef"^^xsd:string 586 [ sp:varName "installationReportRef"^^xsd:string
587 ] 587 ]
588 ] [ sp:object 588 ] [ sp:object
589 - [ sp:varName "crewCount"^^xsd:string 589 + [ sp:varName "realWork"^^xsd:string
590 ] ; 590 ] ;
591 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; 591 sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
592 sp:subject 592 sp:subject
593 - [ sp:varName "crewCountRef"^^xsd:string 593 + [ sp:varName "workRef"^^xsd:string
594 ] 594 ]
595 ] [ sp:object 595 ] [ sp:object
596 - [ sp:varName "typeRef"^^xsd:string 596 + [ sp:varName "uomWork"^^xsd:string
597 ] ; 597 ] ;
598 - sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ; 598 + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ;
599 sp:subject 599 sp:subject
600 - [ sp:varName "crewCountRef"^^xsd:string 600 + [ sp:varName "workRef"^^xsd:string
601 ] 601 ]
602 ] [ rdf:type sp:Bind ; 602 ] [ rdf:type sp:Bind ;
603 sp:expression 603 sp:expression
604 - [ rdf:type ep-mpr-spin-lib:selectCrewType ; 604 + [ rdf:type ep-mpr-spin-lib:selectDurationScale ;
605 - sp:arg1 [ sp:varName "typeRef"^^xsd:string 605 + sp:arg1 [ sp:varName "uomWork"^^xsd:string
606 ] 606 ]
607 ] ; 607 ] ;
608 sp:variable 608 sp:variable
609 - [ sp:varName "crewType"^^xsd:string 609 + [ sp:varName "workScale"^^xsd:string
610 ] 610 ]
611 ]) 611 ])
612 ] . 612 ] .
613 613
614 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> 614 <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1>
615 rdf:type owl:Ontology ; 615 rdf:type owl:Ontology ;
616 - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; 616 + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
617 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 617 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
......
This diff could not be displayed because it is too large.