Production Test basic info done. Near complete Production Test Results done.
Showing
2 changed files
with
597 additions
and
0 deletions
... | @@ -1997,6 +1997,602 @@ C"""^^xsd:string """Separator | ... | @@ -1997,6 +1997,602 @@ C"""^^xsd:string """Separator |
1997 | Pressure | 1997 | Pressure |
1998 | bar"""^^xsd:string) . | 1998 | bar"""^^xsd:string) . |
1999 | 1999 | ||
2000 | +dpr-tables:WellProductionTestResults | ||
2001 | + rdf:type rhspin:TableTemplate ; | ||
2002 | + rdfs:label "Well Production Test Results"^^xsd:string ; | ||
2003 | + rdfs:subClassOf rhspin:DPRTableTemplates ; | ||
2004 | + spin:body | ||
2005 | + [ rdf:type sp:Select ; | ||
2006 | + sp:orderBy ([ sp:varName "wellName"^^xsd:string | ||
2007 | + ] [ sp:varName "activityStart"^^xsd:string | ||
2008 | + ]) ; | ||
2009 | + sp:resultVariables ([ sp:varName "wellName"^^xsd:string | ||
2010 | + ] [ sp:varName "wellTestTypeName"^^xsd:string | ||
2011 | + ] [ sp:varName "wellTestReasonTypeName"^^xsd:string | ||
2012 | + ] [ sp:varName "activityStart"^^xsd:string | ||
2013 | + ] [ sp:varName "wellTestName"^^xsd:string | ||
2014 | + ] [ sp:varName "oilRate"^^xsd:string | ||
2015 | + ] [ sp:varName "oilVolume"^^xsd:string | ||
2016 | + ] [ sp:varName "gasRate"^^xsd:string | ||
2017 | + ] [ sp:varName "gasVolume"^^xsd:string | ||
2018 | + ] [ sp:varName "waterRate"^^xsd:string | ||
2019 | + ] [ sp:varName "waterVolume"^^xsd:string | ||
2020 | + ] [ sp:varName "sandComponentVolumeValue"^^xsd:string | ||
2021 | + ] [ sp:varName "gasComponentVolumeValue"^^xsd:string | ||
2022 | + ] [ sp:varName "sedimentPercent"^^xsd:string | ||
2023 | + ] [ sp:varName "oilPotentialValue"^^xsd:string | ||
2024 | + ] [ sp:varName "gasPotentialValue"^^xsd:string | ||
2025 | + ]) ; | ||
2026 | + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
2027 | + sp:predicate rdf:type ; | ||
2028 | + sp:subject | ||
2029 | + [ sp:varName "productionReport"^^xsd:string | ||
2030 | + ] | ||
2031 | + ] [ sp:object | ||
2032 | + [ sp:varName "productionReport"^^xsd:string | ||
2033 | + ] ; | ||
2034 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
2035 | + sp:subject | ||
2036 | + [ sp:varName "wellTestReport"^^xsd:string | ||
2037 | + ] | ||
2038 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#WellTestReport> ; | ||
2039 | + sp:predicate rdf:type ; | ||
2040 | + sp:subject | ||
2041 | + [ sp:varName "wellTestReport"^^xsd:string | ||
2042 | + ] | ||
2043 | + ] [ sp:object | ||
2044 | + [ sp:varName "wellTest"^^xsd:string | ||
2045 | + ] ; | ||
2046 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
2047 | + sp:subject | ||
2048 | + [ sp:varName "wellTestReport"^^xsd:string | ||
2049 | + ] | ||
2050 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ; | ||
2051 | + sp:predicate rdf:type ; | ||
2052 | + sp:subject | ||
2053 | + [ sp:varName "wellTest"^^xsd:string | ||
2054 | + ] | ||
2055 | + ] [ rdf:type sp:Optional ; | ||
2056 | + sp:elements ([ sp:object | ||
2057 | + [ sp:varName "wellTest"^^xsd:string | ||
2058 | + ] ; | ||
2059 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
2060 | + sp:subject | ||
2061 | + [ sp:varName "productionActivity"^^xsd:string | ||
2062 | + ] | ||
2063 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | ||
2064 | + sp:predicate rdf:type ; | ||
2065 | + sp:subject | ||
2066 | + [ sp:varName "productionActivity"^^xsd:string | ||
2067 | + ] | ||
2068 | + ] [ sp:object | ||
2069 | + [ sp:varName "productionoperationmethodtype"^^xsd:string | ||
2070 | + ] ; | ||
2071 | + sp:predicate rdf:type ; | ||
2072 | + sp:subject | ||
2073 | + [ sp:varName "productionActivity"^^xsd:string | ||
2074 | + ] | ||
2075 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperationMethodType> ; | ||
2076 | + sp:predicate rdf:type ; | ||
2077 | + sp:subject | ||
2078 | + [ sp:varName "productionoperationmethodtype"^^xsd:string | ||
2079 | + ] | ||
2080 | + ] [ sp:object | ||
2081 | + [ sp:varName "operatingMethod"^^xsd:string | ||
2082 | + ] ; | ||
2083 | + sp:predicate rdfs:label ; | ||
2084 | + sp:subject | ||
2085 | + [ sp:varName "productionoperationmethodtype"^^xsd:string | ||
2086 | + ] | ||
2087 | + ]) | ||
2088 | + ] [ sp:object | ||
2089 | + [ sp:varName "wellTestPart"^^xsd:string | ||
2090 | + ] ; | ||
2091 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
2092 | + sp:subject | ||
2093 | + [ sp:varName "wellTest"^^xsd:string | ||
2094 | + ] | ||
2095 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionWellTest> ; | ||
2096 | + sp:predicate rdf:type ; | ||
2097 | + sp:subject | ||
2098 | + [ sp:varName "wellTestPart"^^xsd:string | ||
2099 | + ] | ||
2100 | + ] [ rdf:type sp:Optional ; | ||
2101 | + sp:elements ([ sp:object | ||
2102 | + [ sp:varName "wellTestName"^^xsd:string | ||
2103 | + ] ; | ||
2104 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
2105 | + sp:subject | ||
2106 | + [ sp:varName "wellTest"^^xsd:string | ||
2107 | + ] | ||
2108 | + ]) | ||
2109 | + ] [ sp:object | ||
2110 | + [ sp:varName "wellPart"^^xsd:string | ||
2111 | + ] ; | ||
2112 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWell> ; | ||
2113 | + sp:subject | ||
2114 | + [ sp:varName "wellTest"^^xsd:string | ||
2115 | + ] | ||
2116 | + ] [ sp:object | ||
2117 | + [ sp:varName "well"^^xsd:string | ||
2118 | + ] ; | ||
2119 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2120 | + sp:subject | ||
2121 | + [ sp:varName "wellPart"^^xsd:string | ||
2122 | + ] | ||
2123 | + ] [ sp:object | ||
2124 | + [ sp:varName "wellName"^^xsd:string | ||
2125 | + ] ; | ||
2126 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
2127 | + sp:subject | ||
2128 | + [ sp:varName "well"^^xsd:string | ||
2129 | + ] | ||
2130 | + ] [ rdf:type sp:Optional ; | ||
2131 | + sp:elements ([ sp:object | ||
2132 | + [ sp:varName "oilPotential"^^xsd:string | ||
2133 | + ] ; | ||
2134 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-well#potentialOilProduction> ; | ||
2135 | + sp:subject | ||
2136 | + [ sp:varName "wellPart"^^xsd:string | ||
2137 | + ] | ||
2138 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
2139 | + sp:predicate rdf:type ; | ||
2140 | + sp:subject | ||
2141 | + [ sp:varName "oilPotential"^^xsd:string | ||
2142 | + ] | ||
2143 | + ] [ sp:object | ||
2144 | + [ sp:varName "oilPotentialValue"^^xsd:string | ||
2145 | + ] ; | ||
2146 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#thousandM3_d-1> ; | ||
2147 | + sp:subject | ||
2148 | + [ sp:varName "oilPotential"^^xsd:string | ||
2149 | + ] | ||
2150 | + ]) | ||
2151 | + ] [ rdf:type sp:Optional ; | ||
2152 | + sp:elements ([ sp:object | ||
2153 | + [ sp:varName "gasPotential"^^xsd:string | ||
2154 | + ] ; | ||
2155 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-well#potentialOilProduction> ; | ||
2156 | + sp:subject | ||
2157 | + [ sp:varName "wellPart"^^xsd:string | ||
2158 | + ] | ||
2159 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
2160 | + sp:predicate rdf:type ; | ||
2161 | + sp:subject | ||
2162 | + [ sp:varName "gasPotential"^^xsd:string | ||
2163 | + ] | ||
2164 | + ] [ sp:object | ||
2165 | + [ sp:varName "gasPotentialValue"^^xsd:string | ||
2166 | + ] ; | ||
2167 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#thousandM3_d-1> ; | ||
2168 | + sp:subject | ||
2169 | + [ sp:varName "gasPotential"^^xsd:string | ||
2170 | + ] | ||
2171 | + ]) | ||
2172 | + ] [ rdf:type sp:Optional ; | ||
2173 | + sp:elements ([ sp:object | ||
2174 | + [ sp:varName "activityStart"^^xsd:string | ||
2175 | + ] ; | ||
2176 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
2177 | + sp:subject | ||
2178 | + [ sp:varName "wellTest"^^xsd:string | ||
2179 | + ] | ||
2180 | + ]) | ||
2181 | + ] [ rdf:type sp:Optional ; | ||
2182 | + sp:elements ([ sp:object | ||
2183 | + [ sp:varName "wellTestType"^^xsd:string | ||
2184 | + ] ; | ||
2185 | + sp:predicate rdf:type ; | ||
2186 | + sp:subject | ||
2187 | + [ sp:varName "wellTest"^^xsd:string | ||
2188 | + ] | ||
2189 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTestType> ; | ||
2190 | + sp:predicate rdf:type ; | ||
2191 | + sp:subject | ||
2192 | + [ sp:varName "wellTestType"^^xsd:string | ||
2193 | + ] | ||
2194 | + ] [ sp:object | ||
2195 | + [ sp:varName "wellTestTypeName"^^xsd:string | ||
2196 | + ] ; | ||
2197 | + sp:predicate rdfs:label ; | ||
2198 | + sp:subject | ||
2199 | + [ sp:varName "wellTestType"^^xsd:string | ||
2200 | + ] | ||
2201 | + ]) | ||
2202 | + ] [ rdf:type sp:Optional ; | ||
2203 | + sp:elements ([ sp:object | ||
2204 | + [ sp:varName "wellTestReasonType"^^xsd:string | ||
2205 | + ] ; | ||
2206 | + sp:predicate rdf:type ; | ||
2207 | + sp:subject | ||
2208 | + [ sp:varName "wellTest"^^xsd:string | ||
2209 | + ] | ||
2210 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#WellTestReasonType> ; | ||
2211 | + sp:predicate rdf:type ; | ||
2212 | + sp:subject | ||
2213 | + [ sp:varName "wellTestReasonType"^^xsd:string | ||
2214 | + ] | ||
2215 | + ] [ sp:object | ||
2216 | + [ sp:varName "wellTestReasonTypeName"^^xsd:string | ||
2217 | + ] ; | ||
2218 | + sp:predicate rdfs:label ; | ||
2219 | + sp:subject | ||
2220 | + [ sp:varName "wellTestReasonType"^^xsd:string | ||
2221 | + ] | ||
2222 | + ]) | ||
2223 | + ] [ rdf:type sp:Optional ; | ||
2224 | + sp:elements ([ sp:object | ||
2225 | + [ sp:varName "flow"^^xsd:string | ||
2226 | + ] ; | ||
2227 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
2228 | + sp:subject | ||
2229 | + [ sp:varName "wellTestPart"^^xsd:string | ||
2230 | + ] | ||
2231 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
2232 | + sp:predicate rdf:type ; | ||
2233 | + sp:subject | ||
2234 | + [ sp:varName "flow"^^xsd:string | ||
2235 | + ] | ||
2236 | + ] [ rdf:type sp:Optional ; | ||
2237 | + sp:elements ([ sp:object | ||
2238 | + [ sp:varName "materialThatFlows"^^xsd:string | ||
2239 | + ] ; | ||
2240 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
2241 | + sp:subject | ||
2242 | + [ sp:varName "flow"^^xsd:string | ||
2243 | + ] | ||
2244 | + ] [ rdf:type sp:Optional ; | ||
2245 | + sp:elements ([ sp:object | ||
2246 | + [ sp:varName "gasComponent"^^xsd:string | ||
2247 | + ] ; | ||
2248 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasComponent> ; | ||
2249 | + sp:subject | ||
2250 | + [ sp:varName "materialThatFlows"^^xsd:string | ||
2251 | + ] | ||
2252 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Gas> ; | ||
2253 | + sp:predicate rdf:type ; | ||
2254 | + sp:subject | ||
2255 | + [ sp:varName "gasComponent"^^xsd:string | ||
2256 | + ] | ||
2257 | + ] [ sp:object | ||
2258 | + [ sp:varName "gasComponentVolume"^^xsd:string | ||
2259 | + ] ; | ||
2260 | + sp:predicate rdf:type ; | ||
2261 | + sp:subject | ||
2262 | + [ sp:varName "gasComponent"^^xsd:string | ||
2263 | + ] | ||
2264 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
2265 | + sp:predicate rdf:type ; | ||
2266 | + sp:subject | ||
2267 | + [ sp:varName "gasComponentVolume"^^xsd:string | ||
2268 | + ] | ||
2269 | + ] [ sp:object | ||
2270 | + [ sp:varName "gasComponentVolumeValue"^^xsd:string | ||
2271 | + ] ; | ||
2272 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; | ||
2273 | + sp:subject | ||
2274 | + [ sp:varName "gasComponentVolume"^^xsd:string | ||
2275 | + ] | ||
2276 | + ]) | ||
2277 | + ] [ rdf:type sp:Optional ; | ||
2278 | + sp:elements ([ sp:object | ||
2279 | + [ sp:varName "sandComponent"^^xsd:string | ||
2280 | + ] ; | ||
2281 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasComponent> ; | ||
2282 | + sp:subject | ||
2283 | + [ sp:varName "materialThatFlows"^^xsd:string | ||
2284 | + ] | ||
2285 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Sand> ; | ||
2286 | + sp:predicate rdf:type ; | ||
2287 | + sp:subject | ||
2288 | + [ sp:varName "sandComponent"^^xsd:string | ||
2289 | + ] | ||
2290 | + ] [ sp:object | ||
2291 | + [ sp:varName "sandComponentVolume"^^xsd:string | ||
2292 | + ] ; | ||
2293 | + sp:predicate rdf:type ; | ||
2294 | + sp:subject | ||
2295 | + [ sp:varName "sandComponent"^^xsd:string | ||
2296 | + ] | ||
2297 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
2298 | + sp:predicate rdf:type ; | ||
2299 | + sp:subject | ||
2300 | + [ sp:varName "sandComponentVolume"^^xsd:string | ||
2301 | + ] | ||
2302 | + ] [ sp:object | ||
2303 | + [ sp:varName "sandComponentVolumeValue"^^xsd:string | ||
2304 | + ] ; | ||
2305 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; | ||
2306 | + sp:subject | ||
2307 | + [ sp:varName "sandComponentVolume"^^xsd:string | ||
2308 | + ] | ||
2309 | + ]) | ||
2310 | + ] [ rdf:type sp:Optional ; | ||
2311 | + sp:elements ([ sp:object | ||
2312 | + [ sp:varName "sedimentComponent"^^xsd:string | ||
2313 | + ] ; | ||
2314 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#hasComponent> ; | ||
2315 | + sp:subject | ||
2316 | + [ sp:varName "materialThatFlows"^^xsd:string | ||
2317 | + ] | ||
2318 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#BasicSedimentAndWater> ; | ||
2319 | + sp:predicate rdf:type ; | ||
2320 | + sp:subject | ||
2321 | + [ sp:varName "sedimentComponent"^^xsd:string | ||
2322 | + ] | ||
2323 | + ] [ sp:object | ||
2324 | + [ sp:varName "sedimentComponent"^^xsd:string | ||
2325 | + ] ; | ||
2326 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#firstMaterialOfPair> ; | ||
2327 | + sp:subject | ||
2328 | + [ sp:varName "sedimentMaterialPair"^^xsd:string | ||
2329 | + ] | ||
2330 | + ] [ sp:object | ||
2331 | + [ sp:varName "sedimentRatio"^^xsd:string | ||
2332 | + ] ; | ||
2333 | + sp:predicate <http://www.reportinghub.no/ep/schema/material#volumeRatio> ; | ||
2334 | + sp:subject | ||
2335 | + [ sp:varName "sedimentMaterialPair"^^xsd:string | ||
2336 | + ] | ||
2337 | + ] [ sp:object | ||
2338 | + [ sp:varName "sedimentPercent"^^xsd:string | ||
2339 | + ] ; | ||
2340 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#percent> ; | ||
2341 | + sp:subject | ||
2342 | + [ sp:varName "sedimentRatio"^^xsd:string | ||
2343 | + ] | ||
2344 | + ]) | ||
2345 | + ]) | ||
2346 | + ] [ rdf:type sp:Optional ; | ||
2347 | + sp:elements ([ sp:object | ||
2348 | + [ sp:varName "oilPart"^^xsd:string | ||
2349 | + ] ; | ||
2350 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
2351 | + sp:subject | ||
2352 | + [ sp:varName "flow"^^xsd:string | ||
2353 | + ] | ||
2354 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
2355 | + sp:predicate rdf:type ; | ||
2356 | + sp:subject | ||
2357 | + [ sp:varName "oilPart"^^xsd:string | ||
2358 | + ] | ||
2359 | + ] [ sp:object | ||
2360 | + [ sp:varName "oil"^^xsd:string | ||
2361 | + ] ; | ||
2362 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
2363 | + sp:subject | ||
2364 | + [ sp:varName "oilPart"^^xsd:string | ||
2365 | + ] | ||
2366 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Oil> ; | ||
2367 | + sp:predicate rdf:type ; | ||
2368 | + sp:subject | ||
2369 | + [ sp:varName "oil"^^xsd:string | ||
2370 | + ] | ||
2371 | + ] [ sp:object | ||
2372 | + [ sp:varName "oilPart"^^xsd:string | ||
2373 | + ] ; | ||
2374 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2375 | + sp:subject | ||
2376 | + [ sp:varName "oilflowinastandardstate"^^xsd:string | ||
2377 | + ] | ||
2378 | + ] [ sp:object | ||
2379 | + [ sp:varName "oilvolumetricflowrate"^^xsd:string | ||
2380 | + ] ; | ||
2381 | + sp:predicate rdf:type ; | ||
2382 | + sp:subject | ||
2383 | + [ sp:varName "oilflowinastandardstate"^^xsd:string | ||
2384 | + ] | ||
2385 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
2386 | + sp:predicate rdf:type ; | ||
2387 | + sp:subject | ||
2388 | + [ sp:varName "oilvolumetricflowrate"^^xsd:string | ||
2389 | + ] | ||
2390 | + ] [ sp:object | ||
2391 | + [ sp:varName "oilRate"^^xsd:string | ||
2392 | + ] ; | ||
2393 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ; | ||
2394 | + sp:subject | ||
2395 | + [ sp:varName "oilvolumetricflowrate"^^xsd:string | ||
2396 | + ] | ||
2397 | + ] [ sp:object | ||
2398 | + [ sp:varName "oil"^^xsd:string | ||
2399 | + ] ; | ||
2400 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2401 | + sp:subject | ||
2402 | + [ sp:varName "partOfOil"^^xsd:string | ||
2403 | + ] | ||
2404 | + ] [ sp:object | ||
2405 | + [ sp:varName "ovolume"^^xsd:string | ||
2406 | + ] ; | ||
2407 | + sp:predicate rdf:type ; | ||
2408 | + sp:subject | ||
2409 | + [ sp:varName "partOfOil"^^xsd:string | ||
2410 | + ] | ||
2411 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
2412 | + sp:predicate rdf:type ; | ||
2413 | + sp:subject | ||
2414 | + [ sp:varName "ovolume"^^xsd:string | ||
2415 | + ] | ||
2416 | + ] [ sp:object | ||
2417 | + [ sp:varName "oilVolume"^^xsd:string | ||
2418 | + ] ; | ||
2419 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; | ||
2420 | + sp:subject | ||
2421 | + [ sp:varName "ovolume"^^xsd:string | ||
2422 | + ] | ||
2423 | + ]) | ||
2424 | + ] [ rdf:type sp:Optional ; | ||
2425 | + sp:elements ([ sp:object | ||
2426 | + [ sp:varName "waterPart"^^xsd:string | ||
2427 | + ] ; | ||
2428 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
2429 | + sp:subject | ||
2430 | + [ sp:varName "flow"^^xsd:string | ||
2431 | + ] | ||
2432 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
2433 | + sp:predicate rdf:type ; | ||
2434 | + sp:subject | ||
2435 | + [ sp:varName "waterPart"^^xsd:string | ||
2436 | + ] | ||
2437 | + ] [ sp:object | ||
2438 | + [ sp:varName "water"^^xsd:string | ||
2439 | + ] ; | ||
2440 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
2441 | + sp:subject | ||
2442 | + [ sp:varName "waterPart"^^xsd:string | ||
2443 | + ] | ||
2444 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Water> ; | ||
2445 | + sp:predicate rdf:type ; | ||
2446 | + sp:subject | ||
2447 | + [ sp:varName "water"^^xsd:string | ||
2448 | + ] | ||
2449 | + ] [ sp:object | ||
2450 | + [ sp:varName "waterPart"^^xsd:string | ||
2451 | + ] ; | ||
2452 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2453 | + sp:subject | ||
2454 | + [ sp:varName "waterflowinastandardstate"^^xsd:string | ||
2455 | + ] | ||
2456 | + ] [ sp:object | ||
2457 | + [ sp:varName "watervolumetricflowrate"^^xsd:string | ||
2458 | + ] ; | ||
2459 | + sp:predicate rdf:type ; | ||
2460 | + sp:subject | ||
2461 | + [ sp:varName "waterflowinastandardstate"^^xsd:string | ||
2462 | + ] | ||
2463 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
2464 | + sp:predicate rdf:type ; | ||
2465 | + sp:subject | ||
2466 | + [ sp:varName "watervolumetricflowrate"^^xsd:string | ||
2467 | + ] | ||
2468 | + ] [ sp:object | ||
2469 | + [ sp:varName "waterRate"^^xsd:string | ||
2470 | + ] ; | ||
2471 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ; | ||
2472 | + sp:subject | ||
2473 | + [ sp:varName "watervolumetricflowrate"^^xsd:string | ||
2474 | + ] | ||
2475 | + ] [ sp:object | ||
2476 | + [ sp:varName "water"^^xsd:string | ||
2477 | + ] ; | ||
2478 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2479 | + sp:subject | ||
2480 | + [ sp:varName "partOfWater"^^xsd:string | ||
2481 | + ] | ||
2482 | + ] [ sp:object | ||
2483 | + [ sp:varName "wvolume"^^xsd:string | ||
2484 | + ] ; | ||
2485 | + sp:predicate rdf:type ; | ||
2486 | + sp:subject | ||
2487 | + [ sp:varName "partOfWater"^^xsd:string | ||
2488 | + ] | ||
2489 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
2490 | + sp:predicate rdf:type ; | ||
2491 | + sp:subject | ||
2492 | + [ sp:varName "wvolume"^^xsd:string | ||
2493 | + ] | ||
2494 | + ] [ sp:object | ||
2495 | + [ sp:varName "waterVolume"^^xsd:string | ||
2496 | + ] ; | ||
2497 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; | ||
2498 | + sp:subject | ||
2499 | + [ sp:varName "wvolume"^^xsd:string | ||
2500 | + ] | ||
2501 | + ]) | ||
2502 | + ] [ rdf:type sp:Optional ; | ||
2503 | + sp:elements ([ sp:object | ||
2504 | + [ sp:varName "gasPart"^^xsd:string | ||
2505 | + ] ; | ||
2506 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
2507 | + sp:subject | ||
2508 | + [ sp:varName "flow"^^xsd:string | ||
2509 | + ] | ||
2510 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Flow> ; | ||
2511 | + sp:predicate rdf:type ; | ||
2512 | + sp:subject | ||
2513 | + [ sp:varName "gasPart"^^xsd:string | ||
2514 | + ] | ||
2515 | + ] [ sp:object | ||
2516 | + [ sp:varName "gas"^^xsd:string | ||
2517 | + ] ; | ||
2518 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
2519 | + sp:subject | ||
2520 | + [ sp:varName "gasPart"^^xsd:string | ||
2521 | + ] | ||
2522 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/material#Gas> ; | ||
2523 | + sp:predicate rdf:type ; | ||
2524 | + sp:subject | ||
2525 | + [ sp:varName "gas"^^xsd:string | ||
2526 | + ] | ||
2527 | + ] [ sp:object | ||
2528 | + [ sp:varName "gasPart"^^xsd:string | ||
2529 | + ] ; | ||
2530 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2531 | + sp:subject | ||
2532 | + [ sp:varName "gasflowinastandardstate"^^xsd:string | ||
2533 | + ] | ||
2534 | + ] [ sp:object | ||
2535 | + [ sp:varName "gasvolumetricflowrate"^^xsd:string | ||
2536 | + ] ; | ||
2537 | + sp:predicate rdf:type ; | ||
2538 | + sp:subject | ||
2539 | + [ sp:varName "gasflowinastandardstate"^^xsd:string | ||
2540 | + ] | ||
2541 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#VolumetricFlowRate> ; | ||
2542 | + sp:predicate rdf:type ; | ||
2543 | + sp:subject | ||
2544 | + [ sp:varName "gasvolumetricflowrate"^^xsd:string | ||
2545 | + ] | ||
2546 | + ] [ sp:object | ||
2547 | + [ sp:varName "gasRate"^^xsd:string | ||
2548 | + ] ; | ||
2549 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3_hour-1> ; | ||
2550 | + sp:subject | ||
2551 | + [ sp:varName "gasvolumetricflowrate"^^xsd:string | ||
2552 | + ] | ||
2553 | + ] [ sp:object | ||
2554 | + [ sp:varName "gas"^^xsd:string | ||
2555 | + ] ; | ||
2556 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
2557 | + sp:subject | ||
2558 | + [ sp:varName "partOfGas"^^xsd:string | ||
2559 | + ] | ||
2560 | + ] [ sp:object | ||
2561 | + [ sp:varName "gvolume"^^xsd:string | ||
2562 | + ] ; | ||
2563 | + sp:predicate rdf:type ; | ||
2564 | + sp:subject | ||
2565 | + [ sp:varName "partOfGas"^^xsd:string | ||
2566 | + ] | ||
2567 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
2568 | + sp:predicate rdf:type ; | ||
2569 | + sp:subject | ||
2570 | + [ sp:varName "gvolume"^^xsd:string | ||
2571 | + ] | ||
2572 | + ] [ sp:object | ||
2573 | + [ sp:varName "gasVolume"^^xsd:string | ||
2574 | + ] ; | ||
2575 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre3> ; | ||
2576 | + sp:subject | ||
2577 | + [ sp:varName "gvolume"^^xsd:string | ||
2578 | + ] | ||
2579 | + ]) | ||
2580 | + ]) | ||
2581 | + ]) | ||
2582 | + ] ; | ||
2583 | + rhspin:tableHeaders ("Well"^^xsd:string "Test Type"^^xsd:string "Reason"^^xsd:string "Started or Nominally At"^^xsd:string "Description"^^xsd:string """Oil Rate | ||
2584 | +m3/hr"""^^xsd:string """Oil Volume | ||
2585 | +m3"""^^xsd:string """Gas Rate | ||
2586 | +m3/hr"""^^xsd:string """Gas Volume | ||
2587 | +m3"""^^xsd:string """Water Rate | ||
2588 | +m3/hr"""^^xsd:string """Water Volume | ||
2589 | +m3"""^^xsd:string """Sand Material | ||
2590 | +Volume | ||
2591 | +m3"""^^xsd:string """Gas Material | ||
2592 | +Volume | ||
2593 | +m3"""^^xsd:string """Sediment | ||
2594 | +percent"""^^xsd:string "Oil Potential"^^xsd:string "Gas Potential"^^xsd:string) . | ||
2595 | + | ||
2000 | dpr-tables:WellTest | 2596 | dpr-tables:WellTest |
2001 | rdf:type rhspin:TableTemplate ; | 2597 | rdf:type rhspin:TableTemplate ; |
2002 | rdfs:label "Well Test Report Summary"^^xsd:string ; | 2598 | rdfs:label "Well Test Report Summary"^^xsd:string ; | ... | ... |
... | @@ -71,4 +71,5 @@ WHERE { | ... | @@ -71,4 +71,5 @@ WHERE { |
71 | 71 | ||
72 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" /> | 72 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTest" /> |
73 | 73 | ||
74 | +<dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WellProductionTestResults" /> | ||
74 | </ui:group> | 75 | </ui:group> |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment