Showing
1 changed file
with
31 additions
and
52 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 | ||
| 20 | <http://www.reportinghub.no/ep/spin/mpr-tables> | 20 | <http://www.reportinghub.no/ep/spin/mpr-tables> |
| 21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
| 22 | - owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> ; | 22 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://spinrdf.org/spin> ; |
| 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 24 | 24 | ||
| 25 | mpr-tables:Cargo | 25 | mpr-tables:Cargo |
| ... | @@ -2032,8 +2032,8 @@ mpr-tables:WellProductionFlows | ... | @@ -2032,8 +2032,8 @@ mpr-tables:WellProductionFlows |
| 2032 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | 2032 | sp:resultVariables ([ sp:varName "facilityName"^^xsd:string |
| 2033 | ] [ sp:varName "purposeTypeName"^^xsd:string | 2033 | ] [ sp:varName "purposeTypeName"^^xsd:string |
| 2034 | ] [ sp:varName "materialTypeName"^^xsd:string | 2034 | ] [ sp:varName "materialTypeName"^^xsd:string |
| 2035 | - ] [ sp:varName "massValueString"^^xsd:string | ||
| 2036 | ] [ sp:varName "volumeValueString"^^xsd:string | 2035 | ] [ sp:varName "volumeValueString"^^xsd:string |
| 2036 | + ] [ sp:varName "dayValue"^^xsd:string | ||
| 2037 | ] [ sp:varName "temperatureInCelcius"^^xsd:string | 2037 | ] [ sp:varName "temperatureInCelcius"^^xsd:string |
| 2038 | ] [ sp:varName "definitionTypeName"^^xsd:string | 2038 | ] [ sp:varName "definitionTypeName"^^xsd:string |
| 2039 | ] [ sp:varName "definitionSubTypeName"^^xsd:string | 2039 | ] [ sp:varName "definitionSubTypeName"^^xsd:string |
| ... | @@ -2120,6 +2120,34 @@ mpr-tables:WellProductionFlows | ... | @@ -2120,6 +2120,34 @@ mpr-tables:WellProductionFlows |
| 2120 | ] | 2120 | ] |
| 2121 | ] [ rdf:type sp:Optional ; | 2121 | ] [ rdf:type sp:Optional ; |
| 2122 | sp:elements ([ sp:object | 2122 | sp:elements ([ sp:object |
| 2123 | + [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 2124 | + ] ; | ||
| 2125 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 2126 | + sp:subject | ||
| 2127 | + [ sp:varName "producingWell"^^xsd:string | ||
| 2128 | + ] | ||
| 2129 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#ProducingWell> ; | ||
| 2130 | + sp:predicate rdf:type ; | ||
| 2131 | + sp:subject | ||
| 2132 | + [ sp:varName "producingWell"^^xsd:string | ||
| 2133 | + ] | ||
| 2134 | + ] [ sp:object | ||
| 2135 | + [ sp:varName "duration"^^xsd:string | ||
| 2136 | + ] ; | ||
| 2137 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#operatingTime> ; | ||
| 2138 | + sp:subject | ||
| 2139 | + [ sp:varName "producingWell"^^xsd:string | ||
| 2140 | + ] | ||
| 2141 | + ] [ sp:object | ||
| 2142 | + [ sp:varName "dayValue"^^xsd:string | ||
| 2143 | + ] ; | ||
| 2144 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#day> ; | ||
| 2145 | + sp:subject | ||
| 2146 | + [ sp:varName "duration"^^xsd:string | ||
| 2147 | + ] | ||
| 2148 | + ]) | ||
| 2149 | + ] [ rdf:type sp:Optional ; | ||
| 2150 | + sp:elements ([ sp:object | ||
| 2123 | [ sp:varName "productionFlowMixedPart"^^xsd:string | 2151 | [ sp:varName "productionFlowMixedPart"^^xsd:string |
| 2124 | ] ; | 2152 | ] ; |
| 2125 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 2153 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| ... | @@ -2158,55 +2186,6 @@ mpr-tables:WellProductionFlows | ... | @@ -2158,55 +2186,6 @@ mpr-tables:WellProductionFlows |
| 2158 | [ sp:varName "flowDuringMonth"^^xsd:string | 2186 | [ sp:varName "flowDuringMonth"^^xsd:string |
| 2159 | ] | 2187 | ] |
| 2160 | ] [ sp:object | 2188 | ] [ sp:object |
| 2161 | - [ sp:varName "materialQuantityValue"^^xsd:string | ||
| 2162 | - ] ; | ||
| 2163 | - sp:predicate rdf:type ; | ||
| 2164 | - sp:subject | ||
| 2165 | - [ sp:varName "flowDuringMonthMaterial"^^xsd:string | ||
| 2166 | - ] | ||
| 2167 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Mass> ; | ||
| 2168 | - sp:predicate rdf:type ; | ||
| 2169 | - sp:subject | ||
| 2170 | - [ sp:varName "materialQuantityValue"^^xsd:string | ||
| 2171 | - ] | ||
| 2172 | - ] [ sp:object | ||
| 2173 | - [ sp:varName "materialValue"^^xsd:string | ||
| 2174 | - ] ; | ||
| 2175 | - sp:predicate | ||
| 2176 | - [ sp:varName "materialProperty"^^xsd:string | ||
| 2177 | - ] ; | ||
| 2178 | - sp:subject | ||
| 2179 | - [ sp:varName "materialQuantityValue"^^xsd:string | ||
| 2180 | - ] | ||
| 2181 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Scale> ; | ||
| 2182 | - sp:predicate rdf:type ; | ||
| 2183 | - sp:subject | ||
| 2184 | - [ sp:varName "materialProperty"^^xsd:string | ||
| 2185 | - ] | ||
| 2186 | - ] [ sp:object | ||
| 2187 | - [ sp:varName "materialPropertyName"^^xsd:string | ||
| 2188 | - ] ; | ||
| 2189 | - sp:predicate rdfs:label ; | ||
| 2190 | - sp:subject | ||
| 2191 | - [ sp:varName "materialProperty"^^xsd:string | ||
| 2192 | - ] | ||
| 2193 | - ] [ rdf:type sp:Bind ; | ||
| 2194 | - sp:expression | ||
| 2195 | - [ rdf:type fn:concat ; | ||
| 2196 | - sp:arg1 [ rdf:type spif:decimalFormat ; | ||
| 2197 | - arg:number | ||
| 2198 | - [ sp:varName "materialValue"^^xsd:string | ||
| 2199 | - ] ; | ||
| 2200 | - arg:pattern "#.##" | ||
| 2201 | - ] ; | ||
| 2202 | - sp:arg2 " " ; | ||
| 2203 | - sp:arg3 [ sp:varName "materialPropertyName"^^xsd:string | ||
| 2204 | - ] | ||
| 2205 | - ] ; | ||
| 2206 | - sp:variable | ||
| 2207 | - [ sp:varName "massValueString"^^xsd:string | ||
| 2208 | - ] | ||
| 2209 | - ] [ sp:object | ||
| 2210 | [ sp:varName "flowDuringMonthMaterial"^^xsd:string | 2189 | [ sp:varName "flowDuringMonthMaterial"^^xsd:string |
| 2211 | ] ; | 2190 | ] ; |
| 2212 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 2191 | sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| ... | @@ -2391,4 +2370,4 @@ mpr-tables:WellProductionFlows | ... | @@ -2391,4 +2370,4 @@ mpr-tables:WellProductionFlows |
| 2391 | ]) | 2370 | ]) |
| 2392 | ]) | 2371 | ]) |
| 2393 | ] ; | 2372 | ] ; |
| 2394 | - rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Mass"^^xsd:string "Volume"^^xsd:string "Temperature C"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) . | 2373 | + rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Days"^^xsd:string "Temperature C"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) . | ... | ... |
-
Please register or login to post a comment