Showing
11 changed files
with
88 additions
and
101 deletions
This diff is collapsed. Click to expand it.
... | @@ -18,6 +18,11 @@ ep-material:AqueousMaterial | ... | @@ -18,6 +18,11 @@ ep-material:AqueousMaterial |
18 | rdfs:label "aqueous material"^^xsd:string ; | 18 | rdfs:label "aqueous material"^^xsd:string ; |
19 | rdfs:subClassOf ep-material:Material . | 19 | rdfs:subClassOf ep-material:Material . |
20 | 20 | ||
21 | +ep-material:BasicSedimentAndWater | ||
22 | + rdf:type owl:Class ; | ||
23 | + rdfs:label "basic sediment and water"^^xsd:string ; | ||
24 | + rdfs:subClassOf ep-material:Fluid . | ||
25 | + | ||
21 | ep-material:C10AndHeavier | 26 | ep-material:C10AndHeavier |
22 | rdf:type owl:Class ; | 27 | rdf:type owl:Class ; |
23 | rdfs:label "C10+"^^xsd:string ; | 28 | rdfs:label "C10+"^^xsd:string ; |
... | @@ -185,7 +190,7 @@ ep-material:Fluid | ... | @@ -185,7 +190,7 @@ ep-material:Fluid |
185 | ep-material:Gas | 190 | ep-material:Gas |
186 | rdf:type owl:Class ; | 191 | rdf:type owl:Class ; |
187 | rdfs:label "gas"^^xsd:string ; | 192 | rdfs:label "gas"^^xsd:string ; |
188 | - rdfs:subClassOf ep-material:Material . | 193 | + rdfs:subClassOf ep-material:Fluid . |
189 | 194 | ||
190 | ep-material:Gas-componentInOil | 195 | ep-material:Gas-componentInOil |
191 | rdf:type owl:Class ; | 196 | rdf:type owl:Class ; |
... | @@ -195,17 +200,22 @@ ep-material:Gas-componentInOil | ... | @@ -195,17 +200,22 @@ ep-material:Gas-componentInOil |
195 | ep-material:Gas-dry | 200 | ep-material:Gas-dry |
196 | rdf:type owl:Class ; | 201 | rdf:type owl:Class ; |
197 | rdfs:label "gas - dry"^^xsd:string ; | 202 | rdfs:label "gas - dry"^^xsd:string ; |
198 | - rdfs:subClassOf ep-material:Material . | 203 | + rdfs:subClassOf ep-material:Gas . |
199 | 204 | ||
200 | ep-material:Gas-rich | 205 | ep-material:Gas-rich |
201 | rdf:type owl:Class ; | 206 | rdf:type owl:Class ; |
202 | rdfs:label "gas - rich"^^xsd:string ; | 207 | rdfs:label "gas - rich"^^xsd:string ; |
203 | - rdfs:subClassOf ep-material:Material . | 208 | + rdfs:subClassOf ep-material:Gas . |
204 | 209 | ||
205 | ep-material:Gas-wet | 210 | ep-material:Gas-wet |
206 | rdf:type owl:Class ; | 211 | rdf:type owl:Class ; |
207 | rdfs:label "gas - wet"^^xsd:string ; | 212 | rdfs:label "gas - wet"^^xsd:string ; |
208 | - rdfs:subClassOf ep-material:Material . | 213 | + rdfs:subClassOf ep-material:Gas . |
214 | + | ||
215 | +ep-material:GasAndWater | ||
216 | + rdf:type owl:Class ; | ||
217 | + rdfs:label "gas and water"^^xsd:string ; | ||
218 | + rdfs:subClassOf ep-material:Fluid . | ||
209 | 219 | ||
210 | ep-material:HeliumGas | 220 | ep-material:HeliumGas |
211 | rdf:type owl:Class ; | 221 | rdf:type owl:Class ; |
... | @@ -242,6 +252,11 @@ ep-material:Isopentane | ... | @@ -242,6 +252,11 @@ ep-material:Isopentane |
242 | rdfs:label "isopentane"^^xsd:string ; | 252 | rdfs:label "isopentane"^^xsd:string ; |
243 | rdfs:subClassOf ep-material:Material . | 253 | rdfs:subClassOf ep-material:Material . |
244 | 254 | ||
255 | +ep-material:Liquid | ||
256 | + rdf:type owl:Class ; | ||
257 | + rdfs:label "liquid"^^xsd:string ; | ||
258 | + rdfs:subClassOf ep-material:Fluid . | ||
259 | + | ||
245 | ep-material:LiquifiedNaturalGas | 260 | ep-material:LiquifiedNaturalGas |
246 | rdf:type owl:Class ; | 261 | rdf:type owl:Class ; |
247 | rdfs:label "liquified natural gas"^^xsd:string ; | 262 | rdfs:label "liquified natural gas"^^xsd:string ; |
... | @@ -349,7 +364,12 @@ ep-material:Oil-componentInWater | ... | @@ -349,7 +364,12 @@ ep-material:Oil-componentInWater |
349 | ep-material:OilAndGas | 364 | ep-material:OilAndGas |
350 | rdf:type owl:Class ; | 365 | rdf:type owl:Class ; |
351 | rdfs:label "oil and gas"^^xsd:string ; | 366 | rdfs:label "oil and gas"^^xsd:string ; |
352 | - rdfs:subClassOf ep-material:Material . | 367 | + rdfs:subClassOf ep-material:Fluid . |
368 | + | ||
369 | +ep-material:OilAndWater | ||
370 | + rdf:type owl:Class ; | ||
371 | + rdfs:label "oil and water"^^xsd:string ; | ||
372 | + rdfs:subClassOf ep-material:Fluid . | ||
353 | 373 | ||
354 | ep-material:Oleic | 374 | ep-material:Oleic |
355 | rdf:type owl:Class ; | 375 | rdf:type owl:Class ; |
... | @@ -394,7 +414,7 @@ ep-material:Salt | ... | @@ -394,7 +414,7 @@ ep-material:Salt |
394 | ep-material:Sand | 414 | ep-material:Sand |
395 | rdf:type owl:Class ; | 415 | rdf:type owl:Class ; |
396 | rdfs:label "sand"^^xsd:string ; | 416 | rdfs:label "sand"^^xsd:string ; |
397 | - rdfs:subClassOf ep-material:Material . | 417 | + rdfs:subClassOf ep-material:Fluid . |
398 | 418 | ||
399 | ep-material:Triethyleneglycol | 419 | ep-material:Triethyleneglycol |
400 | rdf:type owl:Class ; | 420 | rdf:type owl:Class ; | ... | ... |
... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility | 5 | # imports: http://www.reportinghub.no/ep/schema/1.0/facility |
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/geography |
8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 9 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
9 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment | 10 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-equipment |
10 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility | 11 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-facility |
... | @@ -12,6 +13,7 @@ | ... | @@ -12,6 +13,7 @@ |
12 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 13 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
13 | 14 | ||
14 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 15 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
16 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
15 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | 17 | @prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . |
16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 18 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
17 | @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#> . |
... | @@ -20,7 +22,7 @@ | ... | @@ -20,7 +22,7 @@ |
20 | 22 | ||
21 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> | 23 | <http://www.reportinghub.no/ep/schema/1.0/production-activity> |
22 | rdf:type owl:Ontology ; | 24 | rdf:type owl:Ontology ; |
23 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 25 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/geography> , <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/production-equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/production-facility> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; |
24 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
25 | 27 | ||
26 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> | 28 | <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> |
... | @@ -92,21 +94,9 @@ ep-core:Mass | ... | @@ -92,21 +94,9 @@ ep-core:Mass |
92 | rdf:type owl:Class ; | 94 | rdf:type owl:Class ; |
93 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . | 95 | rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . |
94 | 96 | ||
95 | -<http://www.reportinghub.no/ep/schema/flow#CrudeOil> | ||
96 | - rdf:type owl:Class . | ||
97 | - | ||
98 | -<http://www.reportinghub.no/ep/schema/flow#NaturalGas> | ||
99 | - rdf:type owl:Class . | ||
100 | - | ||
101 | -<http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> | ||
102 | - rdf:type owl:Class ; | ||
103 | - rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; | ||
104 | - rdfs:subClassOf ep-core:PhysicalObject . | ||
105 | - | ||
106 | <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> | 97 | <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> |
107 | rdf:type owl:Class ; | 98 | rdf:type owl:Class ; |
108 | - rdfs:label "(temporal part of a) sample of material"^^xsd:string ; | 99 | + rdfs:label "(temporal part of a) sample of material"^^xsd:string . |
109 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> . | ||
110 | 100 | ||
111 | ep-prodact:AdministerFirstAid | 101 | ep-prodact:AdministerFirstAid |
112 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; | 102 | rdf:type ep-prodact:SafetyActivityType , owl:Class ; |
... | @@ -597,7 +587,7 @@ ep-prodact:WaterDischarge | ... | @@ -597,7 +587,7 @@ ep-prodact:WaterDischarge |
597 | ep-prodact:WaterSample | 587 | ep-prodact:WaterSample |
598 | rdf:type owl:Class ; | 588 | rdf:type owl:Class ; |
599 | rdfs:label "(temporal part of a) water sample"^^xsd:string ; | 589 | rdfs:label "(temporal part of a) water sample"^^xsd:string ; |
600 | - rdfs:subClassOf <http://www.reportinghub.no/ep/schema/well#Water> , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> . | 590 | + rdfs:subClassOf ep-material:Water , <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> . |
601 | 591 | ||
602 | ep-prodact:WellTestReasonType | 592 | ep-prodact:WellTestReasonType |
603 | rdf:type rdfs:Class ; | 593 | rdf:type rdfs:Class ; |
... | @@ -630,7 +620,6 @@ ep-prodact:amountOfOil | ... | @@ -630,7 +620,6 @@ ep-prodact:amountOfOil |
630 | 620 | ||
631 | ep-prodact:cargoBatchNumber | 621 | ep-prodact:cargoBatchNumber |
632 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 622 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
633 | - rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | ||
634 | rdfs:label "cargo batch number"^^xsd:string . | 623 | rdfs:label "cargo batch number"^^xsd:string . |
635 | 624 | ||
636 | ep-prodact:cargoLoaded | 625 | ep-prodact:cargoLoaded |
... | @@ -641,7 +630,6 @@ ep-prodact:cargoLoaded | ... | @@ -641,7 +630,6 @@ ep-prodact:cargoLoaded |
641 | 630 | ||
642 | ep-prodact:cargoNumber | 631 | ep-prodact:cargoNumber |
643 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | 632 | rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; |
644 | - rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | ||
645 | rdfs:label "cargo number"^^xsd:string . | 633 | rdfs:label "cargo number"^^xsd:string . |
646 | 634 | ||
647 | ep-prodact:classificationBySafetyActivityType | 635 | ep-prodact:classificationBySafetyActivityType |
... | @@ -675,7 +663,6 @@ ep-prodact:conveyed | ... | @@ -675,7 +663,6 @@ ep-prodact:conveyed |
675 | ep-prodact:conveyedAmountOfMaterial | 663 | ep-prodact:conveyedAmountOfMaterial |
676 | rdf:type owl:ObjectProperty ; | 664 | rdf:type owl:ObjectProperty ; |
677 | rdfs:domain ep-prodact:TransportationActivity ; | 665 | rdfs:domain ep-prodact:TransportationActivity ; |
678 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | ||
679 | rdfs:subPropertyOf ep-prodact:conveyed . | 666 | rdfs:subPropertyOf ep-prodact:conveyed . |
680 | 667 | ||
681 | ep-prodact:coulterCounter | 668 | ep-prodact:coulterCounter |
... | @@ -755,8 +742,7 @@ ep-prodact:involvement | ... | @@ -755,8 +742,7 @@ ep-prodact:involvement |
755 | ep-prodact:movedProduct | 742 | ep-prodact:movedProduct |
756 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 743 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
757 | rdfs:domain ep-prodact:MovementOfProduct ; | 744 | rdfs:domain ep-prodact:MovementOfProduct ; |
758 | - rdfs:label "moved product"^^xsd:string ; | 745 | + rdfs:label "moved product"^^xsd:string . |
759 | - rdfs:range <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> . | ||
760 | 746 | ||
761 | ep-prodact:noOfDrillsOrExcercises | 747 | ep-prodact:noOfDrillsOrExcercises |
762 | rdf:type owl:DatatypeProperty ; | 748 | rdf:type owl:DatatypeProperty ; | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well | 1 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-well |
2 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow | 2 | # imports: http://www.reportinghub.no/ep/schema/1.0/flow |
3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
4 | 5 | ||
5 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 6 | @prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
7 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
6 | @prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . | 8 | @prefix ep-prodwell: <http://www.reportinghub.no/ep/schema/production-well#> . |
7 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . | 9 | @prefix ep-well: <http://www.reportinghub.no/ep/schema/well#> . |
8 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
... | @@ -12,23 +14,33 @@ | ... | @@ -12,23 +14,33 @@ |
12 | 14 | ||
13 | <http://www.reportinghub.no/ep/schema/1.0/production-well> | 15 | <http://www.reportinghub.no/ep/schema/1.0/production-well> |
14 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/well> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/material> ; |
16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
17 | 19 | ||
20 | +ep-material:GasAndWater | ||
21 | + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType . | ||
22 | + | ||
23 | +ep-material:Liquid | ||
24 | + rdf:type ep-prodwell:FluidPhaseType . | ||
25 | + | ||
26 | +ep-material:OilAndGas | ||
27 | + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType . | ||
28 | + | ||
29 | +ep-material:OilAndWater | ||
30 | + rdf:type ep-well:FluidComponentType , ep-prodwell:InjectionFluidType . | ||
31 | + | ||
32 | +ep-material:Sand | ||
33 | + rdf:type ep-well:FluidComponentType . | ||
34 | + | ||
18 | ep-prodwell:Air-gas | 35 | ep-prodwell:Air-gas |
19 | rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 36 | rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
20 | rdfs:label "air gas"^^xsd:string ; | 37 | rdfs:label "air gas"^^xsd:string ; |
21 | rdfs:subClassOf ep-prodwell:NonHcGas . | 38 | rdfs:subClassOf ep-prodwell:NonHcGas . |
22 | 39 | ||
23 | -ep-prodwell:BasicSedimentAndWater | ||
24 | - rdf:type owl:Class ; | ||
25 | - rdfs:label "basic sediment and water"^^xsd:string ; | ||
26 | - rdfs:subClassOf ep-well:Fluid . | ||
27 | - | ||
28 | ep-prodwell:Brine | 40 | ep-prodwell:Brine |
29 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 41 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
30 | rdfs:label "brine"^^xsd:string ; | 42 | rdfs:label "brine"^^xsd:string ; |
31 | - rdfs:subClassOf ep-well:Water . | 43 | + rdfs:subClassOf ep-material:Water . |
32 | 44 | ||
33 | ep-prodwell:CO2-gas | 45 | ep-prodwell:CO2-gas |
34 | rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | 46 | rdf:type owl:Class , ep-prodwell:InjectionFluidType ; |
... | @@ -38,7 +50,7 @@ ep-prodwell:CO2-gas | ... | @@ -38,7 +50,7 @@ ep-prodwell:CO2-gas |
38 | ep-prodwell:DryFluid | 50 | ep-prodwell:DryFluid |
39 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 51 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
40 | rdfs:label "dry fluid"^^xsd:string ; | 52 | rdfs:label "dry fluid"^^xsd:string ; |
41 | - rdfs:subClassOf ep-well:Fluid . | 53 | + rdfs:subClassOf ep-material:Fluid . |
42 | 54 | ||
43 | ep-prodwell:FluidComponentKindType | 55 | ep-prodwell:FluidComponentKindType |
44 | rdf:type rdfs:Class ; | 56 | rdf:type rdfs:Class ; |
... | @@ -58,7 +70,7 @@ ep-prodwell:FluidComponentWholePair | ... | @@ -58,7 +70,7 @@ ep-prodwell:FluidComponentWholePair |
58 | ep-prodwell:FluidFraction | 70 | ep-prodwell:FluidFraction |
59 | rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 71 | rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
60 | rdfs:label "fluid fraction"^^xsd:string ; | 72 | rdfs:label "fluid fraction"^^xsd:string ; |
61 | - rdfs:subClassOf ep-well:Fluid . | 73 | + rdfs:subClassOf ep-material:Fluid . |
62 | 74 | ||
63 | ep-prodwell:FluidNonPrimaryComponentWholePair | 75 | ep-prodwell:FluidNonPrimaryComponentWholePair |
64 | rdf:type owl:Class ; | 76 | rdf:type owl:Class ; |
... | @@ -83,12 +95,7 @@ ep-prodwell:FluidPrimaryComponentWholePair | ... | @@ -83,12 +95,7 @@ ep-prodwell:FluidPrimaryComponentWholePair |
83 | ep-prodwell:FreshWater | 95 | ep-prodwell:FreshWater |
84 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 96 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
85 | rdfs:label "fresh water"^^xsd:string ; | 97 | rdfs:label "fresh water"^^xsd:string ; |
86 | - rdfs:subClassOf ep-well:Water . | 98 | + rdfs:subClassOf ep-material:Water . |
87 | - | ||
88 | -ep-prodwell:GasAndWater | ||
89 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | ||
90 | - rdfs:label "gas and water"^^xsd:string ; | ||
91 | - rdfs:subClassOf ep-well:Fluid . | ||
92 | 99 | ||
93 | ep-prodwell:InjectionFluidType | 100 | ep-prodwell:InjectionFluidType |
94 | rdf:type rdfs:Class ; | 101 | rdf:type rdfs:Class ; |
... | @@ -98,7 +105,7 @@ ep-prodwell:InjectionFluidType | ... | @@ -98,7 +105,7 @@ ep-prodwell:InjectionFluidType |
98 | ep-prodwell:Liquid | 105 | ep-prodwell:Liquid |
99 | rdf:type ep-prodwell:FluidPhaseType , owl:Class ; | 106 | rdf:type ep-prodwell:FluidPhaseType , owl:Class ; |
100 | rdfs:label "liquid"^^xsd:string ; | 107 | rdfs:label "liquid"^^xsd:string ; |
101 | - rdfs:subClassOf ep-well:Fluid . | 108 | + rdfs:subClassOf ep-material:Fluid . |
102 | 109 | ||
103 | ep-prodwell:NaturalGasClass | 110 | ep-prodwell:NaturalGasClass |
104 | rdf:type rdfs:Class ; | 111 | rdf:type rdfs:Class ; |
... | @@ -108,42 +115,27 @@ ep-prodwell:NaturalGasClass | ... | @@ -108,42 +115,27 @@ ep-prodwell:NaturalGasClass |
108 | ep-prodwell:NonHcGas | 115 | ep-prodwell:NonHcGas |
109 | rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | 116 | rdf:type owl:Class , ep-prodwell:InjectionFluidType ; |
110 | rdfs:label "non-HC gas"^^xsd:string ; | 117 | rdfs:label "non-HC gas"^^xsd:string ; |
111 | - rdfs:subClassOf ep-well:Gas . | 118 | + rdfs:subClassOf ep-material:Gas . |
112 | - | ||
113 | -ep-prodwell:OilAndGas | ||
114 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | ||
115 | - rdfs:label "oil and gas"^^xsd:string ; | ||
116 | - rdfs:subClassOf ep-well:Fluid . | ||
117 | - | ||
118 | -ep-prodwell:OilAndWater | ||
119 | - rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ; | ||
120 | - rdfs:label "oil and water"^^xsd:string ; | ||
121 | - rdfs:subClassOf ep-well:Fluid . | ||
122 | 119 | ||
123 | ep-prodwell:OtherInjectionFluid | 120 | ep-prodwell:OtherInjectionFluid |
124 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 121 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
125 | rdfs:label "other injection fluid"^^xsd:string ; | 122 | rdfs:label "other injection fluid"^^xsd:string ; |
126 | - rdfs:subClassOf ep-well:Fluid . | 123 | + rdfs:subClassOf ep-material:Fluid . |
127 | 124 | ||
128 | ep-prodwell:PlusFraction | 125 | ep-prodwell:PlusFraction |
129 | rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 126 | rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
130 | rdfs:label "plus fraction"^^xsd:string ; | 127 | rdfs:label "plus fraction"^^xsd:string ; |
131 | - rdfs:subClassOf ep-well:Fluid . | 128 | + rdfs:subClassOf ep-material:Fluid . |
132 | 129 | ||
133 | ep-prodwell:PureFluid | 130 | ep-prodwell:PureFluid |
134 | rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; | 131 | rdf:type ep-prodwell:FluidComponentKindType , owl:Class ; |
135 | rdfs:label "pure fluid"^^xsd:string ; | 132 | rdfs:label "pure fluid"^^xsd:string ; |
136 | - rdfs:subClassOf ep-well:Fluid . | 133 | + rdfs:subClassOf ep-material:Fluid . |
137 | - | ||
138 | -ep-prodwell:Sand | ||
139 | - rdf:type ep-well:FluidComponentType , owl:Class ; | ||
140 | - rdfs:label "sand"^^xsd:string ; | ||
141 | - rdfs:subClassOf ep-well:Fluid . | ||
142 | 134 | ||
143 | ep-prodwell:SplitFraction | 135 | ep-prodwell:SplitFraction |
144 | rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; | 136 | rdf:type owl:Class , ep-prodwell:FluidComponentKindType ; |
145 | rdfs:label "split fraction"^^xsd:string ; | 137 | rdfs:label "split fraction"^^xsd:string ; |
146 | - rdfs:subClassOf ep-well:Fluid . | 138 | + rdfs:subClassOf ep-material:Fluid . |
147 | 139 | ||
148 | ep-prodwell:Steam | 140 | ep-prodwell:Steam |
149 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 141 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
... | @@ -158,11 +150,11 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore | ... | @@ -158,11 +150,11 @@ ep-prodwell:TemporalPartOfASpatialPartOfAWellBore |
158 | ep-prodwell:UnknownFluid | 150 | ep-prodwell:UnknownFluid |
159 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 151 | rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
160 | rdfs:label "unknown fluid"^^xsd:string ; | 152 | rdfs:label "unknown fluid"^^xsd:string ; |
161 | - rdfs:subClassOf ep-well:Fluid . | 153 | + rdfs:subClassOf ep-material:Fluid . |
162 | 154 | ||
163 | ep-prodwell:completeLiquidPartOf | 155 | ep-prodwell:completeLiquidPartOf |
164 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 156 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
165 | - rdfs:domain <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | 157 | + rdfs:domain ep-material:QuantityOfMaterial ; |
166 | rdfs:label "complete liquid part of"^^xsd:string ; | 158 | rdfs:label "complete liquid part of"^^xsd:string ; |
167 | rdfs:range ep-prodwell:Liquid . | 159 | rdfs:range ep-prodwell:Liquid . |
168 | 160 | ||
... | @@ -170,7 +162,7 @@ ep-prodwell:componentFluid | ... | @@ -170,7 +162,7 @@ ep-prodwell:componentFluid |
170 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 162 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
171 | rdfs:domain ep-prodwell:FluidComponentWholePair ; | 163 | rdfs:domain ep-prodwell:FluidComponentWholePair ; |
172 | rdfs:label "component fluid"^^xsd:string ; | 164 | rdfs:label "component fluid"^^xsd:string ; |
173 | - rdfs:range ep-well:Fluid ; | 165 | + rdfs:range ep-material:Fluid ; |
174 | rdfs:subPropertyOf ep-prodwell:firstFluidInPair . | 166 | rdfs:subPropertyOf ep-prodwell:firstFluidInPair . |
175 | 167 | ||
176 | ep-prodwell:condensateYield | 168 | ep-prodwell:condensateYield |
... | @@ -180,13 +172,13 @@ ep-prodwell:condensateYield | ... | @@ -180,13 +172,13 @@ ep-prodwell:condensateYield |
180 | 172 | ||
181 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 173 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
182 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 174 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
183 | - rdfs:domain ep-well:Fluid ; | 175 | + rdfs:domain ep-material:Fluid ; |
184 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 176 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
185 | rdfs:range ep-core:Length . | 177 | rdfs:range ep-core:Length . |
186 | 178 | ||
187 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 179 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
188 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 180 | rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
189 | - rdfs:domain ep-well:Fluid ; | 181 | + rdfs:domain ep-material:Fluid ; |
190 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 182 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
191 | rdfs:range ep-core:Length . | 183 | rdfs:range ep-core:Length . |
192 | 184 | ||
... | @@ -194,7 +186,7 @@ ep-prodwell:firstFluidInPair | ... | @@ -194,7 +186,7 @@ ep-prodwell:firstFluidInPair |
194 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 186 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
195 | rdfs:domain ep-prodwell:FluidPair ; | 187 | rdfs:domain ep-prodwell:FluidPair ; |
196 | rdfs:label "first fluid in pair"^^xsd:string ; | 188 | rdfs:label "first fluid in pair"^^xsd:string ; |
197 | - rdfs:range ep-well:Fluid . | 189 | + rdfs:range ep-material:Fluid . |
198 | 190 | ||
199 | ep-prodwell:massRatio | 191 | ep-prodwell:massRatio |
200 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 192 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
... | @@ -210,13 +202,13 @@ ep-prodwell:moleRatio | ... | @@ -210,13 +202,13 @@ ep-prodwell:moleRatio |
210 | 202 | ||
211 | ep-prodwell:oilWaterRatioByMass | 203 | ep-prodwell:oilWaterRatioByMass |
212 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 204 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
213 | - rdfs:domain ep-well:Fluid ; | 205 | + rdfs:domain ep-material:Fluid ; |
214 | rdfs:label "oil/water ratio by mass"^^xsd:string ; | 206 | rdfs:label "oil/water ratio by mass"^^xsd:string ; |
215 | rdfs:range ep-core:Ratio . | 207 | rdfs:range ep-core:Ratio . |
216 | 208 | ||
217 | ep-prodwell:pOverZ | 209 | ep-prodwell:pOverZ |
218 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 210 | rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
219 | - rdfs:domain ep-well:Fluid ; | 211 | + rdfs:domain ep-material:Fluid ; |
220 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; | 212 | rdfs:label "pressure over gas compressibility factor"^^xsd:string ; |
221 | rdfs:range ep-core:Pressure . | 213 | rdfs:range ep-core:Pressure . |
222 | 214 | ||
... | @@ -236,7 +228,7 @@ ep-prodwell:secondFluidInPair | ... | @@ -236,7 +228,7 @@ ep-prodwell:secondFluidInPair |
236 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 228 | rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
237 | rdfs:domain ep-prodwell:FluidPair ; | 229 | rdfs:domain ep-prodwell:FluidPair ; |
238 | rdfs:label "second fluid in pair"^^xsd:string ; | 230 | rdfs:label "second fluid in pair"^^xsd:string ; |
239 | - rdfs:range ep-well:Fluid . | 231 | + rdfs:range ep-material:Fluid . |
240 | 232 | ||
241 | ep-prodwell:volumeRatio | 233 | ep-prodwell:volumeRatio |
242 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; | 234 | rdf:type owl:FunctionalProperty , ep-core:Class_of_indirect_property , owl:ObjectProperty ; |
... | @@ -248,20 +240,8 @@ ep-prodwell:wholeFluid | ... | @@ -248,20 +240,8 @@ ep-prodwell:wholeFluid |
248 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 240 | rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
249 | rdfs:domain ep-prodwell:FluidComponentWholePair ; | 241 | rdfs:domain ep-prodwell:FluidComponentWholePair ; |
250 | rdfs:label "whole fluid"^^xsd:string ; | 242 | rdfs:label "whole fluid"^^xsd:string ; |
251 | - rdfs:range ep-well:Fluid ; | 243 | + rdfs:range ep-material:Fluid ; |
252 | rdfs:subPropertyOf ep-prodwell:secondFluidInPair . | 244 | rdfs:subPropertyOf ep-prodwell:secondFluidInPair . |
253 | 245 | ||
254 | -ep-well:Condensate | ||
255 | - rdf:type ep-prodwell:InjectionFluidType . | ||
256 | - | ||
257 | -ep-well:Gas | ||
258 | - rdf:type ep-prodwell:FluidPhaseType , ep-prodwell:InjectionFluidType . | ||
259 | - | ||
260 | -ep-well:Oil | ||
261 | - rdf:type ep-prodwell:InjectionFluidType . | ||
262 | - | ||
263 | ep-well:SpatialPartOfAWellBore | 246 | ep-well:SpatialPartOfAWellBore |
264 | rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore . | 247 | rdfs:subClassOf ep-prodwell:TemporalPartOfASpatialPartOfAWellBore . |
265 | - | ||
266 | -ep-well:Water | ||
267 | - rdf:type ep-prodwell:InjectionFluidType . | ... | ... |
... | @@ -2338,7 +2338,7 @@ ep-dpr-spin-lib:selectInjectedFluidType | ... | @@ -2338,7 +2338,7 @@ ep-dpr-spin-lib:selectInjectedFluidType |
2338 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IF_other> | 2338 | sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#IF_other> |
2339 | ] ; | 2339 | ] ; |
2340 | sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OtherInjectionFluid> ; | 2340 | sp:arg2 <http://www.reportinghub.no/ep/schema/production-well#OtherInjectionFluid> ; |
2341 | - sp:arg3 <http://www.reportinghub.no/ep/schema/well#Fluid> | 2341 | + sp:arg3 <http://www.reportinghub.no/ep/schema/material#Fluid> |
2342 | ] | 2342 | ] |
2343 | ] | 2343 | ] |
2344 | ] | 2344 | ] | ... | ... |
This diff could not be displayed because it is too large.
... | @@ -317,7 +317,7 @@ | ... | @@ -317,7 +317,7 @@ |
317 | sp:subject | 317 | sp:subject |
318 | [ sp:varName "productionTestWaterFlow"^^xsd:string | 318 | [ sp:varName "productionTestWaterFlow"^^xsd:string |
319 | ] | 319 | ] |
320 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Water> ; | 320 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Water> ; |
321 | sp:predicate rdf:type ; | 321 | sp:predicate rdf:type ; |
322 | sp:subject _:b3 | 322 | sp:subject _:b3 |
323 | ] [ sp:object _:b4 ; | 323 | ] [ sp:object _:b4 ; |
... | @@ -624,7 +624,7 @@ | ... | @@ -624,7 +624,7 @@ |
624 | sp:subject | 624 | sp:subject |
625 | [ sp:varName "productionTestOilFlow"^^xsd:string | 625 | [ sp:varName "productionTestOilFlow"^^xsd:string |
626 | ] | 626 | ] |
627 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Oil> ; | 627 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Oil> ; |
628 | sp:predicate rdf:type ; | 628 | sp:predicate rdf:type ; |
629 | sp:subject _:b6 | 629 | sp:subject _:b6 |
630 | ] [ sp:object _:b7 ; | 630 | ] [ sp:object _:b7 ; |
... | @@ -1669,7 +1669,7 @@ | ... | @@ -1669,7 +1669,7 @@ |
1669 | sp:subject | 1669 | sp:subject |
1670 | [ sp:varName "productionTestGasFlow"^^xsd:string | 1670 | [ sp:varName "productionTestGasFlow"^^xsd:string |
1671 | ] | 1671 | ] |
1672 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Gas> ; | 1672 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Gas> ; |
1673 | sp:predicate rdf:type ; | 1673 | sp:predicate rdf:type ; |
1674 | sp:subject _:b15 | 1674 | sp:subject _:b15 |
1675 | ] [ sp:object _:b16 ; | 1675 | ] [ sp:object _:b16 ; |
... | @@ -2327,7 +2327,7 @@ | ... | @@ -2327,7 +2327,7 @@ |
2327 | ] [ sp:object _:b23 ; | 2327 | ] [ sp:object _:b23 ; |
2328 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 2328 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
2329 | sp:subject _:b22 | 2329 | sp:subject _:b22 |
2330 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#Sand> ; | 2330 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Sand> ; |
2331 | sp:predicate rdf:type ; | 2331 | sp:predicate rdf:type ; |
2332 | sp:subject _:b23 | 2332 | sp:subject _:b23 |
2333 | ] [ sp:object _:b24 ; | 2333 | ] [ sp:object _:b24 ; | ... | ... |
... | @@ -25,7 +25,7 @@ | ... | @@ -25,7 +25,7 @@ |
25 | [ rdf:type sp:Construct ; | 25 | [ rdf:type sp:Construct ; |
26 | rdfs:comment """STEP 40005a Specify the fluid component - primary component. | 26 | rdfs:comment """STEP 40005a Specify the fluid component - primary component. |
27 | The componentName element is used differently in the examples for the primary and non-primary components."""^^xsd:string ; | 27 | The componentName element is used differently in the examples for the primary and non-primary components."""^^xsd:string ; |
28 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 28 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
29 | sp:predicate rdf:type ; | 29 | sp:predicate rdf:type ; |
30 | sp:subject _:b1 | 30 | sp:subject _:b1 |
31 | ] [ sp:object | 31 | ] [ sp:object |
... | @@ -329,7 +329,7 @@ kind is \"well\" and facilityAlias is supplied"""^^xsd:string ; | ... | @@ -329,7 +329,7 @@ kind is \"well\" and facilityAlias is supplied"""^^xsd:string ; |
329 | [ rdf:type sp:Construct ; | 329 | [ rdf:type sp:Construct ; |
330 | rdfs:comment """STEP 40003 Create the Sample of fluid. | 330 | rdfs:comment """STEP 40003 Create the Sample of fluid. |
331 | The sample is anonymous. It is matched to its results via the sample name, which is assumed to be unique within the file."""^^xsd:string ; | 331 | The sample is anonymous. It is matched to its results via the sample name, which is assumed to be unique within the file."""^^xsd:string ; |
332 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 332 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
333 | sp:predicate rdf:type ; | 333 | sp:predicate rdf:type ; |
334 | sp:subject _:b32 | 334 | sp:subject _:b32 |
335 | ] [ sp:object _:b33 ; | 335 | ] [ sp:object _:b33 ; |
... | @@ -597,7 +597,7 @@ The componentName element is used differently in the examples for the primary an | ... | @@ -597,7 +597,7 @@ The componentName element is used differently in the examples for the primary an |
597 | sp:subject | 597 | sp:subject |
598 | [ sp:varName "sampledFluid"^^xsd:string | 598 | [ sp:varName "sampledFluid"^^xsd:string |
599 | ] | 599 | ] |
600 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 600 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
601 | sp:predicate rdf:type ; | 601 | sp:predicate rdf:type ; |
602 | sp:subject _:b69 | 602 | sp:subject _:b69 |
603 | ] [ sp:object | 603 | ] [ sp:object | ... | ... |
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
... | @@ -6,6 +6,7 @@ | ... | @@ -6,6 +6,7 @@ |
6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well | 6 | # imports: http://www.reportinghub.no/ep/schema/1.0/production-well |
7 | # imports: http://www.reportinghub.no/ep/schema/1.0/report | 7 | # imports: http://www.reportinghub.no/ep/schema/1.0/report |
8 | # imports: http://www.reportinghub.no/ep/schema/1.0/well | 8 | # imports: http://www.reportinghub.no/ep/schema/1.0/well |
9 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material | ||
9 | 10 | ||
10 | @prefix : <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . | 11 | @prefix : <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . |
11 | @prefix arg: <http://spinrdf.org/arg#> . | 12 | @prefix arg: <http://spinrdf.org/arg#> . |
... | @@ -808,7 +809,7 @@ | ... | @@ -808,7 +809,7 @@ |
808 | ] [ sp:object _:b16 ; | 809 | ] [ sp:object _:b16 ; |
809 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; | 810 | sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSpatialPart> ; |
810 | sp:subject _:b15 | 811 | sp:subject _:b15 |
811 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 812 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
812 | sp:predicate rdf:type ; | 813 | sp:predicate rdf:type ; |
813 | sp:subject _:b16 | 814 | sp:subject _:b16 |
814 | ] [ sp:object _:b17 ; | 815 | ] [ sp:object _:b17 ; |
... | @@ -1070,7 +1071,7 @@ | ... | @@ -1070,7 +1071,7 @@ |
1070 | ] [ sp:object _:b22 ; | 1071 | ] [ sp:object _:b22 ; |
1071 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 1072 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
1072 | sp:subject _:b21 | 1073 | sp:subject _:b21 |
1073 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 1074 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
1074 | sp:predicate rdf:type ; | 1075 | sp:predicate rdf:type ; |
1075 | sp:subject _:b22 | 1076 | sp:subject _:b22 |
1076 | ]) ; | 1077 | ]) ; |
... | @@ -1355,7 +1356,7 @@ | ... | @@ -1355,7 +1356,7 @@ |
1355 | sp:subject | 1356 | sp:subject |
1356 | [ sp:varName "temporalPartOfAWell"^^xsd:string | 1357 | [ sp:varName "temporalPartOfAWell"^^xsd:string |
1357 | ] | 1358 | ] |
1358 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 1359 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
1359 | sp:predicate rdf:type ; | 1360 | sp:predicate rdf:type ; |
1360 | sp:subject _:b29 | 1361 | sp:subject _:b29 |
1361 | ] [ sp:object _:b30 ; | 1362 | ] [ sp:object _:b30 ; |
... | @@ -1502,7 +1503,7 @@ | ... | @@ -1502,7 +1503,7 @@ |
1502 | ] [ sp:object _:b34 ; | 1503 | ] [ sp:object _:b34 ; |
1503 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 1504 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
1504 | sp:subject _:b33 | 1505 | sp:subject _:b33 |
1505 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | 1506 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; |
1506 | sp:predicate rdf:type ; | 1507 | sp:predicate rdf:type ; |
1507 | sp:subject _:b34 | 1508 | sp:subject _:b34 |
1508 | ] [ sp:object _:b35 ; | 1509 | ] [ sp:object _:b35 ; |
... | @@ -1842,7 +1843,7 @@ | ... | @@ -1842,7 +1843,7 @@ |
1842 | ] [ sp:object _:b42 ; | 1843 | ] [ sp:object _:b42 ; |
1843 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 1844 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
1844 | sp:subject _:b41 | 1845 | sp:subject _:b41 |
1845 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 1846 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
1846 | sp:predicate rdf:type ; | 1847 | sp:predicate rdf:type ; |
1847 | sp:subject _:b42 | 1848 | sp:subject _:b42 |
1848 | ]) ; | 1849 | ]) ; |
... | @@ -1927,7 +1928,7 @@ | ... | @@ -1927,7 +1928,7 @@ |
1927 | ] [ sp:object _:b43 ; | 1928 | ] [ sp:object _:b43 ; |
1928 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 1929 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
1929 | sp:subject _:b45 | 1930 | sp:subject _:b45 |
1930 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 1931 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
1931 | sp:predicate rdf:type ; | 1932 | sp:predicate rdf:type ; |
1932 | sp:subject _:b45 | 1933 | sp:subject _:b45 |
1933 | ] [ sp:object _:b46 ; | 1934 | ] [ sp:object _:b46 ; |
... | @@ -2373,7 +2374,7 @@ | ... | @@ -2373,7 +2374,7 @@ |
2373 | ] [ sp:object _:b55 ; | 2374 | ] [ sp:object _:b55 ; |
2374 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 2375 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
2375 | sp:subject _:b54 | 2376 | sp:subject _:b54 |
2376 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 2377 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
2377 | sp:predicate rdf:type ; | 2378 | sp:predicate rdf:type ; |
2378 | sp:subject _:b55 | 2379 | sp:subject _:b55 |
2379 | ]) ; | 2380 | ]) ; |
... | @@ -2452,7 +2453,7 @@ | ... | @@ -2452,7 +2453,7 @@ |
2452 | ] [ sp:object _:b57 ; | 2453 | ] [ sp:object _:b57 ; |
2453 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 2454 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
2454 | sp:subject _:b56 | 2455 | sp:subject _:b56 |
2455 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#Fluid> ; | 2456 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Fluid> ; |
2456 | sp:predicate rdf:type ; | 2457 | sp:predicate rdf:type ; |
2457 | sp:subject _:b57 | 2458 | sp:subject _:b57 |
2458 | ]) ; | 2459 | ]) ; |
... | @@ -3432,7 +3433,7 @@ | ... | @@ -3432,7 +3433,7 @@ |
3432 | ] [ sp:object _:b77 ; | 3433 | ] [ sp:object _:b77 ; |
3433 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | 3434 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; |
3434 | sp:subject _:b76 | 3435 | sp:subject _:b76 |
3435 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#QuantityOfMaterial> ; | 3436 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; |
3436 | sp:predicate rdf:type ; | 3437 | sp:predicate rdf:type ; |
3437 | sp:subject _:b77 | 3438 | sp:subject _:b77 |
3438 | ] [ sp:object _:b78 ; | 3439 | ] [ sp:object _:b78 ; | ... | ... |
-
Please register or login to post a comment