David Leal

More on MPR wellTest

...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment 2 # imports: http://www.reportinghub.no/ep/schema/1.0/equipment
3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization 3 # imports: http://www.reportinghub.no/ep/schema/1.0/production-organization
4 4
5 +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
5 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> . 6 @prefix ep-prodeqt: <http://www.reportinghub.no/ep/schema/production-equipment#> .
6 @prefix owl: <http://www.w3.org/2002/07/owl#> . 7 @prefix owl: <http://www.w3.org/2002/07/owl#> .
7 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
...@@ -13,11 +14,32 @@ ...@@ -13,11 +14,32 @@
13 owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ; 14 owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-organization> , <http://www.reportinghub.no/ep/schema/1.0/equipment> ;
14 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 15 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
15 16
17 +ep-prodeqt:DownHoleControlValve
18 + rdf:type owl:Class ;
19 + rdfs:label "down hole control valve"^^xsd:string ;
20 + rdfs:subClassOf ep-prodeqt:Valve .
21 +
16 ep-prodeqt:FlowMeter 22 ep-prodeqt:FlowMeter
17 rdf:type owl:Class ; 23 rdf:type owl:Class ;
18 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> . 24 rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
19 25
26 +ep-prodeqt:GasLiftChoke
27 + rdf:type owl:Class ;
28 + rdfs:label "gas lift choke"^^xsd:string ;
29 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
30 +
31 +ep-prodeqt:Valve
32 + rdf:type owl:Class ;
33 + rdfs:label "valve"^^xsd:string ;
34 + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
35 +
20 ep-prodeqt:hasCaptain 36 ep-prodeqt:hasCaptain
21 rdf:type owl:ObjectProperty , owl:FunctionalProperty ; 37 rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
22 rdfs:label "has captain"^^xsd:string ; 38 rdfs:label "has captain"^^xsd:string ;
23 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> . 39 rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
40 +
41 +ep-prodeqt:hasValvePosition
42 + rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
43 + rdfs:domain ep-prodeqt:Valve ;
44 + rdfs:label "has valve position"^^xsd:string ;
45 + rdfs:range ep-core:Ratio .
......
...@@ -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://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> ; 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> ;
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:Function 54 ep-dpr-spin-lib:Function
...@@ -2160,7 +2160,7 @@ ep-dpr-spin-lib:selectIlluminanceScale ...@@ -2160,7 +2160,7 @@ ep-dpr-spin-lib:selectIlluminanceScale
2160 2160
2161 ep-dpr-spin-lib:selectInjectedFluidType 2161 ep-dpr-spin-lib:selectInjectedFluidType
2162 rdf:type spin:Function ; 2162 rdf:type spin:Function ;
2163 - rdfs:label "select DensityAtStandardTemperaturePressureType"^^xsd:string ; 2163 + rdfs:label "select InjectedFluidType"^^xsd:string ;
2164 rdfs:subClassOf ep-dpr-spin-lib:Function ; 2164 rdfs:subClassOf ep-dpr-spin-lib:Function ;
2165 spin:body 2165 spin:body
2166 [ rdf:type sp:Select ; 2166 [ rdf:type sp:Select ;
...@@ -5490,6 +5490,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5490,6 +5490,22 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5490 rdfs:subClassOf ep-dpr-spin-lib:Function ; 5490 rdfs:subClassOf ep-dpr-spin-lib:Function ;
5491 spin:body 5491 spin:body
5492 [ rdf:type sp:Select ; 5492 [ rdf:type sp:Select ;
5493 + sp:resultVariables (_:b28) ;
5494 + sp:where ([ rdf:type sp:Bind ;
5495 + sp:expression
5496 + [ rdf:type sp:if ;
5497 + sp:arg1 [ rdf:type sp:eq ;
5498 + sp:arg1 spin:_arg1 ;
5499 + sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5500 + ] ;
5501 + sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5502 + sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5503 + ] ;
5504 + sp:variable _:b28
5505 + ])
5506 + ] ;
5507 + spin:body
5508 + [ rdf:type sp:Select ;
5493 sp:resultVariables ([ sp:varName "myVar"^^xsd:string 5509 sp:resultVariables ([ sp:varName "myVar"^^xsd:string
5494 ]) ; 5510 ]) ;
5495 sp:where ([ rdf:type sp:Bind ; 5511 sp:where ([ rdf:type sp:Bind ;
...@@ -5569,22 +5585,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION ...@@ -5569,22 +5585,6 @@ ep-dpr-spin-lib:selectSpecificVolumeScale_MASS_CONCENTRATION
5569 [ sp:varName "myVar"^^xsd:string 5585 [ sp:varName "myVar"^^xsd:string
5570 ] 5586 ]
5571 ]) 5587 ])
5572 - ] ;
5573 - spin:body
5574 - [ rdf:type sp:Select ;
5575 - sp:resultVariables (_:b28) ;
5576 - sp:where ([ rdf:type sp:Bind ;
5577 - sp:expression
5578 - [ rdf:type sp:if ;
5579 - sp:arg1 [ rdf:type sp:eq ;
5580 - sp:arg1 spin:_arg1 ;
5581 - sp:arg2 <http://www.witsml.org/schemas/131/addendum/combo#VPVU_m3m3>
5582 - ] ;
5583 - sp:arg2 <http://www.reportinghub.no/ep/schema/core#fractionByVolume> ;
5584 - sp:arg3 <http://www.reportinghub.no/ep/schema/core#undefinedScale>
5585 - ] ;
5586 - sp:variable _:b28
5587 - ])
5588 ] . 5588 ] .
5589 5589
5590 ep-dpr-spin-lib:selectTemperatureScale 5590 ep-dpr-spin-lib:selectTemperatureScale
...@@ -7119,80 +7119,80 @@ ep-dpr-spin-lib:selectWorkScale ...@@ -7119,80 +7119,80 @@ ep-dpr-spin-lib:selectWorkScale
7119 ]) 7119 ])
7120 ] . 7120 ] .
7121 7121
7122 -_:b1 sp:varName "uri"^^xsd:string . 7122 +_:b29
7123 + sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7123 7124
7124 -_:b2 sp:varName "UUID"^^xsd:string . 7125 +_:b28
7126 + sp:varName "specificVolumeScale"^^xsd:string .
7125 7127
7126 -_:b3 sp:varName "uri"^^xsd:string . 7128 +_:b27
7129 + sp:varName "safetyActivityType"^^xsd:string .
7127 7130
7128 -_:b4 sp:varName "uri"^^xsd:string . 7131 +_:b26
7132 + sp:varName "productionFlowPurposeType"^^xsd:string .
7129 7133
7130 -_:b5 sp:varName "uri"^^xsd:string . 7134 +_:b25
7135 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7131 7136
7132 -_:b6 sp:varName "uri"^^xsd:string . 7137 +_:b24
7138 + sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7133 7139
7134 -_:b7 sp:varName "uri"^^xsd:string . 7140 +_:b23
7141 + sp:varName "productionFlowDefinitionType"^^xsd:string .
7135 7142
7136 -_:b8 sp:varName "uri"^^xsd:string . 7143 +_:b22
7144 + sp:varName "productionFacilityType"^^xsd:string .
7137 7145
7138 -_:b9 sp:varName "uri"^^xsd:string . 7146 +_:b21
7147 + sp:varName "productVolumeReportPeriodType"^^xsd:string .
7139 7148
7140 -_:b10 7149 +_:b20
7141 - sp:varName "uri"^^xsd:string . 7150 + sp:varName "densityScale"^^xsd:string .
7142 7151
7143 -_:b11 7152 +_:b19
7144 sp:varName "uri"^^xsd:string . 7153 sp:varName "uri"^^xsd:string .
7145 7154
7146 -_:b12 7155 +_:b18
7147 sp:varName "uri"^^xsd:string . 7156 sp:varName "uri"^^xsd:string .
7148 7157
7149 -_:b13 7158 +_:b17
7150 sp:varName "uri"^^xsd:string . 7159 sp:varName "uri"^^xsd:string .
7151 7160
7152 -_:b14 7161 +_:b16
7153 sp:varName "uri"^^xsd:string . 7162 sp:varName "uri"^^xsd:string .
7154 7163
7155 _:b15 7164 _:b15
7156 sp:varName "uri"^^xsd:string . 7165 sp:varName "uri"^^xsd:string .
7157 7166
7158 -_:b16 7167 +_:b14
7159 sp:varName "uri"^^xsd:string . 7168 sp:varName "uri"^^xsd:string .
7160 7169
7161 -_:b17 7170 +_:b13
7162 sp:varName "uri"^^xsd:string . 7171 sp:varName "uri"^^xsd:string .
7163 7172
7164 -_:b18 7173 +_:b12
7165 sp:varName "uri"^^xsd:string . 7174 sp:varName "uri"^^xsd:string .
7166 7175
7167 -_:b19 7176 +_:b11
7168 sp:varName "uri"^^xsd:string . 7177 sp:varName "uri"^^xsd:string .
7169 7178
7170 -_:b20 7179 +_:b10
7171 - sp:varName "densityScale"^^xsd:string . 7180 + sp:varName "uri"^^xsd:string .
7172 7181
7173 -_:b29 7182 +_:b9 sp:varName "uri"^^xsd:string .
7174 - sp:varName "volumeFlowRateAtStdType"^^xsd:string .
7175 7183
7176 -_:b28 7184 +_:b8 sp:varName "uri"^^xsd:string .
7177 - sp:varName "specificVolumeScale"^^xsd:string .
7178 7185
7179 -_:b27 7186 +_:b7 sp:varName "uri"^^xsd:string .
7180 - sp:varName "safetyActivityType"^^xsd:string .
7181 7187
7182 -_:b26 7188 +_:b6 sp:varName "uri"^^xsd:string .
7183 - sp:varName "productionFlowPurposeType"^^xsd:string .
7184 7189
7185 -_:b25 7190 +_:b5 sp:varName "uri"^^xsd:string .
7186 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7187 7191
7188 -_:b24 7192 +_:b4 sp:varName "uri"^^xsd:string .
7189 - sp:varName "productionFlowDirectionRelationshipType"^^xsd:string .
7190 7193
7191 -_:b23 7194 +_:b3 sp:varName "uri"^^xsd:string .
7192 - sp:varName "productionFlowDefinitionType"^^xsd:string .
7193 7195
7194 -_:b22 7196 +_:b2 sp:varName "UUID"^^xsd:string .
7195 - sp:varName "productionFacilityType"^^xsd:string .
7196 7197
7197 -_:b21 7198 +_:b1 sp:varName "uri"^^xsd:string .
7198 - sp:varName "productVolumeReportPeriodType"^^xsd:string .
......
This diff could not be displayed because it is too large.