Changed to use transform helper schema everywhere rather than production-core for helper properties.
Showing
32 changed files
with
5948 additions
and
6016 deletions
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/material | 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/material |
| 2 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 2 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 4 | - | 4 | + |
| 5 | -@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | 5 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . |
| 6 | -@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | 6 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . |
| 7 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | 7 | +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . |
| 8 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 8 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 9 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 9 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 10 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 10 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 11 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 11 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 12 | - | 12 | + |
| 13 | -<http://www.reportinghub.no/ep/schema/1.0/material> | 13 | +<http://www.reportinghub.no/ep/schema/1.0/material> |
| 14 | - rdf:type owl:Ontology ; | 14 | + rdf:type owl:Ontology ; |
| 15 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/production-core> ; | 15 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/core> ; |
| 16 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | - | 17 | + |
| 18 | -ep-material:Air-gas | 18 | +ep-material:Air-gas |
| 19 | - rdf:type owl:Class ; | 19 | + rdf:type owl:Class ; |
| 20 | - rdfs:label "air gas"^^xsd:string ; | 20 | + rdfs:label "air gas"^^xsd:string ; |
| 21 | - rdfs:subClassOf ep-material:NonHcGas . | 21 | + rdfs:subClassOf ep-material:NonHcGas . |
| 22 | - | 22 | + |
| 23 | -ep-material:AqueousMaterial | 23 | +ep-material:AqueousMaterial |
| 24 | - rdf:type owl:Class ; | 24 | + rdf:type owl:Class ; |
| 25 | - rdfs:label "aqueous material"^^xsd:string ; | 25 | + rdfs:label "aqueous material"^^xsd:string ; |
| 26 | - rdfs:subClassOf ep-material:Material . | 26 | + rdfs:subClassOf ep-material:Material . |
| 27 | - | 27 | + |
| 28 | -ep-material:BasicSedimentAndWater | 28 | +ep-material:BasicSedimentAndWater |
| 29 | - rdf:type owl:Class ; | 29 | + rdf:type owl:Class ; |
| 30 | - rdfs:label "basic sediment and water"^^xsd:string ; | 30 | + rdfs:label "basic sediment and water"^^xsd:string ; |
| 31 | - rdfs:subClassOf ep-material:Fluid . | 31 | + rdfs:subClassOf ep-material:Fluid . |
| 32 | - | 32 | + |
| 33 | -ep-material:Brine | 33 | +ep-material:Brine |
| 34 | - rdf:type owl:Class ; | 34 | + rdf:type owl:Class ; |
| 35 | - rdfs:label "brine"^^xsd:string ; | 35 | + rdfs:label "brine"^^xsd:string ; |
| 36 | - rdfs:subClassOf ep-material:Water . | 36 | + rdfs:subClassOf ep-material:Water . |
| 37 | - | 37 | + |
| 38 | -ep-material:C10AndHeavier | 38 | +ep-material:C10AndHeavier |
| 39 | - rdf:type owl:Class ; | 39 | + rdf:type owl:Class ; |
| 40 | - rdfs:label "C10+"^^xsd:string ; | 40 | + rdfs:label "C10+"^^xsd:string ; |
| 41 | - rdfs:subClassOf ep-material:Material . | 41 | + rdfs:subClassOf ep-material:Material . |
| 42 | - | 42 | + |
| 43 | -ep-material:C10AndLighter | 43 | +ep-material:C10AndLighter |
| 44 | - rdf:type owl:Class ; | 44 | + rdf:type owl:Class ; |
| 45 | - rdfs:label "C10-"^^xsd:string ; | 45 | + rdfs:label "C10-"^^xsd:string ; |
| 46 | - rdfs:subClassOf ep-material:Material . | 46 | + rdfs:subClassOf ep-material:Material . |
| 47 | - | 47 | + |
| 48 | -ep-material:C2AndHeavier | 48 | +ep-material:C2AndHeavier |
| 49 | - rdf:type owl:Class ; | 49 | + rdf:type owl:Class ; |
| 50 | - rdfs:label "C2+"^^xsd:string ; | 50 | + rdfs:label "C2+"^^xsd:string ; |
| 51 | - rdfs:subClassOf ep-material:Material . | 51 | + rdfs:subClassOf ep-material:Material . |
| 52 | - | 52 | + |
| 53 | -ep-material:C2AndLighter | 53 | +ep-material:C2AndLighter |
| 54 | - rdf:type owl:Class ; | 54 | + rdf:type owl:Class ; |
| 55 | - rdfs:label "C2-"^^xsd:string ; | 55 | + rdfs:label "C2-"^^xsd:string ; |
| 56 | - rdfs:subClassOf ep-material:Material . | 56 | + rdfs:subClassOf ep-material:Material . |
| 57 | - | 57 | + |
| 58 | -ep-material:C3AndHeavier | 58 | +ep-material:C3AndHeavier |
| 59 | - rdf:type owl:Class ; | 59 | + rdf:type owl:Class ; |
| 60 | - rdfs:label "C3+"^^xsd:string ; | 60 | + rdfs:label "C3+"^^xsd:string ; |
| 61 | - rdfs:subClassOf ep-material:Material . | 61 | + rdfs:subClassOf ep-material:Material . |
| 62 | - | 62 | + |
| 63 | -ep-material:C3AndLighter | 63 | +ep-material:C3AndLighter |
| 64 | - rdf:type owl:Class ; | 64 | + rdf:type owl:Class ; |
| 65 | - rdfs:label "C3-"^^xsd:string ; | 65 | + rdfs:label "C3-"^^xsd:string ; |
| 66 | - rdfs:subClassOf ep-material:Material . | 66 | + rdfs:subClassOf ep-material:Material . |
| 67 | - | 67 | + |
| 68 | -ep-material:C4AndHeavier | 68 | +ep-material:C4AndHeavier |
| 69 | - rdf:type owl:Class ; | 69 | + rdf:type owl:Class ; |
| 70 | - rdfs:label "C4+"^^xsd:string ; | 70 | + rdfs:label "C4+"^^xsd:string ; |
| 71 | - rdfs:subClassOf ep-material:Material . | 71 | + rdfs:subClassOf ep-material:Material . |
| 72 | - | 72 | + |
| 73 | -ep-material:C4AndLighter | 73 | +ep-material:C4AndLighter |
| 74 | - rdf:type owl:Class ; | 74 | + rdf:type owl:Class ; |
| 75 | - rdfs:label "C4-"^^xsd:string ; | 75 | + rdfs:label "C4-"^^xsd:string ; |
| 76 | - rdfs:subClassOf ep-material:Material . | 76 | + rdfs:subClassOf ep-material:Material . |
| 77 | - | 77 | + |
| 78 | -ep-material:C5AndHeavier | 78 | +ep-material:C5AndHeavier |
| 79 | - rdf:type owl:Class ; | 79 | + rdf:type owl:Class ; |
| 80 | - rdfs:label "C5+"^^xsd:string ; | 80 | + rdfs:label "C5+"^^xsd:string ; |
| 81 | - rdfs:subClassOf ep-material:Material . | 81 | + rdfs:subClassOf ep-material:Material . |
| 82 | - | 82 | + |
| 83 | -ep-material:C5AndLighter | 83 | +ep-material:C5AndLighter |
| 84 | - rdf:type owl:Class ; | 84 | + rdf:type owl:Class ; |
| 85 | - rdfs:label "C5-"^^xsd:string ; | 85 | + rdfs:label "C5-"^^xsd:string ; |
| 86 | - rdfs:subClassOf ep-material:Material . | 86 | + rdfs:subClassOf ep-material:Material . |
| 87 | - | 87 | + |
| 88 | -ep-material:C6AndHeavier | 88 | +ep-material:C6AndHeavier |
| 89 | - rdf:type owl:Class ; | 89 | + rdf:type owl:Class ; |
| 90 | - rdfs:label "C6+"^^xsd:string ; | 90 | + rdfs:label "C6+"^^xsd:string ; |
| 91 | - rdfs:subClassOf ep-material:Material . | 91 | + rdfs:subClassOf ep-material:Material . |
| 92 | - | 92 | + |
| 93 | -ep-material:C6AndLighter | 93 | +ep-material:C6AndLighter |
| 94 | - rdf:type owl:Class ; | 94 | + rdf:type owl:Class ; |
| 95 | - rdfs:label "C6-"^^xsd:string ; | 95 | + rdfs:label "C6-"^^xsd:string ; |
| 96 | - rdfs:subClassOf ep-material:Material . | 96 | + rdfs:subClassOf ep-material:Material . |
| 97 | - | 97 | + |
| 98 | -ep-material:C7AndHeavier | 98 | +ep-material:C7AndHeavier |
| 99 | - rdf:type owl:Class ; | 99 | + rdf:type owl:Class ; |
| 100 | - rdfs:label "C7+"^^xsd:string ; | 100 | + rdfs:label "C7+"^^xsd:string ; |
| 101 | - rdfs:subClassOf ep-material:Material . | 101 | + rdfs:subClassOf ep-material:Material . |
| 102 | - | 102 | + |
| 103 | -ep-material:C7AndLighter | 103 | +ep-material:C7AndLighter |
| 104 | - rdf:type owl:Class ; | 104 | + rdf:type owl:Class ; |
| 105 | - rdfs:label "C7-"^^xsd:string ; | 105 | + rdfs:label "C7-"^^xsd:string ; |
| 106 | - rdfs:subClassOf ep-material:Material . | 106 | + rdfs:subClassOf ep-material:Material . |
| 107 | - | 107 | + |
| 108 | -ep-material:C8AndHeavier | 108 | +ep-material:C8AndHeavier |
| 109 | - rdf:type owl:Class ; | 109 | + rdf:type owl:Class ; |
| 110 | - rdfs:label "C8+"^^xsd:string ; | 110 | + rdfs:label "C8+"^^xsd:string ; |
| 111 | - rdfs:subClassOf ep-material:Material . | 111 | + rdfs:subClassOf ep-material:Material . |
| 112 | - | 112 | + |
| 113 | -ep-material:C8AndLighter | 113 | +ep-material:C8AndLighter |
| 114 | - rdf:type owl:Class ; | 114 | + rdf:type owl:Class ; |
| 115 | - rdfs:label "C8-"^^xsd:string ; | 115 | + rdfs:label "C8-"^^xsd:string ; |
| 116 | - rdfs:subClassOf ep-material:Material . | 116 | + rdfs:subClassOf ep-material:Material . |
| 117 | - | 117 | + |
| 118 | -ep-material:C9AndHeavier | 118 | +ep-material:C9AndHeavier |
| 119 | - rdf:type owl:Class ; | 119 | + rdf:type owl:Class ; |
| 120 | - rdfs:label "C9+"^^xsd:string ; | 120 | + rdfs:label "C9+"^^xsd:string ; |
| 121 | - rdfs:subClassOf ep-material:Material . | 121 | + rdfs:subClassOf ep-material:Material . |
| 122 | - | 122 | + |
| 123 | -ep-material:C9AndLighter | 123 | +ep-material:C9AndLighter |
| 124 | - rdf:type owl:Class ; | 124 | + rdf:type owl:Class ; |
| 125 | - rdfs:label "C9-"^^xsd:string ; | 125 | + rdfs:label "C9-"^^xsd:string ; |
| 126 | - rdfs:subClassOf ep-material:Material . | 126 | + rdfs:subClassOf ep-material:Material . |
| 127 | - | 127 | + |
| 128 | -ep-material:CO2-gas | 128 | +ep-material:CO2-gas |
| 129 | - rdf:type owl:Class ; | 129 | + rdf:type owl:Class ; |
| 130 | - rdfs:label "CO2 gas"^^xsd:string ; | 130 | + rdfs:label "CO2 gas"^^xsd:string ; |
| 131 | - rdfs:subClassOf ep-material:NonHcGas . | 131 | + rdfs:subClassOf ep-material:NonHcGas . |
| 132 | - | 132 | + |
| 133 | -ep-material:CarbonDioxide | 133 | +ep-material:CarbonDioxide |
| 134 | - rdf:type owl:Class ; | 134 | + rdf:type owl:Class ; |
| 135 | - rdfs:label "carbon dioxide"^^xsd:string ; | 135 | + rdfs:label "carbon dioxide"^^xsd:string ; |
| 136 | - rdfs:subClassOf ep-material:Material . | 136 | + rdfs:subClassOf ep-material:Material . |
| 137 | - | 137 | + |
| 138 | -ep-material:CarbonMonoxide | 138 | +ep-material:CarbonMonoxide |
| 139 | - rdf:type owl:Class ; | 139 | + rdf:type owl:Class ; |
| 140 | - rdfs:label "carbon monoxide"^^xsd:string ; | 140 | + rdfs:label "carbon monoxide"^^xsd:string ; |
| 141 | - rdfs:subClassOf ep-material:Material . | 141 | + rdfs:subClassOf ep-material:Material . |
| 142 | - | 142 | + |
| 143 | -ep-material:Chemical | 143 | +ep-material:Chemical |
| 144 | - rdf:type owl:Class ; | 144 | + rdf:type owl:Class ; |
| 145 | - rdfs:label "chemical"^^xsd:string ; | 145 | + rdfs:label "chemical"^^xsd:string ; |
| 146 | - rdfs:subClassOf ep-material:Material . | 146 | + rdfs:subClassOf ep-material:Material . |
| 147 | - | 147 | + |
| 148 | -ep-material:Chloride | 148 | +ep-material:Chloride |
| 149 | - rdf:type owl:Class ; | 149 | + rdf:type owl:Class ; |
| 150 | - rdfs:label "chloride"^^xsd:string ; | 150 | + rdfs:label "chloride"^^xsd:string ; |
| 151 | - rdfs:subClassOf ep-material:Material . | 151 | + rdfs:subClassOf ep-material:Material . |
| 152 | - | 152 | + |
| 153 | -ep-material:Condensate | 153 | +ep-material:Condensate |
| 154 | - rdf:type owl:Class ; | 154 | + rdf:type owl:Class ; |
| 155 | - rdfs:label "condensate"^^xsd:string ; | 155 | + rdfs:label "condensate"^^xsd:string ; |
| 156 | - rdfs:subClassOf ep-material:Material . | 156 | + rdfs:subClassOf ep-material:Material . |
| 157 | - | 157 | + |
| 158 | -ep-material:Crude-stabilized | 158 | +ep-material:Crude-stabilized |
| 159 | - rdf:type owl:Class ; | 159 | + rdf:type owl:Class ; |
| 160 | - rdfs:label "crude - stabilized"^^xsd:string ; | 160 | + rdfs:label "crude - stabilized"^^xsd:string ; |
| 161 | - rdfs:subClassOf ep-material:Material . | 161 | + rdfs:subClassOf ep-material:Material . |
| 162 | - | 162 | + |
| 163 | -ep-material:CrudeOil | 163 | +ep-material:CrudeOil |
| 164 | - rdf:type owl:Class ; | 164 | + rdf:type owl:Class ; |
| 165 | - rdfs:subClassOf ep-material:Material . | 165 | + rdfs:subClassOf ep-material:Material . |
| 166 | - | 166 | + |
| 167 | -ep-material:Cuttings | 167 | +ep-material:Cuttings |
| 168 | - rdf:type owl:Class ; | 168 | + rdf:type owl:Class ; |
| 169 | - rdfs:label "cuttings"^^xsd:string ; | 169 | + rdfs:label "cuttings"^^xsd:string ; |
| 170 | - rdfs:subClassOf ep-material:Material . | 170 | + rdfs:subClassOf ep-material:Material . |
| 171 | - | 171 | + |
| 172 | -ep-material:Diesel | 172 | +ep-material:Diesel |
| 173 | - rdf:type owl:Class ; | 173 | + rdf:type owl:Class ; |
| 174 | - rdfs:label "diesel"^^xsd:string ; | 174 | + rdfs:label "diesel"^^xsd:string ; |
| 175 | - rdfs:subClassOf ep-material:Material . | 175 | + rdfs:subClassOf ep-material:Material . |
| 176 | - | 176 | + |
| 177 | -ep-material:Diethyleneglycol | 177 | +ep-material:Diethyleneglycol |
| 178 | - rdf:type owl:Class ; | 178 | + rdf:type owl:Class ; |
| 179 | - rdfs:label "diethyleneglycol"^^xsd:string ; | 179 | + rdfs:label "diethyleneglycol"^^xsd:string ; |
| 180 | - rdfs:subClassOf ep-material:Material . | 180 | + rdfs:subClassOf ep-material:Material . |
| 181 | - | 181 | + |
| 182 | -ep-material:Dioxygen | 182 | +ep-material:Dioxygen |
| 183 | - rdf:type owl:Class ; | 183 | + rdf:type owl:Class ; |
| 184 | - rdfs:label "dioxygen"^^xsd:string ; | 184 | + rdfs:label "dioxygen"^^xsd:string ; |
| 185 | - rdfs:subClassOf ep-material:Material . | 185 | + rdfs:subClassOf ep-material:Material . |
| 186 | - | 186 | + |
| 187 | -ep-material:DryFluid | 187 | +ep-material:DryFluid |
| 188 | - rdf:type owl:Class ; | 188 | + rdf:type owl:Class ; |
| 189 | - rdfs:label "dry fluid"^^xsd:string ; | 189 | + rdfs:label "dry fluid"^^xsd:string ; |
| 190 | - rdfs:subClassOf ep-material:Fluid . | 190 | + rdfs:subClassOf ep-material:Fluid . |
| 191 | - | 191 | + |
| 192 | -ep-material:Ethane | 192 | +ep-material:Ethane |
| 193 | - rdf:type owl:Class ; | 193 | + rdf:type owl:Class ; |
| 194 | - rdfs:label "ethane"^^xsd:string ; | 194 | + rdfs:label "ethane"^^xsd:string ; |
| 195 | - rdfs:subClassOf ep-material:Material . | 195 | + rdfs:subClassOf ep-material:Material . |
| 196 | - | 196 | + |
| 197 | -ep-material:Ethane-component | 197 | +ep-material:Ethane-component |
| 198 | - rdf:type owl:Class ; | 198 | + rdf:type owl:Class ; |
| 199 | - rdfs:label "ethane - component"^^xsd:string ; | 199 | + rdfs:label "ethane - component"^^xsd:string ; |
| 200 | - rdfs:subClassOf ep-material:Material . | 200 | + rdfs:subClassOf ep-material:Material . |
| 201 | - | 201 | + |
| 202 | -ep-material:Filtrate | 202 | +ep-material:Filtrate |
| 203 | - rdf:type owl:Class ; | 203 | + rdf:type owl:Class ; |
| 204 | - rdfs:label "filtrate"^^xsd:string ; | 204 | + rdfs:label "filtrate"^^xsd:string ; |
| 205 | - rdfs:subClassOf ep-material:Material . | 205 | + rdfs:subClassOf ep-material:Material . |
| 206 | - | 206 | + |
| 207 | -ep-material:Fluid | 207 | +ep-material:Fluid |
| 208 | - rdf:type owl:Class ; | 208 | + rdf:type owl:Class ; |
| 209 | - rdfs:label "fluid"^^xsd:string ; | 209 | + rdfs:label "fluid"^^xsd:string ; |
| 210 | - rdfs:subClassOf ep-material:Material . | 210 | + rdfs:subClassOf ep-material:Material . |
| 211 | - | 211 | + |
| 212 | -ep-material:FluidFraction | 212 | +ep-material:FluidFraction |
| 213 | - rdf:type owl:Class ; | 213 | + rdf:type owl:Class ; |
| 214 | - rdfs:label "fluid fraction"^^xsd:string ; | 214 | + rdfs:label "fluid fraction"^^xsd:string ; |
| 215 | - rdfs:subClassOf ep-material:Fluid . | 215 | + rdfs:subClassOf ep-material:Fluid . |
| 216 | - | 216 | + |
| 217 | -ep-material:FreshWater | 217 | +ep-material:FreshWater |
| 218 | - rdf:type owl:Class ; | 218 | + rdf:type owl:Class ; |
| 219 | - rdfs:label "fresh water"^^xsd:string ; | 219 | + rdfs:label "fresh water"^^xsd:string ; |
| 220 | - rdfs:subClassOf ep-material:Water . | 220 | + rdfs:subClassOf ep-material:Water . |
| 221 | - | 221 | + |
| 222 | -ep-material:Gas | 222 | +ep-material:Gas |
| 223 | - rdf:type owl:Class ; | 223 | + rdf:type owl:Class ; |
| 224 | - rdfs:label "gas"^^xsd:string ; | 224 | + rdfs:label "gas"^^xsd:string ; |
| 225 | - rdfs:subClassOf ep-material:Fluid . | 225 | + rdfs:subClassOf ep-material:Fluid . |
| 226 | - | 226 | + |
| 227 | -ep-material:Gas-componentInOil | 227 | +ep-material:Gas-componentInOil |
| 228 | - rdf:type owl:Class ; | 228 | + rdf:type owl:Class ; |
| 229 | - rdfs:label "gas - component in oil"^^xsd:string ; | 229 | + rdfs:label "gas - component in oil"^^xsd:string ; |
| 230 | - rdfs:subClassOf ep-material:Material . | 230 | + rdfs:subClassOf ep-material:Material . |
| 231 | - | 231 | + |
| 232 | -ep-material:Gas-dry | 232 | +ep-material:Gas-dry |
| 233 | - rdf:type owl:Class ; | 233 | + rdf:type owl:Class ; |
| 234 | - rdfs:label "gas - dry"^^xsd:string ; | 234 | + rdfs:label "gas - dry"^^xsd:string ; |
| 235 | - rdfs:subClassOf ep-material:Gas . | 235 | + rdfs:subClassOf ep-material:Gas . |
| 236 | - | 236 | + |
| 237 | -ep-material:Gas-rich | 237 | +ep-material:Gas-rich |
| 238 | - rdf:type owl:Class ; | 238 | + rdf:type owl:Class ; |
| 239 | - rdfs:label "gas - rich"^^xsd:string ; | 239 | + rdfs:label "gas - rich"^^xsd:string ; |
| 240 | - rdfs:subClassOf ep-material:Gas . | 240 | + rdfs:subClassOf ep-material:Gas . |
| 241 | - | 241 | + |
| 242 | -ep-material:Gas-wet | 242 | +ep-material:Gas-wet |
| 243 | - rdf:type owl:Class ; | 243 | + rdf:type owl:Class ; |
| 244 | - rdfs:label "gas - wet"^^xsd:string ; | 244 | + rdfs:label "gas - wet"^^xsd:string ; |
| 245 | - rdfs:subClassOf ep-material:Gas . | 245 | + rdfs:subClassOf ep-material:Gas . |
| 246 | - | 246 | + |
| 247 | -ep-material:GasAndWater | 247 | +ep-material:GasAndWater |
| 248 | - rdf:type owl:Class ; | 248 | + rdf:type owl:Class ; |
| 249 | - rdfs:label "gas and water"^^xsd:string ; | 249 | + rdfs:label "gas and water"^^xsd:string ; |
| 250 | - rdfs:subClassOf ep-material:Fluid . | 250 | + rdfs:subClassOf ep-material:Fluid . |
| 251 | - | 251 | + |
| 252 | -ep-material:HeliumGas | 252 | +ep-material:HeliumGas |
| 253 | - rdf:type owl:Class ; | 253 | + rdf:type owl:Class ; |
| 254 | - rdfs:label "helium gas"^^xsd:string ; | 254 | + rdfs:label "helium gas"^^xsd:string ; |
| 255 | - rdfs:subClassOf ep-material:Material . | 255 | + rdfs:subClassOf ep-material:Material . |
| 256 | - | 256 | + |
| 257 | -ep-material:Heptane | 257 | +ep-material:Heptane |
| 258 | - rdf:type owl:Class ; | 258 | + rdf:type owl:Class ; |
| 259 | - rdfs:label "heptane"^^xsd:string ; | 259 | + rdfs:label "heptane"^^xsd:string ; |
| 260 | - rdfs:subClassOf ep-material:Material . | 260 | + rdfs:subClassOf ep-material:Material . |
| 261 | - | 261 | + |
| 262 | -ep-material:HydrogenGas | 262 | +ep-material:HydrogenGas |
| 263 | - rdf:type owl:Class ; | 263 | + rdf:type owl:Class ; |
| 264 | - rdfs:label "hydrogen gas"^^xsd:string ; | 264 | + rdfs:label "hydrogen gas"^^xsd:string ; |
| 265 | - rdfs:subClassOf ep-material:Material . | 265 | + rdfs:subClassOf ep-material:Material . |
| 266 | - | 266 | + |
| 267 | -ep-material:HydrogenSulfide | 267 | +ep-material:HydrogenSulfide |
| 268 | - rdf:type owl:Class ; | 268 | + rdf:type owl:Class ; |
| 269 | - rdfs:label "hydrogen sulfide"^^xsd:string ; | 269 | + rdfs:label "hydrogen sulfide"^^xsd:string ; |
| 270 | - rdfs:subClassOf ep-material:Material . | 270 | + rdfs:subClassOf ep-material:Material . |
| 271 | - | 271 | + |
| 272 | -ep-material:Isobutane | 272 | +ep-material:Isobutane |
| 273 | - rdf:type owl:Class ; | 273 | + rdf:type owl:Class ; |
| 274 | - rdfs:label "isobutane"^^xsd:string ; | 274 | + rdfs:label "isobutane"^^xsd:string ; |
| 275 | - rdfs:subClassOf ep-material:Material . | 275 | + rdfs:subClassOf ep-material:Material . |
| 276 | - | 276 | + |
| 277 | -ep-material:Isobutane-component | 277 | +ep-material:Isobutane-component |
| 278 | - rdf:type owl:Class ; | 278 | + rdf:type owl:Class ; |
| 279 | - rdfs:label "i-butane - component"^^xsd:string ; | 279 | + rdfs:label "i-butane - component"^^xsd:string ; |
| 280 | - rdfs:subClassOf ep-material:Material . | 280 | + rdfs:subClassOf ep-material:Material . |
| 281 | - | 281 | + |
| 282 | -ep-material:Isopentane | 282 | +ep-material:Isopentane |
| 283 | - rdf:type owl:Class ; | 283 | + rdf:type owl:Class ; |
| 284 | - rdfs:label "isopentane"^^xsd:string ; | 284 | + rdfs:label "isopentane"^^xsd:string ; |
| 285 | - rdfs:subClassOf ep-material:Material . | 285 | + rdfs:subClassOf ep-material:Material . |
| 286 | - | 286 | + |
| 287 | -ep-material:Liquid | 287 | +ep-material:Liquid |
| 288 | - rdf:type owl:Class ; | 288 | + rdf:type owl:Class ; |
| 289 | - rdfs:label "liquid"^^xsd:string ; | 289 | + rdfs:label "liquid"^^xsd:string ; |
| 290 | - rdfs:subClassOf ep-material:Fluid . | 290 | + rdfs:subClassOf ep-material:Fluid . |
| 291 | - | 291 | + |
| 292 | -ep-material:LiquifiedNaturalGas | 292 | +ep-material:LiquifiedNaturalGas |
| 293 | - rdf:type owl:Class ; | 293 | + rdf:type owl:Class ; |
| 294 | - rdfs:label "liquified natural gas"^^xsd:string ; | 294 | + rdfs:label "liquified natural gas"^^xsd:string ; |
| 295 | - rdfs:subClassOf ep-material:Material . | 295 | + rdfs:subClassOf ep-material:Material . |
| 296 | - | 296 | + |
| 297 | -ep-material:LiquifiedPetroleumGas | 297 | +ep-material:LiquifiedPetroleumGas |
| 298 | - rdf:type owl:Class ; | 298 | + rdf:type owl:Class ; |
| 299 | - rdfs:label "liquified petroleum gas"^^xsd:string ; | 299 | + rdfs:label "liquified petroleum gas"^^xsd:string ; |
| 300 | - rdfs:subClassOf ep-material:Material . | 300 | + rdfs:subClassOf ep-material:Material . |
| 301 | - | 301 | + |
| 302 | -ep-material:Material | 302 | +ep-material:Material |
| 303 | - rdf:type owl:Class ; | 303 | + rdf:type owl:Class ; |
| 304 | - rdfs:label "material"^^xsd:string ; | 304 | + rdfs:label "material"^^xsd:string ; |
| 305 | - rdfs:subClassOf ep-core:PhysicalObject . | 305 | + rdfs:subClassOf ep-core:PhysicalObject . |
| 306 | - | 306 | + |
| 307 | -ep-material:MaterialPair | 307 | +ep-material:MaterialPair |
| 308 | - rdf:type owl:Class ; | 308 | + rdf:type owl:Class ; |
| 309 | - rdfs:label "material pair"^^xsd:string ; | 309 | + rdfs:label "material pair"^^xsd:string ; |
| 310 | - rdfs:subClassOf owl:Thing . | 310 | + rdfs:subClassOf owl:Thing . |
| 311 | - | 311 | + |
| 312 | -ep-material:MaterialPartWholePair | 312 | +ep-material:MaterialPartWholePair |
| 313 | - rdf:type owl:Class ; | 313 | + rdf:type owl:Class ; |
| 314 | - rdfs:label "material part - whole pair"^^xsd:string ; | 314 | + rdfs:label "material part - whole pair"^^xsd:string ; |
| 315 | - rdfs:subClassOf ep-material:MaterialPair . | 315 | + rdfs:subClassOf ep-material:MaterialPair . |
| 316 | - | 316 | + |
| 317 | -ep-material:Methane | 317 | +ep-material:Methane |
| 318 | - rdf:type owl:Class ; | 318 | + rdf:type owl:Class ; |
| 319 | - rdfs:label "methane"^^xsd:string ; | 319 | + rdfs:label "methane"^^xsd:string ; |
| 320 | - rdfs:subClassOf ep-material:Material . | 320 | + rdfs:subClassOf ep-material:Material . |
| 321 | - | 321 | + |
| 322 | -ep-material:Methanol | 322 | +ep-material:Methanol |
| 323 | - rdf:type owl:Class ; | 323 | + rdf:type owl:Class ; |
| 324 | - rdfs:label "methanol"^^xsd:string ; | 324 | + rdfs:label "methanol"^^xsd:string ; |
| 325 | - rdfs:subClassOf ep-material:Material . | 325 | + rdfs:subClassOf ep-material:Material . |
| 326 | - | 326 | + |
| 327 | -ep-material:MixedButane | 327 | +ep-material:MixedButane |
| 328 | - rdf:type owl:Class ; | 328 | + rdf:type owl:Class ; |
| 329 | - rdfs:label "mixed butane"^^xsd:string ; | 329 | + rdfs:label "mixed butane"^^xsd:string ; |
| 330 | - rdfs:subClassOf ep-material:Material . | 330 | + rdfs:subClassOf ep-material:Material . |
| 331 | - | 331 | + |
| 332 | -ep-material:Monoethyleneglycol | 332 | +ep-material:Monoethyleneglycol |
| 333 | - rdf:type owl:Class ; | 333 | + rdf:type owl:Class ; |
| 334 | - rdfs:label "monoethyleneglycol"^^xsd:string ; | 334 | + rdfs:label "monoethyleneglycol"^^xsd:string ; |
| 335 | - rdfs:subClassOf ep-material:Material . | 335 | + rdfs:subClassOf ep-material:Material . |
| 336 | - | 336 | + |
| 337 | -ep-material:NGL-componentInGas | 337 | +ep-material:NGL-componentInGas |
| 338 | - rdf:type owl:Class ; | 338 | + rdf:type owl:Class ; |
| 339 | - rdfs:label "NGL - component in gas"^^xsd:string ; | 339 | + rdfs:label "NGL - component in gas"^^xsd:string ; |
| 340 | - rdfs:subClassOf ep-material:Material . | 340 | + rdfs:subClassOf ep-material:Material . |
| 341 | - | 341 | + |
| 342 | -ep-material:Naptha | 342 | +ep-material:Naptha |
| 343 | - rdf:type owl:Class ; | 343 | + rdf:type owl:Class ; |
| 344 | - rdfs:label "naptha"^^xsd:string ; | 344 | + rdfs:label "naptha"^^xsd:string ; |
| 345 | - rdfs:subClassOf ep-material:Material . | 345 | + rdfs:subClassOf ep-material:Material . |
| 346 | - | 346 | + |
| 347 | -ep-material:NaturalGas | 347 | +ep-material:NaturalGas |
| 348 | - rdf:type owl:Class ; | 348 | + rdf:type owl:Class ; |
| 349 | - rdfs:subClassOf ep-material:Material . | 349 | + rdfs:subClassOf ep-material:Material . |
| 350 | - | 350 | + |
| 351 | -ep-material:NaturalGasLiquid | 351 | +ep-material:NaturalGasLiquid |
| 352 | - rdf:type owl:Class ; | 352 | + rdf:type owl:Class ; |
| 353 | - rdfs:label "natural gas liquid"^^xsd:string ; | 353 | + rdfs:label "natural gas liquid"^^xsd:string ; |
| 354 | - rdfs:subClassOf ep-material:Material . | 354 | + rdfs:subClassOf ep-material:Material . |
| 355 | - | 355 | + |
| 356 | -ep-material:Neopentane | 356 | +ep-material:Neopentane |
| 357 | - rdf:type owl:Class ; | 357 | + rdf:type owl:Class ; |
| 358 | - rdfs:label "neopentane"^^xsd:string ; | 358 | + rdfs:label "neopentane"^^xsd:string ; |
| 359 | - rdfs:subClassOf ep-material:Material . | 359 | + rdfs:subClassOf ep-material:Material . |
| 360 | - | 360 | + |
| 361 | -ep-material:NitrogenGas | 361 | +ep-material:NitrogenGas |
| 362 | - rdf:type owl:Class ; | 362 | + rdf:type owl:Class ; |
| 363 | - rdfs:label "nitrogen gas"^^xsd:string ; | 363 | + rdfs:label "nitrogen gas"^^xsd:string ; |
| 364 | - rdfs:subClassOf ep-material:Material . | 364 | + rdfs:subClassOf ep-material:Material . |
| 365 | - | 365 | + |
| 366 | -ep-material:NitrogenOxideGas | 366 | +ep-material:NitrogenOxideGas |
| 367 | - rdf:type owl:Class ; | 367 | + rdf:type owl:Class ; |
| 368 | - rdfs:label "nitrogen oxide gas"^^xsd:string ; | 368 | + rdfs:label "nitrogen oxide gas"^^xsd:string ; |
| 369 | - rdfs:subClassOf ep-material:Material . | 369 | + rdfs:subClassOf ep-material:Material . |
| 370 | - | 370 | + |
| 371 | -ep-material:NonHcGas | 371 | +ep-material:NonHcGas |
| 372 | - rdf:type owl:Class ; | 372 | + rdf:type owl:Class ; |
| 373 | - rdfs:label "non-HC gas"^^xsd:string ; | 373 | + rdfs:label "non-HC gas"^^xsd:string ; |
| 374 | - rdfs:subClassOf ep-material:Gas . | 374 | + rdfs:subClassOf ep-material:Gas . |
| 375 | - | 375 | + |
| 376 | -ep-material:NormalButane | 376 | +ep-material:NormalButane |
| 377 | - rdf:type owl:Class ; | 377 | + rdf:type owl:Class ; |
| 378 | - rdfs:label "normal butane"^^xsd:string ; | 378 | + rdfs:label "normal butane"^^xsd:string ; |
| 379 | - rdfs:subClassOf ep-material:Material . | 379 | + rdfs:subClassOf ep-material:Material . |
| 380 | - | 380 | + |
| 381 | -ep-material:NormalButane-component | 381 | +ep-material:NormalButane-component |
| 382 | - rdf:type owl:Class ; | 382 | + rdf:type owl:Class ; |
| 383 | - rdfs:label "n-butane - component"^^xsd:string ; | 383 | + rdfs:label "n-butane - component"^^xsd:string ; |
| 384 | - rdfs:subClassOf ep-material:Material . | 384 | + rdfs:subClassOf ep-material:Material . |
| 385 | - | 385 | + |
| 386 | -ep-material:NormalPentane | 386 | +ep-material:NormalPentane |
| 387 | - rdf:type owl:Class ; | 387 | + rdf:type owl:Class ; |
| 388 | - rdfs:label "normal pentane"^^xsd:string ; | 388 | + rdfs:label "normal pentane"^^xsd:string ; |
| 389 | - rdfs:subClassOf ep-material:Material . | 389 | + rdfs:subClassOf ep-material:Material . |
| 390 | - | 390 | + |
| 391 | -ep-material:Oil | 391 | +ep-material:Oil |
| 392 | - rdf:type owl:Class ; | 392 | + rdf:type owl:Class ; |
| 393 | - rdfs:label "oil"^^xsd:string ; | 393 | + rdfs:label "oil"^^xsd:string ; |
| 394 | - rdfs:subClassOf ep-material:Material . | 394 | + rdfs:subClassOf ep-material:Material . |
| 395 | - | 395 | + |
| 396 | -ep-material:Oil-componentInWater | 396 | +ep-material:Oil-componentInWater |
| 397 | - rdf:type owl:Class ; | 397 | + rdf:type owl:Class ; |
| 398 | - rdfs:label "oil - component in water"^^xsd:string ; | 398 | + rdfs:label "oil - component in water"^^xsd:string ; |
| 399 | - rdfs:subClassOf ep-material:Material . | 399 | + rdfs:subClassOf ep-material:Material . |
| 400 | - | 400 | + |
| 401 | -ep-material:OilAndGas | 401 | +ep-material:OilAndGas |
| 402 | - rdf:type owl:Class ; | 402 | + rdf:type owl:Class ; |
| 403 | - rdfs:label "oil and gas"^^xsd:string ; | 403 | + rdfs:label "oil and gas"^^xsd:string ; |
| 404 | - rdfs:subClassOf ep-material:Fluid . | 404 | + rdfs:subClassOf ep-material:Fluid . |
| 405 | - | 405 | + |
| 406 | -ep-material:OilAndWater | 406 | +ep-material:OilAndWater |
| 407 | - rdf:type owl:Class ; | 407 | + rdf:type owl:Class ; |
| 408 | - rdfs:label "oil and water"^^xsd:string ; | 408 | + rdfs:label "oil and water"^^xsd:string ; |
| 409 | - rdfs:subClassOf ep-material:Fluid . | 409 | + rdfs:subClassOf ep-material:Fluid . |
| 410 | - | 410 | + |
| 411 | -ep-material:Oleic | 411 | +ep-material:Oleic |
| 412 | - rdf:type owl:Class ; | 412 | + rdf:type owl:Class ; |
| 413 | - rdfs:label "oleic"^^xsd:string ; | 413 | + rdfs:label "oleic"^^xsd:string ; |
| 414 | - rdfs:subClassOf ep-material:Material . | 414 | + rdfs:subClassOf ep-material:Material . |
| 415 | - | 415 | + |
| 416 | -ep-material:OrganicCarbon | 416 | +ep-material:OrganicCarbon |
| 417 | - rdf:type owl:Class ; | 417 | + rdf:type owl:Class ; |
| 418 | - rdfs:label "organic carbon"^^xsd:string ; | 418 | + rdfs:label "organic carbon"^^xsd:string ; |
| 419 | - rdfs:subClassOf ep-material:Material . | 419 | + rdfs:subClassOf ep-material:Material . |
| 420 | - | 420 | + |
| 421 | -ep-material:OtherInjectionFluid | 421 | +ep-material:OtherInjectionFluid |
| 422 | - rdf:type owl:Class ; | 422 | + rdf:type owl:Class ; |
| 423 | - rdfs:label "other injection fluid"^^xsd:string ; | 423 | + rdfs:label "other injection fluid"^^xsd:string ; |
| 424 | - rdfs:subClassOf ep-material:Fluid . | 424 | + rdfs:subClassOf ep-material:Fluid . |
| 425 | - | 425 | + |
| 426 | -ep-material:Pentane | 426 | +ep-material:Pentane |
| 427 | - rdf:type owl:Class , ep-material:SubstanceType ; | 427 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 428 | - rdfs:label "pentane"^^xsd:string ; | 428 | + rdfs:label "pentane"^^xsd:string ; |
| 429 | - rdfs:subClassOf ep-material:Material ; | 429 | + rdfs:subClassOf ep-material:Material ; |
| 430 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_pentane> . | 430 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 431 | - | 431 | + <http://www.epim.no/schemas/mprml/1#FC_pentane> . |
| 432 | -ep-material:PetroleumGasLiquid | 432 | + |
| 433 | - rdf:type owl:Class ; | 433 | +ep-material:PetroleumGasLiquid |
| 434 | - rdfs:label "petroleum gas liquid"^^xsd:string ; | 434 | + rdf:type owl:Class ; |
| 435 | - rdfs:subClassOf ep-material:Material . | 435 | + rdfs:label "petroleum gas liquid"^^xsd:string ; |
| 436 | - | 436 | + rdfs:subClassOf ep-material:Material . |
| 437 | -ep-material:PlusFraction | 437 | + |
| 438 | - rdf:type owl:Class ; | 438 | +ep-material:PlusFraction |
| 439 | - rdfs:label "plus fraction"^^xsd:string ; | 439 | + rdf:type owl:Class ; |
| 440 | - rdfs:subClassOf ep-material:Fluid . | 440 | + rdfs:label "plus fraction"^^xsd:string ; |
| 441 | - | 441 | + rdfs:subClassOf ep-material:Fluid . |
| 442 | -ep-material:Propane | 442 | + |
| 443 | - rdf:type owl:Class , ep-material:SubstanceType ; | 443 | +ep-material:Propane |
| 444 | - rdfs:label "propane"^^xsd:string ; | 444 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 445 | - rdfs:subClassOf ep-material:Material ; | 445 | + rdfs:label "propane"^^xsd:string ; |
| 446 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_propane> . | 446 | + rdfs:subClassOf ep-material:Material ; |
| 447 | - | 447 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 448 | -ep-material:Propane-component | 448 | + <http://www.epim.no/schemas/mprml/1#FC_propane> . |
| 449 | - rdf:type owl:Class ; | 449 | + |
| 450 | - rdfs:label "propane - component"^^xsd:string ; | 450 | +ep-material:Propane-component |
| 451 | - rdfs:subClassOf ep-material:Material . | 451 | + rdf:type owl:Class ; |
| 452 | - | 452 | + rdfs:label "propane - component"^^xsd:string ; |
| 453 | -ep-material:PureFluid | 453 | + rdfs:subClassOf ep-material:Material . |
| 454 | - rdf:type owl:Class ; | 454 | + |
| 455 | - rdfs:label "pure fluid"^^xsd:string ; | 455 | +ep-material:PureFluid |
| 456 | - rdfs:subClassOf ep-material:Fluid . | 456 | + rdf:type owl:Class ; |
| 457 | - | 457 | + rdfs:label "pure fluid"^^xsd:string ; |
| 458 | -ep-material:QuantityOfMaterial | 458 | + rdfs:subClassOf ep-material:Fluid . |
| 459 | - rdf:type owl:Class ; | 459 | + |
| 460 | - rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; | 460 | +ep-material:QuantityOfMaterial |
| 461 | - rdfs:subClassOf ep-material:Material . | 461 | + rdf:type owl:Class ; |
| 462 | - | 462 | + rdfs:label "(temporal part of a) quantity of material"^^xsd:string ; |
| 463 | -ep-material:Salt | 463 | + rdfs:subClassOf ep-material:Material . |
| 464 | - rdf:type owl:Class ; | 464 | + |
| 465 | - rdfs:label "salt"^^xsd:string ; | 465 | +ep-material:Salt |
| 466 | - rdfs:subClassOf ep-material:Material . | 466 | + rdf:type owl:Class ; |
| 467 | - | 467 | + rdfs:label "salt"^^xsd:string ; |
| 468 | -ep-material:Sand | 468 | + rdfs:subClassOf ep-material:Material . |
| 469 | - rdf:type owl:Class ; | 469 | + |
| 470 | - rdfs:label "sand"^^xsd:string ; | 470 | +ep-material:Sand |
| 471 | - rdfs:subClassOf ep-material:Fluid . | 471 | + rdf:type owl:Class ; |
| 472 | - | 472 | + rdfs:label "sand"^^xsd:string ; |
| 473 | -ep-material:SplitFraction | 473 | + rdfs:subClassOf ep-material:Fluid . |
| 474 | - rdf:type owl:Class ; | 474 | + |
| 475 | - rdfs:label "split fraction"^^xsd:string ; | 475 | +ep-material:SplitFraction |
| 476 | - rdfs:subClassOf ep-material:Fluid . | 476 | + rdf:type owl:Class ; |
| 477 | - | 477 | + rdfs:label "split fraction"^^xsd:string ; |
| 478 | -ep-material:Steam | 478 | + rdfs:subClassOf ep-material:Fluid . |
| 479 | - rdf:type owl:Class ; | 479 | + |
| 480 | - rdfs:label "steam"^^xsd:string ; | 480 | +ep-material:Steam |
| 481 | - rdfs:subClassOf ep-material:NonHcGas . | 481 | + rdf:type owl:Class ; |
| 482 | - | 482 | + rdfs:label "steam"^^xsd:string ; |
| 483 | -ep-material:SubstanceType | 483 | + rdfs:subClassOf ep-material:NonHcGas . |
| 484 | - rdf:type rdfs:Class ; | 484 | + |
| 485 | - rdfs:label "substance type"^^xsd:string ; | 485 | +ep-material:SubstanceType |
| 486 | - rdfs:subClassOf owl:Class . | 486 | + rdf:type rdfs:Class ; |
| 487 | - | 487 | + rdfs:label "substance type"^^xsd:string ; |
| 488 | -ep-material:Triethyleneglycol | 488 | + rdfs:subClassOf owl:Class . |
| 489 | - rdf:type owl:Class ; | 489 | + |
| 490 | - rdfs:label "triethyleneglycol"^^xsd:string ; | 490 | +ep-material:Triethyleneglycol |
| 491 | - rdfs:subClassOf ep-material:Material . | 491 | + rdf:type owl:Class ; |
| 492 | - | 492 | + rdfs:label "triethyleneglycol"^^xsd:string ; |
| 493 | -ep-material:UnknownFluid | 493 | + rdfs:subClassOf ep-material:Material . |
| 494 | - rdf:type owl:Class ; | 494 | + |
| 495 | - rdfs:label "unknown fluid"^^xsd:string ; | 495 | +ep-material:UnknownFluid |
| 496 | - rdfs:subClassOf ep-material:Fluid . | 496 | + rdf:type owl:Class ; |
| 497 | - | 497 | + rdfs:label "unknown fluid"^^xsd:string ; |
| 498 | -ep-material:Vapour | 498 | + rdfs:subClassOf ep-material:Fluid . |
| 499 | - rdf:type owl:Class ; | 499 | + |
| 500 | - rdfs:label "vapour"^^xsd:string ; | 500 | +ep-material:Vapour |
| 501 | - rdfs:subClassOf ep-material:Material . | 501 | + rdf:type owl:Class ; |
| 502 | - | 502 | + rdfs:label "vapour"^^xsd:string ; |
| 503 | -ep-material:Water | 503 | + rdfs:subClassOf ep-material:Material . |
| 504 | - rdf:type owl:Class ; | 504 | + |
| 505 | - rdfs:label "water"^^xsd:string ; | 505 | +ep-material:Water |
| 506 | - rdfs:subClassOf ep-material:Material . | 506 | + rdf:type owl:Class ; |
| 507 | - | 507 | + rdfs:label "water"^^xsd:string ; |
| 508 | -ep-material:Water-discharge | 508 | + rdfs:subClassOf ep-material:Material . |
| 509 | - rdf:type owl:Class ; | 509 | + |
| 510 | - rdfs:label "water - discharge"^^xsd:string ; | 510 | +ep-material:Water-discharge |
| 511 | - rdfs:subClassOf ep-material:Material . | 511 | + rdf:type owl:Class ; |
| 512 | - | 512 | + rdfs:label "water - discharge"^^xsd:string ; |
| 513 | -ep-material:Water-processed | 513 | + rdfs:subClassOf ep-material:Material . |
| 514 | - rdf:type owl:Class ; | 514 | + |
| 515 | - rdfs:label "water - processed"^^xsd:string ; | 515 | +ep-material:Water-processed |
| 516 | - rdfs:subClassOf ep-material:Material . | 516 | + rdf:type owl:Class ; |
| 517 | - | 517 | + rdfs:label "water - processed"^^xsd:string ; |
| 518 | -ep-material:firstMaterialOfPair | 518 | + rdfs:subClassOf ep-material:Material . |
| 519 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 519 | + |
| 520 | - rdfs:domain ep-material:MaterialPair ; | 520 | +ep-material:firstMaterialOfPair |
| 521 | - rdfs:label "first material of pair"^^xsd:string ; | 521 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 522 | - rdfs:range ep-material:Material . | 522 | + rdfs:domain ep-material:MaterialPair ; |
| 523 | - | 523 | + rdfs:label "first material of pair"^^xsd:string ; |
| 524 | -ep-material:hasComponent | 524 | + rdfs:range ep-material:Material . |
| 525 | - rdf:type owl:TransitiveProperty ; | 525 | + |
| 526 | - rdfs:comment "A component is all part material of the class."^^xsd:string ; | 526 | +ep-material:hasComponent |
| 527 | - rdfs:domain ep-material:Material ; | 527 | + rdf:type owl:TransitiveProperty ; |
| 528 | - rdfs:label "hasComponent"^^xsd:string ; | 528 | + rdfs:comment "A component is all part material of the class."^^xsd:string ; |
| 529 | - rdfs:range ep-material:Material ; | 529 | + rdfs:domain ep-material:Material ; |
| 530 | - rdfs:subPropertyOf ep-core:hasPart . | 530 | + rdfs:label "hasComponent"^^xsd:string ; |
| 531 | - | 531 | + rdfs:range ep-material:Material ; |
| 532 | -ep-material:hasNonPrimaryComponent | 532 | + rdfs:subPropertyOf ep-core:hasPart . |
| 533 | - rdf:type owl:ObjectProperty ; | 533 | + |
| 534 | - rdfs:domain ep-material:Material ; | 534 | +ep-material:hasNonPrimaryComponent |
| 535 | - rdfs:label "has non-primary component"^^xsd:string ; | 535 | + rdf:type owl:ObjectProperty ; |
| 536 | - rdfs:range ep-material:Material ; | 536 | + rdfs:domain ep-material:Material ; |
| 537 | - rdfs:subPropertyOf ep-material:hasComponent . | 537 | + rdfs:label "has non-primary component"^^xsd:string ; |
| 538 | - | 538 | + rdfs:range ep-material:Material ; |
| 539 | -ep-material:hasPrimaryComponent | 539 | + rdfs:subPropertyOf ep-material:hasComponent . |
| 540 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 540 | + |
| 541 | - rdfs:domain ep-material:Material ; | 541 | +ep-material:hasPrimaryComponent |
| 542 | - rdfs:label "has primary component"^^xsd:string ; | 542 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 543 | - rdfs:range ep-material:Material ; | 543 | + rdfs:domain ep-material:Material ; |
| 544 | - rdfs:subPropertyOf ep-material:hasComponent . | 544 | + rdfs:label "has primary component"^^xsd:string ; |
| 545 | - | 545 | + rdfs:range ep-material:Material ; |
| 546 | -ep-material:massRatio | 546 | + rdfs:subPropertyOf ep-material:hasComponent . |
| 547 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 547 | + |
| 548 | - rdfs:domain ep-material:MaterialPair ; | 548 | +ep-material:massRatio |
| 549 | - rdfs:label "mass ratio"^^xsd:string ; | 549 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 550 | - rdfs:range ep-core:Ratio . | 550 | + rdfs:domain ep-material:MaterialPair ; |
| 551 | - | 551 | + rdfs:label "mass ratio"^^xsd:string ; |
| 552 | -ep-material:moleRatio | 552 | + rdfs:range ep-core:Ratio . |
| 553 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 553 | + |
| 554 | - rdfs:domain ep-material:MaterialPair ; | 554 | +ep-material:moleRatio |
| 555 | - rdfs:label "mole ratio"^^xsd:string ; | 555 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; |
| 556 | - rdfs:range ep-core:Ratio . | 556 | + rdfs:domain ep-material:MaterialPair ; |
| 557 | - | 557 | + rdfs:label "mole ratio"^^xsd:string ; |
| 558 | -ep-material:partMaterialOfPair | 558 | + rdfs:range ep-core:Ratio . |
| 559 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 559 | + |
| 560 | - rdfs:domain ep-material:MaterialPartWholePair ; | 560 | +ep-material:partMaterialOfPair |
| 561 | - rdfs:label "part material of pair"^^xsd:string ; | 561 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 562 | - rdfs:range ep-material:Material ; | 562 | + rdfs:domain ep-material:MaterialPartWholePair ; |
| 563 | - rdfs:subPropertyOf ep-material:firstMaterialOfPair . | 563 | + rdfs:label "part material of pair"^^xsd:string ; |
| 564 | - | 564 | + rdfs:range ep-material:Material ; |
| 565 | -ep-material:secondMaterialOfPair | 565 | + rdfs:subPropertyOf ep-material:firstMaterialOfPair . |
| 566 | - rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | 566 | + |
| 567 | - rdfs:domain ep-material:MaterialPair ; | 567 | +ep-material:secondMaterialOfPair |
| 568 | - rdfs:label "second material of pair"^^xsd:string ; | 568 | + rdf:type owl:ObjectProperty , owl:FunctionalProperty ; |
| 569 | - rdfs:range ep-material:Material . | 569 | + rdfs:domain ep-material:MaterialPair ; |
| 570 | - | 570 | + rdfs:label "second material of pair"^^xsd:string ; |
| 571 | -ep-material:substance-11dmcyPentane | 571 | + rdfs:range ep-material:Material . |
| 572 | - rdf:type owl:Class , ep-material:SubstanceType ; | 572 | + |
| 573 | - rdfs:label "11dmcy pentane"^^xsd:string ; | 573 | +ep-material:substance-11dmcyPentane |
| 574 | - rdfs:subClassOf ep-material:Material ; | 574 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 575 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . | 575 | + rdfs:label "11dmcy pentane"^^xsd:string ; |
| 576 | - | 576 | + rdfs:subClassOf ep-material:Material ; |
| 577 | -ep-material:substance-124tmBenzene | 577 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 578 | - rdf:type owl:Class , ep-material:SubstanceType ; | 578 | + <http://www.epim.no/schemas/mprml/1#FC_11dmcypentane> . |
| 579 | - rdfs:label "124tm benzene"^^xsd:string ; | 579 | + |
| 580 | - rdfs:subClassOf ep-material:Material ; | 580 | +ep-material:substance-124tmBenzene |
| 581 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . | 581 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 582 | - | 582 | + rdfs:label "124tm benzene"^^xsd:string ; |
| 583 | -ep-material:substance-12dmBenzene | 583 | + rdfs:subClassOf ep-material:Material ; |
| 584 | - rdf:type owl:Class , ep-material:SubstanceType ; | 584 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 585 | - rdfs:label "12dm benzene"^^xsd:string ; | 585 | + <http://www.epim.no/schemas/mprml/1#FC_124tmbenzene> . |
| 586 | - rdfs:subClassOf ep-material:Material ; | 586 | + |
| 587 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . | 587 | +ep-material:substance-12dmBenzene |
| 588 | - | 588 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 589 | -ep-material:substance-13dmBenzene | 589 | + rdfs:label "12dm benzene"^^xsd:string ; |
| 590 | - rdf:type owl:Class , ep-material:SubstanceType ; | 590 | + rdfs:subClassOf ep-material:Material ; |
| 591 | - rdfs:label "13dm benzene"^^xsd:string ; | 591 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 592 | - rdfs:subClassOf ep-material:Material ; | 592 | + <http://www.epim.no/schemas/mprml/1#FC_12dmbenzene> . |
| 593 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . | 593 | + |
| 594 | - | 594 | +ep-material:substance-13dmBenzene |
| 595 | -ep-material:substance-14dmBenzene | 595 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 596 | - rdf:type owl:Class , ep-material:SubstanceType ; | 596 | + rdfs:label "13dm benzene"^^xsd:string ; |
| 597 | - rdfs:label "14dm benzene"^^xsd:string ; | 597 | + rdfs:subClassOf ep-material:Material ; |
| 598 | - rdfs:subClassOf ep-material:Material ; | 598 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 599 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . | 599 | + <http://www.epim.no/schemas/mprml/1#FC_13dmbenzene> . |
| 600 | - | 600 | + |
| 601 | -ep-material:substance-223tmButane | 601 | +ep-material:substance-14dmBenzene |
| 602 | - rdf:type owl:Class , ep-material:SubstanceType ; | 602 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 603 | - rdfs:label "223tm butane"^^xsd:string ; | 603 | + rdfs:label "14dm benzene"^^xsd:string ; |
| 604 | - rdfs:subClassOf ep-material:Material ; | 604 | + rdfs:subClassOf ep-material:Material ; |
| 605 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . | 605 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 606 | - | 606 | + <http://www.epim.no/schemas/mprml/1#FC_14dmbenzene> . |
| 607 | -ep-material:substance-223tmPentane | 607 | + |
| 608 | - rdf:type owl:Class , ep-material:SubstanceType ; | 608 | +ep-material:substance-223tmButane |
| 609 | - rdfs:label "223tm pentane"^^xsd:string ; | 609 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 610 | - rdfs:subClassOf ep-material:Material ; | 610 | + rdfs:label "223tm butane"^^xsd:string ; |
| 611 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . | 611 | + rdfs:subClassOf ep-material:Material ; |
| 612 | - | 612 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 613 | -ep-material:substance-22dmButane | 613 | + <http://www.epim.no/schemas/mprml/1#FC_223tmbutane> . |
| 614 | - rdf:type owl:Class , ep-material:SubstanceType ; | 614 | + |
| 615 | - rdfs:label "22dm butane"^^xsd:string ; | 615 | +ep-material:substance-223tmPentane |
| 616 | - rdfs:subClassOf ep-material:Material ; | 616 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 617 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . | 617 | + rdfs:label "223tm pentane"^^xsd:string ; |
| 618 | - | 618 | + rdfs:subClassOf ep-material:Material ; |
| 619 | -ep-material:substance-22dmHexane | 619 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 620 | - rdf:type owl:Class , ep-material:SubstanceType ; | 620 | + <http://www.epim.no/schemas/mprml/1#FC_223tmpentane> . |
| 621 | - rdfs:label "22dm hexane"^^xsd:string ; | 621 | + |
| 622 | - rdfs:subClassOf ep-material:Material ; | 622 | +ep-material:substance-22dmButane |
| 623 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . | 623 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 624 | - | 624 | + rdfs:label "22dm butane"^^xsd:string ; |
| 625 | -ep-material:substance-22dmPentane | 625 | + rdfs:subClassOf ep-material:Material ; |
| 626 | - rdf:type owl:Class , ep-material:SubstanceType ; | 626 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 627 | - rdfs:label "22dm pentane"^^xsd:string ; | 627 | + <http://www.epim.no/schemas/mprml/1#FC_22dmbutane> . |
| 628 | - rdfs:subClassOf ep-material:Material ; | 628 | + |
| 629 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . | 629 | +ep-material:substance-22dmHexane |
| 630 | - | 630 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 631 | -ep-material:substance-22dmPropane | 631 | + rdfs:label "22dm hexane"^^xsd:string ; |
| 632 | - rdf:type owl:Class , ep-material:SubstanceType ; | 632 | + rdfs:subClassOf ep-material:Material ; |
| 633 | - rdfs:label "22dm propane"^^xsd:string ; | 633 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 634 | - rdfs:subClassOf ep-material:Material ; | 634 | + <http://www.epim.no/schemas/mprml/1#FC_22dmhexane> . |
| 635 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . | 635 | + |
| 636 | - | 636 | +ep-material:substance-22dmPentane |
| 637 | -ep-material:substance-23dmButane | 637 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 638 | - rdf:type owl:Class , ep-material:SubstanceType ; | 638 | + rdfs:label "22dm pentane"^^xsd:string ; |
| 639 | - rdfs:label "23dm butane"^^xsd:string ; | 639 | + rdfs:subClassOf ep-material:Material ; |
| 640 | - rdfs:subClassOf ep-material:Material ; | 640 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 641 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . | 641 | + <http://www.epim.no/schemas/mprml/1#FC_22dmpentane> . |
| 642 | - | 642 | + |
| 643 | -ep-material:substance-23dmPentane | 643 | +ep-material:substance-22dmPropane |
| 644 | - rdf:type owl:Class , ep-material:SubstanceType ; | 644 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 645 | - rdfs:label "23dm pentane"^^xsd:string ; | 645 | + rdfs:label "22dm propane"^^xsd:string ; |
| 646 | - rdfs:subClassOf ep-material:Material ; | 646 | + rdfs:subClassOf ep-material:Material ; |
| 647 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . | 647 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 648 | - | 648 | + <http://www.epim.no/schemas/mprml/1#FC_22dmpropane> . |
| 649 | -ep-material:substance-24dmHexane | 649 | + |
| 650 | - rdf:type owl:Class , ep-material:SubstanceType ; | 650 | +ep-material:substance-23dmButane |
| 651 | - rdfs:label "24dm hexane"^^xsd:string ; | 651 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 652 | - rdfs:subClassOf ep-material:Material ; | 652 | + rdfs:label "23dm butane"^^xsd:string ; |
| 653 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . | 653 | + rdfs:subClassOf ep-material:Material ; |
| 654 | - | 654 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 655 | -ep-material:substance-24dmPentane | 655 | + <http://www.epim.no/schemas/mprml/1#FC_23dmbutane> . |
| 656 | - rdf:type owl:Class , ep-material:SubstanceType ; | 656 | + |
| 657 | - rdfs:label "24dm pentane"^^xsd:string ; | 657 | +ep-material:substance-23dmPentane |
| 658 | - rdfs:subClassOf ep-material:Material ; | 658 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 659 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . | 659 | + rdfs:label "23dm pentane"^^xsd:string ; |
| 660 | - | 660 | + rdfs:subClassOf ep-material:Material ; |
| 661 | -ep-material:substance-25dmHexane | 661 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 662 | - rdf:type owl:Class , ep-material:SubstanceType ; | 662 | + <http://www.epim.no/schemas/mprml/1#FC_23dmpentane> . |
| 663 | - rdfs:label "25dm hexane"^^xsd:string ; | 663 | + |
| 664 | - rdfs:subClassOf ep-material:Material ; | 664 | +ep-material:substance-24dmHexane |
| 665 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . | 665 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 666 | - | 666 | + rdfs:label "24dm hexane"^^xsd:string ; |
| 667 | -ep-material:substance-2mButane | 667 | + rdfs:subClassOf ep-material:Material ; |
| 668 | - rdf:type owl:Class , ep-material:SubstanceType ; | 668 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 669 | - rdfs:label "2m butane"^^xsd:string ; | 669 | + <http://www.epim.no/schemas/mprml/1#FC_24dmhexane> . |
| 670 | - rdfs:subClassOf ep-material:Material ; | 670 | + |
| 671 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . | 671 | +ep-material:substance-24dmPentane |
| 672 | - | 672 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 673 | -ep-material:substance-2mHexane | 673 | + rdfs:label "24dm pentane"^^xsd:string ; |
| 674 | - rdf:type owl:Class , ep-material:SubstanceType ; | 674 | + rdfs:subClassOf ep-material:Material ; |
| 675 | - rdfs:label "2m hexane"^^xsd:string ; | 675 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 676 | - rdfs:subClassOf ep-material:Material ; | 676 | + <http://www.epim.no/schemas/mprml/1#FC_24dmpentane> . |
| 677 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . | 677 | + |
| 678 | - | 678 | +ep-material:substance-25dmHexane |
| 679 | -ep-material:substance-2mPentane | 679 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 680 | - rdf:type owl:Class , ep-material:SubstanceType ; | 680 | + rdfs:label "25dm hexane"^^xsd:string ; |
| 681 | - rdfs:label "2m pentane"^^xsd:string ; | 681 | + rdfs:subClassOf ep-material:Material ; |
| 682 | - rdfs:subClassOf ep-material:Material ; | 682 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 683 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . | 683 | + <http://www.epim.no/schemas/mprml/1#FC_25dmhexane> . |
| 684 | - | 684 | + |
| 685 | -ep-material:substance-2mPropane | 685 | +ep-material:substance-2mButane |
| 686 | - rdf:type owl:Class , ep-material:SubstanceType ; | 686 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 687 | - rdfs:label "2m propane"^^xsd:string ; | 687 | + rdfs:label "2m butane"^^xsd:string ; |
| 688 | - rdfs:subClassOf ep-material:Material ; | 688 | + rdfs:subClassOf ep-material:Material ; |
| 689 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . | 689 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 690 | - | 690 | + <http://www.epim.no/schemas/mprml/1#FC_2mbutane> . |
| 691 | -ep-material:substance-33dmPentane | 691 | + |
| 692 | - rdf:type owl:Class , ep-material:SubstanceType ; | 692 | +ep-material:substance-2mHexane |
| 693 | - rdfs:label "33dm pentane"^^xsd:string ; | 693 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 694 | - rdfs:subClassOf ep-material:Material ; | 694 | + rdfs:label "2m hexane"^^xsd:string ; |
| 695 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . | 695 | + rdfs:subClassOf ep-material:Material ; |
| 696 | - | 696 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 697 | -ep-material:substance-3etPentane | 697 | + <http://www.epim.no/schemas/mprml/1#FC_2mhexane> . |
| 698 | - rdf:type owl:Class , ep-material:SubstanceType ; | 698 | + |
| 699 | - rdfs:label "3et pentane"^^xsd:string ; | 699 | +ep-material:substance-2mPentane |
| 700 | - rdfs:subClassOf ep-material:Material ; | 700 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 701 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . | 701 | + rdfs:label "2m pentane"^^xsd:string ; |
| 702 | - | 702 | + rdfs:subClassOf ep-material:Material ; |
| 703 | -ep-material:substance-3mHexane | 703 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 704 | - rdf:type owl:Class , ep-material:SubstanceType ; | 704 | + <http://www.epim.no/schemas/mprml/1#FC_2mpentane> . |
| 705 | - rdfs:label "3m hexane"^^xsd:string ; | 705 | + |
| 706 | - rdfs:subClassOf ep-material:Material ; | 706 | +ep-material:substance-2mPropane |
| 707 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . | 707 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 708 | - | 708 | + rdfs:label "2m propane"^^xsd:string ; |
| 709 | -ep-material:substance-3mPentane | 709 | + rdfs:subClassOf ep-material:Material ; |
| 710 | - rdf:type owl:Class , ep-material:SubstanceType ; | 710 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 711 | - rdfs:label "3m pentane"^^xsd:string ; | 711 | + <http://www.epim.no/schemas/mprml/1#FC_2mpropane> . |
| 712 | - rdfs:subClassOf ep-material:Material ; | 712 | + |
| 713 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . | 713 | +ep-material:substance-33dmPentane |
| 714 | - | 714 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 715 | -ep-material:substance-Ar | 715 | + rdfs:label "33dm pentane"^^xsd:string ; |
| 716 | - rdf:type owl:Class , ep-material:SubstanceType ; | 716 | + rdfs:subClassOf ep-material:Material ; |
| 717 | - rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ; | 717 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 718 | - rdfs:subClassOf ep-material:Material ; | 718 | + <http://www.epim.no/schemas/mprml/1#FC_33dmpentane> . |
| 719 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_Ar> . | 719 | + |
| 720 | - | 720 | +ep-material:substance-3etPentane |
| 721 | -ep-material:substance-Benzene | 721 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 722 | - rdf:type owl:Class , ep-material:SubstanceType ; | 722 | + rdfs:label "3et pentane"^^xsd:string ; |
| 723 | - rdfs:label "benzene"^^xsd:string ; | 723 | + rdfs:subClassOf ep-material:Material ; |
| 724 | - rdfs:subClassOf ep-material:Material ; | 724 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 725 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_benzene> . | 725 | + <http://www.epim.no/schemas/mprml/1#FC_3etpentane> . |
| 726 | - | 726 | + |
| 727 | -ep-material:substance-Butane | 727 | +ep-material:substance-3mHexane |
| 728 | - rdf:type owl:Class , ep-material:SubstanceType ; | 728 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 729 | - rdfs:label "butane"^^xsd:string ; | 729 | + rdfs:label "3m hexane"^^xsd:string ; |
| 730 | - rdfs:subClassOf ep-material:Material ; | 730 | + rdfs:subClassOf ep-material:Material ; |
| 731 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_butane> . | 731 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 732 | - | 732 | + <http://www.epim.no/schemas/mprml/1#FC_3mhexane> . |
| 733 | -ep-material:substance-C11F | 733 | + |
| 734 | - rdf:type owl:Class , ep-material:SubstanceType ; | 734 | +ep-material:substance-3mPentane |
| 735 | - rdfs:label "C11F"^^xsd:string ; | 735 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 736 | - rdfs:subClassOf ep-material:Material ; | 736 | + rdfs:label "3m pentane"^^xsd:string ; |
| 737 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C11F> . | 737 | + rdfs:subClassOf ep-material:Material ; |
| 738 | - | 738 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 739 | -ep-material:substance-C12F | 739 | + <http://www.epim.no/schemas/mprml/1#FC_3mpentane> . |
| 740 | - rdf:type owl:Class , ep-material:SubstanceType ; | 740 | + |
| 741 | - rdfs:label "C12F"^^xsd:string ; | 741 | +ep-material:substance-Ar |
| 742 | - rdfs:subClassOf ep-material:Material ; | 742 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 743 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C12F> . | 743 | + rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ; |
| 744 | - | 744 | + rdfs:subClassOf ep-material:Material ; |
| 745 | -ep-material:substance-C13F | 745 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 746 | - rdf:type owl:Class , ep-material:SubstanceType ; | 746 | + <http://www.epim.no/schemas/mprml/1#FC_Ar> . |
| 747 | - rdfs:label "C13F"^^xsd:string ; | 747 | + |
| 748 | - rdfs:subClassOf ep-material:Material ; | 748 | +ep-material:substance-Benzene |
| 749 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C13F> . | 749 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 750 | - | 750 | + rdfs:label "benzene"^^xsd:string ; |
| 751 | -ep-material:substance-C13dmcyPentane | 751 | + rdfs:subClassOf ep-material:Material ; |
| 752 | - rdf:type owl:Class , ep-material:SubstanceType ; | 752 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 753 | - rdfs:label "c13dmcy pentane"^^xsd:string ; | 753 | + <http://www.epim.no/schemas/mprml/1#FC_benzene> . |
| 754 | - rdfs:subClassOf ep-material:Material ; | 754 | + |
| 755 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . | 755 | +ep-material:substance-Butane |
| 756 | - | 756 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 757 | -ep-material:substance-C14F | 757 | + rdfs:label "butane"^^xsd:string ; |
| 758 | - rdf:type owl:Class , ep-material:SubstanceType ; | 758 | + rdfs:subClassOf ep-material:Material ; |
| 759 | - rdfs:label "C14F"^^xsd:string ; | 759 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 760 | - rdfs:subClassOf ep-material:Material ; | 760 | + <http://www.epim.no/schemas/mprml/1#FC_butane> . |
| 761 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C14F> . | 761 | + |
| 762 | - | 762 | +ep-material:substance-C11F |
| 763 | -ep-material:substance-C15F | 763 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 764 | - rdf:type owl:Class , ep-material:SubstanceType ; | 764 | + rdfs:label "C11F"^^xsd:string ; |
| 765 | - rdfs:label "C15F"^^xsd:string ; | 765 | + rdfs:subClassOf ep-material:Material ; |
| 766 | - rdfs:subClassOf ep-material:Material ; | 766 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 767 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C15F> . | 767 | + <http://www.epim.no/schemas/mprml/1#FC_C11F> . |
| 768 | - | 768 | + |
| 769 | -ep-material:substance-C16F | 769 | +ep-material:substance-C12F |
| 770 | - rdf:type owl:Class , ep-material:SubstanceType ; | 770 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 771 | - rdfs:label "C16F"^^xsd:string ; | 771 | + rdfs:label "C12F"^^xsd:string ; |
| 772 | - rdfs:subClassOf ep-material:Material ; | 772 | + rdfs:subClassOf ep-material:Material ; |
| 773 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C16F> . | 773 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 774 | - | 774 | + <http://www.epim.no/schemas/mprml/1#FC_C12F> . |
| 775 | -ep-material:substance-C17F | 775 | + |
| 776 | - rdf:type owl:Class , ep-material:SubstanceType ; | 776 | +ep-material:substance-C13F |
| 777 | - rdfs:label "C17F"^^xsd:string ; | 777 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 778 | - rdfs:subClassOf ep-material:Material ; | 778 | + rdfs:label "C13F"^^xsd:string ; |
| 779 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C17F> . | 779 | + rdfs:subClassOf ep-material:Material ; |
| 780 | - | 780 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 781 | -ep-material:substance-C18F | 781 | + <http://www.epim.no/schemas/mprml/1#FC_C13F> . |
| 782 | - rdf:type owl:Class , ep-material:SubstanceType ; | 782 | + |
| 783 | - rdfs:label "C18F"^^xsd:string ; | 783 | +ep-material:substance-C13dmcyPentane |
| 784 | - rdfs:subClassOf ep-material:Material ; | 784 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 785 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C18F> . | 785 | + rdfs:label "c13dmcy pentane"^^xsd:string ; |
| 786 | - | 786 | + rdfs:subClassOf ep-material:Material ; |
| 787 | -ep-material:substance-C19F | 787 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 788 | - rdf:type owl:Class , ep-material:SubstanceType ; | 788 | + <http://www.epim.no/schemas/mprml/1#FC_c13dmcypentane> . |
| 789 | - rdfs:label "C19F"^^xsd:string ; | 789 | + |
| 790 | - rdfs:subClassOf ep-material:Material ; | 790 | +ep-material:substance-C14F |
| 791 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C19F> . | 791 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 792 | - | 792 | + rdfs:label "C14F"^^xsd:string ; |
| 793 | -ep-material:substance-C20F | 793 | + rdfs:subClassOf ep-material:Material ; |
| 794 | - rdf:type owl:Class , ep-material:SubstanceType ; | 794 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 795 | - rdfs:label "C20F"^^xsd:string ; | 795 | + <http://www.epim.no/schemas/mprml/1#FC_C14F> . |
| 796 | - rdfs:subClassOf ep-material:Material ; | 796 | + |
| 797 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C20F> . | 797 | +ep-material:substance-C15F |
| 798 | - | 798 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 799 | -ep-material:substance-C21F | 799 | + rdfs:label "C15F"^^xsd:string ; |
| 800 | - rdf:type owl:Class , ep-material:SubstanceType ; | 800 | + rdfs:subClassOf ep-material:Material ; |
| 801 | - rdfs:label "C21F"^^xsd:string ; | 801 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 802 | - rdfs:subClassOf ep-material:Material ; | 802 | + <http://www.epim.no/schemas/mprml/1#FC_C15F> . |
| 803 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C21F> . | 803 | + |
| 804 | - | 804 | +ep-material:substance-C16F |
| 805 | -ep-material:substance-C22F | 805 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 806 | - rdf:type owl:Class , ep-material:SubstanceType ; | 806 | + rdfs:label "C16F"^^xsd:string ; |
| 807 | - rdfs:label "C22F"^^xsd:string ; | 807 | + rdfs:subClassOf ep-material:Material ; |
| 808 | - rdfs:subClassOf ep-material:Material ; | 808 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 809 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C22F> . | 809 | + <http://www.epim.no/schemas/mprml/1#FC_C16F> . |
| 810 | - | 810 | + |
| 811 | -ep-material:substance-C23F | 811 | +ep-material:substance-C17F |
| 812 | - rdf:type owl:Class , ep-material:SubstanceType ; | 812 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 813 | - rdfs:label "C23F"^^xsd:string ; | 813 | + rdfs:label "C17F"^^xsd:string ; |
| 814 | - rdfs:subClassOf ep-material:Material ; | 814 | + rdfs:subClassOf ep-material:Material ; |
| 815 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C23F> . | 815 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 816 | - | 816 | + <http://www.epim.no/schemas/mprml/1#FC_C17F> . |
| 817 | -ep-material:substance-C24F | 817 | + |
| 818 | - rdf:type owl:Class , ep-material:SubstanceType ; | 818 | +ep-material:substance-C18F |
| 819 | - rdfs:label "C24F"^^xsd:string ; | 819 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 820 | - rdfs:subClassOf ep-material:Material ; | 820 | + rdfs:label "C18F"^^xsd:string ; |
| 821 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C24F> . | 821 | + rdfs:subClassOf ep-material:Material ; |
| 822 | - | 822 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 823 | -ep-material:substance-C25F | 823 | + <http://www.epim.no/schemas/mprml/1#FC_C18F> . |
| 824 | - rdf:type owl:Class , ep-material:SubstanceType ; | 824 | + |
| 825 | - rdfs:label "C25F"^^xsd:string ; | 825 | +ep-material:substance-C19F |
| 826 | - rdfs:subClassOf ep-material:Material ; | 826 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 827 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C25F> . | 827 | + rdfs:label "C19F"^^xsd:string ; |
| 828 | - | 828 | + rdfs:subClassOf ep-material:Material ; |
| 829 | -ep-material:substance-C26F | 829 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 830 | - rdf:type owl:Class , ep-material:SubstanceType ; | 830 | + <http://www.epim.no/schemas/mprml/1#FC_C19F> . |
| 831 | - rdfs:label "C26F"^^xsd:string ; | 831 | + |
| 832 | - rdfs:subClassOf ep-material:Material ; | 832 | +ep-material:substance-C20F |
| 833 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C26F> . | 833 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 834 | - | 834 | + rdfs:label "C20F"^^xsd:string ; |
| 835 | -ep-material:substance-C27F | 835 | + rdfs:subClassOf ep-material:Material ; |
| 836 | - rdf:type owl:Class , ep-material:SubstanceType ; | 836 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 837 | - rdfs:label "C27F"^^xsd:string ; | 837 | + <http://www.epim.no/schemas/mprml/1#FC_C20F> . |
| 838 | - rdfs:subClassOf ep-material:Material ; | 838 | + |
| 839 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C27F> . | 839 | +ep-material:substance-C21F |
| 840 | - | 840 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 841 | -ep-material:substance-C28F | 841 | + rdfs:label "C21F"^^xsd:string ; |
| 842 | - rdf:type owl:Class , ep-material:SubstanceType ; | 842 | + rdfs:subClassOf ep-material:Material ; |
| 843 | - rdfs:label "C28F"^^xsd:string ; | 843 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 844 | - rdfs:subClassOf ep-material:Material ; | 844 | + <http://www.epim.no/schemas/mprml/1#FC_C21F> . |
| 845 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C28F> . | 845 | + |
| 846 | - | 846 | +ep-material:substance-C22F |
| 847 | -ep-material:substance-C29F | 847 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 848 | - rdf:type owl:Class , ep-material:SubstanceType ; | 848 | + rdfs:label "C22F"^^xsd:string ; |
| 849 | - rdfs:label "C29F"^^xsd:string ; | 849 | + rdfs:subClassOf ep-material:Material ; |
| 850 | - rdfs:subClassOf ep-material:Material ; | 850 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 851 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C29F> . | 851 | + <http://www.epim.no/schemas/mprml/1#FC_C22F> . |
| 852 | - | 852 | + |
| 853 | -ep-material:substance-C30F | 853 | +ep-material:substance-C23F |
| 854 | - rdf:type owl:Class , ep-material:SubstanceType ; | 854 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 855 | - rdfs:label "C30F"^^xsd:string ; | 855 | + rdfs:label "C23F"^^xsd:string ; |
| 856 | - rdfs:subClassOf ep-material:Material ; | 856 | + rdfs:subClassOf ep-material:Material ; |
| 857 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C30F> . | 857 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 858 | - | 858 | + <http://www.epim.no/schemas/mprml/1#FC_C23F> . |
| 859 | -ep-material:substance-C31F | 859 | + |
| 860 | - rdf:type owl:Class , ep-material:SubstanceType ; | 860 | +ep-material:substance-C24F |
| 861 | - rdfs:label "C31F"^^xsd:string ; | 861 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 862 | - rdfs:subClassOf ep-material:Material ; | 862 | + rdfs:label "C24F"^^xsd:string ; |
| 863 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C31F> . | 863 | + rdfs:subClassOf ep-material:Material ; |
| 864 | - | 864 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 865 | -ep-material:substance-C32F | 865 | + <http://www.epim.no/schemas/mprml/1#FC_C24F> . |
| 866 | - rdf:type owl:Class , ep-material:SubstanceType ; | 866 | + |
| 867 | - rdfs:label "C32F"^^xsd:string ; | 867 | +ep-material:substance-C25F |
| 868 | - rdfs:subClassOf ep-material:Material ; | 868 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 869 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C32F> . | 869 | + rdfs:label "C25F"^^xsd:string ; |
| 870 | - | 870 | + rdfs:subClassOf ep-material:Material ; |
| 871 | -ep-material:substance-C33F | 871 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 872 | - rdf:type owl:Class , ep-material:SubstanceType ; | 872 | + <http://www.epim.no/schemas/mprml/1#FC_C25F> . |
| 873 | - rdfs:label "C33F"^^xsd:string ; | 873 | + |
| 874 | - rdfs:subClassOf ep-material:Material ; | 874 | +ep-material:substance-C26F |
| 875 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C33F> . | 875 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 876 | - | 876 | + rdfs:label "C26F"^^xsd:string ; |
| 877 | -ep-material:substance-C34F | 877 | + rdfs:subClassOf ep-material:Material ; |
| 878 | - rdf:type owl:Class , ep-material:SubstanceType ; | 878 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 879 | - rdfs:label "C34F"^^xsd:string ; | 879 | + <http://www.epim.no/schemas/mprml/1#FC_C26F> . |
| 880 | - rdfs:subClassOf ep-material:Material ; | 880 | + |
| 881 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C34F> . | 881 | +ep-material:substance-C27F |
| 882 | - | 882 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 883 | -ep-material:substance-C35F | 883 | + rdfs:label "C27F"^^xsd:string ; |
| 884 | - rdf:type owl:Class , ep-material:SubstanceType ; | 884 | + rdfs:subClassOf ep-material:Material ; |
| 885 | - rdfs:label "C35F"^^xsd:string ; | 885 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 886 | - rdfs:subClassOf ep-material:Material ; | 886 | + <http://www.epim.no/schemas/mprml/1#FC_C27F> . |
| 887 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C35F> . | 887 | + |
| 888 | - | 888 | +ep-material:substance-C28F |
| 889 | -ep-material:substance-C36F | 889 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 890 | - rdf:type owl:Class , ep-material:SubstanceType ; | 890 | + rdfs:label "C28F"^^xsd:string ; |
| 891 | - rdfs:label "C36F"^^xsd:string ; | 891 | + rdfs:subClassOf ep-material:Material ; |
| 892 | - rdfs:subClassOf ep-material:Material ; | 892 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 893 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C36F> . | 893 | + <http://www.epim.no/schemas/mprml/1#FC_C28F> . |
| 894 | - | 894 | + |
| 895 | -ep-material:substance-C37F | 895 | +ep-material:substance-C29F |
| 896 | - rdf:type owl:Class , ep-material:SubstanceType ; | 896 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 897 | - rdfs:label "C37F"^^xsd:string ; | 897 | + rdfs:label "C29F"^^xsd:string ; |
| 898 | - rdfs:subClassOf ep-material:Material ; | 898 | + rdfs:subClassOf ep-material:Material ; |
| 899 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C37F> . | 899 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 900 | - | 900 | + <http://www.epim.no/schemas/mprml/1#FC_C29F> . |
| 901 | -ep-material:substance-C38F | 901 | + |
| 902 | - rdf:type owl:Class , ep-material:SubstanceType ; | 902 | +ep-material:substance-C30F |
| 903 | - rdfs:label "C38F"^^xsd:string ; | 903 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 904 | - rdfs:subClassOf ep-material:Material ; | 904 | + rdfs:label "C30F"^^xsd:string ; |
| 905 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C38F> . | 905 | + rdfs:subClassOf ep-material:Material ; |
| 906 | - | 906 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 907 | -ep-material:substance-C39F | 907 | + <http://www.epim.no/schemas/mprml/1#FC_C30F> . |
| 908 | - rdf:type owl:Class , ep-material:SubstanceType ; | 908 | + |
| 909 | - rdfs:label "C39F"^^xsd:string ; | 909 | +ep-material:substance-C31F |
| 910 | - rdfs:subClassOf ep-material:Material ; | 910 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 911 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C39F> . | 911 | + rdfs:label "C31F"^^xsd:string ; |
| 912 | - | 912 | + rdfs:subClassOf ep-material:Material ; |
| 913 | -ep-material:substance-C40F | 913 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 914 | - rdf:type owl:Class , ep-material:SubstanceType ; | 914 | + <http://www.epim.no/schemas/mprml/1#FC_C31F> . |
| 915 | - rdfs:label "C40F"^^xsd:string ; | 915 | + |
| 916 | - rdfs:subClassOf ep-material:Material ; | 916 | +ep-material:substance-C32F |
| 917 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C40F> . | 917 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 918 | - | 918 | + rdfs:label "C32F"^^xsd:string ; |
| 919 | -ep-material:substance-C41F | 919 | + rdfs:subClassOf ep-material:Material ; |
| 920 | - rdf:type owl:Class , ep-material:SubstanceType ; | 920 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 921 | - rdfs:label "C41F"^^xsd:string ; | 921 | + <http://www.epim.no/schemas/mprml/1#FC_C32F> . |
| 922 | - rdfs:subClassOf ep-material:Material ; | 922 | + |
| 923 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C41F> . | 923 | +ep-material:substance-C33F |
| 924 | - | 924 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 925 | -ep-material:substance-C42F | 925 | + rdfs:label "C33F"^^xsd:string ; |
| 926 | - rdf:type owl:Class , ep-material:SubstanceType ; | 926 | + rdfs:subClassOf ep-material:Material ; |
| 927 | - rdfs:label "C42F"^^xsd:string ; | 927 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 928 | - rdfs:subClassOf ep-material:Material ; | 928 | + <http://www.epim.no/schemas/mprml/1#FC_C33F> . |
| 929 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C42F> . | 929 | + |
| 930 | - | 930 | +ep-material:substance-C34F |
| 931 | -ep-material:substance-C43F | 931 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 932 | - rdf:type owl:Class , ep-material:SubstanceType ; | 932 | + rdfs:label "C34F"^^xsd:string ; |
| 933 | - rdfs:label "C43F"^^xsd:string ; | 933 | + rdfs:subClassOf ep-material:Material ; |
| 934 | - rdfs:subClassOf ep-material:Material ; | 934 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 935 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C43F> . | 935 | + <http://www.epim.no/schemas/mprml/1#FC_C34F> . |
| 936 | - | 936 | + |
| 937 | -ep-material:substance-C44F | 937 | +ep-material:substance-C35F |
| 938 | - rdf:type owl:Class , ep-material:SubstanceType ; | 938 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 939 | - rdfs:label "C44F"^^xsd:string ; | 939 | + rdfs:label "C35F"^^xsd:string ; |
| 940 | - rdfs:subClassOf ep-material:Material ; | 940 | + rdfs:subClassOf ep-material:Material ; |
| 941 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C44F> . | 941 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 942 | - | 942 | + <http://www.epim.no/schemas/mprml/1#FC_C35F> . |
| 943 | -ep-material:substance-C45F | 943 | + |
| 944 | - rdf:type owl:Class , ep-material:SubstanceType ; | 944 | +ep-material:substance-C36F |
| 945 | - rdfs:label "C45F"^^xsd:string ; | 945 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 946 | - rdfs:subClassOf ep-material:Material ; | 946 | + rdfs:label "C36F"^^xsd:string ; |
| 947 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C45F> . | 947 | + rdfs:subClassOf ep-material:Material ; |
| 948 | - | 948 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 949 | -ep-material:substance-C46F | 949 | + <http://www.epim.no/schemas/mprml/1#FC_C36F> . |
| 950 | - rdf:type owl:Class , ep-material:SubstanceType ; | 950 | + |
| 951 | - rdfs:label "C46F"^^xsd:string ; | 951 | +ep-material:substance-C37F |
| 952 | - rdfs:subClassOf ep-material:Material ; | 952 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 953 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C46F> . | 953 | + rdfs:label "C37F"^^xsd:string ; |
| 954 | - | 954 | + rdfs:subClassOf ep-material:Material ; |
| 955 | -ep-material:substance-C47F | 955 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 956 | - rdf:type owl:Class , ep-material:SubstanceType ; | 956 | + <http://www.epim.no/schemas/mprml/1#FC_C37F> . |
| 957 | - rdfs:label "C47F"^^xsd:string ; | 957 | + |
| 958 | - rdfs:subClassOf ep-material:Material ; | 958 | +ep-material:substance-C38F |
| 959 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C47F> . | 959 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 960 | - | 960 | + rdfs:label "C38F"^^xsd:string ; |
| 961 | -ep-material:substance-C48F | 961 | + rdfs:subClassOf ep-material:Material ; |
| 962 | - rdf:type owl:Class , ep-material:SubstanceType ; | 962 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 963 | - rdfs:label "C48F"^^xsd:string ; | 963 | + <http://www.epim.no/schemas/mprml/1#FC_C38F> . |
| 964 | - rdfs:subClassOf ep-material:Material ; | 964 | + |
| 965 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C48F> . | 965 | +ep-material:substance-C39F |
| 966 | - | 966 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 967 | -ep-material:substance-C49F | 967 | + rdfs:label "C39F"^^xsd:string ; |
| 968 | - rdf:type owl:Class , ep-material:SubstanceType ; | 968 | + rdfs:subClassOf ep-material:Material ; |
| 969 | - rdfs:label "C49F"^^xsd:string ; | 969 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 970 | - rdfs:subClassOf ep-material:Material ; | 970 | + <http://www.epim.no/schemas/mprml/1#FC_C39F> . |
| 971 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_C49F> . | 971 | + |
| 972 | - | 972 | +ep-material:substance-C40F |
| 973 | -ep-material:substance-CO2 | 973 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 974 | - rdf:type owl:Class , ep-material:SubstanceType ; | 974 | + rdfs:label "C40F"^^xsd:string ; |
| 975 | - rdfs:label "CO2"^^xsd:string ; | 975 | + rdfs:subClassOf ep-material:Material ; |
| 976 | - rdfs:subClassOf ep-material:Material ; | 976 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 977 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_CO2> . | 977 | + <http://www.epim.no/schemas/mprml/1#FC_C40F> . |
| 978 | - | 978 | + |
| 979 | -ep-material:substance-Cyclohexane | 979 | +ep-material:substance-C41F |
| 980 | - rdf:type owl:Class , ep-material:SubstanceType ; | 980 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 981 | - rdfs:label "cyclohexane"^^xsd:string ; | 981 | + rdfs:label "C41F"^^xsd:string ; |
| 982 | - rdfs:subClassOf ep-material:Material ; | 982 | + rdfs:subClassOf ep-material:Material ; |
| 983 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . | 983 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 984 | - | 984 | + <http://www.epim.no/schemas/mprml/1#FC_C41F> . |
| 985 | -ep-material:substance-Cyclopentane | 985 | + |
| 986 | - rdf:type owl:Class , ep-material:SubstanceType ; | 986 | +ep-material:substance-C42F |
| 987 | - rdfs:label "cyclopentane"^^xsd:string ; | 987 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 988 | - rdfs:subClassOf ep-material:Material ; | 988 | + rdfs:label "C42F"^^xsd:string ; |
| 989 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . | 989 | + rdfs:subClassOf ep-material:Material ; |
| 990 | - | 990 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 991 | -ep-material:substance-Decanes | 991 | + <http://www.epim.no/schemas/mprml/1#FC_C42F> . |
| 992 | - rdf:type owl:Class , ep-material:SubstanceType ; | 992 | + |
| 993 | - rdfs:label "decanes"^^xsd:string ; | 993 | +ep-material:substance-C43F |
| 994 | - rdfs:subClassOf ep-material:Material ; | 994 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 995 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_decanes> . | 995 | + rdfs:label "C43F"^^xsd:string ; |
| 996 | - | 996 | + rdfs:subClassOf ep-material:Material ; |
| 997 | -ep-material:substance-EtBenzene | 997 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 998 | - rdf:type owl:Class , ep-material:SubstanceType ; | 998 | + <http://www.epim.no/schemas/mprml/1#FC_C43F> . |
| 999 | - rdfs:label "et benzene"^^xsd:string ; | 999 | + |
| 1000 | - rdfs:subClassOf ep-material:Material ; | 1000 | +ep-material:substance-C44F |
| 1001 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . | 1001 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1002 | - | 1002 | + rdfs:label "C44F"^^xsd:string ; |
| 1003 | -ep-material:substance-EtcyPentane | 1003 | + rdfs:subClassOf ep-material:Material ; |
| 1004 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1004 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1005 | - rdfs:label "etcy pentane"^^xsd:string ; | 1005 | + <http://www.epim.no/schemas/mprml/1#FC_C44F> . |
| 1006 | - rdfs:subClassOf ep-material:Material ; | 1006 | + |
| 1007 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . | 1007 | +ep-material:substance-C45F |
| 1008 | - | 1008 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1009 | -ep-material:substance-Ethane | 1009 | + rdfs:label "C45F"^^xsd:string ; |
| 1010 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1010 | + rdfs:subClassOf ep-material:Material ; |
| 1011 | - rdfs:label "ethane"^^xsd:string ; | 1011 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1012 | - rdfs:subClassOf ep-material:Material ; | 1012 | + <http://www.epim.no/schemas/mprml/1#FC_C45F> . |
| 1013 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_ethane> . | 1013 | + |
| 1014 | - | 1014 | +ep-material:substance-C46F |
| 1015 | -ep-material:substance-H2 | 1015 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1016 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1016 | + rdfs:label "C46F"^^xsd:string ; |
| 1017 | - rdfs:label "H2"^^xsd:string ; | 1017 | + rdfs:subClassOf ep-material:Material ; |
| 1018 | - rdfs:subClassOf ep-material:Material ; | 1018 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1019 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2> . | 1019 | + <http://www.epim.no/schemas/mprml/1#FC_C46F> . |
| 1020 | - | 1020 | + |
| 1021 | -ep-material:substance-H2O | 1021 | +ep-material:substance-C47F |
| 1022 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1022 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1023 | - rdfs:label "H2O"^^xsd:string ; | 1023 | + rdfs:label "C47F"^^xsd:string ; |
| 1024 | - rdfs:subClassOf ep-material:Material ; | 1024 | + rdfs:subClassOf ep-material:Material ; |
| 1025 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2O> . | 1025 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1026 | - | 1026 | + <http://www.epim.no/schemas/mprml/1#FC_C47F> . |
| 1027 | -ep-material:substance-H2S | 1027 | + |
| 1028 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1028 | +ep-material:substance-C48F |
| 1029 | - rdfs:label "H2S"^^xsd:string ; | 1029 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1030 | - rdfs:subClassOf ep-material:Material ; | 1030 | + rdfs:label "C48F"^^xsd:string ; |
| 1031 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_H2S> . | 1031 | + rdfs:subClassOf ep-material:Material ; |
| 1032 | - | 1032 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1033 | -ep-material:substance-Heptanes | 1033 | + <http://www.epim.no/schemas/mprml/1#FC_C48F> . |
| 1034 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1034 | + |
| 1035 | - rdfs:label "heptanes"^^xsd:string ; | 1035 | +ep-material:substance-C49F |
| 1036 | - rdfs:subClassOf ep-material:Material ; | 1036 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1037 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_heptanes> . | 1037 | + rdfs:label "C49F"^^xsd:string ; |
| 1038 | - | 1038 | + rdfs:subClassOf ep-material:Material ; |
| 1039 | -ep-material:substance-Hexane | 1039 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1040 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1040 | + <http://www.epim.no/schemas/mprml/1#FC_C49F> . |
| 1041 | - rdfs:label "hexane"^^xsd:string ; | 1041 | + |
| 1042 | - rdfs:subClassOf ep-material:Material ; | 1042 | +ep-material:substance-CO2 |
| 1043 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexane> . | 1043 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1044 | - | 1044 | + rdfs:label "CO2"^^xsd:string ; |
| 1045 | -ep-material:substance-Hexanes | 1045 | + rdfs:subClassOf ep-material:Material ; |
| 1046 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1046 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1047 | - rdfs:label "hexanes"^^xsd:string ; | 1047 | + <http://www.epim.no/schemas/mprml/1#FC_CO2> . |
| 1048 | - rdfs:subClassOf ep-material:Material ; | 1048 | + |
| 1049 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | 1049 | +ep-material:substance-Cyclohexane |
| 1050 | - | 1050 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1051 | -ep-material:substance-MBenzene | 1051 | + rdfs:label "cyclohexane"^^xsd:string ; |
| 1052 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1052 | + rdfs:subClassOf ep-material:Material ; |
| 1053 | - rdfs:label "m benzene"^^xsd:string ; | 1053 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1054 | - rdfs:subClassOf ep-material:Material ; | 1054 | + <http://www.epim.no/schemas/mprml/1#FC_cyclohexane> . |
| 1055 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | 1055 | + |
| 1056 | - | 1056 | +ep-material:substance-Cyclopentane |
| 1057 | -ep-material:substance-McyHexane | 1057 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1058 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1058 | + rdfs:label "cyclopentane"^^xsd:string ; |
| 1059 | - rdfs:label "mcy hexane"^^xsd:string ; | 1059 | + rdfs:subClassOf ep-material:Material ; |
| 1060 | - rdfs:subClassOf ep-material:Material ; | 1060 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1061 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | 1061 | + <http://www.epim.no/schemas/mprml/1#FC_cyclopentane> . |
| 1062 | - | 1062 | + |
| 1063 | -ep-material:substance-McyPentane | 1063 | +ep-material:substance-Decanes |
| 1064 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1064 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1065 | - rdfs:label "mcy pentane"^^xsd:string ; | 1065 | + rdfs:label "decanes"^^xsd:string ; |
| 1066 | - rdfs:subClassOf ep-material:Material ; | 1066 | + rdfs:subClassOf ep-material:Material ; |
| 1067 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | 1067 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1068 | - | 1068 | + <http://www.epim.no/schemas/mprml/1#FC_decanes> . |
| 1069 | -ep-material:substance-Methane | 1069 | + |
| 1070 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1070 | +ep-material:substance-EtBenzene |
| 1071 | - rdfs:label "methane"^^xsd:string ; | 1071 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1072 | - rdfs:subClassOf ep-material:Material ; | 1072 | + rdfs:label "et benzene"^^xsd:string ; |
| 1073 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_methane> . | 1073 | + rdfs:subClassOf ep-material:Material ; |
| 1074 | - | 1074 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1075 | -ep-material:substance-N2 | 1075 | + <http://www.epim.no/schemas/mprml/1#FC_etbenzene> . |
| 1076 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1076 | + |
| 1077 | - rdfs:label "N2"^^xsd:string ; | 1077 | +ep-material:substance-EtcyPentane |
| 1078 | - rdfs:subClassOf ep-material:Material ; | 1078 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1079 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_N2> . | 1079 | + rdfs:label "etcy pentane"^^xsd:string ; |
| 1080 | - | 1080 | + rdfs:subClassOf ep-material:Material ; |
| 1081 | -ep-material:substance-Nonanes | 1081 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1082 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1082 | + <http://www.epim.no/schemas/mprml/1#FC_etcypentane> . |
| 1083 | - rdfs:label "nonanes"^^xsd:string ; | 1083 | + |
| 1084 | - rdfs:subClassOf ep-material:Material ; | 1084 | +ep-material:substance-Ethane |
| 1085 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | 1085 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1086 | - | 1086 | + rdfs:label "ethane"^^xsd:string ; |
| 1087 | -ep-material:substance-O2 | 1087 | + rdfs:subClassOf ep-material:Material ; |
| 1088 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1088 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1089 | - rdfs:label "O2"^^xsd:string ; | 1089 | + <http://www.epim.no/schemas/mprml/1#FC_ethane> . |
| 1090 | - rdfs:subClassOf ep-material:Material ; | 1090 | + |
| 1091 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_O2> . | 1091 | +ep-material:substance-H2 |
| 1092 | - | 1092 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1093 | -ep-material:substance-Octanes | 1093 | + rdfs:label "H2"^^xsd:string ; |
| 1094 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1094 | + rdfs:subClassOf ep-material:Material ; |
| 1095 | - rdfs:label "octanes"^^xsd:string ; | 1095 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1096 | - rdfs:subClassOf ep-material:Material ; | 1096 | + <http://www.epim.no/schemas/mprml/1#FC_H2> . |
| 1097 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_octanes> . | 1097 | + |
| 1098 | - | 1098 | +ep-material:substance-H2O |
| 1099 | -ep-material:substance-T12dmcyPentane | 1099 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1100 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1100 | + rdfs:label "H2O"^^xsd:string ; |
| 1101 | - rdfs:label "t12dmcy pentane"^^xsd:string ; | 1101 | + rdfs:subClassOf ep-material:Material ; |
| 1102 | - rdfs:subClassOf ep-material:Material ; | 1102 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1103 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | 1103 | + <http://www.epim.no/schemas/mprml/1#FC_H2O> . |
| 1104 | - | 1104 | + |
| 1105 | -ep-material:substance-T13dmcyPentane | 1105 | +ep-material:substance-H2S |
| 1106 | - rdf:type owl:Class , ep-material:SubstanceType ; | 1106 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1107 | - rdfs:label "t13dmcy pentane"^^xsd:string ; | 1107 | + rdfs:label "H2S"^^xsd:string ; |
| 1108 | - rdfs:subClassOf ep-material:Material ; | 1108 | + rdfs:subClassOf ep-material:Material ; |
| 1109 | - ep-prodcore:mapsTo <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | 1109 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1110 | - | 1110 | + <http://www.epim.no/schemas/mprml/1#FC_H2S> . |
| 1111 | -ep-material:volumeRatio | 1111 | + |
| 1112 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1112 | +ep-material:substance-Heptanes |
| 1113 | - rdfs:domain ep-material:MaterialPair ; | 1113 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1114 | - rdfs:label "volume ratio"^^xsd:string ; | 1114 | + rdfs:label "heptanes"^^xsd:string ; |
| 1115 | - rdfs:range ep-core:Ratio . | 1115 | + rdfs:subClassOf ep-material:Material ; |
| 1116 | - | 1116 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> |
| 1117 | -ep-material:wholeMaterialOfPair | 1117 | + <http://www.epim.no/schemas/mprml/1#FC_heptanes> . |
| 1118 | - rdf:type owl:ObjectProperty , owl:FunctionalProperty ; | 1118 | + |
| 1119 | - rdfs:domain ep-material:MaterialPartWholePair ; | 1119 | +ep-material:substance-Hexane |
| 1120 | - rdfs:label "whole material of pair"^^xsd:string ; | 1120 | + rdf:type ep-material:SubstanceType , owl:Class ; |
| 1121 | - rdfs:range ep-material:Material ; | 1121 | + rdfs:label "hexane"^^xsd:string ; |
| 1122 | - rdfs:subPropertyOf ep-material:secondMaterialOfPair . | 1122 | + rdfs:subClassOf ep-material:Material ; |
| 1123 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1124 | + <http://www.epim.no/schemas/mprml/1#FC_hexane> . | ||
| 1125 | + | ||
| 1126 | +ep-material:substance-Hexanes | ||
| 1127 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1128 | + rdfs:label "hexanes"^^xsd:string ; | ||
| 1129 | + rdfs:subClassOf ep-material:Material ; | ||
| 1130 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1131 | + <http://www.epim.no/schemas/mprml/1#FC_hexanes> . | ||
| 1132 | + | ||
| 1133 | +ep-material:substance-MBenzene | ||
| 1134 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1135 | + rdfs:label "m benzene"^^xsd:string ; | ||
| 1136 | + rdfs:subClassOf ep-material:Material ; | ||
| 1137 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1138 | + <http://www.epim.no/schemas/mprml/1#FC_mbenzene> . | ||
| 1139 | + | ||
| 1140 | +ep-material:substance-McyHexane | ||
| 1141 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1142 | + rdfs:label "mcy hexane"^^xsd:string ; | ||
| 1143 | + rdfs:subClassOf ep-material:Material ; | ||
| 1144 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1145 | + <http://www.epim.no/schemas/mprml/1#FC_mcyhexane> . | ||
| 1146 | + | ||
| 1147 | +ep-material:substance-McyPentane | ||
| 1148 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1149 | + rdfs:label "mcy pentane"^^xsd:string ; | ||
| 1150 | + rdfs:subClassOf ep-material:Material ; | ||
| 1151 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1152 | + <http://www.epim.no/schemas/mprml/1#FC_mcypentane> . | ||
| 1153 | + | ||
| 1154 | +ep-material:substance-Methane | ||
| 1155 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1156 | + rdfs:label "methane"^^xsd:string ; | ||
| 1157 | + rdfs:subClassOf ep-material:Material ; | ||
| 1158 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1159 | + <http://www.epim.no/schemas/mprml/1#FC_methane> . | ||
| 1160 | + | ||
| 1161 | +ep-material:substance-N2 | ||
| 1162 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1163 | + rdfs:label "N2"^^xsd:string ; | ||
| 1164 | + rdfs:subClassOf ep-material:Material ; | ||
| 1165 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1166 | + <http://www.epim.no/schemas/mprml/1#FC_N2> . | ||
| 1167 | + | ||
| 1168 | +ep-material:substance-Nonanes | ||
| 1169 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1170 | + rdfs:label "nonanes"^^xsd:string ; | ||
| 1171 | + rdfs:subClassOf ep-material:Material ; | ||
| 1172 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1173 | + <http://www.epim.no/schemas/mprml/1#FC_nonanes> . | ||
| 1174 | + | ||
| 1175 | +ep-material:substance-O2 | ||
| 1176 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1177 | + rdfs:label "O2"^^xsd:string ; | ||
| 1178 | + rdfs:subClassOf ep-material:Material ; | ||
| 1179 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1180 | + <http://www.epim.no/schemas/mprml/1#FC_O2> . | ||
| 1181 | + | ||
| 1182 | +ep-material:substance-Octanes | ||
| 1183 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1184 | + rdfs:label "octanes"^^xsd:string ; | ||
| 1185 | + rdfs:subClassOf ep-material:Material ; | ||
| 1186 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1187 | + <http://www.epim.no/schemas/mprml/1#FC_octanes> . | ||
| 1188 | + | ||
| 1189 | +ep-material:substance-T12dmcyPentane | ||
| 1190 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1191 | + rdfs:label "t12dmcy pentane"^^xsd:string ; | ||
| 1192 | + rdfs:subClassOf ep-material:Material ; | ||
| 1193 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1194 | + <http://www.epim.no/schemas/mprml/1#FC_t12dmcypentane> . | ||
| 1195 | + | ||
| 1196 | +ep-material:substance-T13dmcyPentane | ||
| 1197 | + rdf:type ep-material:SubstanceType , owl:Class ; | ||
| 1198 | + rdfs:label "t13dmcy pentane"^^xsd:string ; | ||
| 1199 | + rdfs:subClassOf ep-material:Material ; | ||
| 1200 | + <http://www.reportinghub.no/ep/transform/transform-helper-schema#mapsTo> | ||
| 1201 | + <http://www.epim.no/schemas/mprml/1#FC_t13dmcypentane> . | ||
| 1202 | + | ||
| 1203 | +ep-material:volumeRatio | ||
| 1204 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 1205 | + rdfs:domain ep-material:MaterialPair ; | ||
| 1206 | + rdfs:label "volume ratio"^^xsd:string ; | ||
| 1207 | + rdfs:range ep-core:Ratio . | ||
| 1208 | + | ||
| 1209 | +ep-material:wholeMaterialOfPair | ||
| 1210 | + rdf:type owl:FunctionalProperty , owl:ObjectProperty ; | ||
| 1211 | + rdfs:domain ep-material:MaterialPartWholePair ; | ||
| 1212 | + rdfs:label "whole material of pair"^^xsd:string ; | ||
| 1213 | + rdfs:range ep-material:Material ; | ||
| 1214 | + rdfs:subPropertyOf ep-material:secondMaterialOfPair . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 2 | - | ||
| 3 | - | ||
| 4 | - | ||
| 5 | -@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
| 6 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 7 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 8 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 10 | - | ||
| 11 | -<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 12 | - rdf:type owl:Ontology ; | ||
| 13 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 14 | - | ||
| 15 | -ep-prodcore:dummyTrue | ||
| 16 | - rdf:type owl:FunctionalProperty , owl:DatatypeProperty ; | ||
| 17 | - rdfs:label "dummy true - I can't get FILTER to work."^^xsd:string . | ||
| 18 | - | ||
| 19 | -ep-prodcore:intervalIdentifier | ||
| 20 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; | ||
| 21 | - rdfs:label "ph"^^xsd:string . | ||
| 22 | - | ||
| 23 | -ep-prodcore:mapsTo | ||
| 24 | - rdf:type rdf:Property ; | ||
| 25 | - rdfs:label "maps to"^^xsd:string . | ||
| 26 | - | ||
| 27 | -ep-prodcore:derivedFrom | ||
| 28 | - rdf:type owl:ObjectProperty , owl:TransitiveProperty ; | ||
| 29 | - rdfs:label "derived from"^^xsd:string . | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | +# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-core | ||
| 2 | + | ||
| 3 | +@prefix ep-prodcore: <http://www.reportinghub.no/ep/schema/production-core#> . | ||
| 4 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 5 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 6 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 8 | + | ||
| 9 | +<http://www.reportinghub.no/ep/schema/1.0/production-core> | ||
| 10 | + rdf:type owl:Ontology ; | ||
| 11 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| ... | @@ -10,3 +10,15 @@ | ... | @@ -10,3 +10,15 @@ |
| 10 | rdf:type owl:Ontology ; | 10 | rdf:type owl:Ontology ; |
| 11 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; | 11 | rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
| 12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 12 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 13 | + | ||
| 14 | +transhelp:derivedFrom | ||
| 15 | + rdf:type owl:ObjectProperty , owl:TransitiveProperty . | ||
| 16 | + | ||
| 17 | +transhelp:dummyTrue | ||
| 18 | + rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | ||
| 19 | + | ||
| 20 | +transhelp:intervalIdentifier | ||
| 21 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . | ||
| 22 | + | ||
| 23 | +transhelp:mapsTo | ||
| 24 | + rdf:type rdf:Property . | ... | ... |
| 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/dailyProductionReport | 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/productVolumeReport |
| 9 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations | 9 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations |
| 10 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults | 10 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults |
| 11 | -# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest | 11 | +# imports: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest |
| 12 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 | 12 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 |
| 13 | - | 13 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 14 | -@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 14 | + |
| 15 | -@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . | 15 | +@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
| 16 | -@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . | 16 | +@prefix dailyProductionActivity: <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . |
| 17 | -@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . | 17 | +@prefix injectionTestData: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData#> . |
| 18 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 18 | +@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults#> . |
| 19 | -@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . | 19 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 20 | -@prefix productVolumeReport: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport#> . | 20 | +@prefix productVolume: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolume#> . |
| 21 | -@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . | 21 | +@prefix productVolumeReport: <http://www.reportinghub.no/ep/transform/1.0/dpr/productVolumeReport#> . |
| 22 | -@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . | 22 | +@prefix productionOperations: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionOperations#> . |
| 23 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 23 | +@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/dpr/productionTestResults#> . |
| 24 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 24 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 25 | -@prefix sp: <http://spinrdf.org/sp#> . | 25 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 26 | -@prefix spin: <http://spinrdf.org/spin#> . | 26 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 27 | -@prefix spl: <http://spinrdf.org/spl#> . | 27 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 28 | -@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> . | 28 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 29 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 29 | +@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest#> . |
| 30 | - | 30 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 31 | -<http://www.reportinghub.no/ep/transform/1.0/dpr/collector> | 31 | + |
| 32 | - rdf:type owl:Ontology ; | 32 | +<http://www.reportinghub.no/ep/transform/1.0/dpr/collector> |
| 33 | - 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/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestData> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/transform/1.0/dpr/injectionTestResults> , <http://spinrdf.org/spin> ; | 33 | + rdf:type owl:Ontology ; |
| 34 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 34 | + 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/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <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> ; |
| 35 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 3 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/production-core | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production-core |
| 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.witsml.org/schemas/131/addendum/combo | 7 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 8 | - | 8 | +# imports: http://www.witsml.org/schemas/131/addendum/combo |
| 9 | -@prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . | 9 | + |
| 10 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 10 | +@prefix : <http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport#> . |
| 11 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 12 | -@prefix fn: <http://www.w3.org/2005/xpath-functions#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | +@prefix fn: <http://www.w3.org/2005/xpath-functions#> . |
| 14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 15 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 16 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 16 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 17 | -@prefix sp: <http://spinrdf.org/sp#> . | 17 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 18 | -@prefix spin: <http://spinrdf.org/spin#> . | 18 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 19 | -@prefix spl: <http://spinrdf.org/spl#> . | 19 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 20 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 20 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 21 | - | 21 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 22 | -<http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> | 22 | + |
| 23 | - rdf:type owl:Ontology ; | 23 | +<http://www.reportinghub.no/ep/transform/1.0/dpr/dailyProductionReport> |
| 24 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ; | 24 | + rdf:type owl:Ontology ; |
| 25 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 25 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/production-core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ; |
| 26 | - | 26 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 27 | -<http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> | 27 | + |
| 28 | - spin:rule | 28 | +<http://www.witsml.org/schemas/131/addendum/combo#A_Global-WITSMLComposite> |
| 29 | - [ rdf:type sp:Construct ; | 29 | + spin:rule |
| 30 | - rdfs:comment "STEP 10001 Create the DailyProductionReport"^^xsd:string ; | 30 | + [ rdf:type sp:Construct ; |
| 31 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> ; | ||
| 32 | - sp:predicate rdf:type ; | ||
| 33 | - sp:subject | ||
| 34 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 35 | - ] | ||
| 36 | - ] [ sp:object | ||
| 37 | - [ sp:varName "docName"^^xsd:string | ||
| 38 | - ] ; | ||
| 39 | - sp:predicate rdfs:label ; | ||
| 40 | - sp:subject | ||
| 41 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 42 | - ] | ||
| 43 | - ] [ sp:object | ||
| 44 | - [ sp:varName "docDate"^^xsd:string | ||
| 45 | - ] ; | ||
| 46 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#dateCoveredByReport> ; | ||
| 47 | - sp:subject | ||
| 48 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 49 | - ] | ||
| 50 | - ] [ sp:object | ||
| 51 | - [ sp:varName "fileCreationDate"^^xsd:string | ||
| 52 | - ] ; | ||
| 53 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | ||
| 54 | - sp:subject | ||
| 55 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 56 | - ] | ||
| 57 | - ] [ sp:object spin:_this ; | ||
| 58 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 59 | - sp:subject | ||
| 60 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 61 | - ] | ||
| 62 | - ]) ; | ||
| 63 | - sp:where ([ sp:object | ||
| 64 | - [ sp:varName "documentInfoRef"^^xsd:string | ||
| 65 | - ] ; | ||
| 66 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentInfoRef> ; | ||
| 67 | - sp:subject spin:_this | ||
| 68 | - ] [ sp:object | ||
| 69 | - [ sp:varName "documentNameRef"^^xsd:string | ||
| 70 | - ] ; | ||
| 71 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentNameRef> ; | ||
| 72 | - sp:subject | ||
| 73 | - [ sp:varName "documentInfoRef"^^xsd:string | ||
| 74 | - ] | ||
| 75 | - ] [ sp:object | ||
| 76 | - [ sp:varName "documentName"^^xsd:string | ||
| 77 | - ] ; | ||
| 78 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 79 | - sp:subject | ||
| 80 | - [ sp:varName "documentNameRef"^^xsd:string | ||
| 81 | - ] | ||
| 82 | - ] [ sp:object | ||
| 83 | - [ sp:varName "documentDate"^^xsd:string | ||
| 84 | - ] ; | ||
| 85 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentDate> ; | ||
| 86 | - sp:subject | ||
| 87 | - [ sp:varName "documentInfoRef"^^xsd:string | ||
| 88 | - ] | ||
| 89 | - ] [ rdf:type sp:Optional ; | ||
| 90 | - sp:elements ([ sp:object | ||
| 91 | - [ sp:varName "fileCreationInformationRef"^^xsd:string | ||
| 92 | - ] ; | ||
| 93 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fileCreationInformationRef> ; | ||
| 94 | - sp:subject | ||
| 95 | - [ sp:varName "documentInfoRe"^^xsd:string | ||
| 96 | - ] | ||
| 97 | - ] [ sp:object | ||
| 98 | - [ sp:varName "fileCreationDate"^^xsd:string | ||
| 99 | - ] ; | ||
| 100 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fileCreationDate> ; | ||
| 101 | - sp:subject | ||
| 102 | - [ sp:varName "fileCreationInformationRef"^^xsd:string | ||
| 103 | - ] | ||
| 104 | - ]) | ||
| 105 | - ] [ rdf:type sp:Bind ; | ||
| 106 | - sp:expression | ||
| 107 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 108 | - sp:arg1 [ sp:varName "documentName"^^xsd:string | ||
| 109 | - ] | ||
| 110 | - ] ; | ||
| 111 | - sp:variable | ||
| 112 | - [ sp:varName "normalizedDocumentName"^^xsd:string | ||
| 113 | - ] | ||
| 114 | - ] [ rdf:type sp:Bind ; | ||
| 115 | - sp:expression | ||
| 116 | - [ rdf:type ep-dpr-spin-lib:buildDailyProductionReportURI ; | ||
| 117 | - sp:arg1 [ sp:varName "normalizedDocumentName"^^xsd:string | ||
| 118 | - ] ; | ||
| 119 | - sp:arg2 [ sp:varName "documentDate"^^xsd:string | ||
| 120 | - ] | ||
| 121 | - ] ; | ||
| 122 | - sp:variable | ||
| 123 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 124 | - ] | ||
| 125 | - ]) | ||
| 126 | - ] ; | ||
| 127 | - spin:rule | ||
| 128 | - [ rdf:type sp:Construct ; | ||
| 129 | - rdfs:comment "STEP 10003 Set the overall daily activity installation and its operator"^^xsd:string ; | ||
| 130 | - sp:templates ([ sp:object _:b1 ; | ||
| 131 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionOperator> ; | ||
| 132 | - sp:subject | ||
| 133 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 134 | - ] | ||
| 135 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 136 | - sp:predicate rdf:type ; | ||
| 137 | - sp:subject _:b1 | ||
| 138 | - ] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | ||
| 139 | - sp:predicate rdf:type ; | ||
| 140 | - sp:subject _:b1 | ||
| 141 | - ] [ sp:object | ||
| 142 | - [ sp:varName "operatorName"^^xsd:string | ||
| 143 | - ] ; | ||
| 144 | - sp:predicate rdfs:label ; | ||
| 145 | - sp:subject _:b1 | ||
| 146 | - ] [ sp:object _:b2 ; | ||
| 147 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | ||
| 148 | - sp:subject | ||
| 149 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 150 | - ] | ||
| 151 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 152 | - sp:predicate rdf:type ; | ||
| 153 | - sp:subject _:b2 | ||
| 154 | - ] [ sp:object | ||
| 155 | - [ sp:varName "productionInstallation"^^xsd:string | ||
| 156 | - ] ; | ||
| 157 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 158 | - sp:subject _:b2 | ||
| 159 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | ||
| 160 | - sp:predicate rdf:type ; | ||
| 161 | - sp:subject | ||
| 162 | - [ sp:varName "productionInstallation"^^xsd:string | ||
| 163 | - ] | ||
| 164 | - ] [ sp:object | ||
| 165 | - [ sp:varName "productionInstallationType"^^xsd:string | ||
| 166 | - ] ; | ||
| 167 | - sp:predicate rdf:type ; | ||
| 168 | - sp:subject | ||
| 169 | - [ sp:varName "productionInstallation"^^xsd:string | ||
| 170 | - ] | ||
| 171 | - ]) ; | ||
| 172 | - sp:where ([ sp:object spin:_this ; | ||
| 173 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 174 | - sp:subject | ||
| 175 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 176 | - ] | ||
| 177 | - ] [ sp:object | ||
| 178 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 179 | - ] ; | ||
| 180 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 181 | - sp:subject | ||
| 182 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 183 | - ] | ||
| 184 | - ] [ sp:object | ||
| 185 | - [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 186 | - ] ; | ||
| 187 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; | ||
| 188 | - sp:subject spin:_this | ||
| 189 | - ] [ sp:object | ||
| 190 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 191 | - ] ; | ||
| 192 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; | ||
| 193 | - sp:subject | ||
| 194 | - [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 195 | - ] | ||
| 196 | - ] [ rdf:type sp:Optional ; | ||
| 197 | - sp:elements ([ sp:object | ||
| 198 | - [ sp:varName "installationRef"^^xsd:string | ||
| 199 | - ] ; | ||
| 200 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; | ||
| 201 | - sp:subject | ||
| 202 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 203 | - ] | ||
| 204 | - ] [ sp:object | ||
| 205 | - [ sp:varName "installationName"^^xsd:string | ||
| 206 | - ] ; | ||
| 207 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 208 | - sp:subject | ||
| 209 | - [ sp:varName "installationRef"^^xsd:string | ||
| 210 | - ] | ||
| 211 | - ] [ rdf:type sp:Optional ; | ||
| 212 | - sp:elements ([ sp:object | ||
| 213 | - [ sp:varName "installationKind"^^xsd:string | ||
| 214 | - ] ; | ||
| 215 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ; | ||
| 216 | - sp:subject | ||
| 217 | - [ sp:varName "installationRef"^^xsd:string | ||
| 218 | - ] | ||
| 219 | - ]) | ||
| 220 | - ]) | ||
| 221 | - ] [ rdf:type sp:Optional ; | ||
| 222 | - sp:elements ([ sp:object | ||
| 223 | - [ sp:varName "operator"^^xsd:string | ||
| 224 | - ] ; | ||
| 225 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operatorRef> ; | ||
| 226 | - sp:subject | ||
| 227 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 228 | - ] | ||
| 229 | - ] [ sp:object | ||
| 230 | - [ sp:varName "operatorName"^^xsd:string | ||
| 231 | - ] ; | ||
| 232 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 233 | - sp:subject | ||
| 234 | - [ sp:varName "operator"^^xsd:string | ||
| 235 | - ] | ||
| 236 | - ]) | ||
| 237 | - ] [ rdf:type sp:Bind ; | ||
| 238 | - sp:expression | ||
| 239 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 240 | - sp:arg1 [ sp:varName "installationName"^^xsd:string | ||
| 241 | - ] | ||
| 242 | - ] ; | ||
| 243 | - sp:variable | ||
| 244 | - [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 245 | - ] | ||
| 246 | - ] [ rdf:type sp:Bind ; | ||
| 247 | - sp:expression | ||
| 248 | - [ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ; | ||
| 249 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 250 | - ] | ||
| 251 | - ] ; | ||
| 252 | - sp:variable | ||
| 253 | - [ sp:varName "productionInstallation"^^xsd:string | ||
| 254 | - ] | ||
| 255 | - ] [ rdf:type sp:Bind ; | ||
| 256 | - sp:expression | ||
| 257 | - [ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ; | ||
| 258 | - sp:arg1 [ sp:varName "installationKind"^^xsd:string | ||
| 259 | - ] | ||
| 260 | - ] ; | ||
| 261 | - sp:variable | ||
| 262 | - [ sp:varName "productionInstallationType"^^xsd:string | ||
| 263 | - ] | ||
| 264 | - ]) | ||
| 265 | - ] ; | ||
| 266 | - spin:rule | ||
| 267 | - [ rdf:type sp:Construct ; | ||
| 268 | - rdfs:comment """STEP 10002a Create the DailyProductionActivity - start and end date-times | ||
| 269 | -The DPR transform will fall in a heap unless productionOperation/installationRef is supplied. The XML schema says it is optional."""^^xsd:string ; | ||
| 270 | - sp:templates ([ sp:object | ||
| 271 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 272 | - ] ; | ||
| 273 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 274 | - sp:subject | ||
| 275 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 276 | - ] | ||
| 277 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; | ||
| 278 | - sp:predicate rdf:type ; | ||
| 279 | - sp:subject | ||
| 280 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 281 | - ] | ||
| 282 | - ] [ sp:object | ||
| 283 | - [ sp:varName "startDateTime"^^xsd:string | ||
| 284 | - ] ; | ||
| 285 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 286 | - sp:subject | ||
| 287 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 288 | - ] | ||
| 289 | - ] [ sp:object | ||
| 290 | - [ sp:varName "endDateTime"^^xsd:string | ||
| 291 | - ] ; | ||
| 292 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 293 | - sp:subject | ||
| 294 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 295 | - ] | ||
| 296 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivityToDate> ; | ||
| 297 | - sp:predicate rdf:type ; | ||
| 298 | - sp:subject | ||
| 299 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 300 | - ] | ||
| 301 | - ] [ sp:object | ||
| 302 | - [ sp:varName "endDateTime"^^xsd:string | ||
| 303 | - ] ; | ||
| 304 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 305 | - sp:subject | ||
| 306 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 307 | - ] | ||
| 308 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> ; | ||
| 309 | - sp:predicate rdf:type ; | ||
| 310 | - sp:subject | ||
| 311 | - [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 312 | - ] | ||
| 313 | - ] [ sp:object | ||
| 314 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 315 | - ] ; | ||
| 316 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 317 | - sp:subject | ||
| 318 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 319 | - ] | ||
| 320 | - ] [ sp:object | ||
| 321 | - [ sp:varName "endDateTime"^^xsd:string | ||
| 322 | - ] ; | ||
| 323 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 324 | - sp:subject | ||
| 325 | - [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 326 | - ] | ||
| 327 | - ] [ sp:object | ||
| 328 | - [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 329 | - ] ; | ||
| 330 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 331 | - sp:subject | ||
| 332 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 333 | - ] | ||
| 334 | - ] [ sp:object | ||
| 335 | - [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 336 | - ] ; | ||
| 337 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 338 | - sp:subject | ||
| 339 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 340 | - ] | ||
| 341 | - ]) ; | ||
| 342 | - sp:where ([ sp:object spin:_this ; | ||
| 343 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 344 | - sp:subject | ||
| 345 | - [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 346 | - ] | ||
| 347 | - ] [ sp:object | ||
| 348 | - [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 349 | - ] ; | ||
| 350 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; | ||
| 351 | - sp:subject spin:_this | ||
| 352 | - ] [ sp:object | ||
| 353 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 354 | - ] ; | ||
| 355 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; | ||
| 356 | - sp:subject | ||
| 357 | - [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 358 | - ] | ||
| 359 | - ] [ sp:object | ||
| 360 | - [ sp:varName "installationRef"^^xsd:string | ||
| 361 | - ] ; | ||
| 362 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; | ||
| 363 | - sp:subject | ||
| 364 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 365 | - ] | ||
| 366 | - ] [ sp:object | ||
| 367 | - [ sp:varName "installationName"^^xsd:string | ||
| 368 | - ] ; | ||
| 369 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 370 | - sp:subject | ||
| 371 | - [ sp:varName "installationRef"^^xsd:string | ||
| 372 | - ] | ||
| 373 | - ] [ sp:object | ||
| 374 | - [ sp:varName "startDateTime"^^xsd:string | ||
| 375 | - ] ; | ||
| 376 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; | ||
| 377 | - sp:subject | ||
| 378 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 379 | - ] | ||
| 380 | - ] [ sp:object | ||
| 381 | - [ sp:varName "endDateTime"^^xsd:string | ||
| 382 | - ] ; | ||
| 383 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; | ||
| 384 | - sp:subject | ||
| 385 | - [ sp:varName "productionOperationRef"^^xsd:string | ||
| 386 | - ] | ||
| 387 | - ] [ rdf:type sp:Bind ; | ||
| 388 | - sp:expression | ||
| 389 | - [ rdf:type ep-spin-lib:normalizeString ; | ||
| 390 | - sp:arg1 [ sp:varName "installationName"^^xsd:string | ||
| 391 | - ] | ||
| 392 | - ] ; | ||
| 393 | - sp:variable | ||
| 394 | - [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 395 | - ] | ||
| 396 | - ] [ rdf:type sp:Bind ; | ||
| 397 | - sp:expression | ||
| 398 | - [ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ; | ||
| 399 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 400 | - ] ; | ||
| 401 | - sp:arg2 [ sp:varName "startDateTime"^^xsd:string | ||
| 402 | - ] ; | ||
| 403 | - sp:arg3 [ sp:varName "endDateTime"^^xsd:string | ||
| 404 | - ] | ||
| 405 | - ] ; | ||
| 406 | - sp:variable | ||
| 407 | - [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 408 | - ] | ||
| 409 | - ] [ rdf:type sp:Bind ; | ||
| 410 | - sp:expression | ||
| 411 | - [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; | ||
| 412 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 413 | - ] ; | ||
| 414 | - sp:arg2 [ sp:varName "endDateTime"^^xsd:string | ||
| 415 | - ] | ||
| 416 | - ] ; | ||
| 417 | - sp:variable | ||
| 418 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 419 | - ] | ||
| 420 | - ] [ rdf:type sp:Bind ; | ||
| 421 | - sp:expression | ||
| 422 | - [ rdf:type ep-dpr-spin-lib:buildProductionActivityToDateURI ; | ||
| 423 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 424 | - ] ; | ||
| 425 | - sp:arg2 [ sp:varName "endDateTime"^^xsd:string | ||
| 426 | - ] | ||
| 427 | - ] ; | ||
| 428 | - sp:variable | ||
| 429 | - [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 430 | - ] | ||
| 431 | - ]) | ||
| 432 | - ] ; | ||
| 433 | - spin:rule | ||
| 434 | - [ rdf:type sp:Construct ; | ||
| 435 | rdfs:comment """STEP 10002b Create the DailyProductionActivity - start and end dates | 31 | rdfs:comment """STEP 10002b Create the DailyProductionActivity - start and end dates |
| 436 | -The DPR transform will fall in a heap unless productionOperation/installationRef is supplied. The XML schema says it is optional."""^^xsd:string ; | 32 | +The DPR transform will fall in a heap unless productionOperation/installationRef is supplied. The XML schema says it is optional."""^^xsd:string ; |
| 437 | - sp:templates ([ sp:object | 33 | + sp:templates ([ sp:object |
| 438 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 34 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 439 | - ] ; | 35 | + ] ; |
| 440 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 36 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 441 | - sp:subject | 37 | + sp:subject |
| 442 | - [ sp:varName "dailyProductionReport"^^xsd:string | 38 | + [ sp:varName "dailyProductionReport"^^xsd:string |
| 443 | - ] | 39 | + ] |
| 444 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; | 40 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; |
| 445 | - sp:predicate rdf:type ; | 41 | + sp:predicate rdf:type ; |
| 446 | - sp:subject | 42 | + sp:subject |
| 447 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 43 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 448 | - ] | 44 | + ] |
| 449 | - ] [ sp:object | 45 | + ] [ sp:object |
| 450 | - [ sp:varName "startDate"^^xsd:string | 46 | + [ sp:varName "startDate"^^xsd:string |
| 451 | - ] ; | 47 | + ] ; |
| 452 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 48 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 453 | - sp:subject | 49 | + sp:subject |
| 454 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 50 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 455 | - ] | 51 | + ] |
| 456 | - ] [ sp:object | 52 | + ] [ sp:object |
| 457 | - [ sp:varName "endDate"^^xsd:string | 53 | + [ sp:varName "endDate"^^xsd:string |
| 458 | - ] ; | 54 | + ] ; |
| 459 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 55 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 460 | - sp:subject | 56 | + sp:subject |
| 461 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 57 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 462 | - ] | 58 | + ] |
| 463 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivityToDate> ; | 59 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivityToDate> ; |
| 464 | - sp:predicate rdf:type ; | 60 | + sp:predicate rdf:type ; |
| 465 | - sp:subject | 61 | + sp:subject |
| 466 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | 62 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string |
| 467 | - ] | 63 | + ] |
| 468 | - ] [ sp:object | 64 | + ] [ sp:object |
| 469 | - [ sp:varName "endDate"^^xsd:string | 65 | + [ sp:varName "endDate"^^xsd:string |
| 470 | - ] ; | 66 | + ] ; |
| 471 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 67 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 472 | - sp:subject | 68 | + sp:subject |
| 473 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | 69 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string |
| 474 | - ] | 70 | + ] |
| 475 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> ; | 71 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> ; |
| 476 | - sp:predicate rdf:type ; | 72 | + sp:predicate rdf:type ; |
| 477 | - sp:subject | 73 | + sp:subject |
| 478 | - [ sp:varName "productionActivityToDate"^^xsd:string | 74 | + [ sp:varName "productionActivityToDate"^^xsd:string |
| 479 | - ] | 75 | + ] |
| 480 | - ] [ sp:object | 76 | + ] [ sp:object |
| 481 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | 77 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string |
| 482 | - ] ; | 78 | + ] ; |
| 483 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 79 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 484 | - sp:subject | 80 | + sp:subject |
| 485 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 81 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 486 | - ] | 82 | + ] |
| 487 | - ] [ sp:object | 83 | + ] [ sp:object |
| 488 | - [ sp:varName "endDate"^^xsd:string | 84 | + [ sp:varName "endDate"^^xsd:string |
| 489 | - ] ; | 85 | + ] ; |
| 490 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 86 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 491 | - sp:subject | 87 | + sp:subject |
| 492 | - [ sp:varName "productionActivityToDate"^^xsd:string | 88 | + [ sp:varName "productionActivityToDate"^^xsd:string |
| 493 | - ] | 89 | + ] |
| 494 | - ] [ sp:object | 90 | + ] [ sp:object |
| 495 | - [ sp:varName "productionActivityToDate"^^xsd:string | 91 | + [ sp:varName "productionActivityToDate"^^xsd:string |
| 496 | - ] ; | 92 | + ] ; |
| 497 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 93 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 498 | - sp:subject | 94 | + sp:subject |
| 499 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | 95 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string |
| 500 | - ] | 96 | + ] |
| 501 | - ] [ sp:object | 97 | + ] [ sp:object |
| 502 | - [ sp:varName "productionActivityToDate"^^xsd:string | 98 | + [ sp:varName "productionActivityToDate"^^xsd:string |
| 503 | - ] ; | 99 | + ] ; |
| 504 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 100 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 505 | - sp:subject | 101 | + sp:subject |
| 506 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 102 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 507 | - ] | 103 | + ] |
| 508 | - ]) ; | 104 | + ]) ; |
| 509 | - sp:where ([ sp:object spin:_this ; | 105 | + sp:where ([ sp:object spin:_this ; |
| 510 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 106 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; |
| 511 | - sp:subject | 107 | + sp:subject |
| 512 | - [ sp:varName "dailyProductionReport"^^xsd:string | 108 | + [ sp:varName "dailyProductionReport"^^xsd:string |
| 513 | - ] | 109 | + ] |
| 514 | - ] [ sp:object | 110 | + ] [ sp:object |
| 515 | - [ sp:varName "productionOperationSetRef"^^xsd:string | 111 | + [ sp:varName "productionOperationSetRef"^^xsd:string |
| 516 | - ] ; | 112 | + ] ; |
| 517 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; | 113 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; |
| 518 | - sp:subject spin:_this | 114 | + sp:subject spin:_this |
| 519 | - ] [ sp:object | 115 | + ] [ sp:object |
| 520 | - [ sp:varName "productionOperationRef"^^xsd:string | 116 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 521 | - ] ; | 117 | + ] ; |
| 522 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; | 118 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; |
| 523 | - sp:subject | 119 | + sp:subject |
| 524 | - [ sp:varName "productionOperationSetRef"^^xsd:string | 120 | + [ sp:varName "productionOperationSetRef"^^xsd:string |
| 525 | - ] | 121 | + ] |
| 526 | - ] [ sp:object | 122 | + ] [ sp:object |
| 527 | - [ sp:varName "installationRef"^^xsd:string | 123 | + [ sp:varName "installationRef"^^xsd:string |
| 528 | - ] ; | 124 | + ] ; |
| 529 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; | 125 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; |
| 530 | - sp:subject | 126 | + sp:subject |
| 531 | - [ sp:varName "productionOperationRef"^^xsd:string | 127 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 532 | - ] | 128 | + ] |
| 533 | - ] [ sp:object | 129 | + ] [ sp:object |
| 534 | - [ sp:varName "installationName"^^xsd:string | 130 | + [ sp:varName "installationName"^^xsd:string |
| 535 | - ] ; | 131 | + ] ; |
| 536 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 132 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 537 | - sp:subject | 133 | + sp:subject |
| 538 | - [ sp:varName "installationRef"^^xsd:string | 134 | + [ sp:varName "installationRef"^^xsd:string |
| 539 | - ] | 135 | + ] |
| 540 | - ] [ sp:object | 136 | + ] [ sp:object |
| 541 | - [ sp:varName "startDate"^^xsd:string | 137 | + [ sp:varName "startDate"^^xsd:string |
| 542 | - ] ; | 138 | + ] ; |
| 543 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ; | 139 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateStart> ; |
| 544 | - sp:subject | 140 | + sp:subject |
| 545 | - [ sp:varName "productionOperationRef"^^xsd:string | 141 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 546 | - ] | 142 | + ] |
| 547 | - ] [ sp:object | 143 | + ] [ sp:object |
| 548 | - [ sp:varName "endDate"^^xsd:string | 144 | + [ sp:varName "endDate"^^xsd:string |
| 549 | - ] ; | 145 | + ] ; |
| 550 | - sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; | 146 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dateEnd> ; |
| 551 | - sp:subject | 147 | + sp:subject |
| 552 | - [ sp:varName "productionOperationRef"^^xsd:string | 148 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 553 | - ] | 149 | + ] |
| 554 | - ] [ rdf:type sp:Bind ; | 150 | + ] [ rdf:type sp:Bind ; |
| 555 | - sp:expression | 151 | + sp:expression |
| 556 | - [ rdf:type ep-spin-lib:normalizeString ; | 152 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 557 | - sp:arg1 [ sp:varName "installationName"^^xsd:string | 153 | + sp:arg1 [ sp:varName "installationName"^^xsd:string |
| 558 | - ] | 154 | + ] |
| 559 | - ] ; | 155 | + ] ; |
| 560 | - sp:variable | 156 | + sp:variable |
| 561 | - [ sp:varName "normalizedInstallationName"^^xsd:string | 157 | + [ sp:varName "normalizedInstallationName"^^xsd:string |
| 562 | - ] | 158 | + ] |
| 563 | - ] [ rdf:type sp:Bind ; | 159 | + ] [ rdf:type sp:Bind ; |
| 564 | - sp:expression | 160 | + sp:expression |
| 565 | - [ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ; | 161 | + [ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ; |
| 566 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | 162 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string |
| 567 | - ] ; | 163 | + ] ; |
| 568 | - sp:arg2 [ sp:varName "startDateTime"^^xsd:string | 164 | + sp:arg2 [ sp:varName "startDateTime"^^xsd:string |
| 569 | - ] ; | 165 | + ] ; |
| 570 | - sp:arg3 [ sp:varName "endDate"^^xsd:string | 166 | + sp:arg3 [ sp:varName "endDate"^^xsd:string |
| 571 | - ] | 167 | + ] |
| 572 | - ] ; | 168 | + ] ; |
| 573 | - sp:variable | 169 | + sp:variable |
| 574 | - [ sp:varName "dailyProductionActivity"^^xsd:string | 170 | + [ sp:varName "dailyProductionActivity"^^xsd:string |
| 575 | - ] | 171 | + ] |
| 576 | - ] [ rdf:type sp:Bind ; | 172 | + ] [ rdf:type sp:Bind ; |
| 577 | - sp:expression | 173 | + sp:expression |
| 578 | - [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; | 174 | + [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; |
| 579 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | 175 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string |
| 580 | - ] ; | 176 | + ] ; |
| 581 | - sp:arg2 [ sp:varName "endDate"^^xsd:string | 177 | + sp:arg2 [ sp:varName "endDate"^^xsd:string |
| 582 | - ] | 178 | + ] |
| 583 | - ] ; | 179 | + ] ; |
| 584 | - sp:variable | 180 | + sp:variable |
| 585 | - [ sp:varName "annualProductionActivityToDate"^^xsd:string | 181 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string |
| 586 | - ] | 182 | + ] |
| 587 | - ] [ rdf:type sp:Bind ; | 183 | + ] [ rdf:type sp:Bind ; |
| 588 | - sp:expression | 184 | + sp:expression |
| 589 | - [ rdf:type ep-dpr-spin-lib:buildProductionActivityToDateURI ; | 185 | + [ rdf:type ep-dpr-spin-lib:buildProductionActivityToDateURI ; |
| 590 | - sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | 186 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string |
| 591 | - ] ; | 187 | + ] ; |
| 592 | - sp:arg2 [ sp:varName "endDate"^^xsd:string | 188 | + sp:arg2 [ sp:varName "endDate"^^xsd:string |
| 593 | - ] | 189 | + ] |
| 594 | - ] ; | 190 | + ] ; |
| 595 | - sp:variable | 191 | + sp:variable |
| 596 | - [ sp:varName "productionActivityToDate"^^xsd:string | 192 | + [ sp:varName "productionActivityToDate"^^xsd:string |
| 597 | - ] | 193 | + ] |
| 598 | - ]) | 194 | + ]) |
| 599 | - ] . | 195 | + ] ; |
| 196 | + spin:rule | ||
| 197 | + [ rdf:type sp:Construct ; | ||
| 198 | + rdfs:comment """STEP 10002a Create the DailyProductionActivity - start and end date-times | ||
| 199 | +The DPR transform will fall in a heap unless productionOperation/installationRef is supplied. The XML schema says it is optional."""^^xsd:string ; | ||
| 200 | + sp:templates ([ sp:object | ||
| 201 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 202 | + ] ; | ||
| 203 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 204 | + sp:subject | ||
| 205 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 206 | + ] | ||
| 207 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> ; | ||
| 208 | + sp:predicate rdf:type ; | ||
| 209 | + sp:subject | ||
| 210 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 211 | + ] | ||
| 212 | + ] [ sp:object | ||
| 213 | + [ sp:varName "startDateTime"^^xsd:string | ||
| 214 | + ] ; | ||
| 215 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | ||
| 216 | + sp:subject | ||
| 217 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 218 | + ] | ||
| 219 | + ] [ sp:object | ||
| 220 | + [ sp:varName "endDateTime"^^xsd:string | ||
| 221 | + ] ; | ||
| 222 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 223 | + sp:subject | ||
| 224 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 225 | + ] | ||
| 226 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionActivityToDate> ; | ||
| 227 | + sp:predicate rdf:type ; | ||
| 228 | + sp:subject | ||
| 229 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 230 | + ] | ||
| 231 | + ] [ sp:object | ||
| 232 | + [ sp:varName "endDateTime"^^xsd:string | ||
| 233 | + ] ; | ||
| 234 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 235 | + sp:subject | ||
| 236 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 237 | + ] | ||
| 238 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/activity#ProductionActivityToDate> ; | ||
| 239 | + sp:predicate rdf:type ; | ||
| 240 | + sp:subject | ||
| 241 | + [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 242 | + ] | ||
| 243 | + ] [ sp:object | ||
| 244 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 245 | + ] ; | ||
| 246 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 247 | + sp:subject | ||
| 248 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 249 | + ] | ||
| 250 | + ] [ sp:object | ||
| 251 | + [ sp:varName "endDateTime"^^xsd:string | ||
| 252 | + ] ; | ||
| 253 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | ||
| 254 | + sp:subject | ||
| 255 | + [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 256 | + ] | ||
| 257 | + ] [ sp:object | ||
| 258 | + [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 259 | + ] ; | ||
| 260 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 261 | + sp:subject | ||
| 262 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 263 | + ] | ||
| 264 | + ] [ sp:object | ||
| 265 | + [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 266 | + ] ; | ||
| 267 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 268 | + sp:subject | ||
| 269 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 270 | + ] | ||
| 271 | + ]) ; | ||
| 272 | + sp:where ([ sp:object spin:_this ; | ||
| 273 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 274 | + sp:subject | ||
| 275 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 276 | + ] | ||
| 277 | + ] [ sp:object | ||
| 278 | + [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 279 | + ] ; | ||
| 280 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; | ||
| 281 | + sp:subject spin:_this | ||
| 282 | + ] [ sp:object | ||
| 283 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 284 | + ] ; | ||
| 285 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; | ||
| 286 | + sp:subject | ||
| 287 | + [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 288 | + ] | ||
| 289 | + ] [ sp:object | ||
| 290 | + [ sp:varName "installationRef"^^xsd:string | ||
| 291 | + ] ; | ||
| 292 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; | ||
| 293 | + sp:subject | ||
| 294 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 295 | + ] | ||
| 296 | + ] [ sp:object | ||
| 297 | + [ sp:varName "installationName"^^xsd:string | ||
| 298 | + ] ; | ||
| 299 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 300 | + sp:subject | ||
| 301 | + [ sp:varName "installationRef"^^xsd:string | ||
| 302 | + ] | ||
| 303 | + ] [ sp:object | ||
| 304 | + [ sp:varName "startDateTime"^^xsd:string | ||
| 305 | + ] ; | ||
| 306 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimStart> ; | ||
| 307 | + sp:subject | ||
| 308 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 309 | + ] | ||
| 310 | + ] [ sp:object | ||
| 311 | + [ sp:varName "endDateTime"^^xsd:string | ||
| 312 | + ] ; | ||
| 313 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#dTimEnd> ; | ||
| 314 | + sp:subject | ||
| 315 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 316 | + ] | ||
| 317 | + ] [ rdf:type sp:Bind ; | ||
| 318 | + sp:expression | ||
| 319 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 320 | + sp:arg1 [ sp:varName "installationName"^^xsd:string | ||
| 321 | + ] | ||
| 322 | + ] ; | ||
| 323 | + sp:variable | ||
| 324 | + [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 325 | + ] | ||
| 326 | + ] [ rdf:type sp:Bind ; | ||
| 327 | + sp:expression | ||
| 328 | + [ rdf:type ep-dpr-spin-lib:buildDailyProductionActivityURI ; | ||
| 329 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 330 | + ] ; | ||
| 331 | + sp:arg2 [ sp:varName "startDateTime"^^xsd:string | ||
| 332 | + ] ; | ||
| 333 | + sp:arg3 [ sp:varName "endDateTime"^^xsd:string | ||
| 334 | + ] | ||
| 335 | + ] ; | ||
| 336 | + sp:variable | ||
| 337 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 338 | + ] | ||
| 339 | + ] [ rdf:type sp:Bind ; | ||
| 340 | + sp:expression | ||
| 341 | + [ rdf:type ep-dpr-spin-lib:buildAnnualProductionActivityToEndOfPeriodURI ; | ||
| 342 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 343 | + ] ; | ||
| 344 | + sp:arg2 [ sp:varName "endDateTime"^^xsd:string | ||
| 345 | + ] | ||
| 346 | + ] ; | ||
| 347 | + sp:variable | ||
| 348 | + [ sp:varName "annualProductionActivityToDate"^^xsd:string | ||
| 349 | + ] | ||
| 350 | + ] [ rdf:type sp:Bind ; | ||
| 351 | + sp:expression | ||
| 352 | + [ rdf:type ep-dpr-spin-lib:buildProductionActivityToDateURI ; | ||
| 353 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 354 | + ] ; | ||
| 355 | + sp:arg2 [ sp:varName "endDateTime"^^xsd:string | ||
| 356 | + ] | ||
| 357 | + ] ; | ||
| 358 | + sp:variable | ||
| 359 | + [ sp:varName "productionActivityToDate"^^xsd:string | ||
| 360 | + ] | ||
| 361 | + ]) | ||
| 362 | + ] ; | ||
| 363 | + spin:rule | ||
| 364 | + [ rdf:type sp:Construct ; | ||
| 365 | + rdfs:comment "STEP 10003 Set the overall daily activity installation and its operator"^^xsd:string ; | ||
| 366 | + sp:templates ([ sp:object _:b1 ; | ||
| 367 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#productionOperator> ; | ||
| 368 | + sp:subject | ||
| 369 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 370 | + ] | ||
| 371 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Company> ; | ||
| 372 | + sp:predicate rdf:type ; | ||
| 373 | + sp:subject _:b1 | ||
| 374 | + ] [ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | ||
| 375 | + sp:predicate rdf:type ; | ||
| 376 | + sp:subject _:b1 | ||
| 377 | + ] [ sp:object | ||
| 378 | + [ sp:varName "operatorName"^^xsd:string | ||
| 379 | + ] ; | ||
| 380 | + sp:predicate rdfs:label ; | ||
| 381 | + sp:subject _:b1 | ||
| 382 | + ] [ sp:object _:b2 ; | ||
| 383 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | ||
| 384 | + sp:subject | ||
| 385 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 386 | + ] | ||
| 387 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 388 | + sp:predicate rdf:type ; | ||
| 389 | + sp:subject _:b2 | ||
| 390 | + ] [ sp:object | ||
| 391 | + [ sp:varName "productionInstallation"^^xsd:string | ||
| 392 | + ] ; | ||
| 393 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 394 | + sp:subject _:b2 | ||
| 395 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | ||
| 396 | + sp:predicate rdf:type ; | ||
| 397 | + sp:subject | ||
| 398 | + [ sp:varName "productionInstallation"^^xsd:string | ||
| 399 | + ] | ||
| 400 | + ] [ sp:object | ||
| 401 | + [ sp:varName "productionInstallationType"^^xsd:string | ||
| 402 | + ] ; | ||
| 403 | + sp:predicate rdf:type ; | ||
| 404 | + sp:subject | ||
| 405 | + [ sp:varName "productionInstallation"^^xsd:string | ||
| 406 | + ] | ||
| 407 | + ]) ; | ||
| 408 | + sp:where ([ sp:object spin:_this ; | ||
| 409 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 410 | + sp:subject | ||
| 411 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 412 | + ] | ||
| 413 | + ] [ sp:object | ||
| 414 | + [ sp:varName "dailyProductionActivity"^^xsd:string | ||
| 415 | + ] ; | ||
| 416 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 417 | + sp:subject | ||
| 418 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 419 | + ] | ||
| 420 | + ] [ sp:object | ||
| 421 | + [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 422 | + ] ; | ||
| 423 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationSetRef> ; | ||
| 424 | + sp:subject spin:_this | ||
| 425 | + ] [ sp:object | ||
| 426 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 427 | + ] ; | ||
| 428 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionOperationRef> ; | ||
| 429 | + sp:subject | ||
| 430 | + [ sp:varName "productionOperationSetRef"^^xsd:string | ||
| 431 | + ] | ||
| 432 | + ] [ rdf:type sp:Optional ; | ||
| 433 | + sp:elements ([ sp:object | ||
| 434 | + [ sp:varName "installationRef"^^xsd:string | ||
| 435 | + ] ; | ||
| 436 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#installationRef> ; | ||
| 437 | + sp:subject | ||
| 438 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 439 | + ] | ||
| 440 | + ] [ sp:object | ||
| 441 | + [ sp:varName "installationName"^^xsd:string | ||
| 442 | + ] ; | ||
| 443 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 444 | + sp:subject | ||
| 445 | + [ sp:varName "installationRef"^^xsd:string | ||
| 446 | + ] | ||
| 447 | + ] [ rdf:type sp:Optional ; | ||
| 448 | + sp:elements ([ sp:object | ||
| 449 | + [ sp:varName "installationKind"^^xsd:string | ||
| 450 | + ] ; | ||
| 451 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#kindRef> ; | ||
| 452 | + sp:subject | ||
| 453 | + [ sp:varName "installationRef"^^xsd:string | ||
| 454 | + ] | ||
| 455 | + ]) | ||
| 456 | + ]) | ||
| 457 | + ] [ rdf:type sp:Optional ; | ||
| 458 | + sp:elements ([ sp:object | ||
| 459 | + [ sp:varName "operator"^^xsd:string | ||
| 460 | + ] ; | ||
| 461 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#operatorRef> ; | ||
| 462 | + sp:subject | ||
| 463 | + [ sp:varName "productionOperationRef"^^xsd:string | ||
| 464 | + ] | ||
| 465 | + ] [ sp:object | ||
| 466 | + [ sp:varName "operatorName"^^xsd:string | ||
| 467 | + ] ; | ||
| 468 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ; | ||
| 469 | + sp:subject | ||
| 470 | + [ sp:varName "operator"^^xsd:string | ||
| 471 | + ] | ||
| 472 | + ]) | ||
| 473 | + ] [ rdf:type sp:Bind ; | ||
| 474 | + sp:expression | ||
| 475 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 476 | + sp:arg1 [ sp:varName "installationName"^^xsd:string | ||
| 477 | + ] | ||
| 478 | + ] ; | ||
| 479 | + sp:variable | ||
| 480 | + [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 481 | + ] | ||
| 482 | + ] [ rdf:type sp:Bind ; | ||
| 483 | + sp:expression | ||
| 484 | + [ rdf:type ep-dpr-spin-lib:buildProductionFacilityURI ; | ||
| 485 | + sp:arg1 [ sp:varName "normalizedInstallationName"^^xsd:string | ||
| 486 | + ] | ||
| 487 | + ] ; | ||
| 488 | + sp:variable | ||
| 489 | + [ sp:varName "productionInstallation"^^xsd:string | ||
| 490 | + ] | ||
| 491 | + ] [ rdf:type sp:Bind ; | ||
| 492 | + sp:expression | ||
| 493 | + [ rdf:type ep-dpr-spin-lib:selectProductionFacilityType ; | ||
| 494 | + sp:arg1 [ sp:varName "installationKind"^^xsd:string | ||
| 495 | + ] | ||
| 496 | + ] ; | ||
| 497 | + sp:variable | ||
| 498 | + [ sp:varName "productionInstallationType"^^xsd:string | ||
| 499 | + ] | ||
| 500 | + ]) | ||
| 501 | + ] ; | ||
| 502 | + spin:rule | ||
| 503 | + [ rdf:type sp:Construct ; | ||
| 504 | + rdfs:comment "STEP 10001 Create the DailyProductionReport"^^xsd:string ; | ||
| 505 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#DailyProductionReport> ; | ||
| 506 | + sp:predicate rdf:type ; | ||
| 507 | + sp:subject | ||
| 508 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 509 | + ] | ||
| 510 | + ] [ sp:object | ||
| 511 | + [ sp:varName "docName"^^xsd:string | ||
| 512 | + ] ; | ||
| 513 | + sp:predicate rdfs:label ; | ||
| 514 | + sp:subject | ||
| 515 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 516 | + ] | ||
| 517 | + ] [ sp:object | ||
| 518 | + [ sp:varName "docDate"^^xsd:string | ||
| 519 | + ] ; | ||
| 520 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#dateCoveredByReport> ; | ||
| 521 | + sp:subject | ||
| 522 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 523 | + ] | ||
| 524 | + ] [ sp:object | ||
| 525 | + [ sp:varName "fileCreationDate"^^xsd:string | ||
| 526 | + ] ; | ||
| 527 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#createdAt> ; | ||
| 528 | + sp:subject | ||
| 529 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 530 | + ] | ||
| 531 | + ] [ sp:object spin:_this ; | ||
| 532 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 533 | + sp:subject | ||
| 534 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 535 | + ] | ||
| 536 | + ]) ; | ||
| 537 | + sp:where ([ sp:object | ||
| 538 | + [ sp:varName "documentInfoRef"^^xsd:string | ||
| 539 | + ] ; | ||
| 540 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentInfoRef> ; | ||
| 541 | + sp:subject spin:_this | ||
| 542 | + ] [ sp:object | ||
| 543 | + [ sp:varName "documentNameRef"^^xsd:string | ||
| 544 | + ] ; | ||
| 545 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentNameRef> ; | ||
| 546 | + sp:subject | ||
| 547 | + [ sp:varName "documentInfoRef"^^xsd:string | ||
| 548 | + ] | ||
| 549 | + ] [ sp:object | ||
| 550 | + [ sp:varName "documentName"^^xsd:string | ||
| 551 | + ] ; | ||
| 552 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 553 | + sp:subject | ||
| 554 | + [ sp:varName "documentNameRef"^^xsd:string | ||
| 555 | + ] | ||
| 556 | + ] [ sp:object | ||
| 557 | + [ sp:varName "documentDate"^^xsd:string | ||
| 558 | + ] ; | ||
| 559 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#documentDate> ; | ||
| 560 | + sp:subject | ||
| 561 | + [ sp:varName "documentInfoRef"^^xsd:string | ||
| 562 | + ] | ||
| 563 | + ] [ rdf:type sp:Optional ; | ||
| 564 | + sp:elements ([ sp:object | ||
| 565 | + [ sp:varName "fileCreationInformationRef"^^xsd:string | ||
| 566 | + ] ; | ||
| 567 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fileCreationInformationRef> ; | ||
| 568 | + sp:subject | ||
| 569 | + [ sp:varName "documentInfoRe"^^xsd:string | ||
| 570 | + ] | ||
| 571 | + ] [ sp:object | ||
| 572 | + [ sp:varName "fileCreationDate"^^xsd:string | ||
| 573 | + ] ; | ||
| 574 | + sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fileCreationDate> ; | ||
| 575 | + sp:subject | ||
| 576 | + [ sp:varName "fileCreationInformationRef"^^xsd:string | ||
| 577 | + ] | ||
| 578 | + ]) | ||
| 579 | + ] [ rdf:type sp:Bind ; | ||
| 580 | + sp:expression | ||
| 581 | + [ rdf:type ep-spin-lib:normalizeString ; | ||
| 582 | + sp:arg1 [ sp:varName "documentName"^^xsd:string | ||
| 583 | + ] | ||
| 584 | + ] ; | ||
| 585 | + sp:variable | ||
| 586 | + [ sp:varName "normalizedDocumentName"^^xsd:string | ||
| 587 | + ] | ||
| 588 | + ] [ rdf:type sp:Bind ; | ||
| 589 | + sp:expression | ||
| 590 | + [ rdf:type ep-dpr-spin-lib:buildDailyProductionReportURI ; | ||
| 591 | + sp:arg1 [ sp:varName "normalizedDocumentName"^^xsd:string | ||
| 592 | + ] ; | ||
| 593 | + sp:arg2 [ sp:varName "documentDate"^^xsd:string | ||
| 594 | + ] | ||
| 595 | + ] ; | ||
| 596 | + sp:variable | ||
| 597 | + [ sp:varName "dailyProductionReport"^^xsd:string | ||
| 598 | + ] | ||
| 599 | + ]) | ||
| 600 | + ] . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults | 3 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults |
| 4 | -# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults | 4 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults |
| 5 | -# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest | 5 | +# imports: http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest |
| 6 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 | 6 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 |
| 7 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1 | 7 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1 |
| 8 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 | 8 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 |
| 9 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 | 9 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0 |
| 10 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 | 10 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 |
| 11 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 | 11 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 |
| 12 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1 | 12 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1 |
| 13 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 | 13 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 |
| 14 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 | 14 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0 |
| 15 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 | 15 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0 |
| 16 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 | 16 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1 |
| 17 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 | 17 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 |
| 18 | -# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 | 18 | +# imports: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0 |
| 19 | - | 19 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 20 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . | 20 | + |
| 21 | -@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 21 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector#> . |
| 22 | -@prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . | 22 | +@prefix TRANSFORM_mpr-comment-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
| 23 | -@prefix TRANSFORM_mpr-facilityIdentifierStructure-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . | 23 | +@prefix TRANSFORM_mpr-facility-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . |
| 24 | -@prefix TRANSFORM_mpr-fluidSample-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#> . | 24 | +@prefix TRANSFORM_mpr-facilityIdentifierStructure-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . |
| 25 | -@prefix TRANSFORM_mpr-geographicContext-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . | 25 | +@prefix TRANSFORM_mpr-fluidSample-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0#> . |
| 26 | -@prefix TRANSFORM_mpr-installationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . | 26 | +@prefix TRANSFORM_mpr-geographicContext-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . |
| 27 | -@prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> . | 27 | +@prefix TRANSFORM_mpr-installationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . |
| 28 | -@prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . | 28 | +@prefix TRANSFORM_mpr-operationalHSEReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1#> . |
| 29 | -@prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . | 29 | +@prefix TRANSFORM_mpr-organization-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . |
| 30 | -@prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . | 30 | +@prefix TRANSFORM_mpr-productVolume-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0#> . |
| 31 | -@prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> . | 31 | +@prefix TRANSFORM_mpr-productVolumeReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0#> . |
| 32 | -@prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . | 32 | +@prefix TRANSFORM_mpr-productionActivity-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1#> . |
| 33 | -@prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . | 33 | +@prefix TRANSFORM_mpr-productionOperationReport-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . |
| 34 | -@prefix TRANSFORM_mpr-volumeValue-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1#> . | 34 | +@prefix TRANSFORM_mpr-productionReport-v1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0#> . |
| 35 | -@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . | 35 | +@prefix TRANSFORM_mpr-volumeValue-v1.1: <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1#> . |
| 36 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 36 | +@prefix injectionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults#> . |
| 37 | -@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . | 37 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 38 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 38 | +@prefix productionTestResults: <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults#> . |
| 39 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 39 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 40 | -@prefix sp: <http://spinrdf.org/sp#> . | 40 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 41 | -@prefix spin: <http://spinrdf.org/spin#> . | 41 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 42 | -@prefix spl: <http://spinrdf.org/spl#> . | 42 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 43 | -@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . | 43 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 44 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 44 | +@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> . |
| 45 | - | 45 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 46 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> | 46 | + |
| 47 | - rdf:type owl:Ontology ; | 47 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector> |
| 48 | - owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; | 48 | + rdf:type owl:Ontology ; |
| 49 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 49 | + owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ; |
| 50 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 5 | -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
| 6 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 6 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 7 | -# imports: http://www.reportinghub.no/ep/schema/1.0/flow | 7 | +# imports: http://www.reportinghub.no/ep/schema/1.0/flow |
| 8 | -# imports: http://www.reportinghub.no/ep/schema/1.0/material | 8 | +# imports: http://www.reportinghub.no/ep/schema/1.0/material |
| 9 | - | 9 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 10 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . | 10 | + |
| 11 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 11 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1#> . |
| 12 | -@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | 12 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 13 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 13 | +@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . |
| 14 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 14 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 15 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 15 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 16 | -@prefix sp: <http://spinrdf.org/sp#> . | 16 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 17 | -@prefix spin: <http://spinrdf.org/spin#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | -@prefix spl: <http://spinrdf.org/spl#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | -<http://www.epim.no/schemas/mprml/1#Cs_datedComment> | 21 | + |
| 22 | - spin:rule | 22 | +<http://www.epim.no/schemas/mprml/1#Cs_datedComment> |
| 23 | - [ rdf:type sp:Construct ; | 23 | + spin:rule |
| 24 | - rdfs:comment "STEP 90202 Set the commentation role (whole life person set)"^^xsd:string ; | 24 | + [ rdf:type sp:Construct ; |
| 25 | - sp:templates ([ sp:object _:b1 ; | 25 | + rdfs:comment "STEP 90202 Set the commentation role (whole life person set)"^^xsd:string ; |
| 26 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 26 | + sp:templates ([ sp:object _:b1 ; |
| 27 | - sp:subject | 27 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 28 | - [ sp:varName "commentator"^^xsd:string | 28 | + sp:subject |
| 29 | - ] | 29 | + [ sp:varName "commentator"^^xsd:string |
| 30 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; | 30 | + ] |
| 31 | - sp:predicate rdf:type ; | 31 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; |
| 32 | - sp:subject _:b1 | 32 | + sp:predicate rdf:type ; |
| 33 | - ] [ sp:object | 33 | + sp:subject _:b1 |
| 34 | - [ sp:varName "personRoleType"^^xsd:string | 34 | + ] [ sp:object |
| 35 | - ] ; | 35 | + [ sp:varName "personRoleType"^^xsd:string |
| 36 | - sp:predicate rdf:type ; | 36 | + ] ; |
| 37 | - sp:subject _:b1 | 37 | + sp:predicate rdf:type ; |
| 38 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ; | 38 | + sp:subject _:b1 |
| 39 | - sp:predicate rdf:type ; | 39 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ; |
| 40 | - sp:subject | 40 | + sp:predicate rdf:type ; |
| 41 | - [ sp:varName "personRoleType"^^xsd:string | 41 | + sp:subject |
| 42 | - ] | 42 | + [ sp:varName "personRoleType"^^xsd:string |
| 43 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; | 43 | + ] |
| 44 | - sp:predicate rdfs:subClassOf ; | 44 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; |
| 45 | - sp:subject | 45 | + sp:predicate rdfs:subClassOf ; |
| 46 | - [ sp:varName "personRoleType"^^xsd:string | 46 | + sp:subject |
| 47 | - ] | 47 | + [ sp:varName "personRoleType"^^xsd:string |
| 48 | - ] [ sp:object | 48 | + ] |
| 49 | - [ sp:varName "role"^^xsd:string | 49 | + ] [ sp:object |
| 50 | - ] ; | 50 | + [ sp:varName "role"^^xsd:string |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 51 | + ] ; |
| 52 | - sp:subject | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 53 | - [ sp:varName "personRoleType"^^xsd:string | 53 | + sp:subject |
| 54 | - ] | 54 | + [ sp:varName "personRoleType"^^xsd:string |
| 55 | - ]) ; | 55 | + ] |
| 56 | - sp:where ([ sp:object spin:_this ; | 56 | + ]) ; |
| 57 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 57 | + sp:where ([ sp:object spin:_this ; |
| 58 | - sp:subject | 58 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 59 | - [ sp:varName "commentingActivity"^^xsd:string | 59 | + sp:subject |
| 60 | - ] | 60 | + [ sp:varName "commentingActivity"^^xsd:string |
| 61 | - ] [ sp:object | 61 | + ] |
| 62 | - [ sp:varName "commentator"^^xsd:string | 62 | + ] [ sp:object |
| 63 | - ] ; | 63 | + [ sp:varName "commentator"^^xsd:string |
| 64 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 64 | + ] ; |
| 65 | - sp:subject | 65 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
| 66 | - [ sp:varName "commentingActivity"^^xsd:string | 66 | + sp:subject |
| 67 | - ] | 67 | + [ sp:varName "commentingActivity"^^xsd:string |
| 68 | - ] [ sp:object | 68 | + ] |
| 69 | - [ sp:varName "role"^^xsd:string | 69 | + ] [ sp:object |
| 70 | - ] ; | 70 | + [ sp:varName "role"^^xsd:string |
| 71 | - sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; | 71 | + ] ; |
| 72 | - sp:subject spin:_this | 72 | + sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; |
| 73 | - ] [ rdf:type sp:Bind ; | 73 | + sp:subject spin:_this |
| 74 | - sp:expression | 74 | + ] [ rdf:type sp:Bind ; |
| 75 | - [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; | 75 | + sp:expression |
| 76 | - sp:arg1 [ sp:varName "role"^^xsd:string | 76 | + [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; |
| 77 | - ] | 77 | + sp:arg1 [ sp:varName "role"^^xsd:string |
| 78 | - ] ; | 78 | + ] |
| 79 | - sp:variable | 79 | + ] ; |
| 80 | - [ sp:varName "personRoleType"^^xsd:string | 80 | + sp:variable |
| 81 | - ] | 81 | + [ sp:varName "personRoleType"^^xsd:string |
| 82 | - ]) | 82 | + ] |
| 83 | - ] ; | 83 | + ]) |
| 84 | - spin:rule | 84 | + ] ; |
| 85 | - [ rdf:type sp:Construct ; | 85 | + spin:rule |
| 86 | - rdfs:comment "STEP 90201 Set the commentation whole life person"^^xsd:string ; | 86 | + [ rdf:type sp:Construct ; |
| 87 | - sp:templates ([ sp:object _:b2 ; | 87 | + rdfs:comment "STEP 90201 Set the commentation whole life person"^^xsd:string ; |
| 88 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 88 | + sp:templates ([ sp:object _:b2 ; |
| 89 | - sp:subject | 89 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
| 90 | - [ sp:varName "commentingActivity"^^xsd:string | 90 | + sp:subject |
| 91 | - ] | 91 | + [ sp:varName "commentingActivity"^^xsd:string |
| 92 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ; | 92 | + ] |
| 93 | - sp:predicate rdf:type ; | 93 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ; |
| 94 | - sp:subject _:b2 | 94 | + sp:predicate rdf:type ; |
| 95 | - ] [ sp:object | 95 | + sp:subject _:b2 |
| 96 | - [ sp:varName "person"^^xsd:string | 96 | + ] [ sp:object |
| 97 | - ] ; | 97 | + [ sp:varName "person"^^xsd:string |
| 98 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 98 | + ] ; |
| 99 | - sp:subject _:b2 | 99 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 100 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#WholeLifePerson> ; | 100 | + sp:subject _:b2 |
| 101 | - sp:predicate rdf:type ; | 101 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#WholeLifePerson> ; |
| 102 | - sp:subject | 102 | + sp:predicate rdf:type ; |
| 103 | - [ sp:varName "person"^^xsd:string | 103 | + sp:subject |
| 104 | - ] | 104 | + [ sp:varName "person"^^xsd:string |
| 105 | - ] [ sp:object | 105 | + ] |
| 106 | - [ sp:varName "who"^^xsd:string | 106 | + ] [ sp:object |
| 107 | - ] ; | 107 | + [ sp:varName "who"^^xsd:string |
| 108 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 108 | + ] ; |
| 109 | - sp:subject | 109 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 110 | - [ sp:varName "person"^^xsd:string | 110 | + sp:subject |
| 111 | - ] | 111 | + [ sp:varName "person"^^xsd:string |
| 112 | - ]) ; | 112 | + ] |
| 113 | - sp:where ([ sp:object spin:_this ; | 113 | + ]) ; |
| 114 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 114 | + sp:where ([ sp:object spin:_this ; |
| 115 | - sp:subject | 115 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 116 | - [ sp:varName "commentingActivity"^^xsd:string | 116 | + sp:subject |
| 117 | - ] | 117 | + [ sp:varName "commentingActivity"^^xsd:string |
| 118 | - ] [ sp:object | 118 | + ] |
| 119 | - [ sp:varName "who"^^xsd:string | 119 | + ] [ sp:object |
| 120 | - ] ; | 120 | + [ sp:varName "who"^^xsd:string |
| 121 | - sp:predicate <http://www.epim.no/schemas/mprml/1#who> ; | 121 | + ] ; |
| 122 | - sp:subject spin:_this | 122 | + sp:predicate <http://www.epim.no/schemas/mprml/1#who> ; |
| 123 | - ] [ rdf:type sp:Bind ; | 123 | + sp:subject spin:_this |
| 124 | - sp:expression | 124 | + ] [ rdf:type sp:Bind ; |
| 125 | - [ rdf:type ep-dpr-spin-lib:buildPersonURI ; | 125 | + sp:expression |
| 126 | - sp:arg1 [ sp:varName "who"^^xsd:string | 126 | + [ rdf:type ep-dpr-spin-lib:buildPersonURI ; |
| 127 | - ] | 127 | + sp:arg1 [ sp:varName "who"^^xsd:string |
| 128 | - ] ; | 128 | + ] |
| 129 | - sp:variable | 129 | + ] ; |
| 130 | - [ sp:varName "person"^^xsd:string | 130 | + sp:variable |
| 131 | - ] | 131 | + [ sp:varName "person"^^xsd:string |
| 132 | - ]) | 132 | + ] |
| 133 | - ] ; | 133 | + ]) |
| 134 | - spin:rule | 134 | + ] ; |
| 135 | - [ rdf:type sp:Construct ; | 135 | + spin:rule |
| 136 | - rdfs:comment "STEP 90203 Set the commentation role (whole life person not set)"^^xsd:string ; | 136 | + [ rdf:type sp:Construct ; |
| 137 | - sp:templates ([ sp:object _:b3 ; | 137 | + rdfs:comment "STEP 90203 Set the commentation role (whole life person not set)"^^xsd:string ; |
| 138 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 138 | + sp:templates ([ sp:object _:b3 ; |
| 139 | - sp:subject | 139 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
| 140 | - [ sp:varName "commentingActivity"^^xsd:string | 140 | + sp:subject |
| 141 | - ] | 141 | + [ sp:varName "commentingActivity"^^xsd:string |
| 142 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ; | 142 | + ] |
| 143 | - sp:predicate rdf:type ; | 143 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Person> ; |
| 144 | - sp:subject _:b3 | 144 | + sp:predicate rdf:type ; |
| 145 | - ] [ sp:object _:b4 ; | 145 | + sp:subject _:b3 |
| 146 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 146 | + ] [ sp:object _:b4 ; |
| 147 | - sp:subject _:b3 | 147 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 148 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; | 148 | + sp:subject _:b3 |
| 149 | - sp:predicate rdf:type ; | 149 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; |
| 150 | - sp:subject _:b4 | 150 | + sp:predicate rdf:type ; |
| 151 | - ] [ sp:object | 151 | + sp:subject _:b4 |
| 152 | - [ sp:varName "personRoleType"^^xsd:string | 152 | + ] [ sp:object |
| 153 | - ] ; | 153 | + [ sp:varName "personRoleType"^^xsd:string |
| 154 | - sp:predicate rdf:type ; | 154 | + ] ; |
| 155 | - sp:subject _:b4 | 155 | + sp:predicate rdf:type ; |
| 156 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ; | 156 | + sp:subject _:b4 |
| 157 | - sp:predicate rdf:type ; | 157 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRoleType> ; |
| 158 | - sp:subject | 158 | + sp:predicate rdf:type ; |
| 159 | - [ sp:varName "personRoleType"^^xsd:string | 159 | + sp:subject |
| 160 | - ] | 160 | + [ sp:varName "personRoleType"^^xsd:string |
| 161 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; | 161 | + ] |
| 162 | - sp:predicate rdfs:subClassOf ; | 162 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#PersonRole> ; |
| 163 | - sp:subject | 163 | + sp:predicate rdfs:subClassOf ; |
| 164 | - [ sp:varName "personRoleType"^^xsd:string | 164 | + sp:subject |
| 165 | - ] | 165 | + [ sp:varName "personRoleType"^^xsd:string |
| 166 | - ] [ sp:object | 166 | + ] |
| 167 | - [ sp:varName "role"^^xsd:string | 167 | + ] [ sp:object |
| 168 | - ] ; | 168 | + [ sp:varName "role"^^xsd:string |
| 169 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 169 | + ] ; |
| 170 | - sp:subject | 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 171 | - [ sp:varName "personRoleType"^^xsd:string | 171 | + sp:subject |
| 172 | - ] | 172 | + [ sp:varName "personRoleType"^^xsd:string |
| 173 | - ]) ; | 173 | + ] |
| 174 | - sp:where ([ sp:object spin:_this ; | 174 | + ]) ; |
| 175 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 175 | + sp:where ([ sp:object spin:_this ; |
| 176 | - sp:subject | 176 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 177 | - [ sp:varName "commentingActivity"^^xsd:string | 177 | + sp:subject |
| 178 | - ] | 178 | + [ sp:varName "commentingActivity"^^xsd:string |
| 179 | - ] [ rdf:type sp:NotExists ; | 179 | + ] |
| 180 | - sp:elements ([ sp:object | 180 | + ] [ rdf:type sp:NotExists ; |
| 181 | - [ sp:varName "commentator"^^xsd:string | 181 | + sp:elements ([ sp:object |
| 182 | - ] ; | 182 | + [ sp:varName "commentator"^^xsd:string |
| 183 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; | 183 | + ] ; |
| 184 | - sp:subject | 184 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentator> ; |
| 185 | - [ sp:varName "commentingActivity"^^xsd:string | 185 | + sp:subject |
| 186 | - ] | 186 | + [ sp:varName "commentingActivity"^^xsd:string |
| 187 | - ]) | 187 | + ] |
| 188 | - ] [ sp:object | 188 | + ]) |
| 189 | - [ sp:varName "role"^^xsd:string | 189 | + ] [ sp:object |
| 190 | - ] ; | 190 | + [ sp:varName "role"^^xsd:string |
| 191 | - sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; | 191 | + ] ; |
| 192 | - sp:subject spin:_this | 192 | + sp:predicate <http://www.epim.no/schemas/mprml/1#role> ; |
| 193 | - ] [ rdf:type sp:Bind ; | 193 | + sp:subject spin:_this |
| 194 | - sp:expression | 194 | + ] [ rdf:type sp:Bind ; |
| 195 | - [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; | 195 | + sp:expression |
| 196 | - sp:arg1 [ sp:varName "role"^^xsd:string | 196 | + [ rdf:type ep-mpr-spin-lib:buildPersonRoleTypeURI ; |
| 197 | - ] | 197 | + sp:arg1 [ sp:varName "role"^^xsd:string |
| 198 | - ] ; | 198 | + ] |
| 199 | - sp:variable | 199 | + ] ; |
| 200 | - [ sp:varName "personRoleType"^^xsd:string | 200 | + sp:variable |
| 201 | - ] | 201 | + [ sp:varName "personRoleType"^^xsd:string |
| 202 | - ]) | 202 | + ] |
| 203 | - ] ; | 203 | + ]) |
| 204 | - spin:rule | 204 | + ] ; |
| 205 | - [ rdf:type sp:Construct ; | 205 | + spin:rule |
| 206 | - rdfs:comment "STEP 90200 Create the commenting activity"^^xsd:string ; | 206 | + [ rdf:type sp:Construct ; |
| 207 | - sp:templates ([ sp:object _:b5 ; | 207 | + rdfs:comment "STEP 90200 Create the commenting activity"^^xsd:string ; |
| 208 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | 208 | + sp:templates ([ sp:object _:b5 ; |
| 209 | - sp:subject | 209 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; |
| 210 | - [ sp:varName "activityForComment"^^xsd:string | 210 | + sp:subject |
| 211 | - ] | 211 | + [ sp:varName "activityForComment"^^xsd:string |
| 212 | - ] [ sp:object | 212 | + ] |
| 213 | - [ sp:varName "typeOfPartCommentedOn"^^xsd:string | 213 | + ] [ sp:object |
| 214 | - ] ; | 214 | + [ sp:varName "typeOfPartCommentedOn"^^xsd:string |
| 215 | - sp:predicate rdf:type ; | 215 | + ] ; |
| 216 | - sp:subject _:b5 | 216 | + sp:predicate rdf:type ; |
| 217 | - ] [ sp:object | 217 | + sp:subject _:b5 |
| 218 | - [ sp:varName "dTimStart"^^xsd:string | 218 | + ] [ sp:object |
| 219 | - ] ; | 219 | + [ sp:varName "dTimStart"^^xsd:string |
| 220 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 220 | + ] ; |
| 221 | - sp:subject _:b5 | 221 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 222 | - ] [ sp:object | 222 | + sp:subject _:b5 |
| 223 | - [ sp:varName "dTimEnd"^^xsd:string | 223 | + ] [ sp:object |
| 224 | - ] ; | 224 | + [ sp:varName "dTimEnd"^^xsd:string |
| 225 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 225 | + ] ; |
| 226 | - sp:subject _:b5 | 226 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 227 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MakeAComment> ; | 227 | + sp:subject _:b5 |
| 228 | - sp:predicate rdf:type ; | 228 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MakeAComment> ; |
| 229 | - sp:subject _:b6 | 229 | + sp:predicate rdf:type ; |
| 230 | - ] [ sp:object _:b5 ; | 230 | + sp:subject _:b6 |
| 231 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentUpon> ; | 231 | + ] [ sp:object _:b5 ; |
| 232 | - sp:subject _:b6 | 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentUpon> ; |
| 233 | - ] [ sp:object | 233 | + sp:subject _:b6 |
| 234 | - [ sp:varName "remark"^^xsd:string | 234 | + ] [ sp:object |
| 235 | - ] ; | 235 | + [ sp:varName "remark"^^xsd:string |
| 236 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; | 236 | + ] ; |
| 237 | - sp:subject _:b6 | 237 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#commentMade> ; |
| 238 | - ] [ sp:object spin:_this ; | 238 | + sp:subject _:b6 |
| 239 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 239 | + ] [ sp:object spin:_this ; |
| 240 | - sp:subject _:b6 | 240 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 241 | - ]) ; | 241 | + sp:subject _:b6 |
| 242 | - sp:where ([ sp:object spin:_this ; | 242 | + ]) ; |
| 243 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; | 243 | + sp:where ([ sp:object spin:_this ; |
| 244 | - sp:subject | 244 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#forComment> ; |
| 245 | - [ sp:varName "activityForComment"^^xsd:string | 245 | + sp:subject |
| 246 | - ] | 246 | + [ sp:varName "activityForComment"^^xsd:string |
| 247 | - ] [ sp:object spin:_this ; | 247 | + ] |
| 248 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; | 248 | + ] [ sp:object spin:_this ; |
| 249 | - sp:subject | 249 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#typeOfPartCommentedOn> ; |
| 250 | - [ sp:varName "typeOfPartCommentedOn"^^xsd:string | 250 | + sp:subject |
| 251 | - ] | 251 | + [ sp:varName "typeOfPartCommentedOn"^^xsd:string |
| 252 | - ] [ rdf:type sp:Optional ; | 252 | + ] |
| 253 | - sp:elements ([ sp:object | 253 | + ] [ rdf:type sp:Optional ; |
| 254 | - [ sp:varName "dTimStart"^^xsd:string | 254 | + sp:elements ([ sp:object |
| 255 | - ] ; | 255 | + [ sp:varName "dTimStart"^^xsd:string |
| 256 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | 256 | + ] ; |
| 257 | - sp:subject spin:_this | 257 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; |
| 258 | - ]) | 258 | + sp:subject spin:_this |
| 259 | - ] [ rdf:type sp:Optional ; | 259 | + ]) |
| 260 | - sp:elements ([ sp:object | 260 | + ] [ rdf:type sp:Optional ; |
| 261 | - [ sp:varName "dTimEnd"^^xsd:string | 261 | + sp:elements ([ sp:object |
| 262 | - ] ; | 262 | + [ sp:varName "dTimEnd"^^xsd:string |
| 263 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | 263 | + ] ; |
| 264 | - sp:subject spin:_this | 264 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; |
| 265 | - ]) | 265 | + sp:subject spin:_this |
| 266 | - ] [ sp:object | 266 | + ]) |
| 267 | - [ sp:varName "remark"^^xsd:string | 267 | + ] [ sp:object |
| 268 | - ] ; | 268 | + [ sp:varName "remark"^^xsd:string |
| 269 | - sp:predicate <http://www.epim.no/schemas/mprml/1#remark> ; | 269 | + ] ; |
| 270 | - sp:subject spin:_this | 270 | + sp:predicate <http://www.epim.no/schemas/mprml/1#remark> ; |
| 271 | - ]) | 271 | + sp:subject spin:_this |
| 272 | - ] . | 272 | + ]) |
| 273 | - | 273 | + ] . |
| 274 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> | 274 | + |
| 275 | - rdf:type owl:Ontology ; | 275 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> |
| 276 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 276 | + rdf:type owl:Ontology ; |
| 277 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 277 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/material> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.epim.no/schemas/mprml/1> ; |
| 278 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# Saved by TopBraid on Tue Sep 20 20:27:24 BST 2011 | ||
| 2 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0 | 1 | # baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0 |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | ||
| 4 | # imports: http://spinrdf.org/spin | 2 | # imports: http://spinrdf.org/spin |
| 3 | +# imports: http://www.epim.no/schemas/mprml/1 | ||
| 4 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema | ||
| 5 | 5 | ||
| 6 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . | 6 | @prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0#> . |
| 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 7 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
| ... | @@ -14,5 +14,5 @@ | ... | @@ -14,5 +14,5 @@ |
| 14 | 14 | ||
| 15 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0> | 15 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facility-v1.0> |
| 16 | rdf:type owl:Ontology ; | 16 | rdf:type owl:Ontology ; |
| 17 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 17 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> ; |
| 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 18 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 5 | -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
| 6 | - | 6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . | 7 | + |
| 8 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1#> . |
| 9 | -@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | 9 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix sp: <http://spinrdf.org/sp#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix spin: <http://spinrdf.org/spin#> . | 14 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 15 | -@prefix spl: <http://spinrdf.org/spl#> . | 15 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 16 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 16 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 17 | - | 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 18 | -<http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct> | 18 | + |
| 19 | - spin:rule | 19 | +<http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct> |
| 20 | - [ rdf:type sp:Construct ; | 20 | + spin:rule |
| 21 | - rdfs:comment """STEP 00010 Record the Facility that has the flows - not in the NPD Fact Pages - already in the file | 21 | + [ rdf:type sp:Construct ; |
| 22 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 22 | + rdfs:comment """STEP 00007 Record the Facility that has the flows - kind is \"company\" or \"commercial entity\" - assumed to be an OperatingCompany |
| 23 | - sp:templates ([ sp:object spin:_this ; | 23 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 24 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 24 | + sp:templates ([ sp:object spin:_this ; |
| 25 | - sp:subject | 25 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 26 | - [ sp:varName "facility"^^xsd:string | 26 | + sp:subject |
| 27 | - ] | 27 | + [ sp:varName "company"^^xsd:string |
| 28 | - ]) ; | 28 | + ] |
| 29 | - sp:where ([ rdf:type sp:Optional ; | 29 | + ] [ sp:object |
| 30 | - sp:elements ([ sp:object | 30 | + [ sp:varName "companyName"^^xsd:string |
| 31 | - [ sp:varName "facilityKind"^^xsd:string | 31 | + ] ; |
| 32 | - ] ; | 32 | + sp:predicate rdfs:label ; |
| 33 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 33 | + sp:subject spin:_this |
| 34 | - sp:subject spin:_this | 34 | + ]) ; |
| 35 | - ]) | 35 | + sp:where ([ rdf:type sp:Union ; |
| 36 | - ] [ sp:object | 36 | + sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_company> ; |
| 37 | - [ sp:varName "facilityName"^^xsd:string | 37 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 38 | - ] ; | 38 | + sp:subject spin:_this |
| 39 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 39 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_commercialentity> ; |
| 40 | - sp:subject spin:_this | 40 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 41 | - ] [ rdf:type sp:NotExists ; | 41 | + sp:subject spin:_this |
| 42 | - sp:elements ([ sp:object spin:_this ; | 42 | + ])) |
| 43 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 43 | + ] [ sp:object |
| 44 | - sp:subject | 44 | + [ sp:varName "companyName"^^xsd:string |
| 45 | - [ sp:varName "something"^^xsd:string | 45 | + ] ; |
| 46 | - ] | 46 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 47 | - ]) | 47 | + sp:subject spin:_this |
| 48 | - ] [ sp:object | 48 | + ] [ rdf:type sp:NamedGraph ; |
| 49 | - [ sp:varName "aFacilityIdentifierStructure"^^xsd:string | 49 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 50 | - ] ; | 50 | + sp:predicate rdf:type ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 51 | + sp:subject |
| 52 | - sp:subject | 52 | + [ sp:varName "company"^^xsd:string |
| 53 | - [ sp:varName "facility"^^xsd:string | 53 | + ] |
| 54 | - ] | 54 | + ] [ sp:object |
| 55 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct> ; | 55 | + [ sp:varName "companyName"^^xsd:string |
| 56 | - sp:predicate rdf:type ; | 56 | + ] ; |
| 57 | - sp:subject | 57 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 58 | - [ sp:varName "aFacilityIdentifierStructure"^^xsd:string | 58 | + sp:subject |
| 59 | - ] | 59 | + [ sp:varName "company"^^xsd:string |
| 60 | - ] [ sp:object | 60 | + ] |
| 61 | - [ sp:varName "productionFacilityType"^^xsd:string | 61 | + ]) ; |
| 62 | - ] ; | 62 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 63 | - sp:predicate rdf:type ; | 63 | + ]) |
| 64 | - sp:subject | 64 | + ] ; |
| 65 | - [ sp:varName "facility"^^xsd:string | 65 | + spin:rule |
| 66 | - ] | 66 | + [ rdf:type sp:Construct ; |
| 67 | - ] [ rdf:type sp:Bind ; | 67 | + rdfs:comment """STEP 00011 Record the Facility that has the flows - not in the NPD Fact Pages - not already in the file - a terminal |
| 68 | - sp:expression | 68 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 69 | - [ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ; | 69 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 70 | - sp:arg1 [ sp:varName "facilityKind"^^xsd:string | 70 | + sp:predicate rdf:type ; |
| 71 | - ] | 71 | + sp:subject |
| 72 | - ] ; | 72 | + [ sp:varName "terminal"^^xsd:string |
| 73 | - sp:variable | 73 | + ] |
| 74 | - [ sp:varName "productionFacilityType"^^xsd:string | 74 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/geography#Terminal> ; |
| 75 | - ] | 75 | + sp:predicate rdf:type ; |
| 76 | - ]) | 76 | + sp:subject |
| 77 | - ] ; | 77 | + [ sp:varName "terminal"^^xsd:string |
| 78 | - spin:rule | 78 | + ] |
| 79 | - [ rdf:type sp:Construct ; | 79 | + ] [ sp:object |
| 80 | + [ sp:varName "facilityName"^^xsd:string | ||
| 81 | + ] ; | ||
| 82 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 83 | + sp:subject | ||
| 84 | + [ sp:varName "terminal"^^xsd:string | ||
| 85 | + ] | ||
| 86 | + ] [ sp:object spin:_this ; | ||
| 87 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 88 | + sp:subject | ||
| 89 | + [ sp:varName "terminal"^^xsd:string | ||
| 90 | + ] | ||
| 91 | + ] [ sp:object | ||
| 92 | + [ sp:varName "facilityName"^^xsd:string | ||
| 93 | + ] ; | ||
| 94 | + sp:predicate rdfs:label ; | ||
| 95 | + sp:subject spin:_this | ||
| 96 | + ]) ; | ||
| 97 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_terminal> ; | ||
| 98 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | ||
| 99 | + sp:subject spin:_this | ||
| 100 | + ] [ sp:object | ||
| 101 | + [ sp:varName "facilityName"^^xsd:string | ||
| 102 | + ] ; | ||
| 103 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 104 | + sp:subject spin:_this | ||
| 105 | + ] [ rdf:type sp:NotExists ; | ||
| 106 | + sp:elements ([ sp:object spin:_this ; | ||
| 107 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 108 | + sp:subject | ||
| 109 | + [ sp:varName "something"^^xsd:string | ||
| 110 | + ] | ||
| 111 | + ]) | ||
| 112 | + ] [ rdf:type sp:Bind ; | ||
| 113 | + sp:expression | ||
| 114 | + [ rdf:type ep-dpr-spin-lib:buildTerminalURI ; | ||
| 115 | + sp:arg1 [ sp:varName "facilityName"^^xsd:string | ||
| 116 | + ] | ||
| 117 | + ] ; | ||
| 118 | + sp:variable | ||
| 119 | + [ sp:varName "terminal"^^xsd:string | ||
| 120 | + ] | ||
| 121 | + ]) | ||
| 122 | + ] ; | ||
| 123 | + spin:rule | ||
| 124 | + [ rdf:type sp:Construct ; | ||
| 80 | rdfs:comment """STEP 00008 Record the Facility that has the flows - kind is \"company\" or \"commercial entity\" - assumed to be an ParentCompany | 125 | rdfs:comment """STEP 00008 Record the Facility that has the flows - kind is \"company\" or \"commercial entity\" - assumed to be an ParentCompany |
| 81 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 126 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 82 | - sp:templates ([ sp:object spin:_this ; | 127 | + sp:templates ([ sp:object spin:_this ; |
| 83 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 128 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 84 | - sp:subject | 129 | + sp:subject |
| 85 | - [ sp:varName "company"^^xsd:string | 130 | + [ sp:varName "company"^^xsd:string |
| 86 | - ] | 131 | + ] |
| 87 | - ] [ sp:object | 132 | + ] [ sp:object |
| 88 | - [ sp:varName "companyName"^^xsd:string | 133 | + [ sp:varName "companyName"^^xsd:string |
| 89 | - ] ; | 134 | + ] ; |
| 90 | - sp:predicate rdfs:label ; | 135 | + sp:predicate rdfs:label ; |
| 91 | - sp:subject spin:_this | 136 | + sp:subject spin:_this |
| 92 | - ]) ; | 137 | + ]) ; |
| 93 | - sp:where ([ rdf:type sp:Union ; | 138 | + sp:where ([ rdf:type sp:Union ; |
| 94 | - sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_company> ; | 139 | + sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_company> ; |
| 95 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 140 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 96 | - sp:subject spin:_this | 141 | + sp:subject spin:_this |
| 97 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_commercialentity> ; | 142 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_commercialentity> ; |
| 98 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 143 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 99 | - sp:subject spin:_this | 144 | + sp:subject spin:_this |
| 100 | - ])) | 145 | + ])) |
| 101 | - ] [ sp:object | 146 | + ] [ sp:object |
| 102 | - [ sp:varName "companyName"^^xsd:string | 147 | + [ sp:varName "companyName"^^xsd:string |
| 103 | - ] ; | 148 | + ] ; |
| 104 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 149 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 105 | - sp:subject spin:_this | 150 | + sp:subject spin:_this |
| 106 | - ] [ rdf:type sp:NamedGraph ; | 151 | + ] [ rdf:type sp:NamedGraph ; |
| 107 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; | 152 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; |
| 108 | - sp:predicate rdf:type ; | 153 | + sp:predicate rdf:type ; |
| 109 | - sp:subject | 154 | + sp:subject |
| 110 | - [ sp:varName "company"^^xsd:string | 155 | + [ sp:varName "company"^^xsd:string |
| 111 | - ] | 156 | + ] |
| 112 | - ] [ sp:object | 157 | + ] [ sp:object |
| 113 | - [ sp:varName "companyName"^^xsd:string | 158 | + [ sp:varName "companyName"^^xsd:string |
| 114 | - ] ; | 159 | + ] ; |
| 115 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 160 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 116 | - sp:subject | 161 | + sp:subject |
| 117 | - [ sp:varName "company"^^xsd:string | 162 | + [ sp:varName "company"^^xsd:string |
| 118 | - ] | 163 | + ] |
| 119 | - ]) ; | 164 | + ]) ; |
| 120 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 165 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 121 | - ]) | 166 | + ]) |
| 122 | - ] ; | 167 | + ] ; |
| 123 | - spin:rule | 168 | + spin:rule |
| 124 | - [ rdf:type sp:Construct ; | 169 | + [ rdf:type sp:Construct ; |
| 125 | rdfs:comment """STEP 00004 Record the Facility that has the flows - kind is \"platform\" - assumed to be a MoveableFacility | 170 | rdfs:comment """STEP 00004 Record the Facility that has the flows - kind is \"platform\" - assumed to be a MoveableFacility |
| 126 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 171 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 127 | - sp:templates ([ sp:object spin:_this ; | 172 | + sp:templates ([ sp:object spin:_this ; |
| 128 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 173 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 129 | - sp:subject | 174 | + sp:subject |
| 130 | - [ sp:varName "platform"^^xsd:string | 175 | + [ sp:varName "platform"^^xsd:string |
| 131 | - ] | 176 | + ] |
| 132 | - ] [ sp:object | 177 | + ] [ sp:object |
| 133 | - [ sp:varName "platformName"^^xsd:string | 178 | + [ sp:varName "platformName"^^xsd:string |
| 134 | - ] ; | 179 | + ] ; |
| 135 | - sp:predicate rdfs:label ; | 180 | + sp:predicate rdfs:label ; |
| 136 | - sp:subject spin:_this | 181 | + sp:subject spin:_this |
| 137 | - ]) ; | 182 | + ]) ; |
| 138 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_platform> ; | 183 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_platform> ; |
| 139 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 184 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 140 | - sp:subject spin:_this | 185 | + sp:subject spin:_this |
| 141 | - ] [ sp:object | 186 | + ] [ sp:object |
| 142 | - [ sp:varName "platformName"^^xsd:string | 187 | + [ sp:varName "platformName"^^xsd:string |
| 143 | - ] ; | 188 | + ] ; |
| 144 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 189 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 145 | - sp:subject spin:_this | 190 | + sp:subject spin:_this |
| 146 | - ] [ rdf:type sp:NamedGraph ; | 191 | + ] [ rdf:type sp:NamedGraph ; |
| 147 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; | 192 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#MoveableFacility> ; |
| 148 | - sp:predicate rdf:type ; | 193 | + sp:predicate rdf:type ; |
| 149 | - sp:subject | 194 | + sp:subject |
| 150 | - [ sp:varName "platform"^^xsd:string | 195 | + [ sp:varName "platform"^^xsd:string |
| 151 | - ] | 196 | + ] |
| 152 | - ] [ sp:object | 197 | + ] [ sp:object |
| 153 | - [ sp:varName "platformName"^^xsd:string | 198 | + [ sp:varName "platformName"^^xsd:string |
| 154 | - ] ; | 199 | + ] ; |
| 155 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 200 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 156 | - sp:subject | 201 | + sp:subject |
| 157 | - [ sp:varName "platform"^^xsd:string | 202 | + [ sp:varName "platform"^^xsd:string |
| 158 | - ] | 203 | + ] |
| 159 | - ]) ; | 204 | + ]) ; |
| 160 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 205 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 161 | - ]) | 206 | + ]) |
| 162 | - ] ; | 207 | + ] ; |
| 163 | - spin:rule | 208 | + spin:rule |
| 164 | - [ rdf:type sp:Construct ; | 209 | + [ rdf:type sp:Construct ; |
| 165 | rdfs:comment """STEP 00012 Record the Facility that has the flows - not in the NPD Fact Pages - not already in the file | 210 | rdfs:comment """STEP 00012 Record the Facility that has the flows - not in the NPD Fact Pages - not already in the file |
| 166 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 211 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 167 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 212 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ; |
| 168 | - sp:predicate rdf:type ; | 213 | + sp:predicate rdf:type ; |
| 169 | - sp:subject _:b1 | 214 | + sp:subject _:b1 |
| 170 | - ] [ sp:object | 215 | + ] [ sp:object |
| 171 | - [ sp:varName "productionFacilityType"^^xsd:string | 216 | + [ sp:varName "productionFacilityType"^^xsd:string |
| 172 | - ] ; | 217 | + ] ; |
| 173 | - sp:predicate rdf:type ; | 218 | + sp:predicate rdf:type ; |
| 174 | - sp:subject _:b1 | 219 | + sp:subject _:b1 |
| 175 | - ] [ sp:object | 220 | + ] [ sp:object |
| 176 | - [ sp:varName "facilityName"^^xsd:string | 221 | + [ sp:varName "facilityName"^^xsd:string |
| 177 | - ] ; | 222 | + ] ; |
| 178 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 223 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 179 | - sp:subject _:b1 | 224 | + sp:subject _:b1 |
| 180 | - ] [ sp:object spin:_this ; | 225 | + ] [ sp:object spin:_this ; |
| 181 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 226 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 182 | - sp:subject _:b1 | 227 | + sp:subject _:b1 |
| 183 | - ] [ sp:object | 228 | + ] [ sp:object |
| 184 | - [ sp:varName "facilityName"^^xsd:string | 229 | + [ sp:varName "facilityName"^^xsd:string |
| 185 | - ] ; | 230 | + ] ; |
| 186 | - sp:predicate rdfs:label ; | 231 | + sp:predicate rdfs:label ; |
| 187 | - sp:subject spin:_this | 232 | + sp:subject spin:_this |
| 188 | - ]) ; | 233 | + ]) ; |
| 189 | - sp:where ([ rdf:type sp:Optional ; | 234 | + sp:where ([ rdf:type sp:Optional ; |
| 190 | - sp:elements ([ sp:object | 235 | + sp:elements ([ sp:object |
| 191 | - [ sp:varName "facilityKind"^^xsd:string | 236 | + [ sp:varName "facilityKind"^^xsd:string |
| 192 | - ] ; | 237 | + ] ; |
| 193 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 238 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 194 | - sp:subject spin:_this | 239 | + sp:subject spin:_this |
| 195 | - ]) | 240 | + ]) |
| 196 | - ] [ sp:object | 241 | + ] [ sp:object |
| 197 | - [ sp:varName "facilityName"^^xsd:string | 242 | + [ sp:varName "facilityName"^^xsd:string |
| 198 | - ] ; | 243 | + ] ; |
| 199 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 244 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 200 | - sp:subject spin:_this | 245 | + sp:subject spin:_this |
| 201 | - ] [ rdf:type sp:NotExists ; | 246 | + ] [ rdf:type sp:NotExists ; |
| 202 | - sp:elements ([ sp:object spin:_this ; | 247 | + sp:elements ([ sp:object spin:_this ; |
| 203 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 248 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 204 | - sp:subject | 249 | + sp:subject |
| 205 | - [ sp:varName "something"^^xsd:string | 250 | + [ sp:varName "something"^^xsd:string |
| 206 | - ] | 251 | + ] |
| 207 | - ]) | 252 | + ]) |
| 208 | - ] [ rdf:type sp:Bind ; | 253 | + ] [ rdf:type sp:Bind ; |
| 209 | - sp:expression | 254 | + sp:expression |
| 210 | - [ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ; | 255 | + [ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ; |
| 211 | - sp:arg1 [ sp:varName "facilityKind"^^xsd:string | 256 | + sp:arg1 [ sp:varName "facilityKind"^^xsd:string |
| 212 | - ] | 257 | + ] |
| 213 | - ] ; | 258 | + ] ; |
| 214 | - sp:variable | 259 | + sp:variable |
| 215 | - [ sp:varName "productionFacilityType"^^xsd:string | 260 | + [ sp:varName "productionFacilityType"^^xsd:string |
| 216 | - ] | 261 | + ] |
| 217 | - ]) | 262 | + ]) |
| 218 | - ] ; | 263 | + ] ; |
| 219 | - spin:rule | 264 | + spin:rule |
| 220 | - [ rdf:type sp:Construct ; | 265 | + [ rdf:type sp:Construct ; |
| 221 | - rdfs:comment """STEP 00003 Record the Facility that has the flows - kind is \"platform\" - assumed to be a SurfaceFixedFacility | ||
| 222 | -Nothing is done with the namingSystem!"""^^xsd:string ; | ||
| 223 | - sp:templates ([ sp:object spin:_this ; | ||
| 224 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 225 | - sp:subject | ||
| 226 | - [ sp:varName "platform"^^xsd:string | ||
| 227 | - ] | ||
| 228 | - ] [ sp:object | ||
| 229 | - [ sp:varName "platformName"^^xsd:string | ||
| 230 | - ] ; | ||
| 231 | - sp:predicate rdfs:label ; | ||
| 232 | - sp:subject spin:_this | ||
| 233 | - ]) ; | ||
| 234 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_platform> ; | ||
| 235 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | ||
| 236 | - sp:subject spin:_this | ||
| 237 | - ] [ sp:object | ||
| 238 | - [ sp:varName "platformName"^^xsd:string | ||
| 239 | - ] ; | ||
| 240 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 241 | - sp:subject spin:_this | ||
| 242 | - ] [ rdf:type sp:NamedGraph ; | ||
| 243 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility> ; | ||
| 244 | - sp:predicate rdf:type ; | ||
| 245 | - sp:subject | ||
| 246 | - [ sp:varName "platform"^^xsd:string | ||
| 247 | - ] | ||
| 248 | - ] [ sp:object | ||
| 249 | - [ sp:varName "platformName"^^xsd:string | ||
| 250 | - ] ; | ||
| 251 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 252 | - sp:subject | ||
| 253 | - [ sp:varName "platform"^^xsd:string | ||
| 254 | - ] | ||
| 255 | - ]) ; | ||
| 256 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | ||
| 257 | - ]) | ||
| 258 | - ] ; | ||
| 259 | - spin:rule | ||
| 260 | - [ rdf:type sp:Construct ; | ||
| 261 | rdfs:comment """STEP 00006 Record the Facility that has the flows - kind is \"terminal\", \"pipeline\", \"flowline\", \"installation\", etc. | 266 | rdfs:comment """STEP 00006 Record the Facility that has the flows - kind is \"terminal\", \"pipeline\", \"flowline\", \"installation\", etc. |
| 262 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 267 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 263 | - sp:templates ([ sp:object spin:_this ; | 268 | + sp:templates ([ sp:object spin:_this ; |
| 264 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 269 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 265 | - sp:subject | 270 | + sp:subject |
| 266 | - [ sp:varName "tuf"^^xsd:string | 271 | + [ sp:varName "tuf"^^xsd:string |
| 267 | - ] | 272 | + ] |
| 268 | - ] [ sp:object | 273 | + ] [ sp:object |
| 269 | - [ sp:varName "tufName"^^xsd:string | 274 | + [ sp:varName "tufName"^^xsd:string |
| 270 | - ] ; | 275 | + ] ; |
| 271 | - sp:predicate rdfs:label ; | 276 | + sp:predicate rdfs:label ; |
| 272 | - sp:subject spin:_this | 277 | + sp:subject spin:_this |
| 273 | - ]) ; | 278 | + ]) ; |
| 274 | - sp:where ([ rdf:type sp:Union ; | 279 | + sp:where ([ rdf:type sp:Union ; |
| 275 | - sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_terminal> ; | 280 | + sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_terminal> ; |
| 276 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 281 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 277 | - sp:subject spin:_this | 282 | + sp:subject spin:_this |
| 278 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_pipeline> ; | 283 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_pipeline> ; |
| 279 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 284 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 280 | - sp:subject spin:_this | 285 | + sp:subject spin:_this |
| 281 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_flowline> ; | 286 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_flowline> ; |
| 282 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 287 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 283 | - sp:subject spin:_this | 288 | + sp:subject spin:_this |
| 284 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_installation> ; | 289 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_installation> ; |
| 285 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 290 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 286 | - sp:subject spin:_this | 291 | + sp:subject spin:_this |
| 287 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_plant> ; | 292 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_plant> ; |
| 288 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 293 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 289 | - sp:subject spin:_this | 294 | + sp:subject spin:_this |
| 290 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_processingfacility> ; | 295 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_processingfacility> ; |
| 291 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 296 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 292 | - sp:subject spin:_this | 297 | + sp:subject spin:_this |
| 293 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_trunkline> ; | 298 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_trunkline> ; |
| 294 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 299 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 295 | - sp:subject spin:_this | 300 | + sp:subject spin:_this |
| 296 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_storage> ; | 301 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_storage> ; |
| 297 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 302 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 298 | - sp:subject spin:_this | 303 | + sp:subject spin:_this |
| 299 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_plant-processing> ; | 304 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_plant-processing> ; |
| 300 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 305 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 301 | - sp:subject spin:_this | 306 | + sp:subject spin:_this |
| 302 | - ])) | 307 | + ])) |
| 303 | - ] [ sp:object | 308 | + ] [ sp:object |
| 304 | - [ sp:varName "tufName"^^xsd:string | 309 | + [ sp:varName "tufName"^^xsd:string |
| 305 | - ] ; | 310 | + ] ; |
| 306 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 311 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 307 | - sp:subject spin:_this | 312 | + sp:subject spin:_this |
| 308 | - ] [ rdf:type sp:NamedGraph ; | 313 | + ] [ rdf:type sp:NamedGraph ; |
| 309 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#TUF> ; | 314 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#TUF> ; |
| 310 | - sp:predicate rdf:type ; | 315 | + sp:predicate rdf:type ; |
| 311 | - sp:subject | 316 | + sp:subject |
| 312 | - [ sp:varName "tuf"^^xsd:string | 317 | + [ sp:varName "tuf"^^xsd:string |
| 313 | - ] | 318 | + ] |
| 314 | - ] [ sp:object | 319 | + ] [ sp:object |
| 315 | - [ sp:varName "tufName"^^xsd:string | 320 | + [ sp:varName "tufName"^^xsd:string |
| 316 | - ] ; | 321 | + ] ; |
| 317 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 322 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 318 | - sp:subject | 323 | + sp:subject |
| 319 | - [ sp:varName "tuf"^^xsd:string | 324 | + [ sp:varName "tuf"^^xsd:string |
| 320 | - ] | 325 | + ] |
| 321 | - ]) ; | 326 | + ]) ; |
| 322 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 327 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 323 | - ]) | 328 | + ]) |
| 324 | - ] ; | 329 | + ] ; |
| 325 | - spin:rule | 330 | + spin:rule |
| 326 | - [ rdf:type sp:Construct ; | 331 | + [ rdf:type sp:Construct ; |
| 327 | - rdfs:comment """STEP 00011 Record the Facility that has the flows - not in the NPD Fact Pages - not already in the file - a terminal | 332 | + rdfs:comment """STEP 00003 Record the Facility that has the flows - kind is \"platform\" - assumed to be a SurfaceFixedFacility |
| 328 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 333 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 329 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Facility> ; | 334 | + sp:templates ([ sp:object spin:_this ; |
| 330 | - sp:predicate rdf:type ; | 335 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 331 | - sp:subject | 336 | + sp:subject |
| 332 | - [ sp:varName "terminal"^^xsd:string | 337 | + [ sp:varName "platform"^^xsd:string |
| 333 | - ] | 338 | + ] |
| 334 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/geography#Terminal> ; | 339 | + ] [ sp:object |
| 335 | - sp:predicate rdf:type ; | 340 | + [ sp:varName "platformName"^^xsd:string |
| 336 | - sp:subject | 341 | + ] ; |
| 337 | - [ sp:varName "terminal"^^xsd:string | 342 | + sp:predicate rdfs:label ; |
| 338 | - ] | 343 | + sp:subject spin:_this |
| 339 | - ] [ sp:object | 344 | + ]) ; |
| 340 | - [ sp:varName "facilityName"^^xsd:string | 345 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_platform> ; |
| 341 | - ] ; | 346 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 342 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 347 | + sp:subject spin:_this |
| 343 | - sp:subject | 348 | + ] [ sp:object |
| 344 | - [ sp:varName "terminal"^^xsd:string | 349 | + [ sp:varName "platformName"^^xsd:string |
| 345 | - ] | 350 | + ] ; |
| 346 | - ] [ sp:object spin:_this ; | 351 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 347 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 352 | + sp:subject spin:_this |
| 348 | - sp:subject | 353 | + ] [ rdf:type sp:NamedGraph ; |
| 349 | - [ sp:varName "terminal"^^xsd:string | 354 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceFixedFacility> ; |
| 350 | - ] | 355 | + sp:predicate rdf:type ; |
| 351 | - ] [ sp:object | 356 | + sp:subject |
| 352 | - [ sp:varName "facilityName"^^xsd:string | 357 | + [ sp:varName "platform"^^xsd:string |
| 353 | - ] ; | 358 | + ] |
| 354 | - sp:predicate rdfs:label ; | 359 | + ] [ sp:object |
| 355 | - sp:subject spin:_this | 360 | + [ sp:varName "platformName"^^xsd:string |
| 356 | - ]) ; | 361 | + ] ; |
| 357 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_terminal> ; | 362 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 358 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 363 | + sp:subject |
| 359 | - sp:subject spin:_this | 364 | + [ sp:varName "platform"^^xsd:string |
| 360 | - ] [ sp:object | 365 | + ] |
| 361 | - [ sp:varName "facilityName"^^xsd:string | 366 | + ]) ; |
| 362 | - ] ; | 367 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 363 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 368 | + ]) |
| 364 | - sp:subject spin:_this | 369 | + ] ; |
| 365 | - ] [ rdf:type sp:NotExists ; | 370 | + spin:rule |
| 366 | - sp:elements ([ sp:object spin:_this ; | 371 | + [ rdf:type sp:Construct ; |
| 367 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 368 | - sp:subject | ||
| 369 | - [ sp:varName "something"^^xsd:string | ||
| 370 | - ] | ||
| 371 | - ]) | ||
| 372 | - ] [ rdf:type sp:Bind ; | ||
| 373 | - sp:expression | ||
| 374 | - [ rdf:type ep-dpr-spin-lib:buildTerminalURI ; | ||
| 375 | - sp:arg1 [ sp:varName "facilityName"^^xsd:string | ||
| 376 | - ] | ||
| 377 | - ] ; | ||
| 378 | - sp:variable | ||
| 379 | - [ sp:varName "terminal"^^xsd:string | ||
| 380 | - ] | ||
| 381 | - ]) | ||
| 382 | - ] ; | ||
| 383 | - spin:rule | ||
| 384 | - [ rdf:type sp:Construct ; | ||
| 385 | rdfs:comment """STEP 00001 Record the Facility that has the flows - kind is \"field\", etc. | 372 | rdfs:comment """STEP 00001 Record the Facility that has the flows - kind is \"field\", etc. |
| 386 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 373 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 387 | - sp:templates ([ sp:object spin:_this ; | 374 | + sp:templates ([ sp:object spin:_this ; |
| 388 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 375 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 389 | - sp:subject | 376 | + sp:subject |
| 390 | - [ sp:varName "field"^^xsd:string | 377 | + [ sp:varName "field"^^xsd:string |
| 391 | - ] | 378 | + ] |
| 392 | - ] [ sp:object | 379 | + ] [ sp:object |
| 393 | - [ sp:varName "fieldName"^^xsd:string | 380 | + [ sp:varName "fieldName"^^xsd:string |
| 394 | - ] ; | 381 | + ] ; |
| 395 | - sp:predicate rdfs:label ; | 382 | + sp:predicate rdfs:label ; |
| 396 | - sp:subject spin:_this | 383 | + sp:subject spin:_this |
| 397 | - ]) ; | 384 | + ]) ; |
| 398 | - sp:where ([ rdf:type sp:Union ; | 385 | + sp:where ([ rdf:type sp:Union ; |
| 399 | - sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field> ; | 386 | + sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field> ; |
| 400 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 387 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 401 | - sp:subject spin:_this | 388 | + sp:subject spin:_this |
| 402 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-part> ; | 389 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-part> ; |
| 403 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 390 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 404 | - sp:subject spin:_this | 391 | + sp:subject spin:_this |
| 405 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-group> ; | 392 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-group> ; |
| 406 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 393 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 407 | - sp:subject spin:_this | 394 | + sp:subject spin:_this |
| 408 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-area> ; | 395 | + ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_field-area> ; |
| 409 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 396 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 410 | - sp:subject spin:_this | 397 | + sp:subject spin:_this |
| 411 | - ])) | 398 | + ])) |
| 412 | - ] [ sp:object | 399 | + ] [ sp:object |
| 413 | - [ sp:varName "fieldName"^^xsd:string | 400 | + [ sp:varName "fieldName"^^xsd:string |
| 414 | - ] ; | 401 | + ] ; |
| 415 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 402 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 416 | - sp:subject spin:_this | 403 | + sp:subject spin:_this |
| 417 | - ] [ rdf:type sp:NamedGraph ; | 404 | + ] [ rdf:type sp:NamedGraph ; |
| 418 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | 405 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; |
| 419 | - sp:predicate rdf:type ; | 406 | + sp:predicate rdf:type ; |
| 420 | - sp:subject | 407 | + sp:subject |
| 421 | - [ sp:varName "field"^^xsd:string | 408 | + [ sp:varName "field"^^xsd:string |
| 422 | - ] | 409 | + ] |
| 423 | - ] [ sp:object | 410 | + ] [ sp:object |
| 424 | - [ sp:varName "fieldName"^^xsd:string | 411 | + [ sp:varName "fieldName"^^xsd:string |
| 425 | - ] ; | 412 | + ] ; |
| 426 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 413 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 427 | - sp:subject | 414 | + sp:subject |
| 428 | - [ sp:varName "field"^^xsd:string | 415 | + [ sp:varName "field"^^xsd:string |
| 429 | - ] | 416 | + ] |
| 430 | - ]) ; | 417 | + ]) ; |
| 431 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 418 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 432 | - ]) | 419 | + ]) |
| 433 | - ] ; | 420 | + ] ; |
| 434 | - spin:rule | 421 | + spin:rule |
| 435 | - [ rdf:type sp:Construct ; | 422 | + [ rdf:type sp:Construct ; |
| 436 | - rdfs:comment """STEP 00005 Record the Facility that has the flows - kind is \"well\" | ||
| 437 | -Nothing is done with the namingSystem!"""^^xsd:string ; | ||
| 438 | - sp:templates ([ sp:object spin:_this ; | ||
| 439 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 440 | - sp:subject | ||
| 441 | - [ sp:varName "well"^^xsd:string | ||
| 442 | - ] | ||
| 443 | - ] [ sp:object | ||
| 444 | - [ sp:varName "wellName"^^xsd:string | ||
| 445 | - ] ; | ||
| 446 | - sp:predicate rdfs:label ; | ||
| 447 | - sp:subject spin:_this | ||
| 448 | - ]) ; | ||
| 449 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ; | ||
| 450 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | ||
| 451 | - sp:subject spin:_this | ||
| 452 | - ] [ sp:object | ||
| 453 | - [ sp:varName "wellName"^^xsd:string | ||
| 454 | - ] ; | ||
| 455 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 456 | - sp:subject spin:_this | ||
| 457 | - ] [ rdf:type sp:NamedGraph ; | ||
| 458 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; | ||
| 459 | - sp:predicate rdf:type ; | ||
| 460 | - sp:subject | ||
| 461 | - [ sp:varName "well"^^xsd:string | ||
| 462 | - ] | ||
| 463 | - ] [ sp:object | ||
| 464 | - [ sp:varName "wellName"^^xsd:string | ||
| 465 | - ] ; | ||
| 466 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 467 | - sp:subject | ||
| 468 | - [ sp:varName "well"^^xsd:string | ||
| 469 | - ] | ||
| 470 | - ]) ; | ||
| 471 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | ||
| 472 | - ]) | ||
| 473 | - ] ; | ||
| 474 | - spin:rule | ||
| 475 | - [ rdf:type sp:Construct ; | ||
| 476 | rdfs:comment """STEP 00009 Record the Facility that has the flows - kind is \"licence\" | 423 | rdfs:comment """STEP 00009 Record the Facility that has the flows - kind is \"licence\" |
| 477 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 424 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 478 | - sp:templates ([ sp:object spin:_this ; | 425 | + sp:templates ([ sp:object spin:_this ; |
| 479 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 426 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 480 | - sp:subject | 427 | + sp:subject |
| 481 | - [ sp:varName "licence"^^xsd:string | 428 | + [ sp:varName "licence"^^xsd:string |
| 482 | - ] | 429 | + ] |
| 483 | - ] [ sp:object | 430 | + ] [ sp:object |
| 484 | - [ sp:varName "licenceName"^^xsd:string | 431 | + [ sp:varName "licenceName"^^xsd:string |
| 485 | - ] ; | 432 | + ] ; |
| 486 | - sp:predicate rdfs:label ; | 433 | + sp:predicate rdfs:label ; |
| 487 | - sp:subject spin:_this | 434 | + sp:subject spin:_this |
| 488 | - ]) ; | 435 | + ]) ; |
| 489 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_licence> ; | 436 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_licence> ; |
| 490 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 437 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 491 | - sp:subject spin:_this | 438 | + sp:subject spin:_this |
| 492 | - ] [ sp:object | 439 | + ] [ sp:object |
| 493 | - [ sp:varName "licenceName"^^xsd:string | 440 | + [ sp:varName "licenceName"^^xsd:string |
| 494 | - ] ; | 441 | + ] ; |
| 495 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 442 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 496 | - sp:subject spin:_this | 443 | + sp:subject spin:_this |
| 497 | - ] [ rdf:type sp:NamedGraph ; | 444 | + ] [ rdf:type sp:NamedGraph ; |
| 498 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#Licence> ; | 445 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#Licence> ; |
| 499 | - sp:predicate rdf:type ; | 446 | + sp:predicate rdf:type ; |
| 500 | - sp:subject | 447 | + sp:subject |
| 501 | - [ sp:varName "licence"^^xsd:string | 448 | + [ sp:varName "licence"^^xsd:string |
| 502 | - ] | 449 | + ] |
| 503 | - ] [ sp:object | 450 | + ] [ sp:object |
| 504 | - [ sp:varName "licenceName"^^xsd:string | 451 | + [ sp:varName "licenceName"^^xsd:string |
| 505 | - ] ; | 452 | + ] ; |
| 506 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 453 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 507 | - sp:subject | 454 | + sp:subject |
| 508 | - [ sp:varName "licence"^^xsd:string | 455 | + [ sp:varName "licence"^^xsd:string |
| 509 | - ] | 456 | + ] |
| 510 | - ]) ; | 457 | + ]) ; |
| 511 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 458 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 512 | - ]) | 459 | + ]) |
| 513 | - ] ; | 460 | + ] ; |
| 514 | - spin:rule | 461 | + spin:rule |
| 515 | - [ rdf:type sp:Construct ; | 462 | + [ rdf:type sp:Construct ; |
| 516 | - rdfs:comment """STEP 00007 Record the Facility that has the flows - kind is \"company\" or \"commercial entity\" - assumed to be an OperatingCompany | 463 | + rdfs:comment """STEP 00005 Record the Facility that has the flows - kind is \"well\" |
| 517 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 464 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 518 | - sp:templates ([ sp:object spin:_this ; | 465 | + sp:templates ([ sp:object spin:_this ; |
| 519 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 466 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 520 | - sp:subject | 467 | + sp:subject |
| 521 | - [ sp:varName "company"^^xsd:string | 468 | + [ sp:varName "well"^^xsd:string |
| 522 | - ] | 469 | + ] |
| 523 | - ] [ sp:object | 470 | + ] [ sp:object |
| 524 | - [ sp:varName "companyName"^^xsd:string | 471 | + [ sp:varName "wellName"^^xsd:string |
| 525 | - ] ; | 472 | + ] ; |
| 526 | - sp:predicate rdfs:label ; | 473 | + sp:predicate rdfs:label ; |
| 527 | - sp:subject spin:_this | 474 | + sp:subject spin:_this |
| 528 | - ]) ; | 475 | + ]) ; |
| 529 | - sp:where ([ rdf:type sp:Union ; | 476 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_well> ; |
| 530 | - sp:elements (([ sp:object <http://www.epim.no/schemas/mprml/1#RF_company> ; | 477 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 531 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 478 | + sp:subject spin:_this |
| 532 | - sp:subject spin:_this | 479 | + ] [ sp:object |
| 533 | - ]) ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_commercialentity> ; | 480 | + [ sp:varName "wellName"^^xsd:string |
| 534 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 481 | + ] ; |
| 535 | - sp:subject spin:_this | 482 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 536 | - ])) | 483 | + sp:subject spin:_this |
| 537 | - ] [ sp:object | 484 | + ] [ rdf:type sp:NamedGraph ; |
| 538 | - [ sp:varName "companyName"^^xsd:string | 485 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ; |
| 539 | - ] ; | 486 | + sp:predicate rdf:type ; |
| 540 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 487 | + sp:subject |
| 541 | - sp:subject spin:_this | 488 | + [ sp:varName "well"^^xsd:string |
| 542 | - ] [ rdf:type sp:NamedGraph ; | 489 | + ] |
| 543 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 490 | + ] [ sp:object |
| 544 | - sp:predicate rdf:type ; | 491 | + [ sp:varName "wellName"^^xsd:string |
| 545 | - sp:subject | 492 | + ] ; |
| 546 | - [ sp:varName "company"^^xsd:string | 493 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 547 | - ] | 494 | + sp:subject |
| 548 | - ] [ sp:object | 495 | + [ sp:varName "well"^^xsd:string |
| 549 | - [ sp:varName "companyName"^^xsd:string | 496 | + ] |
| 550 | - ] ; | 497 | + ]) ; |
| 551 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 498 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 552 | - sp:subject | 499 | + ]) |
| 553 | - [ sp:varName "company"^^xsd:string | 500 | + ] ; |
| 554 | - ] | 501 | + spin:rule |
| 555 | - ]) ; | 502 | + [ rdf:type sp:Construct ; |
| 556 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | ||
| 557 | - ]) | ||
| 558 | - ] ; | ||
| 559 | - spin:rule | ||
| 560 | - [ rdf:type sp:Construct ; | ||
| 561 | rdfs:comment """STEP 00002 Record the Facility that has the flows - kind is \"wellbore\" | 503 | rdfs:comment """STEP 00002 Record the Facility that has the flows - kind is \"wellbore\" |
| 562 | -Nothing is done with the namingSystem!"""^^xsd:string ; | 504 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 563 | - sp:templates ([ sp:object spin:_this ; | 505 | + sp:templates ([ sp:object spin:_this ; |
| 564 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 506 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 565 | - sp:subject | 507 | + sp:subject |
| 566 | - [ sp:varName "wellBore"^^xsd:string | 508 | + [ sp:varName "wellBore"^^xsd:string |
| 567 | - ] | 509 | + ] |
| 568 | - ] [ sp:object | 510 | + ] [ sp:object |
| 569 | - [ sp:varName "wellBoreName"^^xsd:string | 511 | + [ sp:varName "wellBoreName"^^xsd:string |
| 570 | - ] ; | 512 | + ] ; |
| 571 | - sp:predicate rdfs:label ; | 513 | + sp:predicate rdfs:label ; |
| 572 | - sp:subject spin:_this | 514 | + sp:subject spin:_this |
| 573 | - ]) ; | 515 | + ]) ; |
| 574 | - sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_wellbore> ; | 516 | + sp:where ([ sp:object <http://www.epim.no/schemas/mprml/1#RF_wellbore> ; |
| 575 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | 517 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; |
| 576 | - sp:subject spin:_this | 518 | + sp:subject spin:_this |
| 577 | - ] [ sp:object | 519 | + ] [ sp:object |
| 578 | - [ sp:varName "wellBoreName"^^xsd:string | 520 | + [ sp:varName "wellBoreName"^^xsd:string |
| 579 | - ] ; | 521 | + ] ; |
| 580 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 522 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 581 | - sp:subject spin:_this | 523 | + sp:subject spin:_this |
| 582 | - ] [ rdf:type sp:NamedGraph ; | 524 | + ] [ rdf:type sp:NamedGraph ; |
| 583 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | 525 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; |
| 584 | - sp:predicate rdf:type ; | 526 | + sp:predicate rdf:type ; |
| 585 | - sp:subject | 527 | + sp:subject |
| 586 | - [ sp:varName "wellBore"^^xsd:string | 528 | + [ sp:varName "wellBore"^^xsd:string |
| 587 | - ] | 529 | + ] |
| 588 | - ] [ sp:object | 530 | + ] [ sp:object |
| 589 | - [ sp:varName "wellBoreName"^^xsd:string | 531 | + [ sp:varName "wellBoreName"^^xsd:string |
| 590 | - ] ; | 532 | + ] ; |
| 591 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 533 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 592 | - sp:subject | 534 | + sp:subject |
| 593 | - [ sp:varName "wellBore"^^xsd:string | 535 | + [ sp:varName "wellBore"^^xsd:string |
| 594 | - ] | 536 | + ] |
| 595 | - ]) ; | 537 | + ]) ; |
| 596 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 538 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 597 | - ]) | 539 | + ]) |
| 598 | - ] . | 540 | + ] ; |
| 599 | - | 541 | + spin:rule |
| 600 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> | 542 | + [ rdf:type sp:Construct ; |
| 601 | - rdf:type owl:Ontology ; | 543 | + rdfs:comment """STEP 00010 Record the Facility that has the flows - not in the NPD Fact Pages - already in the file |
| 602 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | 544 | +Nothing is done with the namingSystem!"""^^xsd:string ; |
| 603 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 545 | + sp:templates ([ sp:object spin:_this ; |
| 546 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 547 | + sp:subject | ||
| 548 | + [ sp:varName "facility"^^xsd:string | ||
| 549 | + ] | ||
| 550 | + ]) ; | ||
| 551 | + sp:where ([ rdf:type sp:Optional ; | ||
| 552 | + sp:elements ([ sp:object | ||
| 553 | + [ sp:varName "facilityKind"^^xsd:string | ||
| 554 | + ] ; | ||
| 555 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kindRef> ; | ||
| 556 | + sp:subject spin:_this | ||
| 557 | + ]) | ||
| 558 | + ] [ sp:object | ||
| 559 | + [ sp:varName "facilityName"^^xsd:string | ||
| 560 | + ] ; | ||
| 561 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 562 | + sp:subject spin:_this | ||
| 563 | + ] [ rdf:type sp:NotExists ; | ||
| 564 | + sp:elements ([ sp:object spin:_this ; | ||
| 565 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 566 | + sp:subject | ||
| 567 | + [ sp:varName "something"^^xsd:string | ||
| 568 | + ] | ||
| 569 | + ]) | ||
| 570 | + ] [ sp:object | ||
| 571 | + [ sp:varName "aFacilityIdentifierStructure"^^xsd:string | ||
| 572 | + ] ; | ||
| 573 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; | ||
| 574 | + sp:subject | ||
| 575 | + [ sp:varName "facility"^^xsd:string | ||
| 576 | + ] | ||
| 577 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#FacilityIdentifierStruct> ; | ||
| 578 | + sp:predicate rdf:type ; | ||
| 579 | + sp:subject | ||
| 580 | + [ sp:varName "aFacilityIdentifierStructure"^^xsd:string | ||
| 581 | + ] | ||
| 582 | + ] [ sp:object | ||
| 583 | + [ sp:varName "productionFacilityType"^^xsd:string | ||
| 584 | + ] ; | ||
| 585 | + sp:predicate rdf:type ; | ||
| 586 | + sp:subject | ||
| 587 | + [ sp:varName "facility"^^xsd:string | ||
| 588 | + ] | ||
| 589 | + ] [ rdf:type sp:Bind ; | ||
| 590 | + sp:expression | ||
| 591 | + [ rdf:type ep-mpr-spin-lib:selectProductionFacilityType ; | ||
| 592 | + sp:arg1 [ sp:varName "facilityKind"^^xsd:string | ||
| 593 | + ] | ||
| 594 | + ] ; | ||
| 595 | + sp:variable | ||
| 596 | + [ sp:varName "productionFacilityType"^^xsd:string | ||
| 597 | + ] | ||
| 598 | + ]) | ||
| 599 | + ] . | ||
| 600 | + | ||
| 601 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> | ||
| 602 | + rdf:type owl:Ontology ; | ||
| 603 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; | ||
| 604 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/schema/1.0/core | 4 | +# imports: http://www.reportinghub.no/ep/schema/1.0/core |
| 5 | -# imports: http://www.reportinghub.no/ep/schema/1.0/geography | 5 | +# imports: http://www.reportinghub.no/ep/schema/1.0/geography |
| 6 | - | 6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 7 | -# c14n-version: 3 | 7 | + |
| 8 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1#> . |
| 9 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 9 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 10 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 10 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 11 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 18 | + | ||
| 18 | <http://www.epim.no/schemas/mprml/1#Cs_geographicContext> | 19 | <http://www.epim.no/schemas/mprml/1#Cs_geographicContext> |
| 19 | - spin:rule [ | 20 | + spin:rule |
| 20 | - rdf:type sp:Construct ; | 21 | + [ rdf:type sp:Construct ; |
| 21 | - sp:templates ( | 22 | + rdfs:comment "STEP 90105 Set the geographic context - offshore location"^^xsd:string ; |
| 22 | - [ | 23 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/geography#OffshoreLocation> ; |
| 23 | - sp:object <http://www.reportinghub.no/ep/schema/geography#OffshoreLocation> ; | 24 | + sp:predicate rdf:type ; |
| 24 | - sp:predicate rdf:type ; | 25 | + sp:subject |
| 25 | - sp:subject [ | 26 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 26 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 27 | + ] |
| 27 | - ] ; | 28 | + ] [ sp:object |
| 28 | - ] | 29 | + [ sp:varName "quadrant"^^xsd:string |
| 29 | - [ | 30 | + ] ; |
| 30 | - sp:object [ | 31 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaQuadrantId> ; |
| 31 | - sp:varName "quadrant"^^xsd:string ; | 32 | + sp:subject |
| 32 | - ] ; | 33 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 33 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaQuadrantId> ; | 34 | + ] |
| 34 | - sp:subject [ | 35 | + ] [ sp:object |
| 35 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 36 | + [ sp:varName "blockSuffix"^^xsd:string |
| 36 | - ] ; | 37 | + ] ; |
| 37 | - ] | 38 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaBlockSuffixId> ; |
| 38 | - [ | 39 | + sp:subject |
| 39 | - sp:object [ | 40 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 40 | - sp:varName "blockSuffix"^^xsd:string ; | 41 | + ] |
| 41 | - ] ; | 42 | + ] [ sp:object |
| 42 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaBlockSuffixId> ; | 43 | + [ sp:varName "areaName"^^xsd:string |
| 43 | - sp:subject [ | 44 | + ] ; |
| 44 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 45 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasAreaName> ; |
| 45 | - ] ; | 46 | + sp:subject |
| 46 | - ] | 47 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 47 | - [ | 48 | + ] |
| 48 | - sp:object [ | 49 | + ] [ sp:object |
| 49 | - sp:varName "areaName"^^xsd:string ; | 50 | + [ sp:varName "areaNameNorthSeaOffshore"^^xsd:string |
| 50 | - ] ; | 51 | + ] ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasAreaName> ; | 52 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaAreaName> ; |
| 52 | - sp:subject [ | 53 | + sp:subject |
| 53 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 54 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 54 | - ] ; | 55 | + ] |
| 55 | - ] | 56 | + ] [ sp:object |
| 56 | - [ | 57 | + [ sp:varName "commentOffshoreLocation"^^xsd:string |
| 57 | - sp:object [ | 58 | + ] ; |
| 58 | - sp:varName "areaNameNorthSeaOffshore"^^xsd:string ; | 59 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasOffshoreLocationComment> ; |
| 59 | - ] ; | 60 | + sp:subject |
| 60 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasNorthSeaAreaName> ; | 61 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 61 | - sp:subject [ | 62 | + ] |
| 62 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 63 | + ]) ; |
| 63 | - ] ; | 64 | + sp:where ([ sp:object spin:_this ; |
| 64 | - ] | 65 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 65 | - [ | 66 | + sp:subject |
| 66 | - sp:object [ | 67 | + [ sp:varName "target"^^xsd:string |
| 67 | - sp:varName "commentOffshoreLocation"^^xsd:string ; | 68 | + ] |
| 68 | - ] ; | 69 | + ] [ sp:object |
| 69 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#hasOffshoreLocationComment> ; | 70 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 70 | - sp:subject [ | 71 | + ] ; |
| 71 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 72 | + sp:predicate <http://www.epim.no/schemas/mprml/1#offshoreLocationRef> ; |
| 72 | - ] ; | 73 | + sp:subject spin:_this |
| 73 | - ] | 74 | + ] [ sp:object |
| 74 | - ) ; | 75 | + [ sp:varName "northSeaOffshoreRef"^^xsd:string |
| 75 | - sp:where ( | 76 | + ] ; |
| 76 | - [ | 77 | + sp:predicate <http://www.epim.no/schemas/mprml/1#northSeaOffshoreRef> ; |
| 77 | - sp:object spin:_this ; | 78 | + sp:subject |
| 78 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | 79 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 79 | - sp:subject [ | 80 | + ] |
| 80 | - sp:varName "target"^^xsd:string ; | 81 | + ] [ sp:object |
| 81 | - ] ; | 82 | + [ sp:varName "quadrant"^^xsd:string |
| 82 | - ] | 83 | + ] ; |
| 83 | - [ | 84 | + sp:predicate <http://www.epim.no/schemas/mprml/1#quadrant> ; |
| 84 | - sp:object [ | 85 | + sp:subject |
| 85 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 86 | + [ sp:varName "northSeaOffshoreRef"^^xsd:string |
| 86 | - ] ; | 87 | + ] |
| 87 | - sp:predicate <http://www.epim.no/schemas/mprml/1#offshoreLocationRef> ; | 88 | + ] [ rdf:type sp:Optional ; |
| 88 | - sp:subject spin:_this ; | 89 | + sp:elements ([ sp:object |
| 89 | - ] | 90 | + [ sp:varName "areaNameNorthSeaOffshore"^^xsd:string |
| 90 | - [ | 91 | + ] ; |
| 91 | - sp:object [ | 92 | + sp:predicate <http://www.epim.no/schemas/mprml/1#areaName> ; |
| 92 | - sp:varName "northSeaOffshoreRef"^^xsd:string ; | 93 | + sp:subject |
| 93 | - ] ; | 94 | + [ sp:varName "northSeaOffshoreRef"^^xsd:string |
| 94 | - sp:predicate <http://www.epim.no/schemas/mprml/1#northSeaOffshoreRef> ; | 95 | + ] |
| 95 | - sp:subject [ | 96 | + ]) |
| 96 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 97 | + ] [ rdf:type sp:Optional ; |
| 97 | - ] ; | 98 | + sp:elements ([ sp:object |
| 98 | - ] | 99 | + [ sp:varName "blockSuffix"^^xsd:string |
| 99 | - [ | 100 | + ] ; |
| 100 | - sp:object [ | 101 | + sp:predicate <http://www.epim.no/schemas/mprml/1#blockSuffix> ; |
| 101 | - sp:varName "quadrant"^^xsd:string ; | 102 | + sp:subject |
| 102 | - ] ; | 103 | + [ sp:varName "northSeaOffshoreRef"^^xsd:string |
| 103 | - sp:predicate <http://www.epim.no/schemas/mprml/1#quadrant> ; | 104 | + ] |
| 104 | - sp:subject [ | 105 | + ]) |
| 105 | - sp:varName "northSeaOffshoreRef"^^xsd:string ; | 106 | + ] [ rdf:type sp:Optional ; |
| 106 | - ] ; | 107 | + sp:elements ([ sp:object |
| 107 | - ] | 108 | + [ sp:varName "areaName"^^xsd:string |
| 108 | - [ | 109 | + ] ; |
| 109 | - rdf:type sp:Optional ; | 110 | + sp:predicate <http://www.epim.no/schemas/mprml/1#areaName> ; |
| 110 | - sp:elements ( | 111 | + sp:subject |
| 111 | - [ | 112 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 112 | - sp:object [ | 113 | + ] |
| 113 | - sp:varName "areaNameNorthSeaOffshore"^^xsd:string ; | 114 | + ]) |
| 114 | - ] ; | 115 | + ] [ rdf:type sp:Optional ; |
| 115 | - sp:predicate <http://www.epim.no/schemas/mprml/1#areaName> ; | 116 | + sp:elements ([ sp:object |
| 116 | - sp:subject [ | 117 | + [ sp:varName "commentOffshoreLocation"^^xsd:string |
| 117 | - sp:varName "northSeaOffshoreRef"^^xsd:string ; | 118 | + ] ; |
| 118 | - ] ; | 119 | + sp:predicate <http://www.epim.no/schemas/mprml/1#comment> ; |
| 119 | - ] | 120 | + sp:subject |
| 120 | - ) ; | 121 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 121 | - ] | 122 | + ] |
| 122 | - [ | 123 | + ]) |
| 123 | - rdf:type sp:Optional ; | 124 | + ] [ sp:object |
| 124 | - sp:elements ( | 125 | + [ sp:varName "target"^^xsd:string |
| 125 | - [ | 126 | + ] ; |
| 126 | - sp:object [ | 127 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 127 | - sp:varName "blockSuffix"^^xsd:string ; | 128 | + sp:subject |
| 128 | - ] ; | 129 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 129 | - sp:predicate <http://www.epim.no/schemas/mprml/1#blockSuffix> ; | 130 | + ] |
| 130 | - sp:subject [ | 131 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 131 | - sp:varName "northSeaOffshoreRef"^^xsd:string ; | 132 | + sp:predicate rdf:type ; |
| 132 | - ] ; | 133 | + sp:subject |
| 133 | - ] | 134 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 134 | - ) ; | 135 | + ] |
| 135 | - ] | 136 | + ] [ sp:object |
| 136 | - [ | 137 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 137 | - rdf:type sp:Optional ; | 138 | + ] ; |
| 138 | - sp:elements ( | 139 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; |
| 139 | - [ | 140 | + sp:subject |
| 140 | - sp:object [ | 141 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 141 | - sp:varName "areaName"^^xsd:string ; | 142 | + ] |
| 142 | - ] ; | 143 | + ]) |
| 143 | - sp:predicate <http://www.epim.no/schemas/mprml/1#areaName> ; | 144 | + ] ; |
| 144 | - sp:subject [ | 145 | + spin:rule |
| 145 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 146 | + [ rdf:type sp:Construct ; |
| 146 | - ] ; | 147 | + rdfs:comment "STEP 90101 Set the geographic context - need a PartOfTheSurfaceOfTheEarth if any geographicContext"^^xsd:string ; |
| 147 | - ] | 148 | + sp:templates ([ sp:object _:b1 ; |
| 148 | - ) ; | 149 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; |
| 149 | - ] | 150 | + sp:subject |
| 150 | - [ | 151 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 151 | - rdf:type sp:Optional ; | 152 | + ] |
| 152 | - sp:elements ( | 153 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ; |
| 153 | - [ | 154 | + sp:predicate rdf:type ; |
| 154 | - sp:object [ | 155 | + sp:subject _:b1 |
| 155 | - sp:varName "commentOffshoreLocation"^^xsd:string ; | 156 | + ] [ sp:object |
| 156 | - ] ; | 157 | + [ sp:varName "comment"^^xsd:string |
| 157 | - sp:predicate <http://www.epim.no/schemas/mprml/1#comment> ; | 158 | + ] ; |
| 158 | - sp:subject [ | 159 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 159 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 160 | + sp:subject _:b1 |
| 160 | - ] ; | 161 | + ]) ; |
| 161 | - ] | 162 | + sp:where ([ sp:object spin:_this ; |
| 162 | - ) ; | 163 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 163 | - ] | 164 | + sp:subject |
| 164 | - [ | 165 | + [ sp:varName "target"^^xsd:string |
| 165 | - sp:object [ | 166 | + ] |
| 166 | - sp:varName "target"^^xsd:string ; | 167 | + ] [ rdf:type sp:Optional ; |
| 167 | - ] ; | 168 | + sp:elements ([ sp:object |
| 168 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 169 | + [ sp:varName "comment"^^xsd:string |
| 169 | - sp:subject [ | 170 | + ] ; |
| 170 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 171 | + sp:predicate <http://www.epim.no/schemas/mprml/1#comment> ; |
| 171 | - ] ; | 172 | + sp:subject spin:_this |
| 172 | - ] | 173 | + ]) |
| 173 | - [ | 174 | + ] [ sp:object |
| 174 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 175 | + [ sp:varName "target"^^xsd:string |
| 175 | - sp:predicate rdf:type ; | 176 | + ] ; |
| 176 | - sp:subject [ | 177 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 177 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 178 | + sp:subject |
| 178 | - ] ; | 179 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 179 | - ] | 180 | + ] |
| 180 | - [ | 181 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 181 | - sp:object [ | 182 | + sp:predicate rdf:type ; |
| 182 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 183 | + sp:subject |
| 183 | - ] ; | 184 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 184 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; | 185 | + ] |
| 185 | - sp:subject [ | 186 | + ]) |
| 186 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 187 | + ] ; |
| 187 | - ] ; | 188 | + spin:rule |
| 188 | - ] | 189 | + [ rdf:type sp:Construct ; |
| 189 | - ) ; | 190 | + rdfs:comment "STEP 90106 Set the geographic context - offshore location - blockId"^^xsd:string ; |
| 190 | - rdfs:comment "STEP 90105 Set the geographic context - offshore location"^^xsd:string ; | 191 | + sp:templates ([ sp:object |
| 191 | - ] ; | 192 | + [ sp:varName "block"^^xsd:string |
| 192 | - spin:rule [ | 193 | + ] ; |
| 193 | - rdf:type sp:Construct ; | 194 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 194 | - sp:templates ( | 195 | + sp:subject |
| 195 | - [ | 196 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 196 | - sp:object _:b66790 ; | 197 | + ] |
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; | 198 | + ] [ sp:object |
| 198 | - sp:subject [ | 199 | + [ sp:varName "blockId"^^xsd:string |
| 199 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 200 | + ] ; |
| 200 | - ] ; | 201 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 201 | - ] | 202 | + sp:subject |
| 202 | - [ | 203 | + [ sp:varName "block"^^xsd:string |
| 203 | - sp:object <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> ; | 204 | + ] |
| 204 | - sp:predicate rdf:type ; | 205 | + ]) ; |
| 205 | - sp:subject _:b66790 ; | 206 | + sp:where ([ sp:object spin:_this ; |
| 206 | - ] | 207 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 207 | - [ | 208 | + sp:subject |
| 208 | - sp:object [ | 209 | + [ sp:varName "target"^^xsd:string |
| 209 | - sp:varName "comment"^^xsd:string ; | 210 | + ] |
| 210 | - ] ; | 211 | + ] [ sp:object |
| 211 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | 212 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 212 | - sp:subject _:b66790 ; | 213 | + ] ; |
| 213 | - ] | 214 | + sp:predicate <http://www.epim.no/schemas/mprml/1#offshoreLocationRef> ; |
| 214 | - ) ; | 215 | + sp:subject spin:_this |
| 215 | - sp:where ( | 216 | + ] [ sp:object |
| 216 | - [ | 217 | + [ sp:varName "blockId"^^xsd:string |
| 217 | - sp:object spin:_this ; | 218 | + ] ; |
| 218 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | 219 | + sp:predicate <http://www.epim.no/schemas/mprml/1#blockID> ; |
| 219 | - sp:subject [ | 220 | + sp:subject |
| 220 | - sp:varName "target"^^xsd:string ; | 221 | + [ sp:varName "offshoreLocationRef"^^xsd:string |
| 221 | - ] ; | 222 | + ] |
| 222 | - ] | 223 | + ] [ sp:object |
| 223 | - [ | 224 | + [ sp:varName "target"^^xsd:string |
| 224 | - rdf:type sp:Optional ; | 225 | + ] ; |
| 225 | - sp:elements ( | 226 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 226 | - [ | 227 | + sp:subject |
| 227 | - sp:object [ | 228 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 228 | - sp:varName "comment"^^xsd:string ; | 229 | + ] |
| 229 | - ] ; | 230 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 230 | - sp:predicate <http://www.epim.no/schemas/mprml/1#comment> ; | 231 | + sp:predicate rdf:type ; |
| 231 | - sp:subject spin:_this ; | 232 | + sp:subject |
| 232 | - ] | 233 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 233 | - ) ; | 234 | + ] |
| 234 | - ] | 235 | + ] [ sp:object |
| 235 | - [ | 236 | + [ sp:varName "locationOfProductionFacility"^^xsd:string |
| 236 | - sp:object [ | 237 | + ] ; |
| 237 | - sp:varName "target"^^xsd:string ; | 238 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; |
| 238 | - ] ; | 239 | + sp:subject |
| 239 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 240 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 240 | - sp:subject [ | 241 | + ] |
| 241 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 242 | + ] [ rdf:type sp:Bind ; |
| 242 | - ] ; | 243 | + sp:expression |
| 243 | - ] | 244 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 244 | - [ | 245 | + sp:arg1 [ sp:varName "blockId"^^xsd:string |
| 245 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 246 | + ] |
| 246 | - sp:predicate rdf:type ; | 247 | + ] ; |
| 247 | - sp:subject [ | 248 | + sp:variable |
| 248 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 249 | + [ sp:varName "normalizedBlockId"^^xsd:string |
| 249 | - ] ; | 250 | + ] |
| 250 | - ] | 251 | + ] [ rdf:type sp:Bind ; |
| 251 | - ) ; | 252 | + sp:expression |
| 252 | - rdfs:comment "STEP 90101 Set the geographic context - need a PartOfTheSurfaceOfTheEarth if any geographicContext"^^xsd:string ; | 253 | + [ rdf:type ep-dpr-spin-lib:buildBlockURI ; |
| 253 | - ] ; | 254 | + sp:arg1 [ sp:varName "normalizedBlockId"^^xsd:string |
| 254 | - spin:rule [ | 255 | + ] |
| 255 | - rdf:type sp:Construct ; | 256 | + ] ; |
| 256 | - sp:templates ( | 257 | + sp:variable |
| 257 | - [ | 258 | + [ sp:varName "block"^^xsd:string |
| 258 | - sp:object [ | 259 | + ] |
| 259 | - sp:varName "block"^^xsd:string ; | 260 | + ]) |
| 260 | - ] ; | 261 | + ] ; |
| 261 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 262 | + spin:rule |
| 262 | - sp:subject [ | 263 | + [ rdf:type sp:Construct ; |
| 263 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 264 | + rdfs:comment "STEP 90102 Set the geographic context - country"^^xsd:string ; |
| 264 | - ] ; | 265 | + sp:templates ([ sp:object |
| 265 | - ] | 266 | + [ sp:varName "country"^^xsd:string |
| 266 | - [ | 267 | + ] ; |
| 267 | - sp:object [ | 268 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 268 | - sp:varName "blockId"^^xsd:string ; | 269 | + sp:subject |
| 269 | - ] ; | 270 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 270 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 271 | + ] |
| 271 | - sp:subject [ | 272 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/geography#Country> ; |
| 272 | - sp:varName "block"^^xsd:string ; | 273 | + sp:predicate rdf:type ; |
| 273 | - ] ; | 274 | + sp:subject |
| 274 | - ] | 275 | + [ sp:varName "country"^^xsd:string |
| 275 | - ) ; | 276 | + ] |
| 276 | - sp:where ( | 277 | + ] [ sp:object |
| 277 | - [ | 278 | + [ sp:varName "countryName"^^xsd:string |
| 278 | - sp:object spin:_this ; | 279 | + ] ; |
| 279 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | 280 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 280 | - sp:subject [ | 281 | + sp:subject |
| 281 | - sp:varName "target"^^xsd:string ; | 282 | + [ sp:varName "country"^^xsd:string |
| 282 | - ] ; | 283 | + ] |
| 283 | - ] | 284 | + ]) ; |
| 284 | - [ | 285 | + sp:where ([ sp:object spin:_this ; |
| 285 | - sp:object [ | 286 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 286 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 287 | + sp:subject |
| 287 | - ] ; | 288 | + [ sp:varName "target"^^xsd:string |
| 288 | - sp:predicate <http://www.epim.no/schemas/mprml/1#offshoreLocationRef> ; | 289 | + ] |
| 289 | - sp:subject spin:_this ; | 290 | + ] [ sp:object |
| 290 | - ] | 291 | + [ sp:varName "countryName"^^xsd:string |
| 291 | - [ | 292 | + ] ; |
| 292 | - sp:object [ | 293 | + sp:predicate <http://www.epim.no/schemas/mprml/1#country> ; |
| 293 | - sp:varName "blockId"^^xsd:string ; | 294 | + sp:subject spin:_this |
| 294 | - ] ; | 295 | + ] [ sp:object |
| 295 | - sp:predicate <http://www.epim.no/schemas/mprml/1#blockID> ; | 296 | + [ sp:varName "target"^^xsd:string |
| 296 | - sp:subject [ | 297 | + ] ; |
| 297 | - sp:varName "offshoreLocationRef"^^xsd:string ; | 298 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 298 | - ] ; | 299 | + sp:subject |
| 299 | - ] | 300 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 300 | - [ | 301 | + ] |
| 301 | - sp:object [ | 302 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 302 | - sp:varName "target"^^xsd:string ; | 303 | + sp:predicate rdf:type ; |
| 303 | - ] ; | 304 | + sp:subject |
| 304 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 305 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 305 | - sp:subject [ | 306 | + ] |
| 306 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 307 | + ] [ rdf:type sp:Bind ; |
| 307 | - ] ; | 308 | + sp:expression |
| 308 | - ] | 309 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 309 | - [ | 310 | + sp:arg1 [ sp:varName "countryName"^^xsd:string |
| 310 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 311 | + ] |
| 311 | - sp:predicate rdf:type ; | 312 | + ] ; |
| 312 | - sp:subject [ | 313 | + sp:variable |
| 313 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 314 | + [ sp:varName "normalizedCountryName"^^xsd:string |
| 314 | - ] ; | 315 | + ] |
| 315 | - ] | 316 | + ] [ rdf:type sp:Bind ; |
| 316 | - [ | 317 | + sp:expression |
| 317 | - sp:object [ | 318 | + [ rdf:type ep-dpr-spin-lib:buildCountryURI ; |
| 318 | - sp:varName "locationOfProductionFacility"^^xsd:string ; | 319 | + sp:arg1 [ sp:varName "normalizedCountryName"^^xsd:string |
| 319 | - ] ; | 320 | + ] |
| 320 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#nominallyLocatedAt> ; | 321 | + ] ; |
| 321 | - sp:subject [ | 322 | + sp:variable |
| 322 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 323 | + [ sp:varName "country"^^xsd:string |
| 323 | - ] ; | 324 | + ] |
| 324 | - ] | 325 | + ]) |
| 325 | - [ | 326 | + ] ; |
| 326 | - rdf:type sp:Bind ; | 327 | + spin:rule |
| 327 | - sp:expression [ | 328 | + [ rdf:type sp:Construct ; |
| 328 | - rdf:type ep-spin-lib:normalizeString ; | 329 | + rdfs:comment "STEP 90103 Set the geographic context - state"^^xsd:string ; |
| 329 | - sp:arg1 [ | 330 | + sp:templates ([ sp:object |
| 330 | - sp:varName "blockId"^^xsd:string ; | 331 | + [ sp:varName "country"^^xsd:string |
| 331 | - ] ; | 332 | + ] ; |
| 332 | - ] ; | 333 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 333 | - sp:variable [ | 334 | + sp:subject |
| 334 | - sp:varName "normalizedBlockId"^^xsd:string ; | 335 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 335 | - ] ; | 336 | + ] |
| 336 | - ] | 337 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/geography#State> ; |
| 337 | - [ | 338 | + sp:predicate rdf:type ; |
| 338 | - rdf:type sp:Bind ; | 339 | + sp:subject |
| 339 | - sp:expression [ | 340 | + [ sp:varName "country"^^xsd:string |
| 340 | - rdf:type ep-dpr-spin-lib:buildBlockURI ; | 341 | + ] |
| 341 | - sp:arg1 [ | 342 | + ] [ sp:object |
| 342 | - sp:varName "normalizedBlockId"^^xsd:string ; | 343 | + [ sp:varName "stateName"^^xsd:string |
| 343 | - ] ; | 344 | + ] ; |
| 344 | - ] ; | 345 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 345 | - sp:variable [ | 346 | + sp:subject |
| 346 | - sp:varName "block"^^xsd:string ; | 347 | + [ sp:varName "country"^^xsd:string |
| 347 | - ] ; | 348 | + ] |
| 348 | - ] | 349 | + ]) ; |
| 349 | - ) ; | 350 | + sp:where ([ sp:object spin:_this ; |
| 350 | - rdfs:comment "STEP 90106 Set the geographic context - offshore location - blockId"^^xsd:string ; | 351 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 351 | - ] ; | 352 | + sp:subject |
| 352 | - spin:rule [ | 353 | + [ sp:varName "target"^^xsd:string |
| 353 | - rdf:type sp:Construct ; | 354 | + ] |
| 354 | - sp:templates ( | 355 | + ] [ sp:object |
| 355 | - [ | 356 | + [ sp:varName "stateName"^^xsd:string |
| 356 | - sp:object [ | 357 | + ] ; |
| 357 | - sp:varName "country"^^xsd:string ; | 358 | + sp:predicate <http://www.epim.no/schemas/mprml/1#state> ; |
| 358 | - ] ; | 359 | + sp:subject spin:_this |
| 359 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 360 | + ] [ sp:object |
| 360 | - sp:subject [ | 361 | + [ sp:varName "target"^^xsd:string |
| 361 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 362 | + ] ; |
| 362 | - ] ; | 363 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 363 | - ] | 364 | + sp:subject |
| 364 | - [ | 365 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 365 | - sp:object <http://www.reportinghub.no/ep/schema/geography#Country> ; | 366 | + ] |
| 366 | - sp:predicate rdf:type ; | 367 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 367 | - sp:subject [ | 368 | + sp:predicate rdf:type ; |
| 368 | - sp:varName "country"^^xsd:string ; | 369 | + sp:subject |
| 369 | - ] ; | 370 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 370 | - ] | 371 | + ] |
| 371 | - [ | 372 | + ] [ rdf:type sp:Bind ; |
| 372 | - sp:object [ | 373 | + sp:expression |
| 373 | - sp:varName "countryName"^^xsd:string ; | 374 | + [ rdf:type ep-spin-lib:normalizeString ; |
| 374 | - ] ; | 375 | + sp:arg1 [ sp:varName "countryName"^^xsd:string |
| 375 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 376 | + ] |
| 376 | - sp:subject [ | 377 | + ] ; |
| 377 | - sp:varName "country"^^xsd:string ; | 378 | + sp:variable |
| 378 | - ] ; | 379 | + [ sp:varName "normalizedCountryName"^^xsd:string |
| 379 | - ] | 380 | + ] |
| 380 | - ) ; | 381 | + ] [ rdf:type sp:Bind ; |
| 381 | - sp:where ( | 382 | + sp:expression |
| 382 | - [ | 383 | + [ rdf:type ep-dpr-spin-lib:buildCountryURI ; |
| 383 | - sp:object spin:_this ; | 384 | + sp:arg1 [ sp:varName "normalizedCountryName"^^xsd:string |
| 384 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | 385 | + ] |
| 385 | - sp:subject [ | 386 | + ] ; |
| 386 | - sp:varName "target"^^xsd:string ; | 387 | + sp:variable |
| 387 | - ] ; | 388 | + [ sp:varName "country"^^xsd:string |
| 388 | - ] | 389 | + ] |
| 389 | - [ | 390 | + ]) |
| 390 | - sp:object [ | 391 | + ] ; |
| 391 | - sp:varName "countryName"^^xsd:string ; | 392 | + spin:rule |
| 392 | - ] ; | 393 | + [ rdf:type sp:Construct ; |
| 393 | - sp:predicate <http://www.epim.no/schemas/mprml/1#country> ; | 394 | + rdfs:comment "STEP 90104 Set the geographic context - field"^^xsd:string ; |
| 394 | - sp:subject spin:_this ; | 395 | + sp:templates ([ sp:object |
| 395 | - ] | 396 | + [ sp:varName "field"^^xsd:string |
| 396 | - [ | 397 | + ] ; |
| 397 | - sp:object [ | 398 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 398 | - sp:varName "target"^^xsd:string ; | 399 | + sp:subject |
| 399 | - ] ; | 400 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 400 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 401 | + ] |
| 401 | - sp:subject [ | 402 | + ]) ; |
| 402 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 403 | + sp:where ([ sp:object spin:_this ; |
| 403 | - ] ; | 404 | + sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; |
| 404 | - ] | 405 | + sp:subject |
| 405 | - [ | 406 | + [ sp:varName "target"^^xsd:string |
| 406 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 407 | + ] |
| 407 | - sp:predicate rdf:type ; | 408 | + ] [ sp:object |
| 408 | - sp:subject [ | 409 | + [ sp:varName "fieldRef"^^xsd:string |
| 409 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 410 | + ] ; |
| 410 | - ] ; | 411 | + sp:predicate <http://www.epim.no/schemas/mprml/1#fieldRef> ; |
| 411 | - ] | 412 | + sp:subject spin:_this |
| 412 | - [ | 413 | + ] [ sp:object |
| 413 | - rdf:type sp:Bind ; | 414 | + [ sp:varName "fieldName"^^xsd:string |
| 414 | - sp:expression [ | 415 | + ] ; |
| 415 | - rdf:type ep-spin-lib:normalizeString ; | 416 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 416 | - sp:arg1 [ | 417 | + sp:subject |
| 417 | - sp:varName "countryName"^^xsd:string ; | 418 | + [ sp:varName "fieldRef"^^xsd:string |
| 418 | - ] ; | 419 | + ] |
| 419 | - ] ; | 420 | + ] [ sp:object |
| 420 | - sp:variable [ | 421 | + [ sp:varName "target"^^xsd:string |
| 421 | - sp:varName "normalizedCountryName"^^xsd:string ; | 422 | + ] ; |
| 422 | - ] ; | 423 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 423 | - ] | 424 | + sp:subject |
| 424 | - [ | 425 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 425 | - rdf:type sp:Bind ; | 426 | + ] |
| 426 | - sp:expression [ | 427 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 427 | - rdf:type ep-dpr-spin-lib:buildCountryURI ; | 428 | + sp:predicate rdf:type ; |
| 428 | - sp:arg1 [ | 429 | + sp:subject |
| 429 | - sp:varName "normalizedCountryName"^^xsd:string ; | 430 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 430 | - ] ; | 431 | + ] |
| 431 | - ] ; | 432 | + ] [ rdf:type sp:NamedGraph ; |
| 432 | - sp:variable [ | 433 | + sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; |
| 433 | - sp:varName "country"^^xsd:string ; | 434 | + sp:predicate rdf:type ; |
| 434 | - ] ; | 435 | + sp:subject |
| 435 | - ] | 436 | + [ sp:varName "field"^^xsd:string |
| 436 | - ) ; | 437 | + ] |
| 437 | - rdfs:comment "STEP 90102 Set the geographic context - country"^^xsd:string ; | 438 | + ] [ sp:object |
| 438 | - ] ; | 439 | + [ sp:varName "fieldName"^^xsd:string |
| 439 | - spin:rule [ | 440 | + ] ; |
| 440 | - rdf:type sp:Construct ; | 441 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 441 | - sp:templates ( | 442 | + sp:subject |
| 442 | - [ | 443 | + [ sp:varName "field"^^xsd:string |
| 443 | - sp:object [ | 444 | + ] |
| 444 | - sp:varName "country"^^xsd:string ; | 445 | + ]) ; |
| 445 | - ] ; | 446 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 446 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 447 | + ]) |
| 447 | - sp:subject [ | 448 | + ] . |
| 448 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | 449 | + |
| 449 | - ] ; | ||
| 450 | - ] | ||
| 451 | - [ | ||
| 452 | - sp:object <http://www.reportinghub.no/ep/schema/geography#State> ; | ||
| 453 | - sp:predicate rdf:type ; | ||
| 454 | - sp:subject [ | ||
| 455 | - sp:varName "country"^^xsd:string ; | ||
| 456 | - ] ; | ||
| 457 | - ] | ||
| 458 | - [ | ||
| 459 | - sp:object [ | ||
| 460 | - sp:varName "stateName"^^xsd:string ; | ||
| 461 | - ] ; | ||
| 462 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 463 | - sp:subject [ | ||
| 464 | - sp:varName "country"^^xsd:string ; | ||
| 465 | - ] ; | ||
| 466 | - ] | ||
| 467 | - ) ; | ||
| 468 | - sp:where ( | ||
| 469 | - [ | ||
| 470 | - sp:object spin:_this ; | ||
| 471 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | ||
| 472 | - sp:subject [ | ||
| 473 | - sp:varName "target"^^xsd:string ; | ||
| 474 | - ] ; | ||
| 475 | - ] | ||
| 476 | - [ | ||
| 477 | - sp:object [ | ||
| 478 | - sp:varName "stateName"^^xsd:string ; | ||
| 479 | - ] ; | ||
| 480 | - sp:predicate <http://www.epim.no/schemas/mprml/1#state> ; | ||
| 481 | - sp:subject spin:_this ; | ||
| 482 | - ] | ||
| 483 | - [ | ||
| 484 | - sp:object [ | ||
| 485 | - sp:varName "target"^^xsd:string ; | ||
| 486 | - ] ; | ||
| 487 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 488 | - sp:subject [ | ||
| 489 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | ||
| 490 | - ] ; | ||
| 491 | - ] | ||
| 492 | - [ | ||
| 493 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 494 | - sp:predicate rdf:type ; | ||
| 495 | - sp:subject [ | ||
| 496 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | ||
| 497 | - ] ; | ||
| 498 | - ] | ||
| 499 | - [ | ||
| 500 | - rdf:type sp:Bind ; | ||
| 501 | - sp:expression [ | ||
| 502 | - rdf:type ep-spin-lib:normalizeString ; | ||
| 503 | - sp:arg1 [ | ||
| 504 | - sp:varName "countryName"^^xsd:string ; | ||
| 505 | - ] ; | ||
| 506 | - ] ; | ||
| 507 | - sp:variable [ | ||
| 508 | - sp:varName "normalizedCountryName"^^xsd:string ; | ||
| 509 | - ] ; | ||
| 510 | - ] | ||
| 511 | - [ | ||
| 512 | - rdf:type sp:Bind ; | ||
| 513 | - sp:expression [ | ||
| 514 | - rdf:type ep-dpr-spin-lib:buildCountryURI ; | ||
| 515 | - sp:arg1 [ | ||
| 516 | - sp:varName "normalizedCountryName"^^xsd:string ; | ||
| 517 | - ] ; | ||
| 518 | - ] ; | ||
| 519 | - sp:variable [ | ||
| 520 | - sp:varName "country"^^xsd:string ; | ||
| 521 | - ] ; | ||
| 522 | - ] | ||
| 523 | - ) ; | ||
| 524 | - rdfs:comment "STEP 90103 Set the geographic context - state"^^xsd:string ; | ||
| 525 | - ] ; | ||
| 526 | - spin:rule [ | ||
| 527 | - rdf:type sp:Construct ; | ||
| 528 | - sp:templates ( | ||
| 529 | - [ | ||
| 530 | - sp:object [ | ||
| 531 | - sp:varName "field"^^xsd:string ; | ||
| 532 | - ] ; | ||
| 533 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | ||
| 534 | - sp:subject [ | ||
| 535 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | ||
| 536 | - ] ; | ||
| 537 | - ] | ||
| 538 | - ) ; | ||
| 539 | - sp:where ( | ||
| 540 | - [ | ||
| 541 | - sp:object spin:_this ; | ||
| 542 | - sp:predicate <http://www.epim.no/schemas/mprml/1#geographicContextRef> ; | ||
| 543 | - sp:subject [ | ||
| 544 | - sp:varName "target"^^xsd:string ; | ||
| 545 | - ] ; | ||
| 546 | - ] | ||
| 547 | - [ | ||
| 548 | - sp:object [ | ||
| 549 | - sp:varName "fieldRef"^^xsd:string ; | ||
| 550 | - ] ; | ||
| 551 | - sp:predicate <http://www.epim.no/schemas/mprml/1#fieldRef> ; | ||
| 552 | - sp:subject spin:_this ; | ||
| 553 | - ] | ||
| 554 | - [ | ||
| 555 | - sp:object [ | ||
| 556 | - sp:varName "fieldName"^^xsd:string ; | ||
| 557 | - ] ; | ||
| 558 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | ||
| 559 | - sp:subject [ | ||
| 560 | - sp:varName "fieldRef"^^xsd:string ; | ||
| 561 | - ] ; | ||
| 562 | - ] | ||
| 563 | - [ | ||
| 564 | - sp:object [ | ||
| 565 | - sp:varName "target"^^xsd:string ; | ||
| 566 | - ] ; | ||
| 567 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | ||
| 568 | - sp:subject [ | ||
| 569 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | ||
| 570 | - ] ; | ||
| 571 | - ] | ||
| 572 | - [ | ||
| 573 | - sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | ||
| 574 | - sp:predicate rdf:type ; | ||
| 575 | - sp:subject [ | ||
| 576 | - sp:varName "temporalPartOfAProductionFacility"^^xsd:string ; | ||
| 577 | - ] ; | ||
| 578 | - ] | ||
| 579 | - [ | ||
| 580 | - rdf:type sp:NamedGraph ; | ||
| 581 | - sp:elements ( | ||
| 582 | - [ | ||
| 583 | - sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
| 584 | - sp:predicate rdf:type ; | ||
| 585 | - sp:subject [ | ||
| 586 | - sp:varName "field"^^xsd:string ; | ||
| 587 | - ] ; | ||
| 588 | - ] | ||
| 589 | - [ | ||
| 590 | - sp:object [ | ||
| 591 | - sp:varName "fieldName"^^xsd:string ; | ||
| 592 | - ] ; | ||
| 593 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 594 | - sp:subject [ | ||
| 595 | - sp:varName "field"^^xsd:string ; | ||
| 596 | - ] ; | ||
| 597 | - ] | ||
| 598 | - ) ; | ||
| 599 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> ; | ||
| 600 | - ] | ||
| 601 | - ) ; | ||
| 602 | - rdfs:comment "STEP 90104 Set the geographic context - field"^^xsd:string ; | ||
| 603 | - ] ; | ||
| 604 | -. | ||
| 605 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> | 450 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> |
| 606 | - rdf:type owl:Ontology ; | 451 | + rdf:type owl:Ontology ; |
| 607 | - owl:imports <http://spinrdf.org/spin> ; | 452 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/geography> ; |
| 608 | - owl:imports <http://www.epim.no/schemas/mprml/1> ; | 453 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 609 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ; | ||
| 610 | - owl:imports <http://www.reportinghub.no/ep/schema/1.0/geography> ; | ||
| 611 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | ||
| 612 | -. | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 5 | -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
| 6 | - | 6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . | 7 | + |
| 8 | -@prefix arg: <http://spinrdf.org/arg#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1#> . |
| 9 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 9 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 10 | -@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | 10 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 11 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | +@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . |
| 12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix sp: <http://spinrdf.org/sp#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix spin: <http://spinrdf.org/spin#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | -@prefix spl: <http://spinrdf.org/spl#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | -<http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 21 | + |
| 22 | - spin:rule | 22 | +<http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
| 23 | - [ rdf:type sp:Construct ; | 23 | + spin:rule |
| 24 | - rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ; | 24 | + [ rdf:type sp:Construct ; |
| 25 | - sp:templates ([ sp:object _:b1 ; | 25 | + rdfs:comment "STEP 40104 Set the crew numbers"^^xsd:string ; |
| 26 | - sp:predicate <http://www.reportinghub.no/ep/schema/organization#hasCrew> ; | 26 | + sp:templates ([ sp:object _:b1 ; |
| 27 | - sp:subject | 27 | + sp:predicate <http://www.reportinghub.no/ep/schema/organization#hasCrew> ; |
| 28 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 28 | + sp:subject |
| 29 | - ] | 29 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 30 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Crew> ; | 30 | + ] |
| 31 | - sp:predicate rdf:type ; | 31 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Crew> ; |
| 32 | - sp:subject _:b1 | 32 | + sp:predicate rdf:type ; |
| 33 | - ] [ sp:object | 33 | + sp:subject _:b1 |
| 34 | - [ sp:varName "crewType"^^xsd:string | 34 | + ] [ sp:object |
| 35 | - ] ; | 35 | + [ sp:varName "crewType"^^xsd:string |
| 36 | - sp:predicate rdf:type ; | 36 | + ] ; |
| 37 | - sp:subject _:b1 | 37 | + sp:predicate rdf:type ; |
| 38 | - ] [ sp:object | 38 | + sp:subject _:b1 |
| 39 | - [ sp:varName "crewCount"^^xsd:string | 39 | + ] [ sp:object |
| 40 | - ] ; | 40 | + [ sp:varName "crewCount"^^xsd:string |
| 41 | - sp:predicate <http://www.reportinghub.no/ep/schema/organization#numberInCrew> ; | 41 | + ] ; |
| 42 | - sp:subject _:b1 | 42 | + sp:predicate <http://www.reportinghub.no/ep/schema/organization#numberInCrew> ; |
| 43 | - ]) ; | 43 | + sp:subject _:b1 |
| 44 | - sp:where ([ sp:object spin:_this ; | 44 | + ]) ; |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 45 | + sp:where ([ sp:object spin:_this ; |
| 46 | - sp:subject | 46 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 47 | - [ sp:varName "productionReport"^^xsd:string | 47 | + sp:subject |
| 48 | - ] | 48 | + [ sp:varName "productionReport"^^xsd:string |
| 49 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 49 | + ] |
| 50 | - sp:predicate rdf:type ; | 50 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 51 | - sp:subject | 51 | + sp:predicate rdf:type ; |
| 52 | - [ sp:varName "productionOperationReport"^^xsd:string | 52 | + sp:subject |
| 53 | - ] | 53 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 54 | - ] [ sp:object | 54 | + ] |
| 55 | - [ sp:varName "productionReport"^^xsd:string | 55 | + ] [ sp:object |
| 56 | - ] ; | 56 | + [ sp:varName "productionReport"^^xsd:string |
| 57 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 57 | + ] ; |
| 58 | - sp:subject | 58 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 59 | - [ sp:varName "productionOperationReport"^^xsd:string | 59 | + sp:subject |
| 60 | - ] | 60 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 61 | - ] [ sp:object | 61 | + ] |
| 62 | - [ sp:varName "productionOperationRef"^^xsd:string | 62 | + ] [ sp:object |
| 63 | - ] ; | 63 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 64 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 64 | + ] ; |
| 65 | - sp:subject spin:_this | 65 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 66 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 66 | + sp:subject spin:_this |
| 67 | - sp:predicate rdf:type ; | 67 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 68 | - sp:subject | 68 | + sp:predicate rdf:type ; |
| 69 | - [ sp:varName "productionOperationRef"^^xsd:string | 69 | + sp:subject |
| 70 | - ] | 70 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 71 | - ] [ sp:object | 71 | + ] |
| 72 | - [ sp:varName "installationReportRef"^^xsd:string | 72 | + ] [ sp:object |
| 73 | - ] ; | 73 | + [ sp:varName "installationReportRef"^^xsd:string |
| 74 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; | 74 | + ] ; |
| 75 | - sp:subject | 75 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; |
| 76 | - [ sp:varName "productionOperationRef"^^xsd:string | 76 | + sp:subject |
| 77 | - ] | 77 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 78 | - ] [ sp:object | 78 | + ] |
| 79 | - [ sp:varName "installationReportRef"^^xsd:string | 79 | + ] [ sp:object |
| 80 | - ] ; | 80 | + [ sp:varName "installationReportRef"^^xsd:string |
| 81 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 81 | + ] ; |
| 82 | - sp:subject | 82 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 83 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 83 | + sp:subject |
| 84 | - ] | 84 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 85 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 85 | + ] |
| 86 | - sp:predicate rdf:type ; | 86 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 87 | - sp:subject | 87 | + sp:predicate rdf:type ; |
| 88 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 88 | + sp:subject |
| 89 | - ] | 89 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 90 | - ] [ sp:object | 90 | + ] |
| 91 | - [ sp:varName "crewCountRef"^^xsd:string | 91 | + ] [ sp:object |
| 92 | - ] ; | 92 | + [ sp:varName "crewCountRef"^^xsd:string |
| 93 | - sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ; | 93 | + ] ; |
| 94 | - sp:subject | 94 | + sp:predicate <http://www.epim.no/schemas/mprml/1#crewCountRef> ; |
| 95 | - [ sp:varName "installationReportRef"^^xsd:string | 95 | + sp:subject |
| 96 | - ] | 96 | + [ sp:varName "installationReportRef"^^xsd:string |
| 97 | - ] [ sp:object | 97 | + ] |
| 98 | - [ sp:varName "crewCount"^^xsd:string | 98 | + ] [ sp:object |
| 99 | - ] ; | 99 | + [ sp:varName "crewCount"^^xsd:string |
| 100 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 100 | + ] ; |
| 101 | - sp:subject | 101 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 102 | - [ sp:varName "crewCountRef"^^xsd:string | 102 | + sp:subject |
| 103 | - ] | 103 | + [ sp:varName "crewCountRef"^^xsd:string |
| 104 | - ] [ sp:object | 104 | + ] |
| 105 | - [ sp:varName "typeRef"^^xsd:string | 105 | + ] [ sp:object |
| 106 | - ] ; | 106 | + [ sp:varName "typeRef"^^xsd:string |
| 107 | - sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ; | 107 | + ] ; |
| 108 | - sp:subject | 108 | + sp:predicate <http://www.epim.no/schemas/mprml/1#typeRef> ; |
| 109 | - [ sp:varName "crewCountRef"^^xsd:string | 109 | + sp:subject |
| 110 | - ] | 110 | + [ sp:varName "crewCountRef"^^xsd:string |
| 111 | - ] [ rdf:type sp:Bind ; | 111 | + ] |
| 112 | - sp:expression | 112 | + ] [ rdf:type sp:Bind ; |
| 113 | - [ rdf:type ep-mpr-spin-lib:selectCrewType ; | 113 | + sp:expression |
| 114 | - sp:arg1 [ sp:varName "typeRef"^^xsd:string | 114 | + [ rdf:type ep-mpr-spin-lib:selectCrewType ; |
| 115 | - ] | 115 | + sp:arg1 [ sp:varName "typeRef"^^xsd:string |
| 116 | - ] ; | 116 | + ] |
| 117 | - sp:variable | 117 | + ] ; |
| 118 | - [ sp:varName "crewType"^^xsd:string | 118 | + sp:variable |
| 119 | - ] | 119 | + [ sp:varName "crewType"^^xsd:string |
| 120 | - ]) | 120 | + ] |
| 121 | - ] ; | 121 | + ]) |
| 122 | - spin:rule | 122 | + ] ; |
| 123 | - [ rdf:type sp:Construct ; | 123 | + spin:rule |
| 124 | - rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ; | 124 | + [ rdf:type sp:Construct ; |
| 125 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ; | 125 | + rdfs:comment "STEP 40100 Create the ProductionOperationInstallationReport; the ProductionOperationActivity; and set the facility and number of beds"^^xsd:string ; |
| 126 | - sp:predicate rdf:type ; | 126 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ; |
| 127 | - sp:subject _:b2 | 127 | + sp:predicate rdf:type ; |
| 128 | - ] [ sp:object | 128 | + sp:subject _:b2 |
| 129 | - [ sp:varName "productionOperationReport"^^xsd:string | 129 | + ] [ sp:object |
| 130 | - ] ; | 130 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 131 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 131 | + ] ; |
| 132 | - sp:subject _:b2 | 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 133 | - ] [ sp:object | 133 | + sp:subject _:b2 |
| 134 | - [ sp:varName "installationReportRef"^^xsd:string | 134 | + ] [ sp:object |
| 135 | - ] ; | 135 | + [ sp:varName "installationReportRef"^^xsd:string |
| 136 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 136 | + ] ; |
| 137 | - sp:subject _:b2 | 137 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 138 | - ] [ sp:object _:b3 ; | 138 | + sp:subject _:b2 |
| 139 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 139 | + ] [ sp:object _:b3 ; |
| 140 | - sp:subject _:b2 | 140 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 141 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 141 | + sp:subject _:b2 |
| 142 | - sp:predicate rdf:type ; | 142 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 143 | - sp:subject _:b3 | 143 | + sp:predicate rdf:type ; |
| 144 | - ] [ sp:object | 144 | + sp:subject _:b3 |
| 145 | - [ sp:varName "productionFacility"^^xsd:string | 145 | + ] [ sp:object |
| 146 | - ] ; | 146 | + [ sp:varName "productionFacility"^^xsd:string |
| 147 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 147 | + ] ; |
| 148 | - sp:subject _:b3 | 148 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 149 | - ] [ sp:object | 149 | + sp:subject _:b3 |
| 150 | - [ sp:varName "installationReportRef"^^xsd:string | 150 | + ] [ sp:object |
| 151 | - ] ; | 151 | + [ sp:varName "installationReportRef"^^xsd:string |
| 152 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 152 | + ] ; |
| 153 | - sp:subject _:b3 | 153 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 154 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 154 | + sp:subject _:b3 |
| 155 | - sp:predicate rdf:type ; | 155 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
| 156 | - sp:subject _:b4 | 156 | + sp:predicate rdf:type ; |
| 157 | - ] [ sp:object _:b3 ; | 157 | + sp:subject _:b4 |
| 158 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | 158 | + ] [ sp:object _:b3 ; |
| 159 | - sp:subject _:b4 | 159 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; |
| 160 | - ] [ sp:object _:b5 ; | 160 | + sp:subject _:b4 |
| 161 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 161 | + ] [ sp:object _:b5 ; |
| 162 | - sp:subject _:b4 | 162 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 163 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ; | 163 | + sp:subject _:b4 |
| 164 | - sp:predicate rdf:type ; | 164 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ; |
| 165 | - sp:subject _:b5 | 165 | + sp:predicate rdf:type ; |
| 166 | - ] [ sp:object _:b6 ; | 166 | + sp:subject _:b5 |
| 167 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 167 | + ] [ sp:object _:b6 ; |
| 168 | - sp:subject _:b4 | 168 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 169 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ; | 169 | + sp:subject _:b4 |
| 170 | - sp:predicate rdf:type ; | 170 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ; |
| 171 | - sp:subject _:b6 | 171 | + sp:predicate rdf:type ; |
| 172 | - ] [ sp:object | 172 | + sp:subject _:b6 |
| 173 | - [ sp:varName "bedsAvailable"^^xsd:string | 173 | + ] [ sp:object |
| 174 | - ] ; | 174 | + [ sp:varName "bedsAvailable"^^xsd:string |
| 175 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ; | 175 | + ] ; |
| 176 | - sp:subject _:b3 | 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#numberOfBedsAvailable> ; |
| 177 | - ]) ; | 177 | + sp:subject _:b3 |
| 178 | - sp:where ([ sp:object spin:_this ; | 178 | + ]) ; |
| 179 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 179 | + sp:where ([ sp:object spin:_this ; |
| 180 | - sp:subject | 180 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 181 | - [ sp:varName "productionReport"^^xsd:string | 181 | + sp:subject |
| 182 | - ] | 182 | + [ sp:varName "productionReport"^^xsd:string |
| 183 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 183 | + ] |
| 184 | - sp:predicate rdf:type ; | 184 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 185 | - sp:subject | 185 | + sp:predicate rdf:type ; |
| 186 | - [ sp:varName "productionOperationReport"^^xsd:string | 186 | + sp:subject |
| 187 | - ] | 187 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 188 | - ] [ sp:object | 188 | + ] |
| 189 | - [ sp:varName "productionReport"^^xsd:string | 189 | + ] [ sp:object |
| 190 | - ] ; | 190 | + [ sp:varName "productionReport"^^xsd:string |
| 191 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 191 | + ] ; |
| 192 | - sp:subject | 192 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 193 | - [ sp:varName "productionOperationReport"^^xsd:string | 193 | + sp:subject |
| 194 | - ] | 194 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 195 | - ] [ sp:object | 195 | + ] |
| 196 | - [ sp:varName "productionOperationRef"^^xsd:string | 196 | + ] [ sp:object |
| 197 | - ] ; | 197 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 198 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 198 | + ] ; |
| 199 | - sp:subject spin:_this | 199 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 200 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 200 | + sp:subject spin:_this |
| 201 | - sp:predicate rdf:type ; | 201 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 202 | - sp:subject | 202 | + sp:predicate rdf:type ; |
| 203 | - [ sp:varName "productionOperationRef"^^xsd:string | 203 | + sp:subject |
| 204 | - ] | 204 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 205 | - ] [ sp:object | 205 | + ] |
| 206 | - [ sp:varName "installationReportRef"^^xsd:string | 206 | + ] [ sp:object |
| 207 | - ] ; | 207 | + [ sp:varName "installationReportRef"^^xsd:string |
| 208 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; | 208 | + ] ; |
| 209 | - sp:subject | 209 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; |
| 210 | - [ sp:varName "productionOperationRef"^^xsd:string | 210 | + sp:subject |
| 211 | - ] | 211 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 212 | - ] [ rdf:type sp:Optional ; | 212 | + ] |
| 213 | - sp:elements ([ sp:object | 213 | + ] [ rdf:type sp:Optional ; |
| 214 | - [ sp:varName "installationRef"^^xsd:string | 214 | + sp:elements ([ sp:object |
| 215 | - ] ; | 215 | + [ sp:varName "installationRef"^^xsd:string |
| 216 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 216 | + ] ; |
| 217 | - sp:subject | 217 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
| 218 | - [ sp:varName "installationReportRef"^^xsd:string | 218 | + sp:subject |
| 219 | - ] | 219 | + [ sp:varName "installationReportRef"^^xsd:string |
| 220 | - ] [ sp:object | 220 | + ] |
| 221 | - [ sp:varName "installationRef"^^xsd:string | 221 | + ] [ sp:object |
| 222 | - ] ; | 222 | + [ sp:varName "installationRef"^^xsd:string |
| 223 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 223 | + ] ; |
| 224 | - sp:subject | 224 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 225 | - [ sp:varName "productionFacility"^^xsd:string | 225 | + sp:subject |
| 226 | - ] | 226 | + [ sp:varName "productionFacility"^^xsd:string |
| 227 | - ]) | 227 | + ] |
| 228 | - ] [ rdf:type sp:Optional ; | 228 | + ]) |
| 229 | - sp:elements ([ sp:object | 229 | + ] [ rdf:type sp:Optional ; |
| 230 | - [ sp:varName "bedsAvailable"^^xsd:string | 230 | + sp:elements ([ sp:object |
| 231 | - ] ; | 231 | + [ sp:varName "bedsAvailable"^^xsd:string |
| 232 | - sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ; | 232 | + ] ; |
| 233 | - sp:subject | 233 | + sp:predicate <http://www.epim.no/schemas/mprml/1#bedsAvailable> ; |
| 234 | - [ sp:varName "installationReportRef"^^xsd:string | 234 | + sp:subject |
| 235 | - ] | 235 | + [ sp:varName "installationReportRef"^^xsd:string |
| 236 | - ]) | 236 | + ] |
| 237 | - ] [ rdf:type sp:Optional ; | 237 | + ]) |
| 238 | - sp:elements ([ sp:object | 238 | + ] [ rdf:type sp:Optional ; |
| 239 | - [ sp:varName "workRef"^^xsd:string | 239 | + sp:elements ([ sp:object |
| 240 | - ] ; | 240 | + [ sp:varName "workRef"^^xsd:string |
| 241 | - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; | 241 | + ] ; |
| 242 | - sp:subject | 242 | + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; |
| 243 | - [ sp:varName "installationReportRef"^^xsd:string | 243 | + sp:subject |
| 244 | - ] | 244 | + [ sp:varName "installationReportRef"^^xsd:string |
| 245 | - ] [ sp:object | 245 | + ] |
| 246 | - [ sp:varName "realWork"^^xsd:string | 246 | + ] [ sp:object |
| 247 | - ] ; | 247 | + [ sp:varName "realWork"^^xsd:string |
| 248 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 248 | + ] ; |
| 249 | - sp:subject | 249 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 250 | - [ sp:varName "workRef"^^xsd:string | 250 | + sp:subject |
| 251 | - ] | 251 | + [ sp:varName "workRef"^^xsd:string |
| 252 | - ] [ sp:object | 252 | + ] |
| 253 | - [ sp:varName "uomWork"^^xsd:string | 253 | + ] [ sp:object |
| 254 | - ] ; | 254 | + [ sp:varName "uomWork"^^xsd:string |
| 255 | - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; | 255 | + ] ; |
| 256 | - sp:subject | 256 | + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; |
| 257 | - [ sp:varName "workRef"^^xsd:string | 257 | + sp:subject |
| 258 | - ] | 258 | + [ sp:varName "workRef"^^xsd:string |
| 259 | - ]) | 259 | + ] |
| 260 | - ]) | 260 | + ]) |
| 261 | - ] ; | 261 | + ]) |
| 262 | - spin:rule | 262 | + ] ; |
| 263 | - [ rdf:type sp:Construct ; | 263 | + spin:rule |
| 264 | - rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ; | 264 | + [ rdf:type sp:Construct ; |
| 265 | - sp:templates ([ sp:object _:b7 ; | 265 | + rdfs:comment "STEP 40103 Set the hours worked year to date"^^xsd:string ; |
| 266 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; | 266 | + sp:templates ([ sp:object _:b7 ; |
| 267 | - sp:subject | 267 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; |
| 268 | - [ sp:varName "annualProductionOperationToDate"^^xsd:string | 268 | + sp:subject |
| 269 | - ] | 269 | + [ sp:varName "annualProductionOperationToDate"^^xsd:string |
| 270 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 270 | + ] |
| 271 | - sp:predicate rdf:type ; | 271 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 272 | - sp:subject _:b7 | 272 | + sp:predicate rdf:type ; |
| 273 | - ] [ sp:object | 273 | + sp:subject _:b7 |
| 274 | - [ sp:varName "realWorkYearToDate"^^xsd:string | 274 | + ] [ sp:object |
| 275 | - ] ; | 275 | + [ sp:varName "realWorkYearToDate"^^xsd:string |
| 276 | - sp:predicate | 276 | + ] ; |
| 277 | - [ sp:varName "workYearToDateScale"^^xsd:string | 277 | + sp:predicate |
| 278 | - ] ; | 278 | + [ sp:varName "workYearToDateScale"^^xsd:string |
| 279 | - sp:subject _:b7 | 279 | + ] ; |
| 280 | - ]) ; | 280 | + sp:subject _:b7 |
| 281 | - sp:where ([ sp:object spin:_this ; | 281 | + ]) ; |
| 282 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 282 | + sp:where ([ sp:object spin:_this ; |
| 283 | - sp:subject | 283 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 284 | - [ sp:varName "productionReport"^^xsd:string | 284 | + sp:subject |
| 285 | - ] | 285 | + [ sp:varName "productionReport"^^xsd:string |
| 286 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 286 | + ] |
| 287 | - sp:predicate rdf:type ; | 287 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 288 | - sp:subject | 288 | + sp:predicate rdf:type ; |
| 289 | - [ sp:varName "productionOperationReport"^^xsd:string | 289 | + sp:subject |
| 290 | - ] | 290 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 291 | - ] [ sp:object | 291 | + ] |
| 292 | - [ sp:varName "productionReport"^^xsd:string | 292 | + ] [ sp:object |
| 293 | - ] ; | 293 | + [ sp:varName "productionReport"^^xsd:string |
| 294 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 294 | + ] ; |
| 295 | - sp:subject | 295 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 296 | - [ sp:varName "productionOperationReport"^^xsd:string | 296 | + sp:subject |
| 297 | - ] | 297 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 298 | - ] [ sp:object | 298 | + ] |
| 299 | - [ sp:varName "productionOperationRef"^^xsd:string | 299 | + ] [ sp:object |
| 300 | - ] ; | 300 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 301 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 301 | + ] ; |
| 302 | - sp:subject spin:_this | 302 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 303 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 303 | + sp:subject spin:_this |
| 304 | - sp:predicate rdf:type ; | 304 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 305 | - sp:subject | 305 | + sp:predicate rdf:type ; |
| 306 | - [ sp:varName "productionOperationRef"^^xsd:string | 306 | + sp:subject |
| 307 | - ] | 307 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 308 | - ] [ sp:object | 308 | + ] |
| 309 | - [ sp:varName "installationReportRef"^^xsd:string | 309 | + ] [ sp:object |
| 310 | - ] ; | 310 | + [ sp:varName "installationReportRef"^^xsd:string |
| 311 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; | 311 | + ] ; |
| 312 | - sp:subject | 312 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; |
| 313 | - [ sp:varName "productionOperationRef"^^xsd:string | 313 | + sp:subject |
| 314 | - ] | 314 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 315 | - ] [ sp:object | 315 | + ] |
| 316 | - [ sp:varName "installationReportRef"^^xsd:string | 316 | + ] [ sp:object |
| 317 | - ] ; | 317 | + [ sp:varName "installationReportRef"^^xsd:string |
| 318 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 318 | + ] ; |
| 319 | - sp:subject | 319 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 320 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 320 | + sp:subject |
| 321 | - ] | 321 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 322 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 322 | + ] |
| 323 | - sp:predicate rdf:type ; | 323 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 324 | - sp:subject | 324 | + sp:predicate rdf:type ; |
| 325 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 325 | + sp:subject |
| 326 | - ] | 326 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 327 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 327 | + ] |
| 328 | - sp:predicate rdf:type ; | 328 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
| 329 | - sp:subject | 329 | + sp:predicate rdf:type ; |
| 330 | - [ sp:varName "productionOperation"^^xsd:string | 330 | + sp:subject |
| 331 | - ] | 331 | + [ sp:varName "productionOperation"^^xsd:string |
| 332 | - ] [ sp:object | 332 | + ] |
| 333 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 333 | + ] [ sp:object |
| 334 | - ] ; | 334 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 335 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | 335 | + ] ; |
| 336 | - sp:subject | 336 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; |
| 337 | - [ sp:varName "productionOperation"^^xsd:string | 337 | + sp:subject |
| 338 | - ] | 338 | + [ sp:varName "productionOperation"^^xsd:string |
| 339 | - ] [ sp:object | 339 | + ] |
| 340 | - [ sp:varName "annualProductionOperationToDate"^^xsd:string | 340 | + ] [ sp:object |
| 341 | - ] ; | 341 | + [ sp:varName "annualProductionOperationToDate"^^xsd:string |
| 342 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 342 | + ] ; |
| 343 | - sp:subject | 343 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 344 | - [ sp:varName "productionOperation"^^xsd:string | 344 | + sp:subject |
| 345 | - ] | 345 | + [ sp:varName "productionOperation"^^xsd:string |
| 346 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ; | 346 | + ] |
| 347 | - sp:predicate rdf:type ; | 347 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#AnnualProductionOperationToDate> ; |
| 348 | - sp:subject | 348 | + sp:predicate rdf:type ; |
| 349 | - [ sp:varName "annualProductionOperationToDate"^^xsd:string | 349 | + sp:subject |
| 350 | - ] | 350 | + [ sp:varName "annualProductionOperationToDate"^^xsd:string |
| 351 | - ] [ sp:object | 351 | + ] |
| 352 | - [ sp:varName "workYearToDateRef"^^xsd:string | 352 | + ] [ sp:object |
| 353 | - ] ; | 353 | + [ sp:varName "workYearToDateRef"^^xsd:string |
| 354 | - sp:predicate <http://www.epim.no/schemas/mprml/1#workYearToDateRef> ; | 354 | + ] ; |
| 355 | - sp:subject | 355 | + sp:predicate <http://www.epim.no/schemas/mprml/1#workYearToDateRef> ; |
| 356 | - [ sp:varName "installationReportRef"^^xsd:string | 356 | + sp:subject |
| 357 | - ] | 357 | + [ sp:varName "installationReportRef"^^xsd:string |
| 358 | - ] [ sp:object | 358 | + ] |
| 359 | - [ sp:varName "realWorkYearToDate"^^xsd:string | 359 | + ] [ sp:object |
| 360 | - ] ; | 360 | + [ sp:varName "realWorkYearToDate"^^xsd:string |
| 361 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 361 | + ] ; |
| 362 | - sp:subject | 362 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 363 | - [ sp:varName "workYearToDateRef"^^xsd:string | 363 | + sp:subject |
| 364 | - ] | 364 | + [ sp:varName "workYearToDateRef"^^xsd:string |
| 365 | - ] [ sp:object | 365 | + ] |
| 366 | - [ sp:varName "uomWorkYearToDate"^^xsd:string | 366 | + ] [ sp:object |
| 367 | - ] ; | 367 | + [ sp:varName "uomWorkYearToDate"^^xsd:string |
| 368 | - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; | 368 | + ] ; |
| 369 | - sp:subject | 369 | + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; |
| 370 | - [ sp:varName "workYearToDateRef"^^xsd:string | 370 | + sp:subject |
| 371 | - ] | 371 | + [ sp:varName "workYearToDateRef"^^xsd:string |
| 372 | - ] [ rdf:type sp:Bind ; | 372 | + ] |
| 373 | - sp:expression | 373 | + ] [ rdf:type sp:Bind ; |
| 374 | - [ rdf:type ep-mpr-spin-lib:selectDurationScale ; | 374 | + sp:expression |
| 375 | - sp:arg1 [ sp:varName "uomWorkYearToDate"^^xsd:string | 375 | + [ rdf:type ep-mpr-spin-lib:selectDurationScale ; |
| 376 | - ] | 376 | + sp:arg1 [ sp:varName "uomWorkYearToDate"^^xsd:string |
| 377 | - ] ; | 377 | + ] |
| 378 | - sp:variable | 378 | + ] ; |
| 379 | - [ sp:varName "workYearToDateScale"^^xsd:string | 379 | + sp:variable |
| 380 | - ] | 380 | + [ sp:varName "workYearToDateScale"^^xsd:string |
| 381 | - ]) | 381 | + ] |
| 382 | - ] ; | 382 | + ]) |
| 383 | - spin:rule | 383 | + ] ; |
| 384 | - [ rdf:type sp:Construct ; | 384 | + spin:rule |
| 385 | - rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ; | 385 | + [ rdf:type sp:Construct ; |
| 386 | - sp:templates ([ sp:object _:b8 ; | 386 | + rdfs:comment "STEP 40102 Set the hours worked month to date"^^xsd:string ; |
| 387 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; | 387 | + sp:templates ([ sp:object _:b8 ; |
| 388 | - sp:subject | 388 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; |
| 389 | - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string | 389 | + sp:subject |
| 390 | - ] | 390 | + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string |
| 391 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 391 | + ] |
| 392 | - sp:predicate rdf:type ; | 392 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 393 | - sp:subject _:b8 | 393 | + sp:predicate rdf:type ; |
| 394 | - ] [ sp:object | 394 | + sp:subject _:b8 |
| 395 | - [ sp:varName "realWorkMonthToDate"^^xsd:string | 395 | + ] [ sp:object |
| 396 | - ] ; | 396 | + [ sp:varName "realWorkMonthToDate"^^xsd:string |
| 397 | - sp:predicate | 397 | + ] ; |
| 398 | - [ sp:varName "workMonthToDateScale"^^xsd:string | 398 | + sp:predicate |
| 399 | - ] ; | 399 | + [ sp:varName "workMonthToDateScale"^^xsd:string |
| 400 | - sp:subject _:b8 | 400 | + ] ; |
| 401 | - ]) ; | 401 | + sp:subject _:b8 |
| 402 | - sp:where ([ sp:object spin:_this ; | 402 | + ]) ; |
| 403 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 403 | + sp:where ([ sp:object spin:_this ; |
| 404 | - sp:subject | 404 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 405 | - [ sp:varName "productionReport"^^xsd:string | 405 | + sp:subject |
| 406 | - ] | 406 | + [ sp:varName "productionReport"^^xsd:string |
| 407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 407 | + ] |
| 408 | - sp:predicate rdf:type ; | 408 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 409 | - sp:subject | 409 | + sp:predicate rdf:type ; |
| 410 | - [ sp:varName "productionOperationReport"^^xsd:string | 410 | + sp:subject |
| 411 | - ] | 411 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 412 | - ] [ sp:object | 412 | + ] |
| 413 | - [ sp:varName "productionReport"^^xsd:string | 413 | + ] [ sp:object |
| 414 | - ] ; | 414 | + [ sp:varName "productionReport"^^xsd:string |
| 415 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 415 | + ] ; |
| 416 | - sp:subject | 416 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 417 | - [ sp:varName "productionOperationReport"^^xsd:string | 417 | + sp:subject |
| 418 | - ] | 418 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 419 | - ] [ sp:object | 419 | + ] |
| 420 | - [ sp:varName "productionOperationRef"^^xsd:string | 420 | + ] [ sp:object |
| 421 | - ] ; | 421 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 422 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 422 | + ] ; |
| 423 | - sp:subject spin:_this | 423 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 424 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 424 | + sp:subject spin:_this |
| 425 | - sp:predicate rdf:type ; | 425 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 426 | - sp:subject | 426 | + sp:predicate rdf:type ; |
| 427 | - [ sp:varName "productionOperationRef"^^xsd:string | 427 | + sp:subject |
| 428 | - ] | 428 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 429 | - ] [ sp:object | 429 | + ] |
| 430 | - [ sp:varName "installationReportRef"^^xsd:string | 430 | + ] [ sp:object |
| 431 | - ] ; | 431 | + [ sp:varName "installationReportRef"^^xsd:string |
| 432 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; | 432 | + ] ; |
| 433 | - sp:subject | 433 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; |
| 434 | - [ sp:varName "productionOperationRef"^^xsd:string | 434 | + sp:subject |
| 435 | - ] | 435 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 436 | - ] [ sp:object | 436 | + ] |
| 437 | - [ sp:varName "installationReportRef"^^xsd:string | 437 | + ] [ sp:object |
| 438 | - ] ; | 438 | + [ sp:varName "installationReportRef"^^xsd:string |
| 439 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 439 | + ] ; |
| 440 | - sp:subject | 440 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 441 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 441 | + sp:subject |
| 442 | - ] | 442 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 443 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 443 | + ] |
| 444 | - sp:predicate rdf:type ; | 444 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 445 | - sp:subject | 445 | + sp:predicate rdf:type ; |
| 446 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 446 | + sp:subject |
| 447 | - ] | 447 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 448 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 448 | + ] |
| 449 | - sp:predicate rdf:type ; | 449 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
| 450 | - sp:subject | 450 | + sp:predicate rdf:type ; |
| 451 | - [ sp:varName "productionOperation"^^xsd:string | 451 | + sp:subject |
| 452 | - ] | 452 | + [ sp:varName "productionOperation"^^xsd:string |
| 453 | - ] [ sp:object | 453 | + ] |
| 454 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 454 | + ] [ sp:object |
| 455 | - ] ; | 455 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 456 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | 456 | + ] ; |
| 457 | - sp:subject | 457 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; |
| 458 | - [ sp:varName "productionOperation"^^xsd:string | 458 | + sp:subject |
| 459 | - ] | 459 | + [ sp:varName "productionOperation"^^xsd:string |
| 460 | - ] [ sp:object | 460 | + ] |
| 461 | - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string | 461 | + ] [ sp:object |
| 462 | - ] ; | 462 | + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string |
| 463 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 463 | + ] ; |
| 464 | - sp:subject | 464 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 465 | - [ sp:varName "productionOperation"^^xsd:string | 465 | + sp:subject |
| 466 | - ] | 466 | + [ sp:varName "productionOperation"^^xsd:string |
| 467 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ; | 467 | + ] |
| 468 | - sp:predicate rdf:type ; | 468 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#MonthlyProductionOperationToDate> ; |
| 469 | - sp:subject | 469 | + sp:predicate rdf:type ; |
| 470 | - [ sp:varName "monthlyProductionOperationToDate"^^xsd:string | 470 | + sp:subject |
| 471 | - ] | 471 | + [ sp:varName "monthlyProductionOperationToDate"^^xsd:string |
| 472 | - ] [ sp:object | 472 | + ] |
| 473 | - [ sp:varName "workMonthToDateRef"^^xsd:string | 473 | + ] [ sp:object |
| 474 | - ] ; | 474 | + [ sp:varName "workMonthToDateRef"^^xsd:string |
| 475 | - sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ; | 475 | + ] ; |
| 476 | - sp:subject | 476 | + sp:predicate <http://www.epim.no/schemas/mprml/1#workMonthToDateRef> ; |
| 477 | - [ sp:varName "installationReportRef"^^xsd:string | 477 | + sp:subject |
| 478 | - ] | 478 | + [ sp:varName "installationReportRef"^^xsd:string |
| 479 | - ] [ sp:object | 479 | + ] |
| 480 | - [ sp:varName "realWorkMonthToDate"^^xsd:string | 480 | + ] [ sp:object |
| 481 | - ] ; | 481 | + [ sp:varName "realWorkMonthToDate"^^xsd:string |
| 482 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 482 | + ] ; |
| 483 | - sp:subject | 483 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 484 | - [ sp:varName "workMonthToDateRef"^^xsd:string | 484 | + sp:subject |
| 485 | - ] | 485 | + [ sp:varName "workMonthToDateRef"^^xsd:string |
| 486 | - ] [ sp:object | 486 | + ] |
| 487 | - [ sp:varName "uomWorkMonthToDate"^^xsd:string | 487 | + ] [ sp:object |
| 488 | - ] ; | 488 | + [ sp:varName "uomWorkMonthToDate"^^xsd:string |
| 489 | - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; | 489 | + ] ; |
| 490 | - sp:subject | 490 | + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; |
| 491 | - [ sp:varName "workMonthToDateRef"^^xsd:string | 491 | + sp:subject |
| 492 | - ] | 492 | + [ sp:varName "workMonthToDateRef"^^xsd:string |
| 493 | - ] [ rdf:type sp:Bind ; | 493 | + ] |
| 494 | - sp:expression | 494 | + ] [ rdf:type sp:Bind ; |
| 495 | - [ rdf:type ep-mpr-spin-lib:selectDurationScale ; | 495 | + sp:expression |
| 496 | - sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string | 496 | + [ rdf:type ep-mpr-spin-lib:selectDurationScale ; |
| 497 | - ] | 497 | + sp:arg1 [ sp:varName "uomWorkMonthToDate"^^xsd:string |
| 498 | - ] ; | 498 | + ] |
| 499 | - sp:variable | 499 | + ] ; |
| 500 | - [ sp:varName "workMonthToDateScale"^^xsd:string | 500 | + sp:variable |
| 501 | - ] | 501 | + [ sp:varName "workMonthToDateScale"^^xsd:string |
| 502 | - ]) | 502 | + ] |
| 503 | - ] ; | 503 | + ]) |
| 504 | - spin:rule | 504 | + ] ; |
| 505 | - [ rdf:type sp:Construct ; | 505 | + spin:rule |
| 506 | - rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ; | 506 | + [ rdf:type sp:Construct ; |
| 507 | - sp:templates ([ sp:object _:b9 ; | 507 | + rdfs:comment "STEP 40101 Set the hours worked in reporting period"^^xsd:string ; |
| 508 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; | 508 | + sp:templates ([ sp:object _:b9 ; |
| 509 | - sp:subject | 509 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#timeWorked> ; |
| 510 | - [ sp:varName "productionOperation"^^xsd:string | 510 | + sp:subject |
| 511 | - ] | 511 | + [ sp:varName "productionOperation"^^xsd:string |
| 512 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | 512 | + ] |
| 513 | - sp:predicate rdf:type ; | 513 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; |
| 514 | - sp:subject _:b9 | 514 | + sp:predicate rdf:type ; |
| 515 | - ] [ sp:object | 515 | + sp:subject _:b9 |
| 516 | - [ sp:varName "realWork"^^xsd:string | 516 | + ] [ sp:object |
| 517 | - ] ; | 517 | + [ sp:varName "realWork"^^xsd:string |
| 518 | - sp:predicate | 518 | + ] ; |
| 519 | - [ sp:varName "workScale"^^xsd:string | 519 | + sp:predicate |
| 520 | - ] ; | 520 | + [ sp:varName "workScale"^^xsd:string |
| 521 | - sp:subject _:b9 | 521 | + ] ; |
| 522 | - ]) ; | 522 | + sp:subject _:b9 |
| 523 | - sp:where ([ sp:object spin:_this ; | 523 | + ]) ; |
| 524 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 524 | + sp:where ([ sp:object spin:_this ; |
| 525 | - sp:subject | 525 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 526 | - [ sp:varName "productionReport"^^xsd:string | 526 | + sp:subject |
| 527 | - ] | 527 | + [ sp:varName "productionReport"^^xsd:string |
| 528 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 528 | + ] |
| 529 | - sp:predicate rdf:type ; | 529 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 530 | - sp:subject | 530 | + sp:predicate rdf:type ; |
| 531 | - [ sp:varName "productionOperationReport"^^xsd:string | 531 | + sp:subject |
| 532 | - ] | 532 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 533 | - ] [ sp:object | 533 | + ] |
| 534 | - [ sp:varName "productionReport"^^xsd:string | 534 | + ] [ sp:object |
| 535 | - ] ; | 535 | + [ sp:varName "productionReport"^^xsd:string |
| 536 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 536 | + ] ; |
| 537 | - sp:subject | 537 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 538 | - [ sp:varName "productionOperationReport"^^xsd:string | 538 | + sp:subject |
| 539 | - ] | 539 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 540 | - ] [ sp:object | 540 | + ] |
| 541 | - [ sp:varName "productionOperationRef"^^xsd:string | 541 | + ] [ sp:object |
| 542 | - ] ; | 542 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 543 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 543 | + ] ; |
| 544 | - sp:subject spin:_this | 544 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 545 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 545 | + sp:subject spin:_this |
| 546 | - sp:predicate rdf:type ; | 546 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 547 | - sp:subject | 547 | + sp:predicate rdf:type ; |
| 548 | - [ sp:varName "productionOperationRef"^^xsd:string | 548 | + sp:subject |
| 549 | - ] | 549 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 550 | - ] [ sp:object | 550 | + ] |
| 551 | - [ sp:varName "installationReportRef"^^xsd:string | 551 | + ] [ sp:object |
| 552 | - ] ; | 552 | + [ sp:varName "installationReportRef"^^xsd:string |
| 553 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; | 553 | + ] ; |
| 554 | - sp:subject | 554 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationReportRef> ; |
| 555 | - [ sp:varName "productionOperationRef"^^xsd:string | 555 | + sp:subject |
| 556 | - ] | 556 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 557 | - ] [ sp:object | 557 | + ] |
| 558 | - [ sp:varName "installationReportRef"^^xsd:string | 558 | + ] [ sp:object |
| 559 | - ] ; | 559 | + [ sp:varName "installationReportRef"^^xsd:string |
| 560 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 560 | + ] ; |
| 561 | - sp:subject | 561 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 562 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 562 | + sp:subject |
| 563 | - ] | 563 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 564 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 564 | + ] |
| 565 | - sp:predicate rdf:type ; | 565 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 566 | - sp:subject | 566 | + sp:predicate rdf:type ; |
| 567 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 567 | + sp:subject |
| 568 | - ] | 568 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 569 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; | 569 | + ] |
| 570 | - sp:predicate rdf:type ; | 570 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#ProductionOperation> ; |
| 571 | - sp:subject | 571 | + sp:predicate rdf:type ; |
| 572 | - [ sp:varName "productionOperation"^^xsd:string | 572 | + sp:subject |
| 573 | - ] | 573 | + [ sp:varName "productionOperation"^^xsd:string |
| 574 | - ] [ sp:object | 574 | + ] |
| 575 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 575 | + ] [ sp:object |
| 576 | - ] ; | 576 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 577 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | 577 | + ] ; |
| 578 | - sp:subject | 578 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; |
| 579 | - [ sp:varName "productionOperation"^^xsd:string | 579 | + sp:subject |
| 580 | - ] | 580 | + [ sp:varName "productionOperation"^^xsd:string |
| 581 | - ] [ sp:object | 581 | + ] |
| 582 | - [ sp:varName "workRef"^^xsd:string | 582 | + ] [ sp:object |
| 583 | - ] ; | 583 | + [ sp:varName "workRef"^^xsd:string |
| 584 | - sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; | 584 | + ] ; |
| 585 | - sp:subject | 585 | + sp:predicate <http://www.epim.no/schemas/mprml/1#workRef> ; |
| 586 | - [ sp:varName "installationReportRef"^^xsd:string | 586 | + sp:subject |
| 587 | - ] | 587 | + [ sp:varName "installationReportRef"^^xsd:string |
| 588 | - ] [ sp:object | 588 | + ] |
| 589 | - [ sp:varName "realWork"^^xsd:string | 589 | + ] [ sp:object |
| 590 | - ] ; | 590 | + [ sp:varName "realWork"^^xsd:string |
| 591 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 591 | + ] ; |
| 592 | - sp:subject | 592 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 593 | - [ sp:varName "workRef"^^xsd:string | 593 | + sp:subject |
| 594 | - ] | 594 | + [ sp:varName "workRef"^^xsd:string |
| 595 | - ] [ sp:object | 595 | + ] |
| 596 | - [ sp:varName "uomWork"^^xsd:string | 596 | + ] [ sp:object |
| 597 | - ] ; | 597 | + [ sp:varName "uomWork"^^xsd:string |
| 598 | - sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; | 598 | + ] ; |
| 599 | - sp:subject | 599 | + sp:predicate <http://www.epim.no/schemas/mprml/1#uomRef> ; |
| 600 | - [ sp:varName "workRef"^^xsd:string | 600 | + sp:subject |
| 601 | - ] | 601 | + [ sp:varName "workRef"^^xsd:string |
| 602 | - ] [ rdf:type sp:Bind ; | 602 | + ] |
| 603 | - sp:expression | 603 | + ] [ rdf:type sp:Bind ; |
| 604 | - [ rdf:type ep-mpr-spin-lib:selectDurationScale ; | 604 | + sp:expression |
| 605 | - sp:arg1 [ sp:varName "uomWork"^^xsd:string | 605 | + [ rdf:type ep-mpr-spin-lib:selectDurationScale ; |
| 606 | - ] | 606 | + sp:arg1 [ sp:varName "uomWork"^^xsd:string |
| 607 | - ] ; | 607 | + ] |
| 608 | - sp:variable | 608 | + ] ; |
| 609 | - [ sp:varName "workScale"^^xsd:string | 609 | + sp:variable |
| 610 | - ] | 610 | + [ sp:varName "workScale"^^xsd:string |
| 611 | - ]) | 611 | + ] |
| 612 | - ] . | 612 | + ]) |
| 613 | - | 613 | + ] . |
| 614 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> | 614 | + |
| 615 | - rdf:type owl:Ontology ; | 615 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> |
| 616 | - owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; | 616 | + rdf:type owl:Ontology ; |
| 617 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 617 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; |
| 618 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 5 | -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
| 6 | - | 6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . | 7 | + |
| 8 | -@prefix arg: <http://spinrdf.org/arg#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1#> . |
| 9 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 9 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 10 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 10 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 11 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 11 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 12 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 12 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 13 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 13 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 14 | -@prefix sp: <http://spinrdf.org/sp#> . | 14 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 15 | -@prefix spin: <http://spinrdf.org/spin#> . | 15 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 16 | -@prefix spl: <http://spinrdf.org/spl#> . | 16 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 17 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 17 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 18 | - | 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 19 | -<http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> | 19 | + |
| 20 | - spin:rule | 20 | +<http://www.epim.no/schemas/mprml/1#Cs_businessAssociate> |
| 21 | - [ rdf:type sp:Construct ; | 21 | + spin:rule |
| 22 | - rdfs:comment "STEP 00041 Set organization - parent company in NPD fact pages"^^xsd:string ; | 22 | + [ rdf:type sp:Construct ; |
| 23 | - sp:templates ([ sp:object spin:_this ; | 23 | + rdfs:comment "STEP 00041 Set organization - parent company in NPD fact pages"^^xsd:string ; |
| 24 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 24 | + sp:templates ([ sp:object spin:_this ; |
| 25 | - sp:subject | 25 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 26 | - [ sp:varName "organization"^^xsd:string | 26 | + sp:subject |
| 27 | - ] | 27 | + [ sp:varName "organization"^^xsd:string |
| 28 | - ]) ; | 28 | + ] |
| 29 | - sp:where ([ sp:object | 29 | + ]) ; |
| 30 | - [ sp:varName "organizationName"^^xsd:string | 30 | + sp:where ([ sp:object |
| 31 | - ] ; | 31 | + [ sp:varName "organizationName"^^xsd:string |
| 32 | - sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; | 32 | + ] ; |
| 33 | - sp:subject spin:_this | 33 | + sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; |
| 34 | - ] [ rdf:type sp:NamedGraph ; | 34 | + sp:subject spin:_this |
| 35 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; | 35 | + ] [ rdf:type sp:NamedGraph ; |
| 36 | - sp:predicate rdf:type ; | 36 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; |
| 37 | - sp:subject | 37 | + sp:predicate rdf:type ; |
| 38 | - [ sp:varName "organization"^^xsd:string | 38 | + sp:subject |
| 39 | - ] | 39 | + [ sp:varName "organization"^^xsd:string |
| 40 | - ] [ sp:object | 40 | + ] |
| 41 | - [ sp:varName "organizationName"^^xsd:string | 41 | + ] [ sp:object |
| 42 | - ] ; | 42 | + [ sp:varName "organizationName"^^xsd:string |
| 43 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 43 | + ] ; |
| 44 | - sp:subject | 44 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 45 | - [ sp:varName "organization"^^xsd:string | 45 | + sp:subject |
| 46 | - ] | 46 | + [ sp:varName "organization"^^xsd:string |
| 47 | - ]) ; | 47 | + ] |
| 48 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 48 | + ]) ; |
| 49 | - ]) | 49 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 50 | - ] ; | 50 | + ]) |
| 51 | - spin:rule | 51 | + ] ; |
| 52 | - [ rdf:type sp:Construct ; | 52 | + spin:rule |
| 53 | - rdfs:comment "STEP 00042 Set organization - operating company in NPD fact pages"^^xsd:string ; | 53 | + [ rdf:type sp:Construct ; |
| 54 | - sp:templates ([ sp:object spin:_this ; | 54 | + rdfs:comment "STEP 00042 Set organization - operating company in NPD fact pages"^^xsd:string ; |
| 55 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 55 | + sp:templates ([ sp:object spin:_this ; |
| 56 | - sp:subject | 56 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 57 | - [ sp:varName "organization"^^xsd:string | 57 | + sp:subject |
| 58 | - ] | 58 | + [ sp:varName "organization"^^xsd:string |
| 59 | - ]) ; | 59 | + ] |
| 60 | - sp:where ([ sp:object | 60 | + ]) ; |
| 61 | - [ sp:varName "organizationName"^^xsd:string | 61 | + sp:where ([ sp:object |
| 62 | - ] ; | 62 | + [ sp:varName "organizationName"^^xsd:string |
| 63 | - sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; | 63 | + ] ; |
| 64 | - sp:subject spin:_this | 64 | + sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; |
| 65 | - ] [ rdf:type sp:NamedGraph ; | 65 | + sp:subject spin:_this |
| 66 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 66 | + ] [ rdf:type sp:NamedGraph ; |
| 67 | - sp:predicate rdf:type ; | 67 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 68 | - sp:subject | 68 | + sp:predicate rdf:type ; |
| 69 | - [ sp:varName "organization"^^xsd:string | 69 | + sp:subject |
| 70 | - ] | 70 | + [ sp:varName "organization"^^xsd:string |
| 71 | - ] [ sp:object | 71 | + ] |
| 72 | - [ sp:varName "organizationName"^^xsd:string | 72 | + ] [ sp:object |
| 73 | - ] ; | 73 | + [ sp:varName "organizationName"^^xsd:string |
| 74 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 74 | + ] ; |
| 75 | - sp:subject | 75 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 76 | - [ sp:varName "organization"^^xsd:string | 76 | + sp:subject |
| 77 | - ] | 77 | + [ sp:varName "organization"^^xsd:string |
| 78 | - ]) ; | 78 | + ] |
| 79 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 79 | + ]) ; |
| 80 | - ]) | 80 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 81 | - ] ; | 81 | + ]) |
| 82 | - spin:rule | 82 | + ] ; |
| 83 | - [ rdf:type sp:Construct ; | 83 | + spin:rule |
| 84 | - rdfs:comment "STEP 00043 Set organization - define organization not in the NPD fact pages."^^xsd:string ; | 84 | + [ rdf:type sp:Construct ; |
| 85 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 85 | + rdfs:comment "STEP 00043 Set organization - define organization not in the NPD fact pages."^^xsd:string ; |
| 86 | - sp:predicate rdf:type ; | 86 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; |
| 87 | - sp:subject | 87 | + sp:predicate rdf:type ; |
| 88 | - [ sp:varName "organization"^^xsd:string | 88 | + sp:subject |
| 89 | - ] | 89 | + [ sp:varName "organization"^^xsd:string |
| 90 | - ] [ sp:object | 90 | + ] |
| 91 | - [ sp:varName "organizationName"^^xsd:string | 91 | + ] [ sp:object |
| 92 | - ] ; | 92 | + [ sp:varName "organizationName"^^xsd:string |
| 93 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 93 | + ] ; |
| 94 | - sp:subject | 94 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 95 | - [ sp:varName "organization"^^xsd:string | 95 | + sp:subject |
| 96 | - ] | 96 | + [ sp:varName "organization"^^xsd:string |
| 97 | - ] [ sp:object spin:_this ; | 97 | + ] |
| 98 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 98 | + ] [ sp:object spin:_this ; |
| 99 | - sp:subject | 99 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 100 | - [ sp:varName "organization"^^xsd:string | 100 | + sp:subject |
| 101 | - ] | 101 | + [ sp:varName "organization"^^xsd:string |
| 102 | - ]) ; | 102 | + ] |
| 103 | - sp:where ([ sp:object | 103 | + ]) ; |
| 104 | - [ sp:varName "organizationName"^^xsd:string | 104 | + sp:where ([ sp:object |
| 105 | - ] ; | 105 | + [ sp:varName "organizationName"^^xsd:string |
| 106 | - sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; | 106 | + ] ; |
| 107 | - sp:subject spin:_this | 107 | + sp:predicate <http://www.epim.no/schemas/mprml/1#name> ; |
| 108 | - ] [ rdf:type sp:NotExists ; | 108 | + sp:subject spin:_this |
| 109 | - sp:elements ([ sp:object spin:_this ; | 109 | + ] [ rdf:type sp:NotExists ; |
| 110 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 110 | + sp:elements ([ sp:object spin:_this ; |
| 111 | - sp:subject | 111 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 112 | - [ sp:varName "somethingElse"^^xsd:string | 112 | + sp:subject |
| 113 | - ] | 113 | + [ sp:varName "somethingElse"^^xsd:string |
| 114 | - ]) | 114 | + ] |
| 115 | - ] [ rdf:type sp:Bind ; | 115 | + ]) |
| 116 | - sp:expression | 116 | + ] [ rdf:type sp:Bind ; |
| 117 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | 117 | + sp:expression |
| 118 | - sp:arg1 [ sp:varName "organizationName"^^xsd:string | 118 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; |
| 119 | - ] | 119 | + sp:arg1 [ sp:varName "organizationName"^^xsd:string |
| 120 | - ] ; | 120 | + ] |
| 121 | - sp:variable | 121 | + ] ; |
| 122 | - [ sp:varName "organization"^^xsd:string | 122 | + sp:variable |
| 123 | - ] | 123 | + [ sp:varName "organization"^^xsd:string |
| 124 | - ]) | 124 | + ] |
| 125 | - ] . | 125 | + ]) |
| 126 | - | 126 | + ] . |
| 127 | -<http://www.epim.no/schemas/mprml/1#RefNameString> | 127 | + |
| 128 | - spin:rule | 128 | +<http://www.epim.no/schemas/mprml/1#RefNameString> |
| 129 | - [ rdf:type sp:Construct ; | 129 | + spin:rule |
| 130 | - rdfs:comment "STEP 00026 Set organization - operating company in NPD fact pages"^^xsd:string ; | 130 | + [ rdf:type sp:Construct ; |
| 131 | - sp:templates ([ sp:object spin:_this ; | 131 | + rdfs:comment "STEP 00026 Set organization - operating company in NPD fact pages"^^xsd:string ; |
| 132 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 132 | + sp:templates ([ sp:object spin:_this ; |
| 133 | - sp:subject | 133 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 134 | - [ sp:varName "organization"^^xsd:string | 134 | + sp:subject |
| 135 | - ] | 135 | + [ sp:varName "organization"^^xsd:string |
| 136 | - ]) ; | 136 | + ] |
| 137 | - sp:where ([ sp:object spin:_this ; | 137 | + ]) ; |
| 138 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; | 138 | + sp:where ([ sp:object spin:_this ; |
| 139 | - sp:subject | 139 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; |
| 140 | - [ sp:varName "something"^^xsd:string | 140 | + sp:subject |
| 141 | - ] | 141 | + [ sp:varName "something"^^xsd:string |
| 142 | - ] [ sp:object | 142 | + ] |
| 143 | - [ sp:varName "organizationName"^^xsd:string | 143 | + ] [ sp:object |
| 144 | - ] ; | 144 | + [ sp:varName "organizationName"^^xsd:string |
| 145 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 145 | + ] ; |
| 146 | - sp:subject spin:_this | 146 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 147 | - ] [ rdf:type sp:NamedGraph ; | 147 | + sp:subject spin:_this |
| 148 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 148 | + ] [ rdf:type sp:NamedGraph ; |
| 149 | - sp:predicate rdf:type ; | 149 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 150 | - sp:subject | 150 | + sp:predicate rdf:type ; |
| 151 | - [ sp:varName "organization"^^xsd:string | 151 | + sp:subject |
| 152 | - ] | 152 | + [ sp:varName "organization"^^xsd:string |
| 153 | - ] [ sp:object | 153 | + ] |
| 154 | - [ sp:varName "organizationName"^^xsd:string | 154 | + ] [ sp:object |
| 155 | - ] ; | 155 | + [ sp:varName "organizationName"^^xsd:string |
| 156 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 156 | + ] ; |
| 157 | - sp:subject | 157 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 158 | - [ sp:varName "organization"^^xsd:string | 158 | + sp:subject |
| 159 | - ] | 159 | + [ sp:varName "organization"^^xsd:string |
| 160 | - ]) ; | 160 | + ] |
| 161 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 161 | + ]) ; |
| 162 | - ]) | 162 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 163 | - ] ; | 163 | + ]) |
| 164 | - spin:rule | 164 | + ] ; |
| 165 | - [ rdf:type sp:Construct ; | 165 | + spin:rule |
| 166 | - rdfs:comment "STEP 00031 Set organization - define organization not in the NPD fact pages."^^xsd:string ; | 166 | + [ rdf:type sp:Construct ; |
| 167 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 167 | + rdfs:comment "STEP 00031 Set organization - define organization not in the NPD fact pages."^^xsd:string ; |
| 168 | - sp:predicate rdf:type ; | 168 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; |
| 169 | - sp:subject | 169 | + sp:predicate rdf:type ; |
| 170 | - [ sp:varName "organization"^^xsd:string | 170 | + sp:subject |
| 171 | - ] | 171 | + [ sp:varName "organization"^^xsd:string |
| 172 | - ] [ sp:object | 172 | + ] |
| 173 | - [ sp:varName "organizationName"^^xsd:string | 173 | + ] [ sp:object |
| 174 | - ] ; | 174 | + [ sp:varName "organizationName"^^xsd:string |
| 175 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 175 | + ] ; |
| 176 | - sp:subject | 176 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 177 | - [ sp:varName "organization"^^xsd:string | 177 | + sp:subject |
| 178 | - ] | 178 | + [ sp:varName "organization"^^xsd:string |
| 179 | - ] [ sp:object spin:_this ; | 179 | + ] |
| 180 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 180 | + ] [ sp:object spin:_this ; |
| 181 | - sp:subject | 181 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 182 | - [ sp:varName "organization"^^xsd:string | 182 | + sp:subject |
| 183 | - ] | 183 | + [ sp:varName "organization"^^xsd:string |
| 184 | - ]) ; | 184 | + ] |
| 185 | - sp:where ([ sp:object spin:_this ; | 185 | + ]) ; |
| 186 | - sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; | 186 | + sp:where ([ sp:object spin:_this ; |
| 187 | - sp:subject | 187 | + sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; |
| 188 | - [ sp:varName "something"^^xsd:string | 188 | + sp:subject |
| 189 | - ] | 189 | + [ sp:varName "something"^^xsd:string |
| 190 | - ] [ sp:object | 190 | + ] |
| 191 | - [ sp:varName "organizationName"^^xsd:string | 191 | + ] [ sp:object |
| 192 | - ] ; | 192 | + [ sp:varName "organizationName"^^xsd:string |
| 193 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 193 | + ] ; |
| 194 | - sp:subject spin:_this | 194 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 195 | - ] [ rdf:type sp:NotExists ; | 195 | + sp:subject spin:_this |
| 196 | - sp:elements ([ sp:object spin:_this ; | 196 | + ] [ rdf:type sp:NotExists ; |
| 197 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 197 | + sp:elements ([ sp:object spin:_this ; |
| 198 | - sp:subject | 198 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 199 | - [ sp:varName "somethingElse"^^xsd:string | 199 | + sp:subject |
| 200 | - ] | 200 | + [ sp:varName "somethingElse"^^xsd:string |
| 201 | - ]) | 201 | + ] |
| 202 | - ] [ rdf:type sp:Bind ; | 202 | + ]) |
| 203 | - sp:expression | 203 | + ] [ rdf:type sp:Bind ; |
| 204 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | 204 | + sp:expression |
| 205 | - sp:arg1 [ sp:varName "organizationName"^^xsd:string | 205 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; |
| 206 | - ] | 206 | + sp:arg1 [ sp:varName "organizationName"^^xsd:string |
| 207 | - ] ; | 207 | + ] |
| 208 | - sp:variable | 208 | + ] ; |
| 209 | - [ sp:varName "organization"^^xsd:string | 209 | + sp:variable |
| 210 | - ] | 210 | + [ sp:varName "organization"^^xsd:string |
| 211 | - ]) | 211 | + ] |
| 212 | - ] ; | 212 | + ]) |
| 213 | - spin:rule | 213 | + ] ; |
| 214 | - [ rdf:type sp:Construct ; | 214 | + spin:rule |
| 215 | - rdfs:comment "STEP 00021 Set organization - parent company in NPD fact pages"^^xsd:string ; | 215 | + [ rdf:type sp:Construct ; |
| 216 | - sp:templates ([ sp:object spin:_this ; | 216 | + rdfs:comment "STEP 00021 Set organization - parent company in NPD fact pages"^^xsd:string ; |
| 217 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 217 | + sp:templates ([ sp:object spin:_this ; |
| 218 | - sp:subject | 218 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 219 | - [ sp:varName "organization"^^xsd:string | 219 | + sp:subject |
| 220 | - ] | 220 | + [ sp:varName "organization"^^xsd:string |
| 221 | - ]) ; | 221 | + ] |
| 222 | - sp:where ([ sp:object spin:_this ; | 222 | + ]) ; |
| 223 | - sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; | 223 | + sp:where ([ sp:object spin:_this ; |
| 224 | - sp:subject | 224 | + sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; |
| 225 | - [ sp:varName "something"^^xsd:string | 225 | + sp:subject |
| 226 | - ] | 226 | + [ sp:varName "something"^^xsd:string |
| 227 | - ] [ sp:object | 227 | + ] |
| 228 | - [ sp:varName "organizationName"^^xsd:string | 228 | + ] [ sp:object |
| 229 | - ] ; | 229 | + [ sp:varName "organizationName"^^xsd:string |
| 230 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 230 | + ] ; |
| 231 | - sp:subject spin:_this | 231 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 232 | - ] [ rdf:type sp:NamedGraph ; | 232 | + sp:subject spin:_this |
| 233 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; | 233 | + ] [ rdf:type sp:NamedGraph ; |
| 234 | - sp:predicate rdf:type ; | 234 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; |
| 235 | - sp:subject | 235 | + sp:predicate rdf:type ; |
| 236 | - [ sp:varName "organization"^^xsd:string | 236 | + sp:subject |
| 237 | - ] | 237 | + [ sp:varName "organization"^^xsd:string |
| 238 | - ] [ sp:object | 238 | + ] |
| 239 | - [ sp:varName "organizationName"^^xsd:string | 239 | + ] [ sp:object |
| 240 | - ] ; | 240 | + [ sp:varName "organizationName"^^xsd:string |
| 241 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 241 | + ] ; |
| 242 | - sp:subject | 242 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 243 | - [ sp:varName "organization"^^xsd:string | 243 | + sp:subject |
| 244 | - ] | 244 | + [ sp:varName "organization"^^xsd:string |
| 245 | - ]) ; | 245 | + ] |
| 246 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 246 | + ]) ; |
| 247 | - ]) | 247 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 248 | - ] ; | 248 | + ]) |
| 249 | - spin:rule | 249 | + ] ; |
| 250 | - [ rdf:type sp:Construct ; | 250 | + spin:rule |
| 251 | - rdfs:comment "STEP 00023 Set organization - define organization not in the NPD fact pages."^^xsd:string ; | 251 | + [ rdf:type sp:Construct ; |
| 252 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 252 | + rdfs:comment "STEP 00023 Set organization - define organization not in the NPD fact pages."^^xsd:string ; |
| 253 | - sp:predicate rdf:type ; | 253 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; |
| 254 | - sp:subject | 254 | + sp:predicate rdf:type ; |
| 255 | - [ sp:varName "organization"^^xsd:string | 255 | + sp:subject |
| 256 | - ] | 256 | + [ sp:varName "organization"^^xsd:string |
| 257 | - ] [ sp:object | 257 | + ] |
| 258 | - [ sp:varName "organizationName"^^xsd:string | 258 | + ] [ sp:object |
| 259 | - ] ; | 259 | + [ sp:varName "organizationName"^^xsd:string |
| 260 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 260 | + ] ; |
| 261 | - sp:subject | 261 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 262 | - [ sp:varName "organization"^^xsd:string | 262 | + sp:subject |
| 263 | - ] | 263 | + [ sp:varName "organization"^^xsd:string |
| 264 | - ] [ sp:object spin:_this ; | 264 | + ] |
| 265 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 265 | + ] [ sp:object spin:_this ; |
| 266 | - sp:subject | 266 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 267 | - [ sp:varName "organization"^^xsd:string | 267 | + sp:subject |
| 268 | - ] | 268 | + [ sp:varName "organization"^^xsd:string |
| 269 | - ]) ; | 269 | + ] |
| 270 | - sp:where ([ sp:object spin:_this ; | 270 | + ]) ; |
| 271 | - sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; | 271 | + sp:where ([ sp:object spin:_this ; |
| 272 | - sp:subject | 272 | + sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; |
| 273 | - [ sp:varName "something"^^xsd:string | 273 | + sp:subject |
| 274 | - ] | 274 | + [ sp:varName "something"^^xsd:string |
| 275 | - ] [ sp:object | 275 | + ] |
| 276 | - [ sp:varName "organizationName"^^xsd:string | 276 | + ] [ sp:object |
| 277 | - ] ; | 277 | + [ sp:varName "organizationName"^^xsd:string |
| 278 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 278 | + ] ; |
| 279 | - sp:subject spin:_this | 279 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 280 | - ] [ rdf:type sp:NotExists ; | 280 | + sp:subject spin:_this |
| 281 | - sp:elements ([ sp:object spin:_this ; | 281 | + ] [ rdf:type sp:NotExists ; |
| 282 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 282 | + sp:elements ([ sp:object spin:_this ; |
| 283 | - sp:subject | 283 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 284 | - [ sp:varName "somethingElse"^^xsd:string | 284 | + sp:subject |
| 285 | - ] | 285 | + [ sp:varName "somethingElse"^^xsd:string |
| 286 | - ]) | 286 | + ] |
| 287 | - ] [ rdf:type sp:Bind ; | 287 | + ]) |
| 288 | - sp:expression | 288 | + ] [ rdf:type sp:Bind ; |
| 289 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | 289 | + sp:expression |
| 290 | - sp:arg1 [ sp:varName "organizationName"^^xsd:string | 290 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; |
| 291 | - ] | 291 | + sp:arg1 [ sp:varName "organizationName"^^xsd:string |
| 292 | - ] ; | 292 | + ] |
| 293 | - sp:variable | 293 | + ] ; |
| 294 | - [ sp:varName "organization"^^xsd:string | 294 | + sp:variable |
| 295 | - ] | 295 | + [ sp:varName "organization"^^xsd:string |
| 296 | - ]) | 296 | + ] |
| 297 | - ] ; | 297 | + ]) |
| 298 | - spin:rule | 298 | + ] ; |
| 299 | - [ rdf:type sp:Construct ; | 299 | + spin:rule |
| 300 | - rdfs:comment "STEP 00027 Set organization - define organization not in the NPD fact pages."^^xsd:string ; | 300 | + [ rdf:type sp:Construct ; |
| 301 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 301 | + rdfs:comment "STEP 00027 Set organization - define organization not in the NPD fact pages."^^xsd:string ; |
| 302 | - sp:predicate rdf:type ; | 302 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; |
| 303 | - sp:subject | 303 | + sp:predicate rdf:type ; |
| 304 | - [ sp:varName "organization"^^xsd:string | 304 | + sp:subject |
| 305 | - ] | 305 | + [ sp:varName "organization"^^xsd:string |
| 306 | - ] [ sp:object | 306 | + ] |
| 307 | - [ sp:varName "organizationName"^^xsd:string | 307 | + ] [ sp:object |
| 308 | - ] ; | 308 | + [ sp:varName "organizationName"^^xsd:string |
| 309 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 309 | + ] ; |
| 310 | - sp:subject | 310 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 311 | - [ sp:varName "organization"^^xsd:string | 311 | + sp:subject |
| 312 | - ] | 312 | + [ sp:varName "organization"^^xsd:string |
| 313 | - ] [ sp:object spin:_this ; | 313 | + ] |
| 314 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 314 | + ] [ sp:object spin:_this ; |
| 315 | - sp:subject | 315 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 316 | - [ sp:varName "organization"^^xsd:string | 316 | + sp:subject |
| 317 | - ] | 317 | + [ sp:varName "organization"^^xsd:string |
| 318 | - ]) ; | 318 | + ] |
| 319 | - sp:where ([ sp:object spin:_this ; | 319 | + ]) ; |
| 320 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; | 320 | + sp:where ([ sp:object spin:_this ; |
| 321 | - sp:subject | 321 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; |
| 322 | - [ sp:varName "something"^^xsd:string | 322 | + sp:subject |
| 323 | - ] | 323 | + [ sp:varName "something"^^xsd:string |
| 324 | - ] [ sp:object | 324 | + ] |
| 325 | - [ sp:varName "organizationName"^^xsd:string | 325 | + ] [ sp:object |
| 326 | - ] ; | 326 | + [ sp:varName "organizationName"^^xsd:string |
| 327 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 327 | + ] ; |
| 328 | - sp:subject spin:_this | 328 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 329 | - ] [ rdf:type sp:NotExists ; | 329 | + sp:subject spin:_this |
| 330 | - sp:elements ([ sp:object spin:_this ; | 330 | + ] [ rdf:type sp:NotExists ; |
| 331 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 331 | + sp:elements ([ sp:object spin:_this ; |
| 332 | - sp:subject | 332 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 333 | - [ sp:varName "somethingElse"^^xsd:string | 333 | + sp:subject |
| 334 | - ] | 334 | + [ sp:varName "somethingElse"^^xsd:string |
| 335 | - ]) | 335 | + ] |
| 336 | - ] [ rdf:type sp:Bind ; | 336 | + ]) |
| 337 | - sp:expression | 337 | + ] [ rdf:type sp:Bind ; |
| 338 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | 338 | + sp:expression |
| 339 | - sp:arg1 [ sp:varName "organizationName"^^xsd:string | 339 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; |
| 340 | - ] | 340 | + sp:arg1 [ sp:varName "organizationName"^^xsd:string |
| 341 | - ] ; | 341 | + ] |
| 342 | - sp:variable | 342 | + ] ; |
| 343 | - [ sp:varName "organization"^^xsd:string | 343 | + sp:variable |
| 344 | - ] | 344 | + [ sp:varName "organization"^^xsd:string |
| 345 | - ]) | 345 | + ] |
| 346 | - ] ; | 346 | + ]) |
| 347 | - spin:rule | 347 | + ] ; |
| 348 | - [ rdf:type sp:Construct ; | 348 | + spin:rule |
| 349 | - rdfs:comment "STEP 00029 Set organization - parent company in NPD fact pages"^^xsd:string ; | 349 | + [ rdf:type sp:Construct ; |
| 350 | - sp:templates ([ sp:object spin:_this ; | 350 | + rdfs:comment "STEP 00029 Set organization - parent company in NPD fact pages"^^xsd:string ; |
| 351 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 351 | + sp:templates ([ sp:object spin:_this ; |
| 352 | - sp:subject | 352 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 353 | - [ sp:varName "organization"^^xsd:string | 353 | + sp:subject |
| 354 | - ] | 354 | + [ sp:varName "organization"^^xsd:string |
| 355 | - ]) ; | 355 | + ] |
| 356 | - sp:where ([ sp:object spin:_this ; | 356 | + ]) ; |
| 357 | - sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; | 357 | + sp:where ([ sp:object spin:_this ; |
| 358 | - sp:subject | 358 | + sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; |
| 359 | - [ sp:varName "something"^^xsd:string | 359 | + sp:subject |
| 360 | - ] | 360 | + [ sp:varName "something"^^xsd:string |
| 361 | - ] [ sp:object | 361 | + ] |
| 362 | - [ sp:varName "organizationName"^^xsd:string | 362 | + ] [ sp:object |
| 363 | - ] ; | 363 | + [ sp:varName "organizationName"^^xsd:string |
| 364 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 364 | + ] ; |
| 365 | - sp:subject spin:_this | 365 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 366 | - ] [ rdf:type sp:NamedGraph ; | 366 | + sp:subject spin:_this |
| 367 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; | 367 | + ] [ rdf:type sp:NamedGraph ; |
| 368 | - sp:predicate rdf:type ; | 368 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; |
| 369 | - sp:subject | 369 | + sp:predicate rdf:type ; |
| 370 | - [ sp:varName "organization"^^xsd:string | 370 | + sp:subject |
| 371 | - ] | 371 | + [ sp:varName "organization"^^xsd:string |
| 372 | - ] [ sp:object | 372 | + ] |
| 373 | - [ sp:varName "organizationName"^^xsd:string | 373 | + ] [ sp:object |
| 374 | - ] ; | 374 | + [ sp:varName "organizationName"^^xsd:string |
| 375 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 375 | + ] ; |
| 376 | - sp:subject | 376 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 377 | - [ sp:varName "organization"^^xsd:string | 377 | + sp:subject |
| 378 | - ] | 378 | + [ sp:varName "organization"^^xsd:string |
| 379 | - ]) ; | 379 | + ] |
| 380 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 380 | + ]) ; |
| 381 | - ]) | 381 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 382 | - ] ; | 382 | + ]) |
| 383 | - spin:rule | 383 | + ] ; |
| 384 | - [ rdf:type sp:Construct ; | 384 | + spin:rule |
| 385 | - rdfs:comment "STEP 00025 Set organization - parent company in NPD fact pages"^^xsd:string ; | 385 | + [ rdf:type sp:Construct ; |
| 386 | - sp:templates ([ sp:object spin:_this ; | 386 | + rdfs:comment "STEP 00025 Set organization - parent company in NPD fact pages"^^xsd:string ; |
| 387 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 387 | + sp:templates ([ sp:object spin:_this ; |
| 388 | - sp:subject | 388 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 389 | - [ sp:varName "organization"^^xsd:string | 389 | + sp:subject |
| 390 | - ] | 390 | + [ sp:varName "organization"^^xsd:string |
| 391 | - ]) ; | 391 | + ] |
| 392 | - sp:where ([ sp:object spin:_this ; | 392 | + ]) ; |
| 393 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; | 393 | + sp:where ([ sp:object spin:_this ; |
| 394 | - sp:subject | 394 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ownerRef> ; |
| 395 | - [ sp:varName "something"^^xsd:string | 395 | + sp:subject |
| 396 | - ] | 396 | + [ sp:varName "something"^^xsd:string |
| 397 | - ] [ sp:object | 397 | + ] |
| 398 | - [ sp:varName "organizationName"^^xsd:string | 398 | + ] [ sp:object |
| 399 | - ] ; | 399 | + [ sp:varName "organizationName"^^xsd:string |
| 400 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 400 | + ] ; |
| 401 | - sp:subject spin:_this | 401 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 402 | - ] [ rdf:type sp:NamedGraph ; | 402 | + sp:subject spin:_this |
| 403 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; | 403 | + ] [ rdf:type sp:NamedGraph ; |
| 404 | - sp:predicate rdf:type ; | 404 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#ParentCompany> ; |
| 405 | - sp:subject | 405 | + sp:predicate rdf:type ; |
| 406 | - [ sp:varName "organization"^^xsd:string | 406 | + sp:subject |
| 407 | - ] | 407 | + [ sp:varName "organization"^^xsd:string |
| 408 | - ] [ sp:object | 408 | + ] |
| 409 | - [ sp:varName "organizationName"^^xsd:string | 409 | + ] [ sp:object |
| 410 | - ] ; | 410 | + [ sp:varName "organizationName"^^xsd:string |
| 411 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 411 | + ] ; |
| 412 | - sp:subject | 412 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 413 | - [ sp:varName "organization"^^xsd:string | 413 | + sp:subject |
| 414 | - ] | 414 | + [ sp:varName "organization"^^xsd:string |
| 415 | - ]) ; | 415 | + ] |
| 416 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 416 | + ]) ; |
| 417 | - ]) | 417 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 418 | - ] ; | 418 | + ]) |
| 419 | - spin:rule | 419 | + ] ; |
| 420 | - [ rdf:type sp:Construct ; | 420 | + spin:rule |
| 421 | - rdfs:comment "STEP 00030 Set organization - operating company in NPD fact pages"^^xsd:string ; | 421 | + [ rdf:type sp:Construct ; |
| 422 | - sp:templates ([ sp:object spin:_this ; | 422 | + rdfs:comment "STEP 00030 Set organization - operating company in NPD fact pages"^^xsd:string ; |
| 423 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 423 | + sp:templates ([ sp:object spin:_this ; |
| 424 | - sp:subject | 424 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 425 | - [ sp:varName "organization"^^xsd:string | 425 | + sp:subject |
| 426 | - ] | 426 | + [ sp:varName "organization"^^xsd:string |
| 427 | - ]) ; | 427 | + ] |
| 428 | - sp:where ([ sp:object spin:_this ; | 428 | + ]) ; |
| 429 | - sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; | 429 | + sp:where ([ sp:object spin:_this ; |
| 430 | - sp:subject | 430 | + sp:predicate <http://www.epim.no/schemas/mprml/1#sellerRef> ; |
| 431 | - [ sp:varName "something"^^xsd:string | 431 | + sp:subject |
| 432 | - ] | 432 | + [ sp:varName "something"^^xsd:string |
| 433 | - ] [ sp:object | 433 | + ] |
| 434 | - [ sp:varName "organizationName"^^xsd:string | 434 | + ] [ sp:object |
| 435 | - ] ; | 435 | + [ sp:varName "organizationName"^^xsd:string |
| 436 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 436 | + ] ; |
| 437 | - sp:subject spin:_this | 437 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 438 | - ] [ rdf:type sp:NamedGraph ; | 438 | + sp:subject spin:_this |
| 439 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 439 | + ] [ rdf:type sp:NamedGraph ; |
| 440 | - sp:predicate rdf:type ; | 440 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 441 | - sp:subject | 441 | + sp:predicate rdf:type ; |
| 442 | - [ sp:varName "organization"^^xsd:string | 442 | + sp:subject |
| 443 | - ] | 443 | + [ sp:varName "organization"^^xsd:string |
| 444 | - ] [ sp:object | 444 | + ] |
| 445 | - [ sp:varName "organizationName"^^xsd:string | 445 | + ] [ sp:object |
| 446 | - ] ; | 446 | + [ sp:varName "organizationName"^^xsd:string |
| 447 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 447 | + ] ; |
| 448 | - sp:subject | 448 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 449 | - [ sp:varName "organization"^^xsd:string | 449 | + sp:subject |
| 450 | - ] | 450 | + [ sp:varName "organization"^^xsd:string |
| 451 | - ]) ; | 451 | + ] |
| 452 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 452 | + ]) ; |
| 453 | - ]) | 453 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 454 | - ] ; | 454 | + ]) |
| 455 | - spin:rule | 455 | + ] ; |
| 456 | - [ rdf:type sp:Construct ; | 456 | + spin:rule |
| 457 | - rdfs:comment "STEP 00022 Set organization - operating company in NPD fact pages"^^xsd:string ; | 457 | + [ rdf:type sp:Construct ; |
| 458 | - sp:templates ([ sp:object spin:_this ; | 458 | + rdfs:comment "STEP 00022 Set organization - operating company in NPD fact pages"^^xsd:string ; |
| 459 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 459 | + sp:templates ([ sp:object spin:_this ; |
| 460 | - sp:subject | 460 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 461 | - [ sp:varName "organization"^^xsd:string | 461 | + sp:subject |
| 462 | - ] | 462 | + [ sp:varName "organization"^^xsd:string |
| 463 | - ]) ; | 463 | + ] |
| 464 | - sp:where ([ sp:object spin:_this ; | 464 | + ]) ; |
| 465 | - sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; | 465 | + sp:where ([ sp:object spin:_this ; |
| 466 | - sp:subject | 466 | + sp:predicate <http://www.epim.no/schemas/mprml/1#buyerRef> ; |
| 467 | - [ sp:varName "something"^^xsd:string | 467 | + sp:subject |
| 468 | - ] | 468 | + [ sp:varName "something"^^xsd:string |
| 469 | - ] [ sp:object | 469 | + ] |
| 470 | - [ sp:varName "organizationName"^^xsd:string | 470 | + ] [ sp:object |
| 471 | - ] ; | 471 | + [ sp:varName "organizationName"^^xsd:string |
| 472 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 472 | + ] ; |
| 473 | - sp:subject spin:_this | 473 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 474 | - ] [ rdf:type sp:NamedGraph ; | 474 | + sp:subject spin:_this |
| 475 | - sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; | 475 | + ] [ rdf:type sp:NamedGraph ; |
| 476 | - sp:predicate rdf:type ; | 476 | + sp:elements ([ sp:object <http://www.reportinghub.no/np/schema/npd#OperatingCompany> ; |
| 477 | - sp:subject | 477 | + sp:predicate rdf:type ; |
| 478 | - [ sp:varName "organization"^^xsd:string | 478 | + sp:subject |
| 479 | - ] | 479 | + [ sp:varName "organization"^^xsd:string |
| 480 | - ] [ sp:object | 480 | + ] |
| 481 | - [ sp:varName "organizationName"^^xsd:string | 481 | + ] [ sp:object |
| 482 | - ] ; | 482 | + [ sp:varName "organizationName"^^xsd:string |
| 483 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | 483 | + ] ; |
| 484 | - sp:subject | 484 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; |
| 485 | - [ sp:varName "organization"^^xsd:string | 485 | + sp:subject |
| 486 | - ] | 486 | + [ sp:varName "organization"^^xsd:string |
| 487 | - ]) ; | 487 | + ] |
| 488 | - sp:graphNameNode <http://www.reportinghub.no/np/data/npd> | 488 | + ]) ; |
| 489 | - ]) | 489 | + sp:graphNameNode <http://www.reportinghub.no/np/data/npd> |
| 490 | - ] . | 490 | + ]) |
| 491 | - | 491 | + ] . |
| 492 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> | 492 | + |
| 493 | - rdf:type owl:Ontology ; | 493 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> |
| 494 | - owl:imports <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; | 494 | + rdf:type owl:Ontology ; |
| 495 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 495 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ; |
| 496 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| 1 | -# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1 |
| 2 | -# imports: http://spinrdf.org/spin | 2 | +# imports: http://spinrdf.org/spin |
| 3 | -# imports: http://www.epim.no/schemas/mprml/1 | 3 | +# imports: http://www.epim.no/schemas/mprml/1 |
| 4 | -# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib | 4 | +# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib |
| 5 | -# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib | 5 | +# imports: http://www.reportinghub.no/ep/mpr/spin/1.1/lib |
| 6 | - | 6 | +# imports: http://www.reportinghub.no/ep/transform/transform-helper-schema |
| 7 | -@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . | 7 | + |
| 8 | -@prefix arg: <http://spinrdf.org/arg#> . | 8 | +@prefix : <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1#> . |
| 9 | -@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . | 9 | +@prefix arg: <http://spinrdf.org/arg#> . |
| 10 | -@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . | 10 | +@prefix ep-dpr-spin-lib: <http://www.reportinghub.no/ep/dpr/spin/1.1/lib#> . |
| 11 | -@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . | 11 | +@prefix ep-mpr-spin-lib: <http://www.reportinghub.no/ep/mpr/spin/1.1/lib#> . |
| 12 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 12 | +@prefix ep-spin-lib: <http://www.reportinghub.no/ep/spin/lib#> . |
| 13 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 13 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
| 14 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 14 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
| 15 | -@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . | 15 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
| 16 | -@prefix sp: <http://spinrdf.org/sp#> . | 16 | +@prefix rhspin: <http://www.reportinghub.no/spin/rh#> . |
| 17 | -@prefix spin: <http://spinrdf.org/spin#> . | 17 | +@prefix sp: <http://spinrdf.org/sp#> . |
| 18 | -@prefix spl: <http://spinrdf.org/spl#> . | 18 | +@prefix spin: <http://spinrdf.org/spin#> . |
| 19 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 19 | +@prefix spl: <http://spinrdf.org/spl#> . |
| 20 | - | 20 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
| 21 | -<http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 21 | + |
| 22 | - spin:rule | 22 | +<http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
| 23 | - [ rdf:type sp:Construct ; | 23 | + spin:rule |
| 24 | - rdfs:comment "STEP 40020 Add the report kind ."^^xsd:string ; | 24 | + [ rdf:type sp:Construct ; |
| 25 | - sp:templates ([ sp:object | 25 | + rdfs:comment "STEP 40020 Add the report kind ."^^xsd:string ; |
| 26 | - [ sp:varName "reportKind"^^xsd:string | 26 | + sp:templates ([ sp:object |
| 27 | - ] ; | 27 | + [ sp:varName "reportKind"^^xsd:string |
| 28 | - sp:predicate rdf:type ; | 28 | + ] ; |
| 29 | - sp:subject | 29 | + sp:predicate rdf:type ; |
| 30 | - [ sp:varName "productionOperationReport"^^xsd:string | 30 | + sp:subject |
| 31 | - ] | 31 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 32 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReportKind> ; | 32 | + ] |
| 33 | - sp:predicate rdf:type ; | 33 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReportKind> ; |
| 34 | - sp:subject | 34 | + sp:predicate rdf:type ; |
| 35 | - [ sp:varName "reportKind"^^xsd:string | 35 | + sp:subject |
| 36 | - ] | 36 | + [ sp:varName "reportKind"^^xsd:string |
| 37 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 37 | + ] |
| 38 | - sp:predicate rdfs:subClassOf ; | 38 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; |
| 39 | - sp:subject | 39 | + sp:predicate rdfs:subClassOf ; |
| 40 | - [ sp:varName "reportKind"^^xsd:string | 40 | + sp:subject |
| 41 | - ] | 41 | + [ sp:varName "reportKind"^^xsd:string |
| 42 | - ] [ sp:object | 42 | + ] |
| 43 | - [ sp:varName "kind"^^xsd:string | 43 | + ] [ sp:object |
| 44 | - ] ; | 44 | + [ sp:varName "kind"^^xsd:string |
| 45 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 45 | + ] ; |
| 46 | - sp:subject | 46 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 47 | - [ sp:varName "reportKind"^^xsd:string | 47 | + sp:subject |
| 48 | - ] | 48 | + [ sp:varName "reportKind"^^xsd:string |
| 49 | - ]) ; | 49 | + ] |
| 50 | - sp:where ([ sp:object spin:_this ; | 50 | + ]) ; |
| 51 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 51 | + sp:where ([ sp:object spin:_this ; |
| 52 | - sp:subject | 52 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 53 | - [ sp:varName "productionReport"^^xsd:string | 53 | + sp:subject |
| 54 | - ] | 54 | + [ sp:varName "productionReport"^^xsd:string |
| 55 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 55 | + ] |
| 56 | - sp:predicate rdf:type ; | 56 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 57 | - sp:subject | 57 | + sp:predicate rdf:type ; |
| 58 | - [ sp:varName "productionOperationReport"^^xsd:string | 58 | + sp:subject |
| 59 | - ] | 59 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 60 | - ] [ sp:object | 60 | + ] |
| 61 | - [ sp:varName "productionReport"^^xsd:string | 61 | + ] [ sp:object |
| 62 | - ] ; | 62 | + [ sp:varName "productionReport"^^xsd:string |
| 63 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 63 | + ] ; |
| 64 | - sp:subject | 64 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 65 | - [ sp:varName "productionOperationReport"^^xsd:string | 65 | + sp:subject |
| 66 | - ] | 66 | + [ sp:varName "productionOperationReport"^^xsd:string |
| 67 | - ] [ sp:object | 67 | + ] |
| 68 | - [ sp:varName "productionOperationRef"^^xsd:string | 68 | + ] [ sp:object |
| 69 | - ] ; | 69 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 70 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 70 | + ] ; |
| 71 | - sp:subject spin:_this | 71 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 72 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 72 | + sp:subject spin:_this |
| 73 | - sp:predicate rdf:type ; | 73 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 74 | - sp:subject | 74 | + sp:predicate rdf:type ; |
| 75 | - [ sp:varName "productionOperationRef"^^xsd:string | 75 | + sp:subject |
| 76 | - ] | 76 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 77 | - ] [ sp:object | 77 | + ] |
| 78 | - [ sp:varName "nameRef"^^xsd:string | 78 | + ] [ sp:object |
| 79 | - ] ; | 79 | + [ sp:varName "nameRef"^^xsd:string |
| 80 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 80 | + ] ; |
| 81 | - sp:subject | 81 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; |
| 82 | - [ sp:varName "productionOperationRef"^^xsd:string | 82 | + sp:subject |
| 83 | - ] | 83 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 84 | - ] [ sp:object | 84 | + ] |
| 85 | - [ sp:varName "name"^^xsd:string | 85 | + ] [ sp:object |
| 86 | - ] ; | 86 | + [ sp:varName "name"^^xsd:string |
| 87 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 87 | + ] ; |
| 88 | - sp:subject | 88 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 89 | - [ sp:varName "nameRef"^^xsd:string | 89 | + sp:subject |
| 90 | - ] | 90 | + [ sp:varName "nameRef"^^xsd:string |
| 91 | - ] [ sp:object | 91 | + ] |
| 92 | - [ sp:varName "kind"^^xsd:string | 92 | + ] [ sp:object |
| 93 | - ] ; | 93 | + [ sp:varName "kind"^^xsd:string |
| 94 | - sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; | 94 | + ] ; |
| 95 | - sp:subject | 95 | + sp:predicate <http://www.epim.no/schemas/mprml/1#kind> ; |
| 96 | - [ sp:varName "productionOperationRef"^^xsd:string | 96 | + sp:subject |
| 97 | - ] | 97 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 98 | - ] [ rdf:type sp:Bind ; | 98 | + ] |
| 99 | - sp:expression | 99 | + ] [ rdf:type sp:Bind ; |
| 100 | - [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; | 100 | + sp:expression |
| 101 | - sp:arg1 [ sp:varName "kind"^^xsd:string | 101 | + [ rdf:type ep-dpr-spin-lib:buildProductionReportKindURI ; |
| 102 | - ] | 102 | + sp:arg1 [ sp:varName "kind"^^xsd:string |
| 103 | - ] ; | 103 | + ] |
| 104 | - sp:variable | 104 | + ] ; |
| 105 | - [ sp:varName "reportKind"^^xsd:string | 105 | + sp:variable |
| 106 | - ] | 106 | + [ sp:varName "reportKind"^^xsd:string |
| 107 | - ]) | 107 | + ] |
| 108 | - ] ; | 108 | + ]) |
| 109 | - spin:rule | 109 | + ] ; |
| 110 | - [ rdf:type sp:Construct ; | 110 | + spin:rule |
| 111 | - rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; | 111 | + [ rdf:type sp:Construct ; |
| 112 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | 112 | + rdfs:comment "STEP 40010 Create the ProductionOperationReport; the period ProductionFacility and the ProductionFacilityToDate ."^^xsd:string ; |
| 113 | - sp:predicate rdf:type ; | 113 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; |
| 114 | - sp:subject _:b1 | 114 | + sp:predicate rdf:type ; |
| 115 | - ] [ sp:object | 115 | + sp:subject _:b1 |
| 116 | - [ sp:varName "productionReport"^^xsd:string | 116 | + ] [ sp:object |
| 117 | - ] ; | 117 | + [ sp:varName "productionReport"^^xsd:string |
| 118 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | 118 | + ] ; |
| 119 | - sp:subject _:b1 | 119 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; |
| 120 | - ] [ sp:object | 120 | + sp:subject _:b1 |
| 121 | - [ sp:varName "name"^^xsd:string | 121 | + ] [ sp:object |
| 122 | - ] ; | 122 | + [ sp:varName "name"^^xsd:string |
| 123 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | 123 | + ] ; |
| 124 | - sp:subject _:b1 | 124 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; |
| 125 | - ] [ sp:object | 125 | + sp:subject _:b1 |
| 126 | - [ sp:varName "reportPeriodType"^^xsd:string | 126 | + ] [ sp:object |
| 127 | - ] ; | 127 | + [ sp:varName "reportPeriodType"^^xsd:string |
| 128 | - sp:predicate rdf:type ; | 128 | + ] ; |
| 129 | - sp:subject _:b1 | 129 | + sp:predicate rdf:type ; |
| 130 | - ] [ sp:object _:b2 ; | 130 | + sp:subject _:b1 |
| 131 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | 131 | + ] [ sp:object _:b2 ; |
| 132 | - sp:subject _:b1 | 132 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; |
| 133 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 133 | + sp:subject _:b1 |
| 134 | - sp:predicate rdf:type ; | 134 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 135 | - sp:subject _:b2 | 135 | + sp:predicate rdf:type ; |
| 136 | - ] [ sp:object | 136 | + sp:subject _:b2 |
| 137 | - [ sp:varName "productionOperationRef"^^xsd:string | 137 | + ] [ sp:object |
| 138 | - ] ; | 138 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 139 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 139 | + ] ; |
| 140 | - sp:subject _:b2 | 140 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 141 | - ] [ sp:object _:b3 ; | 141 | + sp:subject _:b2 |
| 142 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 142 | + ] [ sp:object _:b3 ; |
| 143 | - sp:subject _:b2 | 143 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 144 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 144 | + sp:subject _:b2 |
| 145 | - sp:predicate rdf:type ; | 145 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
| 146 | - sp:subject _:b3 | 146 | + sp:predicate rdf:type ; |
| 147 | - ] [ sp:object | 147 | + sp:subject _:b3 |
| 148 | - [ sp:varName "title"^^xsd:string | 148 | + ] [ sp:object |
| 149 | - ] ; | 149 | + [ sp:varName "title"^^xsd:string |
| 150 | - sp:predicate <http://purl.org/dc/elements/1.1/title> ; | 150 | + ] ; |
| 151 | - sp:subject _:b1 | 151 | + sp:predicate <http://purl.org/dc/elements/1.1/title> ; |
| 152 | - ]) ; | 152 | + sp:subject _:b1 |
| 153 | - sp:where ([ sp:object spin:_this ; | 153 | + ]) ; |
| 154 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 154 | + sp:where ([ sp:object spin:_this ; |
| 155 | - sp:subject | 155 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 156 | - [ sp:varName "productionReport"^^xsd:string | 156 | + sp:subject |
| 157 | - ] | 157 | + [ sp:varName "productionReport"^^xsd:string |
| 158 | - ] [ sp:object | 158 | + ] |
| 159 | - [ sp:varName "productionOperationRef"^^xsd:string | 159 | + ] [ sp:object |
| 160 | - ] ; | 160 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 161 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 161 | + ] ; |
| 162 | - sp:subject spin:_this | 162 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 163 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 163 | + sp:subject spin:_this |
| 164 | - sp:predicate rdf:type ; | 164 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 165 | - sp:subject | 165 | + sp:predicate rdf:type ; |
| 166 | - [ sp:varName "productionOperationRef"^^xsd:string | 166 | + sp:subject |
| 167 | - ] | 167 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 168 | - ] [ sp:object | 168 | + ] |
| 169 | - [ sp:varName "nameRef"^^xsd:string | 169 | + ] [ sp:object |
| 170 | - ] ; | 170 | + [ sp:varName "nameRef"^^xsd:string |
| 171 | - sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; | 171 | + ] ; |
| 172 | - sp:subject | 172 | + sp:predicate <http://www.epim.no/schemas/mprml/1#nameRef> ; |
| 173 | - [ sp:varName "productionOperationRef"^^xsd:string | 173 | + sp:subject |
| 174 | - ] | 174 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 175 | - ] [ sp:object | 175 | + ] |
| 176 | - [ sp:varName "name"^^xsd:string | 176 | + ] [ sp:object |
| 177 | - ] ; | 177 | + [ sp:varName "name"^^xsd:string |
| 178 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 178 | + ] ; |
| 179 | - sp:subject | 179 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 180 | - [ sp:varName "nameRef"^^xsd:string | 180 | + sp:subject |
| 181 | - ] | 181 | + [ sp:varName "nameRef"^^xsd:string |
| 182 | - ] [ rdf:type sp:Optional ; | 182 | + ] |
| 183 | - sp:elements ([ sp:object | 183 | + ] [ rdf:type sp:Optional ; |
| 184 | - [ sp:varName "periodKindRef"^^xsd:string | 184 | + sp:elements ([ sp:object |
| 185 | - ] ; | 185 | + [ sp:varName "periodKindRef"^^xsd:string |
| 186 | - sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; | 186 | + ] ; |
| 187 | - sp:subject | 187 | + sp:predicate <http://www.epim.no/schemas/mprml/1#periodKindRef> ; |
| 188 | - [ sp:varName "productionOperationRef"^^xsd:string | 188 | + sp:subject |
| 189 | - ] | 189 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 190 | - ]) | 190 | + ] |
| 191 | - ] [ rdf:type sp:Optional ; | 191 | + ]) |
| 192 | - sp:elements ([ sp:object | 192 | + ] [ rdf:type sp:Optional ; |
| 193 | - [ sp:varName "titleRef"^^xsd:string | 193 | + sp:elements ([ sp:object |
| 194 | - ] ; | 194 | + [ sp:varName "titleRef"^^xsd:string |
| 195 | - sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; | 195 | + ] ; |
| 196 | - sp:subject | 196 | + sp:predicate <http://www.epim.no/schemas/mprml/1#titleRef> ; |
| 197 | - [ sp:varName "productionOperationRef"^^xsd:string | 197 | + sp:subject |
| 198 | - ] | 198 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 199 | - ] [ sp:object | 199 | + ] |
| 200 | - [ sp:varName "title"^^xsd:string | 200 | + ] [ sp:object |
| 201 | - ] ; | 201 | + [ sp:varName "title"^^xsd:string |
| 202 | - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; | 202 | + ] ; |
| 203 | - sp:subject | 203 | + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ; |
| 204 | - [ sp:varName "titleRef"^^xsd:string | 204 | + sp:subject |
| 205 | - ] | 205 | + [ sp:varName "titleRef"^^xsd:string |
| 206 | - ]) | 206 | + ] |
| 207 | - ] [ rdf:type sp:Bind ; | 207 | + ]) |
| 208 | - sp:expression | 208 | + ] [ rdf:type sp:Bind ; |
| 209 | - [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; | 209 | + sp:expression |
| 210 | - sp:arg1 [ sp:varName "periodKindRef"^^xsd:string | 210 | + [ rdf:type ep-mpr-spin-lib:selectReportPeriodType ; |
| 211 | - ] | 211 | + sp:arg1 [ sp:varName "periodKindRef"^^xsd:string |
| 212 | - ] ; | 212 | + ] |
| 213 | - sp:variable | 213 | + ] ; |
| 214 | - [ sp:varName "reportPeriodType"^^xsd:string | 214 | + sp:variable |
| 215 | - ] | 215 | + [ sp:varName "reportPeriodType"^^xsd:string |
| 216 | - ]) | 216 | + ] |
| 217 | - ] ; | 217 | + ]) |
| 218 | - spin:rule | 218 | + ] ; |
| 219 | - [ rdf:type sp:Construct ; | 219 | + spin:rule |
| 220 | - rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; | 220 | + [ rdf:type sp:Construct ; |
| 221 | - sp:templates ([ sp:object | 221 | + rdfs:comment "STEP 40031 Record the start and end dates"^^xsd:string ; |
| 222 | - [ sp:varName "dateStart"^^xsd:string | 222 | + sp:templates ([ sp:object |
| 223 | - ] ; | 223 | + [ sp:varName "dateStart"^^xsd:string |
| 224 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 224 | + ] ; |
| 225 | - sp:subject | 225 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 226 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 226 | + sp:subject |
| 227 | - ] | 227 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 228 | - ] [ sp:object | 228 | + ] |
| 229 | - [ sp:varName "dateEnd"^^xsd:string | 229 | + ] [ sp:object |
| 230 | - ] ; | 230 | + [ sp:varName "dateEnd"^^xsd:string |
| 231 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 231 | + ] ; |
| 232 | - sp:subject | 232 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 233 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 233 | + sp:subject |
| 234 | - ] | 234 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 235 | - ] [ sp:object | 235 | + ] |
| 236 | - [ sp:varName "dateEnd"^^xsd:string | 236 | + ] [ sp:object |
| 237 | - ] ; | 237 | + [ sp:varName "dateEnd"^^xsd:string |
| 238 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 238 | + ] ; |
| 239 | - sp:subject | 239 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 240 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 240 | + sp:subject |
| 241 | - ] | 241 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 242 | - ]) ; | 242 | + ] |
| 243 | - sp:where ([ sp:object | 243 | + ]) ; |
| 244 | - [ sp:varName "productionOperationRef"^^xsd:string | 244 | + sp:where ([ sp:object |
| 245 | - ] ; | 245 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 246 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 246 | + ] ; |
| 247 | - sp:subject spin:_this | 247 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 248 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 248 | + sp:subject spin:_this |
| 249 | - sp:predicate rdf:type ; | 249 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 250 | - sp:subject | 250 | + sp:predicate rdf:type ; |
| 251 | - [ sp:varName "productionOperationRef"^^xsd:string | 251 | + sp:subject |
| 252 | - ] | 252 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 253 | - ] [ sp:object | 253 | + ] |
| 254 | - [ sp:varName "dateStart"^^xsd:string | 254 | + ] [ sp:object |
| 255 | - ] ; | 255 | + [ sp:varName "dateStart"^^xsd:string |
| 256 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; | 256 | + ] ; |
| 257 | - sp:subject | 257 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateStart> ; |
| 258 | - [ sp:varName "productionOperationRef"^^xsd:string | 258 | + sp:subject |
| 259 | - ] | 259 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 260 | - ] [ sp:object | 260 | + ] |
| 261 | - [ sp:varName "dateEnd"^^xsd:string | 261 | + ] [ sp:object |
| 262 | - ] ; | 262 | + [ sp:varName "dateEnd"^^xsd:string |
| 263 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; | 263 | + ] ; |
| 264 | - sp:subject | 264 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dateEnd> ; |
| 265 | - [ sp:varName "productionOperationsRef"^^xsd:string | 265 | + sp:subject |
| 266 | - ] | 266 | + [ sp:varName "productionOperationsRef"^^xsd:string |
| 267 | - ] [ sp:object | 267 | + ] |
| 268 | - [ sp:varName "productionOperationRef"^^xsd:string | 268 | + ] [ sp:object |
| 269 | - ] ; | 269 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 270 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 270 | + ] ; |
| 271 | - sp:subject | 271 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 272 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 272 | + sp:subject |
| 273 | - ] | 273 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 274 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 274 | + ] |
| 275 | - sp:predicate rdf:type ; | 275 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 276 | - sp:subject | 276 | + sp:predicate rdf:type ; |
| 277 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 277 | + sp:subject |
| 278 | - ] | 278 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 279 | - ] [ sp:object | 279 | + ] |
| 280 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 280 | + ] [ sp:object |
| 281 | - ] ; | 281 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 282 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 282 | + ] ; |
| 283 | - sp:subject | 283 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 284 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 284 | + sp:subject |
| 285 | - ] | 285 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 286 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 286 | + ] |
| 287 | - sp:predicate rdf:type ; | 287 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
| 288 | - sp:subject | 288 | + sp:predicate rdf:type ; |
| 289 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 289 | + sp:subject |
| 290 | - ] | 290 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 291 | - ]) | 291 | + ] |
| 292 | - ] ; | 292 | + ]) |
| 293 | - spin:rule | 293 | + ] ; |
| 294 | - [ rdf:type sp:Construct ; | 294 | + spin:rule |
| 295 | - rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; | 295 | + [ rdf:type sp:Construct ; |
| 296 | - sp:templates ([ sp:object | 296 | + rdfs:comment "STEP 40030 Record the start and end date-times"^^xsd:string ; |
| 297 | - [ sp:varName "dTimStart"^^xsd:string | 297 | + sp:templates ([ sp:object |
| 298 | - ] ; | 298 | + [ sp:varName "dTimStart"^^xsd:string |
| 299 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; | 299 | + ] ; |
| 300 | - sp:subject | 300 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#startedAt> ; |
| 301 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 301 | + sp:subject |
| 302 | - ] | 302 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 303 | - ] [ sp:object | 303 | + ] |
| 304 | - [ sp:varName "dTimEnd"^^xsd:string | 304 | + ] [ sp:object |
| 305 | - ] ; | 305 | + [ sp:varName "dTimEnd"^^xsd:string |
| 306 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 306 | + ] ; |
| 307 | - sp:subject | 307 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 308 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 308 | + sp:subject |
| 309 | - ] | 309 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 310 | - ] [ sp:object | 310 | + ] |
| 311 | - [ sp:varName "dTimEnd"^^xsd:string | 311 | + ] [ sp:object |
| 312 | - ] ; | 312 | + [ sp:varName "dTimEnd"^^xsd:string |
| 313 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; | 313 | + ] ; |
| 314 | - sp:subject | 314 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#finishedAt> ; |
| 315 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 315 | + sp:subject |
| 316 | - ] | 316 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 317 | - ]) ; | 317 | + ] |
| 318 | - sp:where ([ sp:object | 318 | + ]) ; |
| 319 | - [ sp:varName "productionOperationRef"^^xsd:string | 319 | + sp:where ([ sp:object |
| 320 | - ] ; | 320 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 321 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 321 | + ] ; |
| 322 | - sp:subject spin:_this | 322 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 323 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 323 | + sp:subject spin:_this |
| 324 | - sp:predicate rdf:type ; | 324 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 325 | - sp:subject | 325 | + sp:predicate rdf:type ; |
| 326 | - [ sp:varName "productionOperationRef"^^xsd:string | 326 | + sp:subject |
| 327 | - ] | 327 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 328 | - ] [ sp:object | 328 | + ] |
| 329 | - [ sp:varName "dTimStart"^^xsd:string | 329 | + ] [ sp:object |
| 330 | - ] ; | 330 | + [ sp:varName "dTimStart"^^xsd:string |
| 331 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; | 331 | + ] ; |
| 332 | - sp:subject | 332 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimStart> ; |
| 333 | - [ sp:varName "productionOperationRef"^^xsd:string | 333 | + sp:subject |
| 334 | - ] | 334 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 335 | - ] [ sp:object | 335 | + ] |
| 336 | - [ sp:varName "dTimEnd"^^xsd:string | 336 | + ] [ sp:object |
| 337 | - ] ; | 337 | + [ sp:varName "dTimEnd"^^xsd:string |
| 338 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; | 338 | + ] ; |
| 339 | - sp:subject | 339 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTimEnd> ; |
| 340 | - [ sp:varName "productionOperationRef"^^xsd:string | 340 | + sp:subject |
| 341 | - ] | 341 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 342 | - ] [ sp:object | 342 | + ] |
| 343 | - [ sp:varName "productionOperationRef"^^xsd:string | 343 | + ] [ sp:object |
| 344 | - ] ; | 344 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 345 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 345 | + ] ; |
| 346 | - sp:subject | 346 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 347 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 347 | + sp:subject |
| 348 | - ] | 348 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 349 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 349 | + ] |
| 350 | - sp:predicate rdf:type ; | 350 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 351 | - sp:subject | 351 | + sp:predicate rdf:type ; |
| 352 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 352 | + sp:subject |
| 353 | - ] | 353 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 354 | - ] [ sp:object | 354 | + ] |
| 355 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 355 | + ] [ sp:object |
| 356 | - ] ; | 356 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 357 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 357 | + ] ; |
| 358 | - sp:subject | 358 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 359 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 359 | + sp:subject |
| 360 | - ] | 360 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 361 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 361 | + ] |
| 362 | - sp:predicate rdf:type ; | 362 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
| 363 | - sp:subject | 363 | + sp:predicate rdf:type ; |
| 364 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 364 | + sp:subject |
| 365 | - ] | 365 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 366 | - ]) | 366 | + ] |
| 367 | - ] ; | 367 | + ]) |
| 368 | - spin:rule | 368 | + ] ; |
| 369 | - [ rdf:type sp:Construct ; | 369 | + spin:rule |
| 370 | - rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; | 370 | + [ rdf:type sp:Construct ; |
| 371 | - sp:templates ([ sp:object | 371 | + rdfs:comment "STEP 40050 Set the context facility - installation exists"^^xsd:string ; |
| 372 | - [ sp:varName "contextFacility"^^xsd:string | 372 | + sp:templates ([ sp:object |
| 373 | - ] ; | 373 | + [ sp:varName "contextFacility"^^xsd:string |
| 374 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 374 | + ] ; |
| 375 | - sp:subject | 375 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 376 | - [ sp:varName "productionFacility"^^xsd:string | 376 | + sp:subject |
| 377 | - ] | 377 | + [ sp:varName "productionFacility"^^xsd:string |
| 378 | - ]) ; | 378 | + ] |
| 379 | - sp:where ([ sp:object | 379 | + ]) ; |
| 380 | - [ sp:varName "productionOperationRef"^^xsd:string | 380 | + sp:where ([ sp:object |
| 381 | - ] ; | 381 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 382 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 382 | + ] ; |
| 383 | - sp:subject spin:_this | 383 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 384 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 384 | + sp:subject spin:_this |
| 385 | - sp:predicate rdf:type ; | 385 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 386 | - sp:subject | 386 | + sp:predicate rdf:type ; |
| 387 | - [ sp:varName "productionOperationRef"^^xsd:string | 387 | + sp:subject |
| 388 | - ] | 388 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 389 | - ] [ sp:object | 389 | + ] |
| 390 | - [ sp:varName "installationRef"^^xsd:string | 390 | + ] [ sp:object |
| 391 | - ] ; | 391 | + [ sp:varName "installationRef"^^xsd:string |
| 392 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 392 | + ] ; |
| 393 | - sp:subject | 393 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
| 394 | - [ sp:varName "productionOperationRef"^^xsd:string | 394 | + sp:subject |
| 395 | - ] | 395 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 396 | - ] [ sp:object | 396 | + ] |
| 397 | - [ sp:varName "installationRef"^^xsd:string | 397 | + ] [ sp:object |
| 398 | - ] ; | 398 | + [ sp:varName "installationRef"^^xsd:string |
| 399 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 399 | + ] ; |
| 400 | - sp:subject | 400 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 401 | - [ sp:varName "productionFacility"^^xsd:string | 401 | + sp:subject |
| 402 | - ] | 402 | + [ sp:varName "productionFacility"^^xsd:string |
| 403 | - ] [ sp:object | 403 | + ] |
| 404 | - [ sp:varName "contextFacilityRef"^^xsd:string | 404 | + ] [ sp:object |
| 405 | - ] ; | 405 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 406 | - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | 406 | + ] ; |
| 407 | - sp:subject | 407 | + sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; |
| 408 | - [ sp:varName "productionOperationRef"^^xsd:string | 408 | + sp:subject |
| 409 | - ] | 409 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 410 | - ] [ sp:object | 410 | + ] |
| 411 | - [ sp:varName "contextFacilityRef"^^xsd:string | 411 | + ] [ sp:object |
| 412 | - ] ; | 412 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 413 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 413 | + ] ; |
| 414 | - sp:subject | 414 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 415 | - [ sp:varName "contextFacility"^^xsd:string | 415 | + sp:subject |
| 416 | - ] | 416 | + [ sp:varName "contextFacility"^^xsd:string |
| 417 | - ]) | 417 | + ] |
| 418 | - ] ; | 418 | + ]) |
| 419 | - spin:rule | 419 | + ] ; |
| 420 | - [ rdf:type sp:Construct ; | 420 | + spin:rule |
| 421 | + [ rdf:type sp:Construct ; | ||
| 421 | rdfs:comment """STEP 40060 Set the facility operator | 422 | rdfs:comment """STEP 40060 Set the facility operator |
| 422 | -role is ignored, because it is implicitly \"operator\""""^^xsd:string ; | 423 | +role is ignored, because it is implicitly \"operator\""""^^xsd:string ; |
| 423 | - sp:templates ([ sp:object _:b4 ; | 424 | + sp:templates ([ sp:object _:b4 ; |
| 424 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; | 425 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#facilityOperator> ; |
| 425 | - sp:subject | 426 | + sp:subject |
| 426 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 427 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 427 | - ] | 428 | + ] |
| 428 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 429 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; |
| 429 | - sp:predicate rdf:type ; | 430 | + sp:predicate rdf:type ; |
| 430 | - sp:subject _:b4 | 431 | + sp:subject _:b4 |
| 431 | - ] [ sp:object | 432 | + ] [ sp:object |
| 432 | - [ sp:varName "operator"^^xsd:string | 433 | + [ sp:varName "operator"^^xsd:string |
| 433 | - ] ; | 434 | + ] ; |
| 434 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 435 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 435 | - sp:subject _:b4 | 436 | + sp:subject _:b4 |
| 436 | - ]) ; | 437 | + ]) ; |
| 437 | - sp:where ([ sp:object | 438 | + sp:where ([ sp:object |
| 438 | - [ sp:varName "productionOperationRef"^^xsd:string | 439 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 439 | - ] ; | 440 | + ] ; |
| 440 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 441 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 441 | - sp:subject spin:_this | 442 | + sp:subject spin:_this |
| 442 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 443 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 443 | - sp:predicate rdf:type ; | 444 | + sp:predicate rdf:type ; |
| 444 | - sp:subject | 445 | + sp:subject |
| 445 | - [ sp:varName "productionOperationRef"^^xsd:string | 446 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 446 | - ] | 447 | + ] |
| 447 | - ] [ sp:object | 448 | + ] [ sp:object |
| 448 | - [ sp:varName "productionOperationRef"^^xsd:string | 449 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 449 | - ] ; | 450 | + ] ; |
| 450 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 451 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 451 | - sp:subject | 452 | + sp:subject |
| 452 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 453 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 453 | - ] | 454 | + ] |
| 454 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 455 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 455 | - sp:predicate rdf:type ; | 456 | + sp:predicate rdf:type ; |
| 456 | - sp:subject | 457 | + sp:subject |
| 457 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 458 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 458 | - ] | 459 | + ] |
| 459 | - ] [ sp:object | 460 | + ] [ sp:object |
| 460 | - [ sp:varName "operatorRef"^^xsd:string | 461 | + [ sp:varName "operatorRef"^^xsd:string |
| 461 | - ] ; | 462 | + ] ; |
| 462 | - sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; | 463 | + sp:predicate <http://www.epim.no/schemas/mprml/1#operatorRef> ; |
| 463 | - sp:subject | 464 | + sp:subject |
| 464 | - [ sp:varName "productionOperationRef"^^xsd:string | 465 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 465 | - ] | 466 | + ] |
| 466 | - ] [ sp:object | 467 | + ] [ sp:object |
| 467 | - [ sp:varName "operatorRef"^^xsd:string | 468 | + [ sp:varName "operatorRef"^^xsd:string |
| 468 | - ] ; | 469 | + ] ; |
| 469 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 470 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 470 | - sp:subject | 471 | + sp:subject |
| 471 | - [ sp:varName "operator"^^xsd:string | 472 | + [ sp:varName "operator"^^xsd:string |
| 472 | - ] | 473 | + ] |
| 473 | - ]) | 474 | + ]) |
| 474 | - ] ; | 475 | + ] ; |
| 475 | - spin:rule | 476 | + spin:rule |
| 476 | - [ rdf:type sp:Construct ; | 477 | + [ rdf:type sp:Construct ; |
| 477 | - rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; | 478 | + rdfs:comment "STEP 40040 Set the installation"^^xsd:string ; |
| 478 | - sp:templates ([ sp:object | 479 | + sp:templates ([ sp:object |
| 479 | - [ sp:varName "productionFacility"^^xsd:string | 480 | + [ sp:varName "productionFacility"^^xsd:string |
| 480 | - ] ; | 481 | + ] ; |
| 481 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 482 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 482 | - sp:subject | 483 | + sp:subject |
| 483 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 484 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 484 | - ] | 485 | + ] |
| 485 | - ] [ sp:object | 486 | + ] [ sp:object |
| 486 | - [ sp:varName "productionFacility"^^xsd:string | 487 | + [ sp:varName "productionFacility"^^xsd:string |
| 487 | - ] ; | 488 | + ] ; |
| 488 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 489 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 489 | - sp:subject | 490 | + sp:subject |
| 490 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 491 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 491 | - ] | 492 | + ] |
| 492 | - ]) ; | 493 | + ]) ; |
| 493 | - sp:where ([ sp:object | 494 | + sp:where ([ sp:object |
| 494 | - [ sp:varName "productionOperationRef"^^xsd:string | 495 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 495 | - ] ; | 496 | + ] ; |
| 496 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 497 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 497 | - sp:subject spin:_this | 498 | + sp:subject spin:_this |
| 498 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 499 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 499 | - sp:predicate rdf:type ; | 500 | + sp:predicate rdf:type ; |
| 500 | - sp:subject | 501 | + sp:subject |
| 501 | - [ sp:varName "productionOperationRef"^^xsd:string | 502 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 502 | - ] | 503 | + ] |
| 503 | - ] [ sp:object | 504 | + ] [ sp:object |
| 504 | - [ sp:varName "installationRef"^^xsd:string | 505 | + [ sp:varName "installationRef"^^xsd:string |
| 505 | - ] ; | 506 | + ] ; |
| 506 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 507 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
| 507 | - sp:subject | 508 | + sp:subject |
| 508 | - [ sp:varName "productionOperationRef"^^xsd:string | 509 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 509 | - ] | 510 | + ] |
| 510 | - ] [ sp:object | 511 | + ] [ sp:object |
| 511 | - [ sp:varName "installationRef"^^xsd:string | 512 | + [ sp:varName "installationRef"^^xsd:string |
| 512 | - ] ; | 513 | + ] ; |
| 513 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 514 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 514 | - sp:subject | 515 | + sp:subject |
| 515 | - [ sp:varName "productionFacility"^^xsd:string | 516 | + [ sp:varName "productionFacility"^^xsd:string |
| 516 | - ] | 517 | + ] |
| 517 | - ] [ sp:object | 518 | + ] [ sp:object |
| 518 | - [ sp:varName "productionOperationRef"^^xsd:string | 519 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 519 | - ] ; | 520 | + ] ; |
| 520 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 521 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 521 | - sp:subject | 522 | + sp:subject |
| 522 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 523 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 523 | - ] | 524 | + ] |
| 524 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 525 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 525 | - sp:predicate rdf:type ; | 526 | + sp:predicate rdf:type ; |
| 526 | - sp:subject | 527 | + sp:subject |
| 527 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 528 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 528 | - ] | 529 | + ] |
| 529 | - ] [ sp:object | 530 | + ] [ sp:object |
| 530 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 531 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 531 | - ] ; | 532 | + ] ; |
| 532 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 533 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 533 | - sp:subject | 534 | + sp:subject |
| 534 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 535 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 535 | - ] | 536 | + ] |
| 536 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 537 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
| 537 | - sp:predicate rdf:type ; | 538 | + sp:predicate rdf:type ; |
| 538 | - sp:subject | 539 | + sp:subject |
| 539 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 540 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 540 | - ] | 541 | + ] |
| 541 | - ]) | 542 | + ]) |
| 542 | - ] ; | 543 | + ] ; |
| 543 | - spin:rule | 544 | + spin:rule |
| 544 | - [ rdf:type sp:Construct ; | 545 | + [ rdf:type sp:Construct ; |
| 545 | - rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; | 546 | + rdfs:comment "STEP 40051 Set the context facility - installation does not exist"^^xsd:string ; |
| 546 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; | 547 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacility> ; |
| 547 | - sp:predicate rdf:type ; | 548 | + sp:predicate rdf:type ; |
| 548 | - sp:subject _:b5 | 549 | + sp:subject _:b5 |
| 549 | - ] [ sp:object | 550 | + ] [ sp:object |
| 550 | - [ sp:varName "contextFacility"^^xsd:string | 551 | + [ sp:varName "contextFacility"^^xsd:string |
| 551 | - ] ; | 552 | + ] ; |
| 552 | - sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; | 553 | + sp:predicate <http://www.reportinghub.no/ep/schema/geography#locatedWithin> ; |
| 553 | - sp:subject _:b5 | 554 | + sp:subject _:b5 |
| 554 | - ] [ sp:object _:b5 ; | 555 | + ] [ sp:object _:b5 ; |
| 555 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 556 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 556 | - sp:subject | 557 | + sp:subject |
| 557 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 558 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 558 | - ] | 559 | + ] |
| 559 | - ] [ sp:object _:b5 ; | 560 | + ] [ sp:object _:b5 ; |
| 560 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 561 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 561 | - sp:subject | 562 | + sp:subject |
| 562 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 563 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 563 | - ] | 564 | + ] |
| 564 | - ]) ; | 565 | + ]) ; |
| 565 | - sp:where ([ sp:object | 566 | + sp:where ([ sp:object |
| 566 | - [ sp:varName "productionOperationRef"^^xsd:string | 567 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 567 | - ] ; | 568 | + ] ; |
| 568 | - sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; | 569 | + sp:predicate <http://www.epim.no/schemas/mprml/1#objectRef> ; |
| 569 | - sp:subject spin:_this | 570 | + sp:subject spin:_this |
| 570 | - ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; | 571 | + ] [ sp:object <http://www.epim.no/schemas/mprml/1#Obj_productionOperation> ; |
| 571 | - sp:predicate rdf:type ; | 572 | + sp:predicate rdf:type ; |
| 572 | - sp:subject | 573 | + sp:subject |
| 573 | - [ sp:varName "productionOperationRef"^^xsd:string | 574 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 574 | - ] | 575 | + ] |
| 575 | - ] [ rdf:type sp:NotExists ; | 576 | + ] [ rdf:type sp:NotExists ; |
| 576 | - sp:elements ([ sp:object | 577 | + sp:elements ([ sp:object |
| 577 | - [ sp:varName "installationRef"^^xsd:string | 578 | + [ sp:varName "installationRef"^^xsd:string |
| 578 | - ] ; | 579 | + ] ; |
| 579 | - sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; | 580 | + sp:predicate <http://www.epim.no/schemas/mprml/1#installationRef> ; |
| 580 | - sp:subject | 581 | + sp:subject |
| 581 | - [ sp:varName "productionOperationRef"^^xsd:string | 582 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 582 | - ] | 583 | + ] |
| 583 | - ] [ sp:object | 584 | + ] [ sp:object |
| 584 | - [ sp:varName "installationRef"^^xsd:string | 585 | + [ sp:varName "installationRef"^^xsd:string |
| 585 | - ] ; | 586 | + ] ; |
| 586 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 587 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 587 | - sp:subject | 588 | + sp:subject |
| 588 | - [ sp:varName "productionFacility"^^xsd:string | 589 | + [ sp:varName "productionFacility"^^xsd:string |
| 589 | - ] | 590 | + ] |
| 590 | - ]) | 591 | + ]) |
| 591 | - ] [ sp:object | 592 | + ] [ sp:object |
| 592 | - [ sp:varName "contextFacilityRef"^^xsd:string | 593 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 593 | - ] ; | 594 | + ] ; |
| 594 | - sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; | 595 | + sp:predicate <http://www.epim.no/schemas/mprml/1#contextFacilityRef> ; |
| 595 | - sp:subject | 596 | + sp:subject |
| 596 | - [ sp:varName "productionOperationRef"^^xsd:string | 597 | + [ sp:varName "productionOperationRef"^^xsd:string |
| 597 | - ] | 598 | + ] |
| 598 | - ] [ sp:object | 599 | + ] [ sp:object |
| 599 | - [ sp:varName "contextFacilityRef"^^xsd:string | 600 | + [ sp:varName "contextFacilityRef"^^xsd:string |
| 600 | - ] ; | 601 | + ] ; |
| 601 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 602 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 602 | - sp:subject | 603 | + sp:subject |
| 603 | - [ sp:varName "contextFacility"^^xsd:string | 604 | + [ sp:varName "contextFacility"^^xsd:string |
| 604 | - ] | 605 | + ] |
| 605 | - ] [ sp:object | 606 | + ] [ sp:object |
| 606 | - [ sp:varName "productVolumeRef"^^xsd:string | 607 | + [ sp:varName "productVolumeRef"^^xsd:string |
| 607 | - ] ; | 608 | + ] ; |
| 608 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-core#derivedFrom> ; | 609 | + sp:predicate <http://www.reportinghub.no/ep/transform/transform-helper-schema#derivedFrom> ; |
| 609 | - sp:subject | 610 | + sp:subject |
| 610 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 611 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 611 | - ] | 612 | + ] |
| 612 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; | 613 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#TemporalPartOfAProductionFacility> ; |
| 613 | - sp:predicate rdf:type ; | 614 | + sp:predicate rdf:type ; |
| 614 | - sp:subject | 615 | + sp:subject |
| 615 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 616 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 616 | - ] | 617 | + ] |
| 617 | - ] [ sp:object | 618 | + ] [ sp:object |
| 618 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 619 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 619 | - ] ; | 620 | + ] ; |
| 620 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 621 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 621 | - sp:subject | 622 | + sp:subject |
| 622 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 623 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 623 | - ] | 624 | + ] |
| 624 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; | 625 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#ProductionFacilityToDate> ; |
| 625 | - sp:predicate rdf:type ; | 626 | + sp:predicate rdf:type ; |
| 626 | - sp:subject | 627 | + sp:subject |
| 627 | - [ sp:varName "productionFacilityToDate"^^xsd:string | 628 | + [ sp:varName "productionFacilityToDate"^^xsd:string |
| 628 | - ] | 629 | + ] |
| 629 | - ]) | 630 | + ]) |
| 630 | - ] . | 631 | + ] . |
| 631 | - | 632 | + |
| 632 | -<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> | 633 | +<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> |
| 633 | - rdf:type owl:Ontology ; | 634 | + rdf:type owl:Ontology ; |
| 634 | - owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 635 | + owl:imports <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://spinrdf.org/spin> , <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; |
| 635 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 636 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
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