Showing
13 changed files
with
39 additions
and
24 deletions
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/flow |
2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/core |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-activity | ||
4 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
5 | 6 | ||
6 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | 7 | @prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . |
... | @@ -11,7 +12,7 @@ | ... | @@ -11,7 +12,7 @@ |
11 | 12 | ||
12 | <http://www.reportinghub.no/ep/schema/1.0/flow> | 13 | <http://www.reportinghub.no/ep/schema/1.0/flow> |
13 | rdf:type owl:Ontology ; | 14 | rdf:type owl:Ontology ; |
14 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | 17 | ||
17 | ep-flow:AllocatedFlow | 18 | ep-flow:AllocatedFlow |
... | @@ -719,9 +720,9 @@ ep-flow:WholeLifeProductionFlow | ... | @@ -719,9 +720,9 @@ ep-flow:WholeLifeProductionFlow |
719 | rdfs:label "whole life production flow"^^xsd:string ; | 720 | rdfs:label "whole life production flow"^^xsd:string ; |
720 | rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . | 721 | rdfs:subClassOf ep-flow:WholeLifeFlow , ep-flow:ProductionFlow . |
721 | 722 | ||
722 | -ep-flow:dailyAverageAmountOfMaterial | 723 | +ep-flow:dailyAverageVolumeOfMaterial |
723 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 724 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
724 | - rdfs:label "daily average amount of material"^^xsd:string ; | 725 | + rdfs:label "daily average volume of material"^^xsd:string ; |
725 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 726 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
726 | 727 | ||
727 | ep-flow:facilityContainsFlow | 728 | ep-flow:facilityContainsFlow |
... | @@ -764,12 +765,18 @@ ep-flow:hasNetworkPart | ... | @@ -764,12 +765,18 @@ ep-flow:hasNetworkPart |
764 | rdfs:range ep-flow:WholeLifeFlow ; | 765 | rdfs:range ep-flow:WholeLifeFlow ; |
765 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . | 766 | rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> . |
766 | 767 | ||
768 | +ep-flow:materialThatFlows | ||
769 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
770 | + rdfs:domain ep-flow:Flow ; | ||
771 | + rdfs:label "material that flows"^^xsd:string ; | ||
772 | + rdfs:range <http://www.reportinghub.no/ep/schema/production-activity#QuantityOfMaterial> . | ||
773 | + | ||
767 | ep-flow:rateOfFlowOfMaterial | 774 | ep-flow:rateOfFlowOfMaterial |
768 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 775 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
769 | rdfs:label "rate of flow of material"^^xsd:string ; | 776 | rdfs:label "rate of flow of material"^^xsd:string ; |
770 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 777 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . |
771 | 778 | ||
772 | -ep-flow:totalAmountOfMaterial | 779 | +ep-flow:totalVolumeOfMaterial |
773 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 780 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
774 | - rdfs:label "total amount of material"^^xsd:string ; | 781 | + rdfs:label "total volume of material"^^xsd:string ; |
775 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | 782 | rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> . | ... | ... |
... | @@ -104,10 +104,6 @@ ep-prodact:Alarm | ... | @@ -104,10 +104,6 @@ ep-prodact:Alarm |
104 | rdf:type owl:Class ; | 104 | rdf:type owl:Class ; |
105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 105 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
106 | 106 | ||
107 | -ep-prodact:AmountOfSubstance | ||
108 | - rdf:type owl:Class ; | ||
109 | - rdfs:subClassOf ep-core:PhysicalObject . | ||
110 | - | ||
111 | ep-prodact:AnnualProductionActivity | 107 | ep-prodact:AnnualProductionActivity |
112 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 108 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
113 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 109 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
... | @@ -134,8 +130,7 @@ ep-prodact:ConstructionOperation | ... | @@ -134,8 +130,7 @@ ep-prodact:ConstructionOperation |
134 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 130 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
135 | 131 | ||
136 | ep-prodact:CrudeOil | 132 | ep-prodact:CrudeOil |
137 | - rdf:type owl:Class ; | 133 | + rdf:type owl:Class . |
138 | - rdfs:subClassOf ep-prodact:AmountOfSubstance . | ||
139 | 134 | ||
140 | ep-prodact:CumulativeProductionActivitySinceProductionBegan | 135 | ep-prodact:CumulativeProductionActivitySinceProductionBegan |
141 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; | 136 | rdf:type ep-prodact:ProductionOperationClassByDuration , owl:Class ; |
... | @@ -307,8 +302,7 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod | ... | @@ -307,8 +302,7 @@ ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod |
307 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . | 302 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> . |
308 | 303 | ||
309 | ep-prodact:NaturalGas | 304 | ep-prodact:NaturalGas |
310 | - rdf:type owl:Class ; | 305 | + rdf:type owl:Class . |
311 | - rdfs:subClassOf ep-prodact:AmountOfSubstance . | ||
312 | 306 | ||
313 | ep-prodact:NearMiss | 307 | ep-prodact:NearMiss |
314 | rdf:type owl:Class ; | 308 | rdf:type owl:Class ; |
... | @@ -370,6 +364,10 @@ ep-prodact:ProductionVolumeActivity | ... | @@ -370,6 +364,10 @@ ep-prodact:ProductionVolumeActivity |
370 | rdf:type owl:Class ; | 364 | rdf:type owl:Class ; |
371 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . | 365 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> . |
372 | 366 | ||
367 | +ep-prodact:QuantityOfMaterial | ||
368 | + rdf:type owl:Class ; | ||
369 | + rdfs:subClassOf ep-core:PhysicalObject . | ||
370 | + | ||
373 | ep-prodact:ReleasedToWater | 371 | ep-prodact:ReleasedToWater |
374 | rdf:type owl:Class ; | 372 | rdf:type owl:Class ; |
375 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 373 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
... | @@ -399,9 +397,9 @@ ep-prodact:SafetyMeeting | ... | @@ -399,9 +397,9 @@ ep-prodact:SafetyMeeting |
399 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; | 397 | rdf:type owl:Class , ep-prodact:SafetyActivityType ; |
400 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 398 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
401 | 399 | ||
402 | -ep-prodact:SampleAmountOfSubstance | 400 | +ep-prodact:SampleOfMaterial |
403 | rdf:type owl:Class ; | 401 | rdf:type owl:Class ; |
404 | - rdfs:subClassOf ep-prodact:AmountOfSubstance . | 402 | + rdfs:subClassOf ep-prodact:QuantityOfMaterial . |
405 | 403 | ||
406 | ep-prodact:SentAshore | 404 | ep-prodact:SentAshore |
407 | rdf:type owl:Class ; | 405 | rdf:type owl:Class ; |
... | @@ -444,7 +442,7 @@ ep-prodact:WaterDischarge | ... | @@ -444,7 +442,7 @@ ep-prodact:WaterDischarge |
444 | 442 | ||
445 | ep-prodact:WaterSample | 443 | ep-prodact:WaterSample |
446 | rdf:type owl:Class ; | 444 | rdf:type owl:Class ; |
447 | - rdfs:subClassOf ep-prodact:SampleAmountOfSubstance , <http://www.reportinghub.no/ep/schema/well#Water> . | 445 | + rdfs:subClassOf ep-prodact:SampleOfMaterial , <http://www.reportinghub.no/ep/schema/well#Water> . |
448 | 446 | ||
449 | ep-prodact:WellTestReasonType | 447 | ep-prodact:WellTestReasonType |
450 | rdf:type rdfs:Class ; | 448 | rdf:type rdfs:Class ; |
... | @@ -489,7 +487,7 @@ ep-prodact:conveyed | ... | @@ -489,7 +487,7 @@ ep-prodact:conveyed |
489 | ep-prodact:conveyedAmountOfSubstance | 487 | ep-prodact:conveyedAmountOfSubstance |
490 | rdf:type owl:ObjectProperty ; | 488 | rdf:type owl:ObjectProperty ; |
491 | rdfs:domain ep-prodact:TransportationActivity ; | 489 | rdfs:domain ep-prodact:TransportationActivity ; |
492 | - rdfs:range ep-prodact:AmountOfSubstance ; | 490 | + rdfs:range ep-prodact:QuantityOfMaterial ; |
493 | rdfs:subPropertyOf ep-prodact:conveyed . | 491 | rdfs:subPropertyOf ep-prodact:conveyed . |
494 | 492 | ||
495 | ep-prodact:coulterCounter | 493 | ep-prodact:coulterCounter | ... | ... |
... | @@ -3171,6 +3171,16 @@ ep-prodcore:TemporalPartOfARegionOfSpace | ... | @@ -3171,6 +3171,16 @@ ep-prodcore:TemporalPartOfARegionOfSpace |
3171 | rdfs:label "temporal part of a region of space"^^xsd:string ; | 3171 | rdfs:label "temporal part of a region of space"^^xsd:string ; |
3172 | rdfs:subClassOf ep-core:PhysicalObject . | 3172 | rdfs:subClassOf ep-core:PhysicalObject . |
3173 | 3173 | ||
3174 | +ep-prodcore:VolumeAt0degC1atm | ||
3175 | + rdf:type ep-core:PropertySpace , rdfs:Class ; | ||
3176 | + rdfs:label "volume at 0 degrees C 1 atmosphere"^^xsd:string ; | ||
3177 | + rdfs:subClassOf ep-core:MeasureOfAmountOfMaterial . | ||
3178 | + | ||
3179 | +ep-prodcore:VolumeFlowRateAt0degC1atm | ||
3180 | + rdf:type rdfs:Class , ep-core:PropertySpace ; | ||
3181 | + rdfs:label "volume flow rate at 0 degrees C 1 atmosphere"^^xsd:string ; | ||
3182 | + rdfs:subClassOf ep-core:MeasureOfFlowOfMaterial . | ||
3183 | + | ||
3174 | ep-prodcore:intervalIdentifier | 3184 | ep-prodcore:intervalIdentifier |
3175 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | 3185 | rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; |
3176 | rdfs:label "ph"^^xsd:string . | 3186 | rdfs:label "ph"^^xsd:string . | ... | ... |
... | @@ -14,9 +14,9 @@ | ... | @@ -14,9 +14,9 @@ |
14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; | 14 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> ; |
15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | 16 | ||
17 | -ep-prodwell:Air | 17 | +ep-prodwell:Air-gas |
18 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 18 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
19 | - rdfs:label "air"^^xsd:string ; | 19 | + rdfs:label "air gas"^^xsd:string ; |
20 | rdfs:subClassOf ep-prodwell:NonHcGas . | 20 | rdfs:subClassOf ep-prodwell:NonHcGas . |
21 | 21 | ||
22 | ep-prodwell:Brine | 22 | ep-prodwell:Brine |
... | @@ -24,9 +24,9 @@ ep-prodwell:Brine | ... | @@ -24,9 +24,9 @@ ep-prodwell:Brine |
24 | rdfs:label "brine"^^xsd:string ; | 24 | rdfs:label "brine"^^xsd:string ; |
25 | rdfs:subClassOf ep-well:Water . | 25 | rdfs:subClassOf ep-well:Water . |
26 | 26 | ||
27 | -ep-prodwell:Co2 | 27 | +ep-prodwell:CO2-gas |
28 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class ; | 28 | + rdf:type owl:Class , ep-prodwell:InjectionFluidType ; |
29 | - rdfs:label "CO2"^^xsd:string ; | 29 | + rdfs:label "CO2 gas"^^xsd:string ; |
30 | rdfs:subClassOf ep-prodwell:NonHcGas . | 30 | rdfs:subClassOf ep-prodwell:NonHcGas . |
31 | 31 | ||
32 | ep-prodwell:DryFluid | 32 | ep-prodwell:DryFluid | ... | ... |
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
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.
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment