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