Showing
1 changed file
with
94 additions
and
2 deletions
1 | -# Saved by TopBraid on Fri Oct 14 08:38:31 BST 2011 | 1 | +# Saved by TopBraid on Fri Oct 14 12:01:32 BST 2011 |
2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
... | @@ -8,6 +8,7 @@ | ... | @@ -8,6 +8,7 @@ |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
10 | 10 | ||
11 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
11 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 12 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
12 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
13 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -39,6 +40,11 @@ | ... | @@ -39,6 +40,11 @@ |
39 | rdfs:label "has flow"^^xsd:string ; | 40 | rdfs:label "has flow"^^xsd:string ; |
40 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . | 41 | rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> . |
41 | 42 | ||
43 | +ep-core:Mass | ||
44 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
45 | + rdfs:label "mass"^^xsd:string ; | ||
46 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | ||
47 | + | ||
42 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> | 48 | <http://www.reportinghub.no/ep/schema/equipment#Manifold> |
43 | rdf:type owl:Class ; | 49 | rdf:type owl:Class ; |
44 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . | 50 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> . |
... | @@ -103,6 +109,10 @@ ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod | ... | @@ -103,6 +109,10 @@ ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod |
103 | rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; | 109 | rdf:type owl:Class , ep-prodact:ProductionOperationClassByDuration ; |
104 | rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . | 110 | rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod . |
105 | 111 | ||
112 | +ep-prodact:CargoShipOperation | ||
113 | + rdf:type owl:Class ; | ||
114 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
115 | + | ||
106 | ep-prodact:ConstructionOperation | 116 | ep-prodact:ConstructionOperation |
107 | rdf:type owl:Class ; | 117 | rdf:type owl:Class ; |
108 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 118 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
... | @@ -255,6 +265,10 @@ ep-prodact:SafetyMeeting | ... | @@ -255,6 +265,10 @@ ep-prodact:SafetyMeeting |
255 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 265 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
256 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 266 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
257 | 267 | ||
268 | +ep-prodact:SampleAmountOfSubstance | ||
269 | + rdf:type owl:Class ; | ||
270 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Fluid> . | ||
271 | + | ||
258 | ep-prodact:SentAshore | 272 | ep-prodact:SentAshore |
259 | rdf:type owl:Class ; | 273 | rdf:type owl:Class ; |
260 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 274 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -271,6 +285,14 @@ ep-prodact:SpillOrLeak | ... | @@ -271,6 +285,14 @@ ep-prodact:SpillOrLeak |
271 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 285 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
272 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 286 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
273 | 287 | ||
288 | +ep-prodact:WaterCleaningOperation | ||
289 | + rdf:type owl:Class ; | ||
290 | + rdfs:subClassOf ep-prodact:PartOfProductionActivity . | ||
291 | + | ||
292 | +ep-prodact:WaterSample | ||
293 | + rdf:type owl:Class ; | ||
294 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , ep-prodact:SampleAmountOfSubstance . | ||
295 | + | ||
274 | ep-prodact:WorkingUnderPermit | 296 | ep-prodact:WorkingUnderPermit |
275 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 297 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
276 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 298 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -279,11 +301,31 @@ ep-prodact:WorkingUnderPermitWithSJA | ... | @@ -279,11 +301,31 @@ ep-prodact:WorkingUnderPermitWithSJA |
279 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 301 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
280 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . | 302 | rdfs:subClassOf ep-prodact:WorkingUnderPermit . |
281 | 303 | ||
304 | +ep-prodact:ammoniumDensity | ||
305 | + rdf:type owl:ObjectProperty ; | ||
306 | + rdfs:domain ep-prodact:WaterSample ; | ||
307 | + rdfs:range ep-core:Density . | ||
308 | + | ||
309 | +ep-prodact:amountOfOil | ||
310 | + rdf:type owl:ObjectProperty ; | ||
311 | + rdfs:domain ep-prodact:WaterSample ; | ||
312 | + rdfs:range ep-core:Mass . | ||
313 | + | ||
282 | ep-prodact:classificationBySafetyActivityType | 314 | ep-prodact:classificationBySafetyActivityType |
283 | rdf:type owl:ObjectProperty ; | 315 | rdf:type owl:ObjectProperty ; |
284 | rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; | 316 | rdfs:domain ep-prodact:FusionOfHSEActivitiesOverPeriod ; |
285 | rdfs:range ep-prodact:SafetyActivityType . | 317 | rdfs:range ep-prodact:SafetyActivityType . |
286 | 318 | ||
319 | +ep-prodact:coulterCounter | ||
320 | + rdf:type owl:ObjectProperty ; | ||
321 | + rdfs:domain ep-prodact:WaterSample ; | ||
322 | + rdfs:range ep-core:SpecificMass . | ||
323 | + | ||
324 | +ep-prodact:glycolDensity | ||
325 | + rdf:type owl:ObjectProperty ; | ||
326 | + rdfs:domain ep-prodact:WaterSample ; | ||
327 | + rdfs:range ep-core:Density . | ||
328 | + | ||
287 | ep-prodact:hasPart | 329 | ep-prodact:hasPart |
288 | rdf:type owl:ObjectProperty ; | 330 | rdf:type owl:ObjectProperty ; |
289 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 331 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
... | @@ -297,7 +339,7 @@ ep-prodact:involvedVessel | ... | @@ -297,7 +339,7 @@ ep-prodact:involvedVessel |
297 | ep-prodact:involvement | 339 | ep-prodact:involvement |
298 | rdf:type owl:ObjectProperty ; | 340 | rdf:type owl:ObjectProperty ; |
299 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 341 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
300 | - rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | 342 | + rdfs:range ep-core:PhysicalObject . |
301 | 343 | ||
302 | ep-prodact:noOfDrillsOrExcercises | 344 | ep-prodact:noOfDrillsOrExcercises |
303 | rdf:type owl:DatatypeProperty ; | 345 | rdf:type owl:DatatypeProperty ; |
... | @@ -349,16 +391,66 @@ ep-prodact:noOfSpillsOrLeaks | ... | @@ -349,16 +391,66 @@ ep-prodact:noOfSpillsOrLeaks |
349 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 391 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
350 | rdfs:range xsd:integer . | 392 | rdfs:range xsd:integer . |
351 | 393 | ||
394 | +ep-prodact:oilInWater | ||
395 | + rdf:type owl:ObjectProperty ; | ||
396 | + rdfs:domain ep-prodact:WaterSample ; | ||
397 | + rdfs:range ep-core:SpecificMass . | ||
398 | + | ||
399 | +ep-prodact:oxygenInWater | ||
400 | + rdf:type owl:ObjectProperty ; | ||
401 | + rdfs:domain ep-prodact:WaterSample ; | ||
402 | + rdfs:range ep-core:SpecificMass . | ||
403 | + | ||
404 | +ep-prodact:phenolDensity | ||
405 | + rdf:type owl:ObjectProperty ; | ||
406 | + rdfs:domain ep-prodact:WaterSample ; | ||
407 | + rdfs:range ep-core:Density . | ||
408 | + | ||
352 | ep-prodact:productionActivityPeriodClassification | 409 | ep-prodact:productionActivityPeriodClassification |
353 | rdf:type owl:ObjectProperty ; | 410 | rdf:type owl:ObjectProperty ; |
354 | rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; | 411 | rdfs:domain ep-prodact:FusionOfPartsOfProductionActivityOverPeriod ; |
355 | rdfs:range ep-prodact:ProductionOperationClassByDuration . | 412 | rdfs:range ep-prodact:ProductionOperationClassByDuration . |
356 | 413 | ||
414 | +ep-prodact:residualChlorideInWater | ||
415 | + rdf:type owl:ObjectProperty ; | ||
416 | + rdfs:domain ep-prodact:WaterSample ; | ||
417 | + rdfs:range ep-core:SpecificMass . | ||
418 | + | ||
419 | +ep-prodact:samplePOint | ||
420 | + rdf:type owl:DatatypeProperty ; | ||
421 | + rdfs:domain ep-prodact:WaterSample ; | ||
422 | + rdfs:range xsd:string . | ||
423 | + | ||
424 | +ep-prodact:samplePhValue | ||
425 | + rdf:type owl:DatatypeProperty ; | ||
426 | + rdfs:domain ep-prodact:WaterSample ; | ||
427 | + rdfs:range xsd:double . | ||
428 | + | ||
429 | +ep-prodact:sampleTemperature | ||
430 | + rdf:type owl:ObjectProperty ; | ||
431 | + rdfs:domain ep-prodact:WaterSample ; | ||
432 | + rdfs:range ep-core:Temperature . | ||
433 | + | ||
434 | +ep-prodact:sampleTurbidity | ||
435 | + rdf:type owl:DatatypeProperty ; | ||
436 | + rdfs:domain ep-prodact:WaterSample ; | ||
437 | + rdfs:range xsd:double . | ||
438 | + | ||
357 | ep-prodact:totalNoOfPermitsIssued | 439 | ep-prodact:totalNoOfPermitsIssued |
358 | rdf:type owl:DatatypeProperty ; | 440 | rdf:type owl:DatatypeProperty ; |
359 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 441 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
360 | rdfs:range xsd:integer . | 442 | rdfs:range xsd:integer . |
361 | 443 | ||
444 | +ep-prodact:totalOrganicCarbonInWater | ||
445 | + rdf:type owl:ObjectProperty ; | ||
446 | + rdfs:domain ep-prodact:WaterSample ; | ||
447 | + rdfs:range ep-core:SpecificMass . | ||
448 | + | ||
449 | +ep-prodact:waterSampleTaken | ||
450 | + rdf:type owl:ObjectProperty ; | ||
451 | + rdfs:domain ep-prodact:WaterCleaningOperation ; | ||
452 | + rdfs:range ep-prodact:WaterSample . | ||
453 | + | ||
362 | ep-prodact:yearlyActivityToDate | 454 | ep-prodact:yearlyActivityToDate |
363 | rdf:type owl:ObjectProperty ; | 455 | rdf:type owl:ObjectProperty ; |
364 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 456 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | ... | ... |
-
Please register or login to post a comment