Showing
7 changed files
with
99 additions
and
91 deletions
This diff is collapsed. Click to expand it.
... | @@ -15,32 +15,32 @@ | ... | @@ -15,32 +15,32 @@ |
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 |
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"^^xsd:string ; |
20 | rdfs:subClassOf ep-prodwell:NonHcGas . | 20 | rdfs:subClassOf ep-prodwell:NonHcGas . |
21 | 21 | ||
22 | ep-prodwell:Brine | 22 | ep-prodwell:Brine |
23 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 23 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
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 |
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"^^xsd:string ; |
30 | rdfs:subClassOf ep-prodwell:NonHcGas . | 30 | rdfs:subClassOf ep-prodwell:NonHcGas . |
31 | 31 | ||
32 | ep-prodwell:DryFluid | 32 | ep-prodwell:DryFluid |
33 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 33 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
34 | rdfs:label "dry fluid"^^xsd:string ; | 34 | rdfs:label "dry fluid"^^xsd:string ; |
35 | rdfs:subClassOf ep-well:Fluid . | 35 | rdfs:subClassOf ep-well:Fluid . |
36 | 36 | ||
37 | ep-prodwell:FreshWater | 37 | ep-prodwell:FreshWater |
38 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 38 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
39 | rdfs:label "fresh water"^^xsd:string ; | 39 | rdfs:label "fresh water"^^xsd:string ; |
40 | rdfs:subClassOf ep-well:Water . | 40 | rdfs:subClassOf ep-well:Water . |
41 | 41 | ||
42 | ep-prodwell:GasAndWater | 42 | ep-prodwell:GasAndWater |
43 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 43 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
44 | rdfs:label "gas and water"^^xsd:string ; | 44 | rdfs:label "gas and water"^^xsd:string ; |
45 | rdfs:subClassOf ep-well:Fluid . | 45 | rdfs:subClassOf ep-well:Fluid . |
46 | 46 | ||
... | @@ -55,70 +55,76 @@ ep-prodwell:NaturalGasClass | ... | @@ -55,70 +55,76 @@ ep-prodwell:NaturalGasClass |
55 | rdfs:subClassOf owl:Class . | 55 | rdfs:subClassOf owl:Class . |
56 | 56 | ||
57 | ep-prodwell:NonHcGas | 57 | ep-prodwell:NonHcGas |
58 | - rdf:type owl:Class , ep-prodwell:InjectionFluidType ; | 58 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class ; |
59 | rdfs:label "non-HC gas"^^xsd:string ; | 59 | rdfs:label "non-HC gas"^^xsd:string ; |
60 | rdfs:subClassOf ep-well:Gas . | 60 | rdfs:subClassOf ep-well:Gas . |
61 | 61 | ||
62 | ep-prodwell:OilAndGas | 62 | ep-prodwell:OilAndGas |
63 | - rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; | 63 | + rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; |
64 | rdfs:label "oil and gas"^^xsd:string ; | 64 | rdfs:label "oil and gas"^^xsd:string ; |
65 | rdfs:subClassOf ep-well:Fluid . | 65 | rdfs:subClassOf ep-well:Fluid . |
66 | 66 | ||
67 | ep-prodwell:OilAndWater | 67 | ep-prodwell:OilAndWater |
68 | - rdf:type owl:Class , ep-well:FluidComponentType , ep-prodwell:InjectionFluidType ; | 68 | + rdf:type ep-prodwell:InjectionFluidType , ep-well:FluidComponentType , owl:Class ; |
69 | rdfs:label "oil and water"^^xsd:string ; | 69 | rdfs:label "oil and water"^^xsd:string ; |
70 | rdfs:subClassOf ep-well:Fluid . | 70 | rdfs:subClassOf ep-well:Fluid . |
71 | 71 | ||
72 | ep-prodwell:OtherInjectionFluid | 72 | ep-prodwell:OtherInjectionFluid |
73 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 73 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
74 | rdfs:label "other injection fluid"^^xsd:string ; | 74 | rdfs:label "other injection fluid"^^xsd:string ; |
75 | rdfs:subClassOf ep-well:Fluid . | 75 | rdfs:subClassOf ep-well:Fluid . |
76 | 76 | ||
77 | ep-prodwell:Sand | 77 | ep-prodwell:Sand |
78 | - rdf:type ep-well:FluidComponentType , owl:Class ; | 78 | + rdf:type owl:Class , ep-well:FluidComponentType ; |
79 | rdfs:label "sand"^^xsd:string ; | 79 | rdfs:label "sand"^^xsd:string ; |
80 | rdfs:subClassOf ep-well:Fluid . | 80 | rdfs:subClassOf ep-well:Fluid . |
81 | 81 | ||
82 | ep-prodwell:Steam | 82 | ep-prodwell:Steam |
83 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 83 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
84 | rdfs:label "steam"^^xsd:string ; | 84 | rdfs:label "steam"^^xsd:string ; |
85 | rdfs:subClassOf ep-prodwell:NonHcGas . | 85 | rdfs:subClassOf ep-prodwell:NonHcGas . |
86 | 86 | ||
87 | ep-prodwell:UnknownFluid | 87 | ep-prodwell:UnknownFluid |
88 | - rdf:type ep-prodwell:InjectionFluidType , owl:Class , ep-well:FluidComponentType ; | 88 | + rdf:type ep-well:FluidComponentType , owl:Class , ep-prodwell:InjectionFluidType ; |
89 | rdfs:label "unknown fluid"^^xsd:string ; | 89 | rdfs:label "unknown fluid"^^xsd:string ; |
90 | rdfs:subClassOf ep-well:Fluid . | 90 | rdfs:subClassOf ep-well:Fluid . |
91 | 91 | ||
92 | ep-prodwell:basicSedimentAndWater | 92 | ep-prodwell:basicSedimentAndWater |
93 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ; | 93 | + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; |
94 | rdfs:label "basic sediment and water"^^xsd:string ; | 94 | rdfs:label "basic sediment and water"^^xsd:string ; |
95 | rdfs:range ep-core:SpecificVolume . | 95 | rdfs:range ep-core:SpecificVolume . |
96 | 96 | ||
97 | ep-prodwell:condensateYield | 97 | ep-prodwell:condensateYield |
98 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 98 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
99 | rdfs:label "condensate yield"^^xsd:string ; | 99 | rdfs:label "condensate yield"^^xsd:string ; |
100 | rdfs:range ep-core:SpecificVolume . | 100 | rdfs:range ep-core:SpecificVolume . |
101 | 101 | ||
102 | ep-prodwell:depthOfBaseUsableWaterFromSurface | 102 | ep-prodwell:depthOfBaseUsableWaterFromSurface |
103 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 103 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
104 | rdfs:domain ep-well:Fluid ; | 104 | rdfs:domain ep-well:Fluid ; |
105 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; | 105 | rdfs:label "depth of base of usable water from surface"^^xsd:string ; |
106 | rdfs:range ep-core:Length . | 106 | rdfs:range ep-core:Length . |
107 | 107 | ||
108 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell | 108 | ep-prodwell:depthOfFluidSurfaceFromTopOfWell |
109 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 109 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
110 | rdfs:domain ep-well:Fluid ; | 110 | rdfs:domain ep-well:Fluid ; |
111 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; | 111 | rdfs:label "depth of fluid surface from top of well"^^xsd:string ; |
112 | rdfs:range ep-core:Length . | 112 | rdfs:range ep-core:Length . |
113 | 113 | ||
114 | ep-prodwell:oilWaterRatioByMass | 114 | ep-prodwell:oilWaterRatioByMass |
115 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | 115 | + rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; |
116 | rdfs:domain ep-well:Fluid ; | 116 | rdfs:domain ep-well:Fluid ; |
117 | rdfs:label "oil/water ratio by mass"^^xsd:string ; | 117 | rdfs:label "oil/water ratio by mass"^^xsd:string ; |
118 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . | 118 | rdfs:range <http://www.reportinghub.no/ep/schema/production-core#MassRatio> . |
119 | 119 | ||
120 | ep-prodwell:potentialGasProduction | 120 | ep-prodwell:potentialGasProduction |
121 | - rdf:type ep-core:Class_of_indirect_property , owl:ObjectProperty , owl:FunctionalProperty ; | 121 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; |
122 | + rdfs:domain ep-well:WellBore ; | ||
123 | + rdfs:label "potential gas production"^^xsd:string ; | ||
124 | + rdfs:range ep-core:VolumetricFlowRate . | ||
125 | + | ||
126 | +ep-prodwell:potentialOilProduction | ||
127 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty , ep-core:Class_of_indirect_property ; | ||
122 | rdfs:domain ep-well:WellBore ; | 128 | rdfs:domain ep-well:WellBore ; |
123 | rdfs:label "potential gas production"^^xsd:string ; | 129 | rdfs:label "potential gas production"^^xsd:string ; |
124 | rdfs:range ep-core:VolumetricFlowRate . | 130 | rdfs:range ep-core:VolumetricFlowRate . | ... | ... |
... | @@ -48,7 +48,7 @@ sp:if | ... | @@ -48,7 +48,7 @@ sp:if |
48 | 48 | ||
49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> | 49 | <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> |
50 | rdf:type owl:Ontology ; | 50 | rdf:type owl:Ontology ; |
51 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/spin/1.1/lib> ; | 51 | + owl:imports <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> ; |
52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 52 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
53 | 53 | ||
54 | ep-dpr-spin-lib:BuildDailyProductionReportURI | 54 | ep-dpr-spin-lib:BuildDailyProductionReportURI |
... | @@ -5470,22 +5470,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5470,22 +5470,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5470 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 5470 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
5471 | spin:body | 5471 | spin:body |
5472 | [ rdf:type sp:Select ; | 5472 | [ rdf:type sp:Select ; |
5473 | - sp:resultVariables (_:b29) ; | ||
5474 | - sp:where ([ rdf:type sp:Bind ; | ||
5475 | - sp:expression | ||
5476 | - [ rdf:type sp:if ; | ||
5477 | - sp:arg1 [ rdf:type sp:eq ; | ||
5478 | - sp:arg1 spin:_arg1 ; | ||
5479 | - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5480 | - ] ; | ||
5481 | - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5482 | - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5483 | - ] ; | ||
5484 | - sp:variable _:b29 | ||
5485 | - ]) | ||
5486 | - ] ; | ||
5487 | - spin:body | ||
5488 | - [ rdf:type sp:Select ; | ||
5489 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 5473 | sp:resultVariables ([ sp:varName "myVar"^^xsd:string |
5490 | ]) ; | 5474 | ]) ; |
5491 | sp:where ([ rdf:type sp:Bind ; | 5475 | sp:where ([ rdf:type sp:Bind ; |
... | @@ -5565,6 +5549,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION | ... | @@ -5565,6 +5549,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION |
5565 | [ sp:varName "myVar"^^xsd:string | 5549 | [ sp:varName "myVar"^^xsd:string |
5566 | ] | 5550 | ] |
5567 | ]) | 5551 | ]) |
5552 | + ] ; | ||
5553 | + spin:body | ||
5554 | + [ rdf:type sp:Select ; | ||
5555 | + sp:resultVariables (_:b29) ; | ||
5556 | + sp:where ([ rdf:type sp:Bind ; | ||
5557 | + sp:expression | ||
5558 | + [ rdf:type sp:if ; | ||
5559 | + sp:arg1 [ rdf:type sp:eq ; | ||
5560 | + sp:arg1 spin:_arg1 ; | ||
5561 | + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3> | ||
5562 | + ] ; | ||
5563 | + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ; | ||
5564 | + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale> | ||
5565 | + ] ; | ||
5566 | + sp:variable _:b29 | ||
5567 | + ]) | ||
5568 | ] . | 5568 | ] . |
5569 | 5569 | ||
5570 | ep-dpr-spin-lib:selectTemperatureScale | 5570 | ep-dpr-spin-lib:selectTemperatureScale |
... | @@ -6220,13 +6220,13 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale | ... | @@ -6220,13 +6220,13 @@ ep-dpr-spin-lib:selectVolumeFlowRateScale |
6220 | ]) | 6220 | ]) |
6221 | ] . | 6221 | ] . |
6222 | 6222 | ||
6223 | -ep-dpr-spin-lib:selectVolumePerVolumeScale | 6223 | +ep-dpr-spin-lib:selectVolumePerUnitVolumeConcentrationScale |
6224 | rdf:type spin:Function ; | 6224 | rdf:type spin:Function ; |
6225 | - rdfs:label "select VolumePerVolume scale"^^xsd:string ; | 6225 | + rdfs:label "select VolumePerUnitVolumeConcentrationScale"^^xsd:string ; |
6226 | rdfs:subClassOf ep-dpr-spin-lib:Function ; | 6226 | rdfs:subClassOf ep-dpr-spin-lib:Function ; |
6227 | spin:body | 6227 | spin:body |
6228 | [ rdf:type sp:Select ; | 6228 | [ rdf:type sp:Select ; |
6229 | - sp:resultVariables ([ sp:varName "myVar"^^xsd:string | 6229 | + sp:resultVariables ([ sp:varName "volumePerUnitVolumeConcentrationScale"^^xsd:string |
6230 | ]) ; | 6230 | ]) ; |
6231 | sp:where ([ rdf:type sp:Bind ; | 6231 | sp:where ([ rdf:type sp:Bind ; |
6232 | sp:expression | 6232 | sp:expression |
... | @@ -6575,7 +6575,7 @@ ep-dpr-spin-lib:selectVolumePerVolumeScale | ... | @@ -6575,7 +6575,7 @@ ep-dpr-spin-lib:selectVolumePerVolumeScale |
6575 | ] | 6575 | ] |
6576 | ] ; | 6576 | ] ; |
6577 | sp:variable | 6577 | sp:variable |
6578 | - [ sp:varName "myVar"^^xsd:string | 6578 | + [ sp:varName "volumePerUnitVolumeConcentrationScale"^^xsd:string |
6579 | ] | 6579 | ] |
6580 | ]) | 6580 | ]) |
6581 | ] . | 6581 | ] . |
... | @@ -7093,89 +7093,89 @@ ep-dpr-spin-lib:selectWorkScale | ... | @@ -7093,89 +7093,89 @@ ep-dpr-spin-lib:selectWorkScale |
7093 | ]) | 7093 | ]) |
7094 | ] . | 7094 | ] . |
7095 | 7095 | ||
7096 | -_:b1 sp:varName "uri"^^xsd:string . | 7096 | +_:b32 |
7097 | + sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ||
7097 | 7098 | ||
7098 | -_:b2 sp:varName "uri"^^xsd:string . | 7099 | +_:b31 |
7100 | + sp:varName "volumeAtStdType"^^xsd:string . | ||
7099 | 7101 | ||
7100 | -_:b3 sp:varName "UUID"^^xsd:string . | 7102 | +_:b30 |
7103 | + sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
7101 | 7104 | ||
7102 | -_:b4 sp:varName "uri"^^xsd:string . | 7105 | +_:b29 |
7106 | + sp:varName "specificVolumeScale"^^xsd:string . | ||
7103 | 7107 | ||
7104 | -_:b5 sp:varName "uri"^^xsd:string . | 7108 | +_:b28 |
7109 | + sp:varName "safetyActivityType"^^xsd:string . | ||
7105 | 7110 | ||
7106 | -_:b6 sp:varName "uri"^^xsd:string . | 7111 | +_:b27 |
7112 | + sp:varName "relationshipToMeasure"^^xsd:string . | ||
7107 | 7113 | ||
7108 | -_:b7 sp:varName "uri"^^xsd:string . | 7114 | +_:b26 |
7115 | + sp:varName "productionFlowPurposeType"^^xsd:string . | ||
7109 | 7116 | ||
7110 | -_:b8 sp:varName "uri"^^xsd:string . | 7117 | +_:b25 |
7118 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
7111 | 7119 | ||
7112 | -_:b9 sp:varName "uri"^^xsd:string . | 7120 | +_:b24 |
7121 | + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
7113 | 7122 | ||
7114 | -_:b10 | 7123 | +_:b23 |
7115 | - sp:varName "uri"^^xsd:string . | 7124 | + sp:varName "productionFlowDefinitionType"^^xsd:string . |
7116 | 7125 | ||
7117 | -_:b11 | 7126 | +_:b22 |
7118 | - sp:varName "uri"^^xsd:string . | 7127 | + sp:varName "productionFacilityType"^^xsd:string . |
7119 | 7128 | ||
7120 | -_:b12 | 7129 | +_:b21 |
7121 | - sp:varName "uri"^^xsd:string . | 7130 | + sp:varName "productType"^^xsd:string . |
7122 | 7131 | ||
7123 | -_:b13 | 7132 | +_:b20 |
7133 | + sp:varName "densityScale"^^xsd:string . | ||
7134 | + | ||
7135 | +_:b19 | ||
7124 | sp:varName "uri"^^xsd:string . | 7136 | sp:varName "uri"^^xsd:string . |
7125 | 7137 | ||
7126 | -_:b14 | 7138 | +_:b18 |
7127 | sp:varName "uri"^^xsd:string . | 7139 | sp:varName "uri"^^xsd:string . |
7128 | 7140 | ||
7129 | -_:b15 | 7141 | +_:b17 |
7130 | sp:varName "uri"^^xsd:string . | 7142 | sp:varName "uri"^^xsd:string . |
7131 | 7143 | ||
7132 | _:b16 | 7144 | _:b16 |
7133 | sp:varName "uri"^^xsd:string . | 7145 | sp:varName "uri"^^xsd:string . |
7134 | 7146 | ||
7135 | -_:b17 | 7147 | +_:b15 |
7136 | sp:varName "uri"^^xsd:string . | 7148 | sp:varName "uri"^^xsd:string . |
7137 | 7149 | ||
7138 | -_:b18 | 7150 | +_:b14 |
7139 | sp:varName "uri"^^xsd:string . | 7151 | sp:varName "uri"^^xsd:string . |
7140 | 7152 | ||
7141 | -_:b19 | 7153 | +_:b13 |
7142 | sp:varName "uri"^^xsd:string . | 7154 | sp:varName "uri"^^xsd:string . |
7143 | 7155 | ||
7144 | -_:b20 | 7156 | +_:b12 |
7145 | - sp:varName "densityScale"^^xsd:string . | 7157 | + sp:varName "uri"^^xsd:string . |
7146 | - | ||
7147 | -_:b21 | ||
7148 | - sp:varName "productType"^^xsd:string . | ||
7149 | 7158 | ||
7150 | -_:b22 | 7159 | +_:b11 |
7151 | - sp:varName "productionFacilityType"^^xsd:string . | 7160 | + sp:varName "uri"^^xsd:string . |
7152 | 7161 | ||
7153 | -_:b23 | 7162 | +_:b10 |
7154 | - sp:varName "productionFlowDefinitionType"^^xsd:string . | 7163 | + sp:varName "uri"^^xsd:string . |
7155 | 7164 | ||
7156 | -_:b24 | 7165 | +_:b9 sp:varName "uri"^^xsd:string . |
7157 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
7158 | 7166 | ||
7159 | -_:b25 | 7167 | +_:b8 sp:varName "uri"^^xsd:string . |
7160 | - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string . | ||
7161 | 7168 | ||
7162 | -_:b26 | 7169 | +_:b7 sp:varName "uri"^^xsd:string . |
7163 | - sp:varName "productionFlowPurposeType"^^xsd:string . | ||
7164 | 7170 | ||
7165 | -_:b27 | 7171 | +_:b6 sp:varName "uri"^^xsd:string . |
7166 | - sp:varName "relationshipToMeasure"^^xsd:string . | ||
7167 | 7172 | ||
7168 | -_:b28 | 7173 | +_:b5 sp:varName "uri"^^xsd:string . |
7169 | - sp:varName "safetyActivityType"^^xsd:string . | ||
7170 | 7174 | ||
7171 | -_:b29 | 7175 | +_:b4 sp:varName "uri"^^xsd:string . |
7172 | - sp:varName "specificVolumeScale"^^xsd:string . | ||
7173 | 7176 | ||
7174 | -_:b30 | 7177 | +_:b3 sp:varName "UUID"^^xsd:string . |
7175 | - sp:varName "temporalPartOfAFlowDurationType"^^xsd:string . | ||
7176 | 7178 | ||
7177 | -_:b31 | 7179 | +_:b2 sp:varName "uri"^^xsd:string . |
7178 | - sp:varName "volumeAtStdType"^^xsd:string . | ||
7179 | 7180 | ||
7180 | -_:b32 | 7181 | +_:b1 sp:varName "uri"^^xsd:string . |
7181 | - sp:varName "volumeFlowRateAtStdType"^^xsd:string . | ... | ... |
1 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector | 1 | # baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/collector |
2 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/production |
4 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity | 4 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport |
5 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData | 5 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData |
6 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults | 6 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults |
7 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume | 7 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume |
8 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport | ||
8 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations | 9 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations |
9 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults | 10 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults |
10 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest | 11 | # imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest |
11 | 12 | ||
12 | -@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity#> . | 13 | +@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . |
13 | @prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . | 14 | @prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . |
14 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . | 15 | @prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . |
15 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 16 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
16 | @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . | 17 | @prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . |
18 | +@prefix productVolumeReport: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport#> . | ||
17 | @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . | 19 | @prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . |
18 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . | 20 | @prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . |
19 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 21 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
... | @@ -26,5 +28,5 @@ | ... | @@ -26,5 +28,5 @@ |
26 | 28 | ||
27 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> | 29 | <http://www.reportinghub.no/ep/transform/1.0/dpr/collector> |
28 | rdf:type owl:Ontology ; | 30 | rdf:type owl:Ontology ; |
29 | - owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionActivity> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ; | 31 | + owl:imports <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations> , <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport> , <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> ; |
30 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 32 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
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.
-
Please register or login to post a comment