Showing
1 changed file
with
435 additions
and
435 deletions
| ... | @@ -20,24 +20,15 @@ | ... | @@ -20,24 +20,15 @@ |
| 20 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> | 20 | <http://www.epim.no/schemas/mprml/1#A_Global-Objects> |
| 21 | spin:rule | 21 | spin:rule |
| 22 | [ rdf:type sp:Construct ; | 22 | [ rdf:type sp:Construct ; |
| 23 | - rdfs:comment "STEP 40704 Set the air temperature function - object"^^xsd:string ; | 23 | + rdfs:comment "STEP 40713a Set the precipitation object"^^xsd:string ; |
| 24 | - sp:templates ([ sp:object _:b1 ; | 24 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; |
| 25 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | ||
| 26 | - sp:subject | ||
| 27 | - [ sp:varName "surroundingAir"^^xsd:string | ||
| 28 | - ] | ||
| 29 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SetOfTemporalInstants> ; | ||
| 30 | sp:predicate rdf:type ; | 25 | sp:predicate rdf:type ; |
| 31 | sp:subject _:b1 | 26 | sp:subject _:b1 |
| 32 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
| 33 | - sp:predicate rdf:type ; | ||
| 34 | - sp:subject _:b2 | ||
| 35 | ] [ sp:object _:b1 ; | 27 | ] [ sp:object _:b1 ; |
| 36 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | 28 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 37 | - sp:subject _:b2 | 29 | + sp:subject |
| 38 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 30 | + [ sp:varName "surroundingAir"^^xsd:string |
| 39 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | 31 | + ] |
| 40 | - sp:subject _:b2 | ||
| 41 | ]) ; | 32 | ]) ; |
| 42 | sp:where ([ sp:object | 33 | sp:where ([ sp:object |
| 43 | [ sp:varName "productionOperationRef"^^xsd:string | 34 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -80,11 +71,6 @@ | ... | @@ -80,11 +71,6 @@ |
| 80 | sp:subject | 71 | sp:subject |
| 81 | [ sp:varName "surroundingEnvironment"^^xsd:string | 72 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 82 | ] | 73 | ] |
| 83 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 84 | - sp:predicate rdf:type ; | ||
| 85 | - sp:subject | ||
| 86 | - [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 87 | - ] | ||
| 88 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 74 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 89 | sp:predicate rdf:type ; | 75 | sp:predicate rdf:type ; |
| 90 | sp:subject | 76 | sp:subject |
| ... | @@ -114,23 +100,16 @@ | ... | @@ -114,23 +100,16 @@ |
| 114 | ] [ rdf:type sp:Exists ; | 100 | ] [ rdf:type sp:Exists ; |
| 115 | sp:elements ([ rdf:type sp:Union ; | 101 | sp:elements ([ rdf:type sp:Union ; |
| 116 | sp:elements (([ sp:object | 102 | sp:elements (([ sp:object |
| 117 | - [ sp:varName "tempSurfaceRef"^^xsd:string | 103 | + [ sp:varName "typePrecip"^^xsd:string |
| 118 | - ] ; | ||
| 119 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; | ||
| 120 | - sp:subject | ||
| 121 | - [ sp:varName "weatherRef"^^xsd:string | ||
| 122 | - ] | ||
| 123 | - ]) ([ sp:object | ||
| 124 | - [ sp:varName "tempSurfaceMnRef"^^xsd:string | ||
| 125 | ] ; | 104 | ] ; |
| 126 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; | 105 | + sp:predicate <http://www.epim.no/schemas/mprml/1#typePrecip> ; |
| 127 | sp:subject | 106 | sp:subject |
| 128 | [ sp:varName "weatherRef"^^xsd:string | 107 | [ sp:varName "weatherRef"^^xsd:string |
| 129 | ] | 108 | ] |
| 130 | ]) ([ sp:object | 109 | ]) ([ sp:object |
| 131 | - [ sp:varName "tempSurfaceMxRef"^^xsd:string | 110 | + [ sp:varName "amtPrecipRef"^^xsd:string |
| 132 | ] ; | 111 | ] ; |
| 133 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | 112 | + sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; |
| 134 | sp:subject | 113 | sp:subject |
| 135 | [ sp:varName "weatherRef"^^xsd:string | 114 | [ sp:varName "weatherRef"^^xsd:string |
| 136 | ] | 115 | ] |
| ... | @@ -140,56 +119,15 @@ | ... | @@ -140,56 +119,15 @@ |
| 140 | ] ; | 119 | ] ; |
| 141 | spin:rule | 120 | spin:rule |
| 142 | [ rdf:type sp:Construct ; | 121 | [ rdf:type sp:Construct ; |
| 143 | - rdfs:comment "STEP 40700a Create the surrounding water and air objects - and set the dateTime"^^xsd:string ; | 122 | + rdfs:comment "STEP 40702b Set the wind velocity object"^^xsd:string ; |
| 144 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 123 | + sp:templates ([ sp:object _:b2 ; |
| 145 | - sp:predicate rdf:type ; | ||
| 146 | - sp:subject _:b3 | ||
| 147 | - ] [ sp:object | ||
| 148 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 149 | - ] ; | ||
| 150 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 151 | - sp:subject _:b3 | ||
| 152 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 153 | - sp:predicate rdf:type ; | ||
| 154 | - sp:subject _:b4 | ||
| 155 | - ] [ sp:object _:b3 ; | ||
| 156 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 157 | - sp:subject _:b4 | ||
| 158 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
| 159 | - sp:predicate rdf:type ; | ||
| 160 | - sp:subject _:b5 | ||
| 161 | - ] [ sp:object _:b3 ; | ||
| 162 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 163 | - sp:subject _:b5 | ||
| 164 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 165 | - sp:predicate rdf:type ; | ||
| 166 | - sp:subject _:b6 | ||
| 167 | - ] [ sp:object _:b3 ; | ||
| 168 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 169 | - sp:subject _:b6 | ||
| 170 | - ] [ sp:object | ||
| 171 | - [ sp:varName "dTim"^^xsd:string | ||
| 172 | - ] ; | ||
| 173 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 174 | - sp:subject _:b6 | ||
| 175 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 176 | sp:predicate rdf:type ; | 124 | sp:predicate rdf:type ; |
| 177 | - sp:subject _:b7 | 125 | + sp:subject |
| 178 | - ] [ sp:object _:b6 ; | 126 | + [ sp:varName "observedWind"^^xsd:string |
| 179 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 127 | + ] |
| 180 | - sp:subject _:b7 | 128 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; |
| 181 | - ] [ sp:object _:b4 ; | ||
| 182 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 183 | - sp:subject _:b7 | ||
| 184 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
| 185 | sp:predicate rdf:type ; | 129 | sp:predicate rdf:type ; |
| 186 | - sp:subject _:b8 | 130 | + sp:subject _:b2 |
| 187 | - ] [ sp:object _:b6 ; | ||
| 188 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 189 | - sp:subject _:b8 | ||
| 190 | - ] [ sp:object _:b5 ; | ||
| 191 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 192 | - sp:subject _:b8 | ||
| 193 | ]) ; | 131 | ]) ; |
| 194 | sp:where ([ sp:object | 132 | sp:where ([ sp:object |
| 195 | [ sp:varName "productionOperationRef"^^xsd:string | 133 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -220,6 +158,54 @@ | ... | @@ -220,6 +158,54 @@ |
| 220 | sp:subject | 158 | sp:subject |
| 221 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 159 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 222 | ] | 160 | ] |
| 161 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 162 | + sp:predicate rdf:type ; | ||
| 163 | + sp:subject | ||
| 164 | + [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 165 | + ] | ||
| 166 | + ] [ sp:object | ||
| 167 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 168 | + ] ; | ||
| 169 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 170 | + sp:subject | ||
| 171 | + [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 172 | + ] | ||
| 173 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 174 | + sp:predicate rdf:type ; | ||
| 175 | + sp:subject | ||
| 176 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 177 | + ] | ||
| 178 | + ] [ sp:object | ||
| 179 | + [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 180 | + ] ; | ||
| 181 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 182 | + sp:subject | ||
| 183 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 184 | + ] | ||
| 185 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 186 | + sp:predicate rdf:type ; | ||
| 187 | + sp:subject | ||
| 188 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 189 | + ] | ||
| 190 | + ] [ sp:object | ||
| 191 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 192 | + ] ; | ||
| 193 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 194 | + sp:subject | ||
| 195 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 196 | + ] | ||
| 197 | + ] [ sp:object | ||
| 198 | + [ sp:varName "observedWind"^^xsd:string | ||
| 199 | + ] ; | ||
| 200 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 201 | + sp:subject | ||
| 202 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 203 | + ] | ||
| 204 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
| 205 | + sp:predicate rdf:type ; | ||
| 206 | + sp:subject | ||
| 207 | + [ sp:varName "observedWind"^^xsd:string | ||
| 208 | + ] | ||
| 223 | ] [ sp:object | 209 | ] [ sp:object |
| 224 | [ sp:varName "operationalHSERef"^^xsd:string | 210 | [ sp:varName "operationalHSERef"^^xsd:string |
| 225 | ] ; | 211 | ] ; |
| ... | @@ -234,43 +220,35 @@ | ... | @@ -234,43 +220,35 @@ |
| 234 | sp:subject | 220 | sp:subject |
| 235 | [ sp:varName "operationalHSERef"^^xsd:string | 221 | [ sp:varName "operationalHSERef"^^xsd:string |
| 236 | ] | 222 | ] |
| 237 | - ] [ rdf:type sp:Optional ; | 223 | + ] [ rdf:type sp:Exists ; |
| 238 | - sp:elements ([ sp:object | 224 | + sp:elements ([ rdf:type sp:Union ; |
| 239 | - [ sp:varName "dTim"^^xsd:string | 225 | + sp:elements (([ sp:object |
| 226 | + [ sp:varName "beaufortScaleNumber"^^xsd:string | ||
| 240 | ] ; | 227 | ] ; |
| 241 | - sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; | 228 | + sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
| 242 | sp:subject | 229 | sp:subject |
| 243 | [ sp:varName "weatherRef"^^xsd:string | 230 | [ sp:varName "weatherRef"^^xsd:string |
| 244 | ] | 231 | ] |
| 232 | + ]) ([ sp:object | ||
| 233 | + [ sp:varName "velWindRef"^^xsd:string | ||
| 234 | + ] ; | ||
| 235 | + sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | ||
| 236 | + sp:subject | ||
| 237 | + [ sp:varName "weatherRef"^^xsd:string | ||
| 238 | + ] | ||
| 239 | + ])) | ||
| 245 | ]) | 240 | ]) |
| 246 | ]) | 241 | ]) |
| 247 | ] ; | 242 | ] ; |
| 248 | spin:rule | 243 | spin:rule |
| 249 | [ rdf:type sp:Construct ; | 244 | [ rdf:type sp:Construct ; |
| 250 | - rdfs:comment "STEP 40713b Set the precipitation type"^^xsd:string ; | 245 | + rdfs:comment "STEP 40702c Set the wind force - Beaufort"^^xsd:string ; |
| 251 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#PrecipitationType> ; | 246 | + sp:templates ([ sp:object |
| 252 | - sp:predicate rdf:type ; | 247 | + [ sp:varName "beaufortScaleNumber"^^xsd:string |
| 253 | - sp:subject | ||
| 254 | - [ sp:varName "precipitationType"^^xsd:string | ||
| 255 | - ] | ||
| 256 | - ] [ sp:object | ||
| 257 | - [ sp:varName "typePrecip"^^xsd:string | ||
| 258 | - ] ; | ||
| 259 | - sp:predicate rdfs:label ; | ||
| 260 | - sp:subject | ||
| 261 | - [ sp:varName "precipitationType"^^xsd:string | ||
| 262 | - ] | ||
| 263 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | ||
| 264 | - sp:predicate rdfs:subClassOf ; | ||
| 265 | - sp:subject | ||
| 266 | - [ sp:varName "precipitationType"^^xsd:string | ||
| 267 | - ] | ||
| 268 | - ] [ sp:object | ||
| 269 | - [ sp:varName "precipitationType"^^xsd:string | ||
| 270 | ] ; | 248 | ] ; |
| 271 | - sp:predicate rdf:type ; | 249 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ; |
| 272 | sp:subject | 250 | sp:subject |
| 273 | - [ sp:varName "precipitation"^^xsd:string | 251 | + [ sp:varName "observedWindVelocity"^^xsd:string |
| 274 | ] | 252 | ] |
| 275 | ]) ; | 253 | ]) ; |
| 276 | sp:where ([ sp:object | 254 | sp:where ([ sp:object |
| ... | @@ -314,29 +292,53 @@ | ... | @@ -314,29 +292,53 @@ |
| 314 | sp:subject | 292 | sp:subject |
| 315 | [ sp:varName "surroundingEnvironment"^^xsd:string | 293 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 316 | ] | 294 | ] |
| 317 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 295 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
| 318 | sp:predicate rdf:type ; | 296 | sp:predicate rdf:type ; |
| 319 | sp:subject | 297 | sp:subject |
| 320 | - [ sp:varName "surroundingAir"^^xsd:string | 298 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 321 | ] | 299 | ] |
| 322 | ] [ sp:object | 300 | ] [ sp:object |
| 323 | [ sp:varName "surroundingEnvironment"^^xsd:string | 301 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 324 | ] ; | 302 | ] ; |
| 303 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 304 | + sp:subject | ||
| 305 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 306 | + ] | ||
| 307 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 308 | + sp:predicate rdf:type ; | ||
| 309 | + sp:subject | ||
| 310 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 311 | + ] | ||
| 312 | + ] [ sp:object | ||
| 313 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 314 | + ] ; | ||
| 325 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 315 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 326 | sp:subject | 316 | sp:subject |
| 327 | - [ sp:varName "surroundingAir"^^xsd:string | 317 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 328 | ] | 318 | ] |
| 329 | ] [ sp:object | 319 | ] [ sp:object |
| 330 | - [ sp:varName "precipitation"^^xsd:string | 320 | + [ sp:varName "observedWind"^^xsd:string |
| 331 | ] ; | 321 | ] ; |
| 332 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 322 | sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 333 | sp:subject | 323 | sp:subject |
| 334 | - [ sp:varName "surroundingAir"^^xsd:string | 324 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 335 | ] | 325 | ] |
| 336 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | 326 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
| 337 | sp:predicate rdf:type ; | 327 | sp:predicate rdf:type ; |
| 338 | sp:subject | 328 | sp:subject |
| 339 | - [ sp:varName "precipitation"^^xsd:string | 329 | + [ sp:varName "observedWind"^^xsd:string |
| 330 | + ] | ||
| 331 | + ] [ sp:object | ||
| 332 | + [ sp:varName "observedWindVelocity"^^xsd:string | ||
| 333 | + ] ; | ||
| 334 | + sp:predicate rdf:type ; | ||
| 335 | + sp:subject | ||
| 336 | + [ sp:varName "observedWind"^^xsd:string | ||
| 337 | + ] | ||
| 338 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
| 339 | + sp:predicate rdf:type ; | ||
| 340 | + sp:subject | ||
| 341 | + [ sp:varName "observedWindVelocity"^^xsd:string | ||
| 340 | ] | 342 | ] |
| 341 | ] [ sp:object | 343 | ] [ sp:object |
| 342 | [ sp:varName "operationalHSERef"^^xsd:string | 344 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -353,33 +355,66 @@ | ... | @@ -353,33 +355,66 @@ |
| 353 | [ sp:varName "operationalHSERef"^^xsd:string | 355 | [ sp:varName "operationalHSERef"^^xsd:string |
| 354 | ] | 356 | ] |
| 355 | ] [ sp:object | 357 | ] [ sp:object |
| 356 | - [ sp:varName "typePrecip"^^xsd:string | 358 | + [ sp:varName "beaufortScaleNumber"^^xsd:string |
| 357 | ] ; | 359 | ] ; |
| 358 | - sp:predicate <http://www.epim.no/schemas/mprml/1#typePrecip> ; | 360 | + sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
| 359 | sp:subject | 361 | sp:subject |
| 360 | [ sp:varName "weatherRef"^^xsd:string | 362 | [ sp:varName "weatherRef"^^xsd:string |
| 361 | ] | 363 | ] |
| 362 | - ] [ rdf:type sp:Bind ; | ||
| 363 | - sp:expression | ||
| 364 | - [ rdf:type ep-mpr-spin-lib:buildPrecipitationTypeURI ; | ||
| 365 | - sp:arg1 [ sp:varName "typePrecip"^^xsd:string | ||
| 366 | - ] | ||
| 367 | - ] ; | ||
| 368 | - sp:variable | ||
| 369 | - [ sp:varName "precipitationType"^^xsd:string | ||
| 370 | - ] | ||
| 371 | ]) | 364 | ]) |
| 372 | ] ; | 365 | ] ; |
| 373 | spin:rule | 366 | spin:rule |
| 374 | [ rdf:type sp:Construct ; | 367 | [ rdf:type sp:Construct ; |
| 375 | - rdfs:comment "STEP 40722 Set the weather comment"^^xsd:string ; | 368 | + rdfs:comment "STEP 40700a Create the surrounding water and air objects - and set the dateTime"^^xsd:string ; |
| 376 | - sp:templates ([ sp:object | 369 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
| 377 | - [ sp:varName "comments"^^xsd:string | 370 | + sp:predicate rdf:type ; |
| 371 | + sp:subject _:b3 | ||
| 372 | + ] [ sp:object | ||
| 373 | + [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 378 | ] ; | 374 | ] ; |
| 379 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | 375 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 380 | - sp:subject | 376 | + sp:subject _:b3 |
| 381 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 377 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 382 | - ] | 378 | + sp:predicate rdf:type ; |
| 379 | + sp:subject _:b4 | ||
| 380 | + ] [ sp:object _:b3 ; | ||
| 381 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 382 | + sp:subject _:b4 | ||
| 383 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
| 384 | + sp:predicate rdf:type ; | ||
| 385 | + sp:subject _:b5 | ||
| 386 | + ] [ sp:object _:b3 ; | ||
| 387 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 388 | + sp:subject _:b5 | ||
| 389 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 390 | + sp:predicate rdf:type ; | ||
| 391 | + sp:subject _:b6 | ||
| 392 | + ] [ sp:object _:b3 ; | ||
| 393 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 394 | + sp:subject _:b6 | ||
| 395 | + ] [ sp:object | ||
| 396 | + [ sp:varName "dTim"^^xsd:string | ||
| 397 | + ] ; | ||
| 398 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 399 | + sp:subject _:b6 | ||
| 400 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 401 | + sp:predicate rdf:type ; | ||
| 402 | + sp:subject _:b7 | ||
| 403 | + ] [ sp:object _:b6 ; | ||
| 404 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 405 | + sp:subject _:b7 | ||
| 406 | + ] [ sp:object _:b4 ; | ||
| 407 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 408 | + sp:subject _:b7 | ||
| 409 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
| 410 | + sp:predicate rdf:type ; | ||
| 411 | + sp:subject _:b8 | ||
| 412 | + ] [ sp:object _:b6 ; | ||
| 413 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 414 | + sp:subject _:b8 | ||
| 415 | + ] [ sp:object _:b5 ; | ||
| 416 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 417 | + sp:subject _:b8 | ||
| 383 | ]) ; | 418 | ]) ; |
| 384 | sp:where ([ sp:object | 419 | sp:where ([ sp:object |
| 385 | [ sp:varName "productionOperationRef"^^xsd:string | 420 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -410,30 +445,6 @@ | ... | @@ -410,30 +445,6 @@ |
| 410 | sp:subject | 445 | sp:subject |
| 411 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | 446 | [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string |
| 412 | ] | 447 | ] |
| 413 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 414 | - sp:predicate rdf:type ; | ||
| 415 | - sp:subject | ||
| 416 | - [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 417 | - ] | ||
| 418 | - ] [ sp:object | ||
| 419 | - [ sp:varName "temporalPartOfAProductionFacility"^^xsd:string | ||
| 420 | - ] ; | ||
| 421 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 422 | - sp:subject | ||
| 423 | - [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 424 | - ] | ||
| 425 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 426 | - sp:predicate rdf:type ; | ||
| 427 | - sp:subject | ||
| 428 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 429 | - ] | ||
| 430 | - ] [ sp:object | ||
| 431 | - [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 432 | - ] ; | ||
| 433 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 434 | - sp:subject | ||
| 435 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 436 | - ] | ||
| 437 | ] [ sp:object | 448 | ] [ sp:object |
| 438 | [ sp:varName "operationalHSERef"^^xsd:string | 449 | [ sp:varName "operationalHSERef"^^xsd:string |
| 439 | ] ; | 450 | ] ; |
| ... | @@ -448,14 +459,16 @@ | ... | @@ -448,14 +459,16 @@ |
| 448 | sp:subject | 459 | sp:subject |
| 449 | [ sp:varName "operationalHSERef"^^xsd:string | 460 | [ sp:varName "operationalHSERef"^^xsd:string |
| 450 | ] | 461 | ] |
| 451 | - ] [ sp:object | 462 | + ] [ rdf:type sp:Optional ; |
| 452 | - [ sp:varName "comments"^^xsd:string | 463 | + sp:elements ([ sp:object |
| 464 | + [ sp:varName "dTim"^^xsd:string | ||
| 453 | ] ; | 465 | ] ; |
| 454 | - sp:predicate <http://www.epim.no/schemas/mprml/1#comments> ; | 466 | + sp:predicate <http://www.epim.no/schemas/mprml/1#dTim> ; |
| 455 | sp:subject | 467 | sp:subject |
| 456 | [ sp:varName "weatherRef"^^xsd:string | 468 | [ sp:varName "weatherRef"^^xsd:string |
| 457 | ] | 469 | ] |
| 458 | ]) | 470 | ]) |
| 471 | + ]) | ||
| 459 | ] ; | 472 | ] ; |
| 460 | spin:rule | 473 | spin:rule |
| 461 | [ rdf:type sp:Construct ; | 474 | [ rdf:type sp:Construct ; |
| ... | @@ -570,15 +583,24 @@ | ... | @@ -570,15 +583,24 @@ |
| 570 | ] ; | 583 | ] ; |
| 571 | spin:rule | 584 | spin:rule |
| 572 | [ rdf:type sp:Construct ; | 585 | [ rdf:type sp:Construct ; |
| 573 | - rdfs:comment "STEP 40702b Set the wind velocity object"^^xsd:string ; | 586 | + rdfs:comment "STEP 40704 Set the air temperature function - object"^^xsd:string ; |
| 574 | sp:templates ([ sp:object _:b10 ; | 587 | sp:templates ([ sp:object _:b10 ; |
| 575 | - sp:predicate rdf:type ; | 588 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; |
| 576 | sp:subject | 589 | sp:subject |
| 577 | - [ sp:varName "observedWind"^^xsd:string | 590 | + [ sp:varName "surroundingAir"^^xsd:string |
| 578 | ] | 591 | ] |
| 579 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | 592 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#SetOfTemporalInstants> ; |
| 580 | sp:predicate rdf:type ; | 593 | sp:predicate rdf:type ; |
| 581 | sp:subject _:b10 | 594 | sp:subject _:b10 |
| 595 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
| 596 | + sp:predicate rdf:type ; | ||
| 597 | + sp:subject _:b11 | ||
| 598 | + ] [ sp:object _:b10 ; | ||
| 599 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | ||
| 600 | + sp:subject _:b11 | ||
| 601 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 602 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
| 603 | + sp:subject _:b11 | ||
| 582 | ]) ; | 604 | ]) ; |
| 583 | sp:where ([ sp:object | 605 | sp:where ([ sp:object |
| 584 | [ sp:varName "productionOperationRef"^^xsd:string | 606 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -621,41 +643,22 @@ | ... | @@ -621,41 +643,22 @@ |
| 621 | sp:subject | 643 | sp:subject |
| 622 | [ sp:varName "surroundingEnvironment"^^xsd:string | 644 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 623 | ] | 645 | ] |
| 624 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 646 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
| 625 | - sp:predicate rdf:type ; | 647 | + sp:predicate rdf:type ; |
| 626 | - sp:subject | ||
| 627 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 628 | - ] | ||
| 629 | - ] [ sp:object | ||
| 630 | - [ sp:varName "surroundingEnvironment"^^xsd:string | ||
| 631 | - ] ; | ||
| 632 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 633 | sp:subject | 648 | sp:subject |
| 634 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 649 | + [ sp:varName "surroundingEnvironment"^^xsd:string |
| 635 | ] | 650 | ] |
| 636 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 651 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 637 | sp:predicate rdf:type ; | 652 | sp:predicate rdf:type ; |
| 638 | sp:subject | 653 | sp:subject |
| 639 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 654 | + [ sp:varName "surroundingAir"^^xsd:string |
| 640 | ] | 655 | ] |
| 641 | ] [ sp:object | 656 | ] [ sp:object |
| 642 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 657 | + [ sp:varName "surroundingEnvironment"^^xsd:string |
| 643 | ] ; | 658 | ] ; |
| 644 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 659 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 645 | sp:subject | 660 | sp:subject |
| 646 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 661 | + [ sp:varName "surroundingAir"^^xsd:string |
| 647 | - ] | ||
| 648 | - ] [ sp:object | ||
| 649 | - [ sp:varName "observedWind"^^xsd:string | ||
| 650 | - ] ; | ||
| 651 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 652 | - sp:subject | ||
| 653 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 654 | - ] | ||
| 655 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
| 656 | - sp:predicate rdf:type ; | ||
| 657 | - sp:subject | ||
| 658 | - [ sp:varName "observedWind"^^xsd:string | ||
| 659 | ] | 662 | ] |
| 660 | ] [ sp:object | 663 | ] [ sp:object |
| 661 | [ sp:varName "operationalHSERef"^^xsd:string | 664 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -674,16 +677,23 @@ | ... | @@ -674,16 +677,23 @@ |
| 674 | ] [ rdf:type sp:Exists ; | 677 | ] [ rdf:type sp:Exists ; |
| 675 | sp:elements ([ rdf:type sp:Union ; | 678 | sp:elements ([ rdf:type sp:Union ; |
| 676 | sp:elements (([ sp:object | 679 | sp:elements (([ sp:object |
| 677 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | 680 | + [ sp:varName "tempSurfaceRef"^^xsd:string |
| 678 | ] ; | 681 | ] ; |
| 679 | - sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | 682 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; |
| 680 | sp:subject | 683 | sp:subject |
| 681 | [ sp:varName "weatherRef"^^xsd:string | 684 | [ sp:varName "weatherRef"^^xsd:string |
| 682 | ] | 685 | ] |
| 683 | ]) ([ sp:object | 686 | ]) ([ sp:object |
| 684 | - [ sp:varName "velWindRef"^^xsd:string | 687 | + [ sp:varName "tempSurfaceMnRef"^^xsd:string |
| 685 | ] ; | 688 | ] ; |
| 686 | - sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | 689 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; |
| 690 | + sp:subject | ||
| 691 | + [ sp:varName "weatherRef"^^xsd:string | ||
| 692 | + ] | ||
| 693 | + ]) ([ sp:object | ||
| 694 | + [ sp:varName "tempSurfaceMxRef"^^xsd:string | ||
| 695 | + ] ; | ||
| 696 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | ||
| 687 | sp:subject | 697 | sp:subject |
| 688 | [ sp:varName "weatherRef"^^xsd:string | 698 | [ sp:varName "weatherRef"^^xsd:string |
| 689 | ] | 699 | ] |
| ... | @@ -693,14 +703,15 @@ | ... | @@ -693,14 +703,15 @@ |
| 693 | ] ; | 703 | ] ; |
| 694 | spin:rule | 704 | spin:rule |
| 695 | [ rdf:type sp:Construct ; | 705 | [ rdf:type sp:Construct ; |
| 696 | - rdfs:comment "STEP 40702c Set the wind force - Beaufort"^^xsd:string ; | 706 | + rdfs:comment "STEP 40702a Set the wind object"^^xsd:string ; |
| 697 | - sp:templates ([ sp:object | 707 | + sp:templates ([ sp:object _:b12 ; |
| 698 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | 708 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 699 | - ] ; | ||
| 700 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#beaufortScaleNumber> ; | ||
| 701 | sp:subject | 709 | sp:subject |
| 702 | - [ sp:varName "observedWindVelocity"^^xsd:string | 710 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 703 | ] | 711 | ] |
| 712 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
| 713 | + sp:predicate rdf:type ; | ||
| 714 | + sp:subject _:b12 | ||
| 704 | ]) ; | 715 | ]) ; |
| 705 | sp:where ([ sp:object | 716 | sp:where ([ sp:object |
| 706 | [ sp:varName "productionOperationRef"^^xsd:string | 717 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -768,30 +779,6 @@ | ... | @@ -768,30 +779,6 @@ |
| 768 | [ sp:varName "observedSurroundingAir"^^xsd:string | 779 | [ sp:varName "observedSurroundingAir"^^xsd:string |
| 769 | ] | 780 | ] |
| 770 | ] [ sp:object | 781 | ] [ sp:object |
| 771 | - [ sp:varName "observedWind"^^xsd:string | ||
| 772 | - ] ; | ||
| 773 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 774 | - sp:subject | ||
| 775 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 776 | - ] | ||
| 777 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
| 778 | - sp:predicate rdf:type ; | ||
| 779 | - sp:subject | ||
| 780 | - [ sp:varName "observedWind"^^xsd:string | ||
| 781 | - ] | ||
| 782 | - ] [ sp:object | ||
| 783 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
| 784 | - ] ; | ||
| 785 | - sp:predicate rdf:type ; | ||
| 786 | - sp:subject | ||
| 787 | - [ sp:varName "observedWind"^^xsd:string | ||
| 788 | - ] | ||
| 789 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Velocity> ; | ||
| 790 | - sp:predicate rdf:type ; | ||
| 791 | - sp:subject | ||
| 792 | - [ sp:varName "observedWindVelocity"^^xsd:string | ||
| 793 | - ] | ||
| 794 | - ] [ sp:object | ||
| 795 | [ sp:varName "operationalHSERef"^^xsd:string | 782 | [ sp:varName "operationalHSERef"^^xsd:string |
| 796 | ] ; | 783 | ] ; |
| 797 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | 784 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; |
| ... | @@ -805,41 +792,59 @@ | ... | @@ -805,41 +792,59 @@ |
| 805 | sp:subject | 792 | sp:subject |
| 806 | [ sp:varName "operationalHSERef"^^xsd:string | 793 | [ sp:varName "operationalHSERef"^^xsd:string |
| 807 | ] | 794 | ] |
| 808 | - ] [ sp:object | 795 | + ] [ rdf:type sp:Exists ; |
| 796 | + sp:elements ([ rdf:type sp:Union ; | ||
| 797 | + sp:elements (([ sp:object | ||
| 809 | [ sp:varName "beaufortScaleNumber"^^xsd:string | 798 | [ sp:varName "beaufortScaleNumber"^^xsd:string |
| 810 | ] ; | 799 | ] ; |
| 811 | sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | 800 | sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; |
| 812 | sp:subject | 801 | sp:subject |
| 813 | [ sp:varName "weatherRef"^^xsd:string | 802 | [ sp:varName "weatherRef"^^xsd:string |
| 814 | ] | 803 | ] |
| 804 | + ]) ([ sp:object | ||
| 805 | + [ sp:varName "velWindRef"^^xsd:string | ||
| 806 | + ] ; | ||
| 807 | + sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | ||
| 808 | + sp:subject | ||
| 809 | + [ sp:varName "weatherRef"^^xsd:string | ||
| 810 | + ] | ||
| 811 | + ]) ([ sp:object | ||
| 812 | + [ sp:varName "velWindRef"^^xsd:string | ||
| 813 | + ] ; | ||
| 814 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; | ||
| 815 | + sp:subject | ||
| 816 | + [ sp:varName "weatherRef"^^xsd:string | ||
| 817 | + ] | ||
| 818 | + ])) | ||
| 819 | + ]) | ||
| 815 | ]) | 820 | ]) |
| 816 | ] ; | 821 | ] ; |
| 817 | spin:rule | 822 | spin:rule |
| 818 | [ rdf:type sp:Construct ; | 823 | [ rdf:type sp:Construct ; |
| 819 | - rdfs:comment "STEP 40700b Set the data supply agency"^^xsd:string ; | 824 | + rdfs:comment "STEP 40713b Set the precipitation type"^^xsd:string ; |
| 820 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> ; | 825 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#PrecipitationType> ; |
| 821 | sp:predicate rdf:type ; | 826 | sp:predicate rdf:type ; |
| 822 | - sp:subject _:b11 | 827 | + sp:subject |
| 828 | + [ sp:varName "precipitationType"^^xsd:string | ||
| 829 | + ] | ||
| 823 | ] [ sp:object | 830 | ] [ sp:object |
| 824 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 831 | + [ sp:varName "typePrecip"^^xsd:string |
| 825 | ] ; | 832 | ] ; |
| 826 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#observedObject> ; | 833 | + sp:predicate rdfs:label ; |
| 827 | - sp:subject _:b11 | 834 | + sp:subject |
| 828 | - ] [ sp:object _:b12 ; | 835 | + [ sp:varName "precipitationType"^^xsd:string |
| 829 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> ; | 836 | + ] |
| 830 | - sp:subject _:b11 | 837 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; |
| 831 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | 838 | + sp:predicate rdfs:subClassOf ; |
| 832 | - sp:predicate rdf:type ; | 839 | + sp:subject |
| 833 | - sp:subject _:b12 | 840 | + [ sp:varName "precipitationType"^^xsd:string |
| 841 | + ] | ||
| 834 | ] [ sp:object | 842 | ] [ sp:object |
| 835 | - [ sp:varName "agency"^^xsd:string | 843 | + [ sp:varName "precipitationType"^^xsd:string |
| 836 | ] ; | 844 | ] ; |
| 837 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 838 | - sp:subject _:b12 | ||
| 839 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ; | ||
| 840 | sp:predicate rdf:type ; | 845 | sp:predicate rdf:type ; |
| 841 | sp:subject | 846 | sp:subject |
| 842 | - [ sp:varName "agency"^^xsd:string | 847 | + [ sp:varName "precipitation"^^xsd:string |
| 843 | ] | 848 | ] |
| 844 | ]) ; | 849 | ]) ; |
| 845 | sp:where ([ sp:object | 850 | sp:where ([ sp:object |
| ... | @@ -883,29 +888,29 @@ | ... | @@ -883,29 +888,29 @@ |
| 883 | sp:subject | 888 | sp:subject |
| 884 | [ sp:varName "surroundingEnvironment"^^xsd:string | 889 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 885 | ] | 890 | ] |
| 886 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 891 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 887 | sp:predicate rdf:type ; | 892 | sp:predicate rdf:type ; |
| 888 | sp:subject | 893 | sp:subject |
| 889 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 894 | + [ sp:varName "surroundingAir"^^xsd:string |
| 890 | ] | 895 | ] |
| 891 | ] [ sp:object | 896 | ] [ sp:object |
| 892 | [ sp:varName "surroundingEnvironment"^^xsd:string | 897 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 893 | ] ; | 898 | ] ; |
| 894 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 899 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 895 | - sp:subject | ||
| 896 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 897 | - ] | ||
| 898 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
| 899 | - sp:predicate rdf:type ; | ||
| 900 | sp:subject | 900 | sp:subject |
| 901 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 901 | + [ sp:varName "surroundingAir"^^xsd:string |
| 902 | ] | 902 | ] |
| 903 | ] [ sp:object | 903 | ] [ sp:object |
| 904 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 904 | + [ sp:varName "precipitation"^^xsd:string |
| 905 | ] ; | 905 | ] ; |
| 906 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 906 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 907 | sp:subject | 907 | sp:subject |
| 908 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 908 | + [ sp:varName "surroundingAir"^^xsd:string |
| 909 | + ] | ||
| 910 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | ||
| 911 | + sp:predicate rdf:type ; | ||
| 912 | + sp:subject | ||
| 913 | + [ sp:varName "precipitation"^^xsd:string | ||
| 909 | ] | 914 | ] |
| 910 | ] [ sp:object | 915 | ] [ sp:object |
| 911 | [ sp:varName "operationalHSERef"^^xsd:string | 916 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -922,20 +927,20 @@ | ... | @@ -922,20 +927,20 @@ |
| 922 | [ sp:varName "operationalHSERef"^^xsd:string | 927 | [ sp:varName "operationalHSERef"^^xsd:string |
| 923 | ] | 928 | ] |
| 924 | ] [ sp:object | 929 | ] [ sp:object |
| 925 | - [ sp:varName "agencyName"^^xsd:string | 930 | + [ sp:varName "typePrecip"^^xsd:string |
| 926 | ] ; | 931 | ] ; |
| 927 | - sp:predicate <http://www.epim.no/schemas/mprml/1#agency> ; | 932 | + sp:predicate <http://www.epim.no/schemas/mprml/1#typePrecip> ; |
| 928 | sp:subject | 933 | sp:subject |
| 929 | [ sp:varName "weatherRef"^^xsd:string | 934 | [ sp:varName "weatherRef"^^xsd:string |
| 930 | ] | 935 | ] |
| 931 | ] [ rdf:type sp:Bind ; | 936 | ] [ rdf:type sp:Bind ; |
| 932 | sp:expression | 937 | sp:expression |
| 933 | - [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; | 938 | + [ rdf:type ep-mpr-spin-lib:buildPrecipitationTypeURI ; |
| 934 | - sp:arg1 [ sp:varName "agencyName"^^xsd:string | 939 | + sp:arg1 [ sp:varName "typePrecip"^^xsd:string |
| 935 | ] | 940 | ] |
| 936 | ] ; | 941 | ] ; |
| 937 | sp:variable | 942 | sp:variable |
| 938 | - [ sp:varName "agency"^^xsd:string | 943 | + [ sp:varName "precipitationType"^^xsd:string |
| 939 | ] | 944 | ] |
| 940 | ]) | 945 | ]) |
| 941 | ] ; | 946 | ] ; |
| ... | @@ -1073,15 +1078,31 @@ | ... | @@ -1073,15 +1078,31 @@ |
| 1073 | ] ; | 1078 | ] ; |
| 1074 | spin:rule | 1079 | spin:rule |
| 1075 | [ rdf:type sp:Construct ; | 1080 | [ rdf:type sp:Construct ; |
| 1076 | - rdfs:comment "STEP 40702a Set the wind object"^^xsd:string ; | 1081 | + rdfs:comment "STEP 40700b Set the data supply agency"^^xsd:string ; |
| 1077 | - sp:templates ([ sp:object _:b14 ; | 1082 | + sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#ObserveTheWeather> ; |
| 1078 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 1079 | - sp:subject | ||
| 1080 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 1081 | - ] | ||
| 1082 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | ||
| 1083 | sp:predicate rdf:type ; | 1083 | sp:predicate rdf:type ; |
| 1084 | sp:subject _:b14 | 1084 | sp:subject _:b14 |
| 1085 | + ] [ sp:object | ||
| 1086 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 1087 | + ] ; | ||
| 1088 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#observedObject> ; | ||
| 1089 | + sp:subject _:b14 | ||
| 1090 | + ] [ sp:object _:b15 ; | ||
| 1091 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#observationResultsSuppliedBy> ; | ||
| 1092 | + sp:subject _:b14 | ||
| 1093 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization> ; | ||
| 1094 | + sp:predicate rdf:type ; | ||
| 1095 | + sp:subject _:b15 | ||
| 1096 | + ] [ sp:object | ||
| 1097 | + [ sp:varName "agency"^^xsd:string | ||
| 1098 | + ] ; | ||
| 1099 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 1100 | + sp:subject _:b15 | ||
| 1101 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/organization#Organization-WholeLife> ; | ||
| 1102 | + sp:predicate rdf:type ; | ||
| 1103 | + sp:subject | ||
| 1104 | + [ sp:varName "agency"^^xsd:string | ||
| 1105 | + ] | ||
| 1085 | ]) ; | 1106 | ]) ; |
| 1086 | sp:where ([ sp:object | 1107 | sp:where ([ sp:object |
| 1087 | [ sp:varName "productionOperationRef"^^xsd:string | 1108 | [ sp:varName "productionOperationRef"^^xsd:string |
| ... | @@ -1162,31 +1183,22 @@ | ... | @@ -1162,31 +1183,22 @@ |
| 1162 | sp:subject | 1183 | sp:subject |
| 1163 | [ sp:varName "operationalHSERef"^^xsd:string | 1184 | [ sp:varName "operationalHSERef"^^xsd:string |
| 1164 | ] | 1185 | ] |
| 1165 | - ] [ rdf:type sp:Exists ; | 1186 | + ] [ sp:object |
| 1166 | - sp:elements ([ rdf:type sp:Union ; | 1187 | + [ sp:varName "agencyName"^^xsd:string |
| 1167 | - sp:elements (([ sp:object | ||
| 1168 | - [ sp:varName "beaufortScaleNumber"^^xsd:string | ||
| 1169 | ] ; | 1188 | ] ; |
| 1170 | - sp:predicate <http://www.epim.no/schemas/mprml/1#beaufortScaleNumber> ; | 1189 | + sp:predicate <http://www.epim.no/schemas/mprml/1#agency> ; |
| 1171 | sp:subject | 1190 | sp:subject |
| 1172 | [ sp:varName "weatherRef"^^xsd:string | 1191 | [ sp:varName "weatherRef"^^xsd:string |
| 1173 | ] | 1192 | ] |
| 1174 | - ]) ([ sp:object | 1193 | + ] [ rdf:type sp:Bind ; |
| 1175 | - [ sp:varName "velWindRef"^^xsd:string | 1194 | + sp:expression |
| 1176 | - ] ; | 1195 | + [ rdf:type ep-dpr-spin-lib:buildOrganizationURI ; |
| 1177 | - sp:predicate <http://www.epim.no/schemas/mprml/1#velWindRef> ; | 1196 | + sp:arg1 [ sp:varName "agencyName"^^xsd:string |
| 1178 | - sp:subject | ||
| 1179 | - [ sp:varName "weatherRef"^^xsd:string | ||
| 1180 | ] | 1197 | ] |
| 1181 | - ]) ([ sp:object | ||
| 1182 | - [ sp:varName "velWindRef"^^xsd:string | ||
| 1183 | ] ; | 1198 | ] ; |
| 1184 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; | 1199 | + sp:variable |
| 1185 | - sp:subject | 1200 | + [ sp:varName "agency"^^xsd:string |
| 1186 | - [ sp:varName "weatherRef"^^xsd:string | ||
| 1187 | ] | 1201 | ] |
| 1188 | - ])) | ||
| 1189 | - ]) | ||
| 1190 | ]) | 1202 | ]) |
| 1191 | ] ; | 1203 | ] ; |
| 1192 | spin:rule | 1204 | spin:rule |
| ... | @@ -1302,14 +1314,13 @@ | ... | @@ -1302,14 +1314,13 @@ |
| 1302 | ] ; | 1314 | ] ; |
| 1303 | spin:rule | 1315 | spin:rule |
| 1304 | [ rdf:type sp:Construct ; | 1316 | [ rdf:type sp:Construct ; |
| 1305 | - rdfs:comment "STEP 40713a Set the precipitation object"^^xsd:string ; | 1317 | + rdfs:comment "STEP 40722 Set the weather comment"^^xsd:string ; |
| 1306 | - sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | 1318 | + sp:templates ([ sp:object |
| 1307 | - sp:predicate rdf:type ; | 1319 | + [ sp:varName "comments"^^xsd:string |
| 1308 | - sp:subject _:b15 | 1320 | + ] ; |
| 1309 | - ] [ sp:object _:b15 ; | 1321 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; |
| 1310 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | ||
| 1311 | sp:subject | 1322 | sp:subject |
| 1312 | - [ sp:varName "surroundingAir"^^xsd:string | 1323 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 1313 | ] | 1324 | ] |
| 1314 | ]) ; | 1325 | ]) ; |
| 1315 | sp:where ([ sp:object | 1326 | sp:where ([ sp:object |
| ... | @@ -1353,17 +1364,17 @@ | ... | @@ -1353,17 +1364,17 @@ |
| 1353 | sp:subject | 1364 | sp:subject |
| 1354 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1365 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 1355 | ] | 1366 | ] |
| 1356 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 1367 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
| 1357 | sp:predicate rdf:type ; | 1368 | sp:predicate rdf:type ; |
| 1358 | sp:subject | 1369 | sp:subject |
| 1359 | - [ sp:varName "surroundingAir"^^xsd:string | 1370 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 1360 | ] | 1371 | ] |
| 1361 | ] [ sp:object | 1372 | ] [ sp:object |
| 1362 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1373 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 1363 | ] ; | 1374 | ] ; |
| 1364 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 1375 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 1365 | sp:subject | 1376 | sp:subject |
| 1366 | - [ sp:varName "surroundingAir"^^xsd:string | 1377 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 1367 | ] | 1378 | ] |
| 1368 | ] [ sp:object | 1379 | ] [ sp:object |
| 1369 | [ sp:varName "operationalHSERef"^^xsd:string | 1380 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -1379,35 +1390,24 @@ | ... | @@ -1379,35 +1390,24 @@ |
| 1379 | sp:subject | 1390 | sp:subject |
| 1380 | [ sp:varName "operationalHSERef"^^xsd:string | 1391 | [ sp:varName "operationalHSERef"^^xsd:string |
| 1381 | ] | 1392 | ] |
| 1382 | - ] [ rdf:type sp:Exists ; | 1393 | + ] [ sp:object |
| 1383 | - sp:elements ([ rdf:type sp:Union ; | 1394 | + [ sp:varName "comments"^^xsd:string |
| 1384 | - sp:elements (([ sp:object | ||
| 1385 | - [ sp:varName "typePrecip"^^xsd:string | ||
| 1386 | - ] ; | ||
| 1387 | - sp:predicate <http://www.epim.no/schemas/mprml/1#typePrecip> ; | ||
| 1388 | - sp:subject | ||
| 1389 | - [ sp:varName "weatherRef"^^xsd:string | ||
| 1390 | - ] | ||
| 1391 | - ]) ([ sp:object | ||
| 1392 | - [ sp:varName "amtPrecipRef"^^xsd:string | ||
| 1393 | ] ; | 1395 | ] ; |
| 1394 | - sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; | 1396 | + sp:predicate <http://www.epim.no/schemas/mprml/1#comments> ; |
| 1395 | sp:subject | 1397 | sp:subject |
| 1396 | [ sp:varName "weatherRef"^^xsd:string | 1398 | [ sp:varName "weatherRef"^^xsd:string |
| 1397 | ] | 1399 | ] |
| 1398 | - ])) | ||
| 1399 | - ]) | ||
| 1400 | ]) | 1400 | ]) |
| 1401 | ] . | 1401 | ] . |
| 1402 | 1402 | ||
| 1403 | <http://www.epim.no/schemas/mprml/1#LengthMeasure> | 1403 | <http://www.epim.no/schemas/mprml/1#LengthMeasure> |
| 1404 | spin:rule | 1404 | spin:rule |
| 1405 | [ rdf:type sp:Construct ; | 1405 | [ rdf:type sp:Construct ; |
| 1406 | - rdfs:comment "STEP 40712 Set the cloud ceiling height"^^xsd:string ; | 1406 | + rdfs:comment "STEP 40710 Set the visibility"^^xsd:string ; |
| 1407 | sp:templates ([ sp:object _:b16 ; | 1407 | sp:templates ([ sp:object _:b16 ; |
| 1408 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; | 1408 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#visibility> ; |
| 1409 | sp:subject | 1409 | sp:subject |
| 1410 | - [ sp:varName "observedCloudCeiling"^^xsd:string | 1410 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 1411 | ] | 1411 | ] |
| 1412 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1412 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 1413 | sp:predicate rdf:type ; | 1413 | sp:predicate rdf:type ; |
| ... | @@ -1421,7 +1421,7 @@ | ... | @@ -1421,7 +1421,7 @@ |
| 1421 | sp:subject _:b16 | 1421 | sp:subject _:b16 |
| 1422 | ]) ; | 1422 | ]) ; |
| 1423 | sp:where ([ sp:object spin:_this ; | 1423 | sp:where ([ sp:object spin:_this ; |
| 1424 | - sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; | 1424 | + sp:predicate <http://www.epim.no/schemas/mprml/1#visibilityRef> ; |
| 1425 | sp:subject | 1425 | sp:subject |
| 1426 | [ sp:varName "weatherRef"^^xsd:string | 1426 | [ sp:varName "weatherRef"^^xsd:string |
| 1427 | ] | 1427 | ] |
| ... | @@ -1473,18 +1473,6 @@ | ... | @@ -1473,18 +1473,6 @@ |
| 1473 | sp:subject | 1473 | sp:subject |
| 1474 | [ sp:varName "observedSurroundingAir"^^xsd:string | 1474 | [ sp:varName "observedSurroundingAir"^^xsd:string |
| 1475 | ] | 1475 | ] |
| 1476 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
| 1477 | - sp:predicate rdf:type ; | ||
| 1478 | - sp:subject | ||
| 1479 | - [ sp:varName "observedCloudCeiling"^^xsd:string | ||
| 1480 | - ] | ||
| 1481 | - ] [ sp:object | ||
| 1482 | - [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 1483 | - ] ; | ||
| 1484 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 1485 | - sp:subject | ||
| 1486 | - [ sp:varName "observedCloudCeiling"^^xsd:string | ||
| 1487 | - ] | ||
| 1488 | ] [ sp:object | 1476 | ] [ sp:object |
| 1489 | [ sp:varName "operationalHSERef"^^xsd:string | 1477 | [ sp:varName "operationalHSERef"^^xsd:string |
| 1490 | ] ; | 1478 | ] ; |
| ... | @@ -1522,9 +1510,9 @@ | ... | @@ -1522,9 +1510,9 @@ |
| 1522 | ] ; | 1510 | ] ; |
| 1523 | spin:rule | 1511 | spin:rule |
| 1524 | [ rdf:type sp:Construct ; | 1512 | [ rdf:type sp:Construct ; |
| 1525 | - rdfs:comment "STEP 40719 Set the significant wave height"^^xsd:string ; | 1513 | + rdfs:comment "STEP 40718 Set the average wave height"^^xsd:string ; |
| 1526 | sp:templates ([ sp:object _:b17 ; | 1514 | sp:templates ([ sp:object _:b17 ; |
| 1527 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; | 1515 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; |
| 1528 | sp:subject | 1516 | sp:subject |
| 1529 | [ sp:varName "surfaceWaves"^^xsd:string | 1517 | [ sp:varName "surfaceWaves"^^xsd:string |
| 1530 | ] | 1518 | ] |
| ... | @@ -1540,7 +1528,7 @@ | ... | @@ -1540,7 +1528,7 @@ |
| 1540 | sp:subject _:b17 | 1528 | sp:subject _:b17 |
| 1541 | ]) ; | 1529 | ]) ; |
| 1542 | sp:where ([ sp:object spin:_this ; | 1530 | sp:where ([ sp:object spin:_this ; |
| 1543 | - sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; | 1531 | + sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; |
| 1544 | sp:subject | 1532 | sp:subject |
| 1545 | [ sp:varName "weatherRef"^^xsd:string | 1533 | [ sp:varName "weatherRef"^^xsd:string |
| 1546 | ] | 1534 | ] |
| ... | @@ -1641,11 +1629,11 @@ | ... | @@ -1641,11 +1629,11 @@ |
| 1641 | ] ; | 1629 | ] ; |
| 1642 | spin:rule | 1630 | spin:rule |
| 1643 | [ rdf:type sp:Construct ; | 1631 | [ rdf:type sp:Construct ; |
| 1644 | - rdfs:comment "STEP 40710 Set the visibility"^^xsd:string ; | 1632 | + rdfs:comment "STEP 40720 Set the maximum wave height"^^xsd:string ; |
| 1645 | sp:templates ([ sp:object _:b18 ; | 1633 | sp:templates ([ sp:object _:b18 ; |
| 1646 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#visibility> ; | 1634 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; |
| 1647 | sp:subject | 1635 | sp:subject |
| 1648 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 1636 | + [ sp:varName "surfaceWaves"^^xsd:string |
| 1649 | ] | 1637 | ] |
| 1650 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1638 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 1651 | sp:predicate rdf:type ; | 1639 | sp:predicate rdf:type ; |
| ... | @@ -1659,7 +1647,7 @@ | ... | @@ -1659,7 +1647,7 @@ |
| 1659 | sp:subject _:b18 | 1647 | sp:subject _:b18 |
| 1660 | ]) ; | 1648 | ]) ; |
| 1661 | sp:where ([ sp:object spin:_this ; | 1649 | sp:where ([ sp:object spin:_this ; |
| 1662 | - sp:predicate <http://www.epim.no/schemas/mprml/1#visibilityRef> ; | 1650 | + sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; |
| 1663 | sp:subject | 1651 | sp:subject |
| 1664 | [ sp:varName "weatherRef"^^xsd:string | 1652 | [ sp:varName "weatherRef"^^xsd:string |
| 1665 | ] | 1653 | ] |
| ... | @@ -1712,6 +1700,18 @@ | ... | @@ -1712,6 +1700,18 @@ |
| 1712 | [ sp:varName "observedSurroundingWater"^^xsd:string | 1700 | [ sp:varName "observedSurroundingWater"^^xsd:string |
| 1713 | ] | 1701 | ] |
| 1714 | ] [ sp:object | 1702 | ] [ sp:object |
| 1703 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 1704 | + ] ; | ||
| 1705 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
| 1706 | + sp:subject | ||
| 1707 | + [ sp:varName "observedSurroundingWater"^^xsd:string | ||
| 1708 | + ] | ||
| 1709 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
| 1710 | + sp:predicate rdf:type ; | ||
| 1711 | + sp:subject | ||
| 1712 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
| 1713 | + ] | ||
| 1714 | + ] [ sp:object | ||
| 1715 | [ sp:varName "operationalHSERef"^^xsd:string | 1715 | [ sp:varName "operationalHSERef"^^xsd:string |
| 1716 | ] ; | 1716 | ] ; |
| 1717 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; | 1717 | sp:predicate <http://www.epim.no/schemas/mprml/1#operationalHSERef> ; |
| ... | @@ -1748,11 +1748,11 @@ | ... | @@ -1748,11 +1748,11 @@ |
| 1748 | ] ; | 1748 | ] ; |
| 1749 | spin:rule | 1749 | spin:rule |
| 1750 | [ rdf:type sp:Construct ; | 1750 | [ rdf:type sp:Construct ; |
| 1751 | - rdfs:comment "STEP 40720 Set the maximum wave height"^^xsd:string ; | 1751 | + rdfs:comment "STEP 40714 Set the amount of precipitation"^^xsd:string ; |
| 1752 | sp:templates ([ sp:object _:b19 ; | 1752 | sp:templates ([ sp:object _:b19 ; |
| 1753 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; | 1753 | + sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ; |
| 1754 | sp:subject | 1754 | sp:subject |
| 1755 | - [ sp:varName "surfaceWaves"^^xsd:string | 1755 | + [ sp:varName "precipitation"^^xsd:string |
| 1756 | ] | 1756 | ] |
| 1757 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1757 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 1758 | sp:predicate rdf:type ; | 1758 | sp:predicate rdf:type ; |
| ... | @@ -1766,7 +1766,7 @@ | ... | @@ -1766,7 +1766,7 @@ |
| 1766 | sp:subject _:b19 | 1766 | sp:subject _:b19 |
| 1767 | ]) ; | 1767 | ]) ; |
| 1768 | sp:where ([ sp:object spin:_this ; | 1768 | sp:where ([ sp:object spin:_this ; |
| 1769 | - sp:predicate <http://www.epim.no/schemas/mprml/1#maxWaveRef> ; | 1769 | + sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; |
| 1770 | sp:subject | 1770 | sp:subject |
| 1771 | [ sp:varName "weatherRef"^^xsd:string | 1771 | [ sp:varName "weatherRef"^^xsd:string |
| 1772 | ] | 1772 | ] |
| ... | @@ -1794,41 +1794,29 @@ | ... | @@ -1794,41 +1794,29 @@ |
| 1794 | sp:subject | 1794 | sp:subject |
| 1795 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1795 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 1796 | ] | 1796 | ] |
| 1797 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 1798 | - sp:predicate rdf:type ; | ||
| 1799 | - sp:subject | ||
| 1800 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 1801 | - ] | ||
| 1802 | ] [ sp:object | 1797 | ] [ sp:object |
| 1803 | [ sp:varName "surroundingEnvironment"^^xsd:string | 1798 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 1804 | ] ; | 1799 | ] ; |
| 1805 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 1800 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 1806 | sp:subject | 1801 | sp:subject |
| 1807 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 1802 | + [ sp:varName "surroundingAir"^^xsd:string |
| 1808 | ] | 1803 | ] |
| 1809 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 1804 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 1810 | sp:predicate rdf:type ; | 1805 | sp:predicate rdf:type ; |
| 1811 | sp:subject | 1806 | sp:subject |
| 1812 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 1807 | + [ sp:varName "surroundingAir"^^xsd:string |
| 1813 | - ] | ||
| 1814 | - ] [ sp:object | ||
| 1815 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 1816 | - ] ; | ||
| 1817 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 1818 | - sp:subject | ||
| 1819 | - [ sp:varName "observedSurroundingWater"^^xsd:string | ||
| 1820 | ] | 1808 | ] |
| 1821 | ] [ sp:object | 1809 | ] [ sp:object |
| 1822 | - [ sp:varName "surfaceWaves"^^xsd:string | 1810 | + [ sp:varName "precipitation"^^xsd:string |
| 1823 | ] ; | 1811 | ] ; |
| 1824 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | 1812 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 1825 | sp:subject | 1813 | sp:subject |
| 1826 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 1814 | + [ sp:varName "surroundingAir"^^xsd:string |
| 1827 | ] | 1815 | ] |
| 1828 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 1816 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; |
| 1829 | sp:predicate rdf:type ; | 1817 | sp:predicate rdf:type ; |
| 1830 | sp:subject | 1818 | sp:subject |
| 1831 | - [ sp:varName "surfaceWaves"^^xsd:string | 1819 | + [ sp:varName "precipitation"^^xsd:string |
| 1832 | ] | 1820 | ] |
| 1833 | ] [ sp:object | 1821 | ] [ sp:object |
| 1834 | [ sp:varName "operationalHSERef"^^xsd:string | 1822 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -1867,9 +1855,9 @@ | ... | @@ -1867,9 +1855,9 @@ |
| 1867 | ] ; | 1855 | ] ; |
| 1868 | spin:rule | 1856 | spin:rule |
| 1869 | [ rdf:type sp:Construct ; | 1857 | [ rdf:type sp:Construct ; |
| 1870 | - rdfs:comment "STEP 40718 Set the average wave height"^^xsd:string ; | 1858 | + rdfs:comment "STEP 40719 Set the significant wave height"^^xsd:string ; |
| 1871 | sp:templates ([ sp:object _:b20 ; | 1859 | sp:templates ([ sp:object _:b20 ; |
| 1872 | - sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; | 1860 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; |
| 1873 | sp:subject | 1861 | sp:subject |
| 1874 | [ sp:varName "surfaceWaves"^^xsd:string | 1862 | [ sp:varName "surfaceWaves"^^xsd:string |
| 1875 | ] | 1863 | ] |
| ... | @@ -1885,7 +1873,7 @@ | ... | @@ -1885,7 +1873,7 @@ |
| 1885 | sp:subject _:b20 | 1873 | sp:subject _:b20 |
| 1886 | ]) ; | 1874 | ]) ; |
| 1887 | sp:where ([ sp:object spin:_this ; | 1875 | sp:where ([ sp:object spin:_this ; |
| 1888 | - sp:predicate <http://www.epim.no/schemas/mprml/1#htWaveRef> ; | 1876 | + sp:predicate <http://www.epim.no/schemas/mprml/1#significantWaveRef> ; |
| 1889 | sp:subject | 1877 | sp:subject |
| 1890 | [ sp:varName "weatherRef"^^xsd:string | 1878 | [ sp:varName "weatherRef"^^xsd:string |
| 1891 | ] | 1879 | ] |
| ... | @@ -1986,11 +1974,11 @@ | ... | @@ -1986,11 +1974,11 @@ |
| 1986 | ] ; | 1974 | ] ; |
| 1987 | spin:rule | 1975 | spin:rule |
| 1988 | [ rdf:type sp:Construct ; | 1976 | [ rdf:type sp:Construct ; |
| 1989 | - rdfs:comment "STEP 40714 Set the amount of precipitation"^^xsd:string ; | 1977 | + rdfs:comment "STEP 40712 Set the cloud ceiling height"^^xsd:string ; |
| 1990 | sp:templates ([ sp:object _:b21 ; | 1978 | sp:templates ([ sp:object _:b21 ; |
| 1991 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#amountOfPrecipitation> ; | 1979 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; |
| 1992 | sp:subject | 1980 | sp:subject |
| 1993 | - [ sp:varName "precipitation"^^xsd:string | 1981 | + [ sp:varName "observedCloudCeiling"^^xsd:string |
| 1994 | ] | 1982 | ] |
| 1995 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; | 1983 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ; |
| 1996 | sp:predicate rdf:type ; | 1984 | sp:predicate rdf:type ; |
| ... | @@ -2004,7 +1992,7 @@ | ... | @@ -2004,7 +1992,7 @@ |
| 2004 | sp:subject _:b21 | 1992 | sp:subject _:b21 |
| 2005 | ]) ; | 1993 | ]) ; |
| 2006 | sp:where ([ sp:object spin:_this ; | 1994 | sp:where ([ sp:object spin:_this ; |
| 2007 | - sp:predicate <http://www.epim.no/schemas/mprml/1#amtPrecipRef> ; | 1995 | + sp:predicate <http://www.epim.no/schemas/mprml/1#ceilingCloudRef> ; |
| 2008 | sp:subject | 1996 | sp:subject |
| 2009 | [ sp:varName "weatherRef"^^xsd:string | 1997 | [ sp:varName "weatherRef"^^xsd:string |
| 2010 | ] | 1998 | ] |
| ... | @@ -2032,29 +2020,41 @@ | ... | @@ -2032,29 +2020,41 @@ |
| 2032 | sp:subject | 2020 | sp:subject |
| 2033 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2021 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2034 | ] | 2022 | ] |
| 2023 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
| 2024 | + sp:predicate rdf:type ; | ||
| 2025 | + sp:subject | ||
| 2026 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string | ||
| 2027 | + ] | ||
| 2035 | ] [ sp:object | 2028 | ] [ sp:object |
| 2036 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2029 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2037 | ] ; | 2030 | ] ; |
| 2038 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2031 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 2039 | sp:subject | 2032 | sp:subject |
| 2040 | - [ sp:varName "surroundingAir"^^xsd:string | 2033 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2041 | ] | 2034 | ] |
| 2042 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 2035 | ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 2043 | sp:predicate rdf:type ; | 2036 | sp:predicate rdf:type ; |
| 2044 | sp:subject | 2037 | sp:subject |
| 2045 | - [ sp:varName "surroundingAir"^^xsd:string | 2038 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 2046 | ] | 2039 | ] |
| 2047 | ] [ sp:object | 2040 | ] [ sp:object |
| 2048 | - [ sp:varName "precipitation"^^xsd:string | 2041 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2049 | ] ; | 2042 | ] ; |
| 2050 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 2043 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 2051 | sp:subject | 2044 | sp:subject |
| 2052 | - [ sp:varName "surroundingAir"^^xsd:string | 2045 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 2053 | ] | 2046 | ] |
| 2054 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Precipitation> ; | 2047 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; |
| 2055 | sp:predicate rdf:type ; | 2048 | sp:predicate rdf:type ; |
| 2056 | sp:subject | 2049 | sp:subject |
| 2057 | - [ sp:varName "precipitation"^^xsd:string | 2050 | + [ sp:varName "observedCloudCeiling"^^xsd:string |
| 2051 | + ] | ||
| 2052 | + ] [ sp:object | ||
| 2053 | + [ sp:varName "observedSurroundingAir"^^xsd:string | ||
| 2054 | + ] ; | ||
| 2055 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 2056 | + sp:subject | ||
| 2057 | + [ sp:varName "observedCloudCeiling"^^xsd:string | ||
| 2058 | ] | 2058 | ] |
| 2059 | ] [ sp:object | 2059 | ] [ sp:object |
| 2060 | [ sp:varName "operationalHSERef"^^xsd:string | 2060 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -2095,11 +2095,11 @@ | ... | @@ -2095,11 +2095,11 @@ |
| 2095 | <http://www.epim.no/schemas/mprml/1#PlaneAngleMeasure> | 2095 | <http://www.epim.no/schemas/mprml/1#PlaneAngleMeasure> |
| 2096 | spin:rule | 2096 | spin:rule |
| 2097 | [ rdf:type sp:Construct ; | 2097 | [ rdf:type sp:Construct ; |
| 2098 | - rdfs:comment "STEP 40717b Set the wave direction"^^xsd:string ; | 2098 | + rdfs:comment "STEP 40715 Set the wind direction"^^xsd:string ; |
| 2099 | sp:templates ([ sp:object _:b22 ; | 2099 | sp:templates ([ sp:object _:b22 ; |
| 2100 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; | 2100 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; |
| 2101 | sp:subject | 2101 | sp:subject |
| 2102 | - [ sp:varName "surfaceWaves"^^xsd:string | 2102 | + [ sp:varName "observedWind"^^xsd:string |
| 2103 | ] | 2103 | ] |
| 2104 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; | 2104 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; |
| 2105 | sp:predicate rdf:type ; | 2105 | sp:predicate rdf:type ; |
| ... | @@ -2113,7 +2113,7 @@ | ... | @@ -2113,7 +2113,7 @@ |
| 2113 | sp:subject _:b22 | 2113 | sp:subject _:b22 |
| 2114 | ]) ; | 2114 | ]) ; |
| 2115 | sp:where ([ sp:object spin:_this ; | 2115 | sp:where ([ sp:object spin:_this ; |
| 2116 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; | 2116 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; |
| 2117 | sp:subject | 2117 | sp:subject |
| 2118 | [ sp:varName "weatherRef"^^xsd:string | 2118 | [ sp:varName "weatherRef"^^xsd:string |
| 2119 | ] | 2119 | ] |
| ... | @@ -2153,29 +2153,29 @@ | ... | @@ -2153,29 +2153,29 @@ |
| 2153 | sp:subject | 2153 | sp:subject |
| 2154 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2154 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2155 | ] | 2155 | ] |
| 2156 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 2156 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 2157 | sp:predicate rdf:type ; | 2157 | sp:predicate rdf:type ; |
| 2158 | sp:subject | 2158 | sp:subject |
| 2159 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2159 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 2160 | ] | 2160 | ] |
| 2161 | ] [ sp:object | 2161 | ] [ sp:object |
| 2162 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2162 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2163 | ] ; | 2163 | ] ; |
| 2164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2164 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 2165 | sp:subject | 2165 | sp:subject |
| 2166 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2166 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 2167 | ] | 2167 | ] |
| 2168 | ] [ sp:object | 2168 | ] [ sp:object |
| 2169 | - [ sp:varName "surfaceWaves"^^xsd:string | 2169 | + [ sp:varName "observedWind"^^xsd:string |
| 2170 | ] ; | 2170 | ] ; |
| 2171 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | 2171 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; |
| 2172 | sp:subject | 2172 | sp:subject |
| 2173 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2173 | + [ sp:varName "observedSurroundingAir"^^xsd:string |
| 2174 | ] | 2174 | ] |
| 2175 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | 2175 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; |
| 2176 | sp:predicate rdf:type ; | 2176 | sp:predicate rdf:type ; |
| 2177 | sp:subject | 2177 | sp:subject |
| 2178 | - [ sp:varName "surfaceWaves"^^xsd:string | 2178 | + [ sp:varName "observedWind"^^xsd:string |
| 2179 | ] | 2179 | ] |
| 2180 | ] [ sp:object | 2180 | ] [ sp:object |
| 2181 | [ sp:varName "operationalHSERef"^^xsd:string | 2181 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -2327,11 +2327,11 @@ | ... | @@ -2327,11 +2327,11 @@ |
| 2327 | ] ; | 2327 | ] ; |
| 2328 | spin:rule | 2328 | spin:rule |
| 2329 | [ rdf:type sp:Construct ; | 2329 | [ rdf:type sp:Construct ; |
| 2330 | - rdfs:comment "STEP 40715 Set the wind direction"^^xsd:string ; | 2330 | + rdfs:comment "STEP 40717b Set the wave direction"^^xsd:string ; |
| 2331 | sp:templates ([ sp:object _:b25 ; | 2331 | sp:templates ([ sp:object _:b25 ; |
| 2332 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; | 2332 | sp:predicate <http://www.reportinghub.no/ep/schema/flow#horizontalDirectionAzimuth> ; |
| 2333 | sp:subject | 2333 | sp:subject |
| 2334 | - [ sp:varName "observedWind"^^xsd:string | 2334 | + [ sp:varName "surfaceWaves"^^xsd:string |
| 2335 | ] | 2335 | ] |
| 2336 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; | 2336 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PlaneAngle> ; |
| 2337 | sp:predicate rdf:type ; | 2337 | sp:predicate rdf:type ; |
| ... | @@ -2345,7 +2345,7 @@ | ... | @@ -2345,7 +2345,7 @@ |
| 2345 | sp:subject _:b25 | 2345 | sp:subject _:b25 |
| 2346 | ]) ; | 2346 | ]) ; |
| 2347 | sp:where ([ sp:object spin:_this ; | 2347 | sp:where ([ sp:object spin:_this ; |
| 2348 | - sp:predicate <http://www.epim.no/schemas/mprml/1#aziWindRef> ; | 2348 | + sp:predicate <http://www.epim.no/schemas/mprml/1#aziWaveRef> ; |
| 2349 | sp:subject | 2349 | sp:subject |
| 2350 | [ sp:varName "weatherRef"^^xsd:string | 2350 | [ sp:varName "weatherRef"^^xsd:string |
| 2351 | ] | 2351 | ] |
| ... | @@ -2385,29 +2385,29 @@ | ... | @@ -2385,29 +2385,29 @@ |
| 2385 | sp:subject | 2385 | sp:subject |
| 2386 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2386 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2387 | ] | 2387 | ] |
| 2388 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 2388 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
| 2389 | sp:predicate rdf:type ; | 2389 | sp:predicate rdf:type ; |
| 2390 | sp:subject | 2390 | sp:subject |
| 2391 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2391 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2392 | ] | 2392 | ] |
| 2393 | ] [ sp:object | 2393 | ] [ sp:object |
| 2394 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2394 | [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2395 | ] ; | 2395 | ] ; |
| 2396 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2396 | sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 2397 | sp:subject | 2397 | sp:subject |
| 2398 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2398 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2399 | ] | 2399 | ] |
| 2400 | ] [ sp:object | 2400 | ] [ sp:object |
| 2401 | - [ sp:varName "observedWind"^^xsd:string | 2401 | + [ sp:varName "surfaceWaves"^^xsd:string |
| 2402 | ] ; | 2402 | ] ; |
| 2403 | - sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ; | 2403 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; |
| 2404 | sp:subject | 2404 | sp:subject |
| 2405 | - [ sp:varName "observedSurroundingAir"^^xsd:string | 2405 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2406 | ] | 2406 | ] |
| 2407 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#Wind> ; | 2407 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; |
| 2408 | sp:predicate rdf:type ; | 2408 | sp:predicate rdf:type ; |
| 2409 | sp:subject | 2409 | sp:subject |
| 2410 | - [ sp:varName "observedWind"^^xsd:string | 2410 | + [ sp:varName "surfaceWaves"^^xsd:string |
| 2411 | ] | 2411 | ] |
| 2412 | ] [ sp:object | 2412 | ] [ sp:object |
| 2413 | [ sp:varName "operationalHSERef"^^xsd:string | 2413 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -2557,9 +2557,9 @@ | ... | @@ -2557,9 +2557,9 @@ |
| 2557 | <http://www.epim.no/schemas/mprml/1#ThermodynamicTemperatureMeasure> | 2557 | <http://www.epim.no/schemas/mprml/1#ThermodynamicTemperatureMeasure> |
| 2558 | spin:rule | 2558 | spin:rule |
| 2559 | [ rdf:type sp:Construct ; | 2559 | [ rdf:type sp:Construct ; |
| 2560 | - rdfs:comment "STEP 40705 Set the average air temperature"^^xsd:string ; | 2560 | + rdfs:comment "STEP 40707 Set the maximum air temperature"^^xsd:string ; |
| 2561 | sp:templates ([ sp:object _:b27 ; | 2561 | sp:templates ([ sp:object _:b27 ; |
| 2562 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#average> ; | 2562 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#maximum> ; |
| 2563 | sp:subject | 2563 | sp:subject |
| 2564 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2564 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
| 2565 | ] | 2565 | ] |
| ... | @@ -2575,7 +2575,7 @@ | ... | @@ -2575,7 +2575,7 @@ |
| 2575 | sp:subject _:b27 | 2575 | sp:subject _:b27 |
| 2576 | ]) ; | 2576 | ]) ; |
| 2577 | sp:where ([ sp:object spin:_this ; | 2577 | sp:where ([ sp:object spin:_this ; |
| 2578 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; | 2578 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; |
| 2579 | sp:subject | 2579 | sp:subject |
| 2580 | [ sp:varName "weatherRef"^^xsd:string | 2580 | [ sp:varName "weatherRef"^^xsd:string |
| 2581 | ] | 2581 | ] |
| ... | @@ -2676,11 +2676,11 @@ | ... | @@ -2676,11 +2676,11 @@ |
| 2676 | ] ; | 2676 | ] ; |
| 2677 | spin:rule | 2677 | spin:rule |
| 2678 | [ rdf:type sp:Construct ; | 2678 | [ rdf:type sp:Construct ; |
| 2679 | - rdfs:comment "STEP 40709 Set the sea temperature"^^xsd:string ; | 2679 | + rdfs:comment "STEP 40706 Set the minimum air temperature"^^xsd:string ; |
| 2680 | sp:templates ([ sp:object _:b28 ; | 2680 | sp:templates ([ sp:object _:b28 ; |
| 2681 | - sp:predicate rdf:type ; | 2681 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#minimum> ; |
| 2682 | sp:subject | 2682 | sp:subject |
| 2683 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2683 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
| 2684 | ] | 2684 | ] |
| 2685 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 2685 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 2686 | sp:predicate rdf:type ; | 2686 | sp:predicate rdf:type ; |
| ... | @@ -2694,7 +2694,7 @@ | ... | @@ -2694,7 +2694,7 @@ |
| 2694 | sp:subject _:b28 | 2694 | sp:subject _:b28 |
| 2695 | ]) ; | 2695 | ]) ; |
| 2696 | sp:where ([ sp:object spin:_this ; | 2696 | sp:where ([ sp:object spin:_this ; |
| 2697 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempseaRef> ; | 2697 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; |
| 2698 | sp:subject | 2698 | sp:subject |
| 2699 | [ sp:varName "weatherRef"^^xsd:string | 2699 | [ sp:varName "weatherRef"^^xsd:string |
| 2700 | ] | 2700 | ] |
| ... | @@ -2722,29 +2722,41 @@ | ... | @@ -2722,29 +2722,41 @@ |
| 2722 | sp:subject | 2722 | sp:subject |
| 2723 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2723 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2724 | ] | 2724 | ] |
| 2725 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | 2725 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; |
| 2726 | sp:predicate rdf:type ; | 2726 | sp:predicate rdf:type ; |
| 2727 | sp:subject | 2727 | sp:subject |
| 2728 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2728 | + [ sp:varName "surroundingAir"^^xsd:string |
| 2729 | ] | 2729 | ] |
| 2730 | ] [ sp:object | 2730 | ] [ sp:object |
| 2731 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2731 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2732 | ] ; | 2732 | ] ; |
| 2733 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | 2733 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 2734 | sp:subject | 2734 | sp:subject |
| 2735 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2735 | + [ sp:varName "surroundingAir"^^xsd:string |
| 2736 | ] | 2736 | ] |
| 2737 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | 2737 | + ] [ sp:object |
| 2738 | + [ sp:varName "surroundingAirInstants"^^xsd:string | ||
| 2739 | + ] ; | ||
| 2740 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | ||
| 2741 | + sp:subject | ||
| 2742 | + [ sp:varName "surroundingAir"^^xsd:string | ||
| 2743 | + ] | ||
| 2744 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | ||
| 2738 | sp:predicate rdf:type ; | 2745 | sp:predicate rdf:type ; |
| 2739 | sp:subject | 2746 | sp:subject |
| 2740 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2747 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
| 2741 | ] | 2748 | ] |
| 2742 | ] [ sp:object | 2749 | ] [ sp:object |
| 2743 | - [ sp:varName "observedSurroundingEnvironment"^^xsd:string | 2750 | + [ sp:varName "surroundingAirInstants"^^xsd:string |
| 2744 | ] ; | 2751 | ] ; |
| 2745 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2752 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; |
| 2746 | sp:subject | 2753 | sp:subject |
| 2747 | - [ sp:varName "observedSurroundingWater"^^xsd:string | 2754 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
| 2755 | + ] | ||
| 2756 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 2757 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
| 2758 | + sp:subject | ||
| 2759 | + [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | ||
| 2748 | ] | 2760 | ] |
| 2749 | ] [ sp:object | 2761 | ] [ sp:object |
| 2750 | [ sp:varName "operationalHSERef"^^xsd:string | 2762 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -2890,11 +2902,11 @@ | ... | @@ -2890,11 +2902,11 @@ |
| 2890 | ] ; | 2902 | ] ; |
| 2891 | spin:rule | 2903 | spin:rule |
| 2892 | [ rdf:type sp:Construct ; | 2904 | [ rdf:type sp:Construct ; |
| 2893 | - rdfs:comment "STEP 40706 Set the minimum air temperature"^^xsd:string ; | 2905 | + rdfs:comment "STEP 40709 Set the sea temperature"^^xsd:string ; |
| 2894 | sp:templates ([ sp:object _:b30 ; | 2906 | sp:templates ([ sp:object _:b30 ; |
| 2895 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#minimum> ; | 2907 | + sp:predicate rdf:type ; |
| 2896 | sp:subject | 2908 | sp:subject |
| 2897 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2909 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2898 | ] | 2910 | ] |
| 2899 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | 2911 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; |
| 2900 | sp:predicate rdf:type ; | 2912 | sp:predicate rdf:type ; |
| ... | @@ -2908,7 +2920,7 @@ | ... | @@ -2908,7 +2920,7 @@ |
| 2908 | sp:subject _:b30 | 2920 | sp:subject _:b30 |
| 2909 | ]) ; | 2921 | ]) ; |
| 2910 | sp:where ([ sp:object spin:_this ; | 2922 | sp:where ([ sp:object spin:_this ; |
| 2911 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMnRef> ; | 2923 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempseaRef> ; |
| 2912 | sp:subject | 2924 | sp:subject |
| 2913 | [ sp:varName "weatherRef"^^xsd:string | 2925 | [ sp:varName "weatherRef"^^xsd:string |
| 2914 | ] | 2926 | ] |
| ... | @@ -2936,41 +2948,29 @@ | ... | @@ -2936,41 +2948,29 @@ |
| 2936 | sp:subject | 2948 | sp:subject |
| 2937 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2949 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2938 | ] | 2950 | ] |
| 2939 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | 2951 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; |
| 2940 | sp:predicate rdf:type ; | 2952 | sp:predicate rdf:type ; |
| 2941 | sp:subject | 2953 | sp:subject |
| 2942 | - [ sp:varName "surroundingAir"^^xsd:string | 2954 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2943 | ] | 2955 | ] |
| 2944 | ] [ sp:object | 2956 | ] [ sp:object |
| 2945 | [ sp:varName "surroundingEnvironment"^^xsd:string | 2957 | [ sp:varName "surroundingEnvironment"^^xsd:string |
| 2946 | ] ; | 2958 | ] ; |
| 2947 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | 2959 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; |
| 2948 | - sp:subject | ||
| 2949 | - [ sp:varName "surroundingAir"^^xsd:string | ||
| 2950 | - ] | ||
| 2951 | - ] [ sp:object | ||
| 2952 | - [ sp:varName "surroundingAirInstants"^^xsd:string | ||
| 2953 | - ] ; | ||
| 2954 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#hasSetOfTemporalInstants> ; | ||
| 2955 | sp:subject | 2960 | sp:subject |
| 2956 | - [ sp:varName "surroundingAir"^^xsd:string | 2961 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2957 | ] | 2962 | ] |
| 2958 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#ClassificationFunctionOverTime> ; | 2963 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; |
| 2959 | sp:predicate rdf:type ; | 2964 | sp:predicate rdf:type ; |
| 2960 | sp:subject | 2965 | sp:subject |
| 2961 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2966 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2962 | ] | 2967 | ] |
| 2963 | ] [ sp:object | 2968 | ] [ sp:object |
| 2964 | - [ sp:varName "surroundingAirInstants"^^xsd:string | 2969 | + [ sp:varName "observedSurroundingEnvironment"^^xsd:string |
| 2965 | ] ; | 2970 | ] ; |
| 2966 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#domain> ; | 2971 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; |
| 2967 | - sp:subject | ||
| 2968 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | ||
| 2969 | - ] | ||
| 2970 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ; | ||
| 2971 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#range> ; | ||
| 2972 | sp:subject | 2972 | sp:subject |
| 2973 | - [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 2973 | + [ sp:varName "observedSurroundingWater"^^xsd:string |
| 2974 | ] | 2974 | ] |
| 2975 | ] [ sp:object | 2975 | ] [ sp:object |
| 2976 | [ sp:varName "operationalHSERef"^^xsd:string | 2976 | [ sp:varName "operationalHSERef"^^xsd:string |
| ... | @@ -3009,9 +3009,9 @@ | ... | @@ -3009,9 +3009,9 @@ |
| 3009 | ] ; | 3009 | ] ; |
| 3010 | spin:rule | 3010 | spin:rule |
| 3011 | [ rdf:type sp:Construct ; | 3011 | [ rdf:type sp:Construct ; |
| 3012 | - rdfs:comment "STEP 40707 Set the maximum air temperature"^^xsd:string ; | 3012 | + rdfs:comment "STEP 40705 Set the average air temperature"^^xsd:string ; |
| 3013 | sp:templates ([ sp:object _:b31 ; | 3013 | sp:templates ([ sp:object _:b31 ; |
| 3014 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#maximum> ; | 3014 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#average> ; |
| 3015 | sp:subject | 3015 | sp:subject |
| 3016 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string | 3016 | [ sp:varName "suroundingAirTemperatureFunction"^^xsd:string |
| 3017 | ] | 3017 | ] |
| ... | @@ -3027,7 +3027,7 @@ | ... | @@ -3027,7 +3027,7 @@ |
| 3027 | sp:subject _:b31 | 3027 | sp:subject _:b31 |
| 3028 | ]) ; | 3028 | ]) ; |
| 3029 | sp:where ([ sp:object spin:_this ; | 3029 | sp:where ([ sp:object spin:_this ; |
| 3030 | - sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceMxRef> ; | 3030 | + sp:predicate <http://www.epim.no/schemas/mprml/1#tempSurfaceRef> ; |
| 3031 | sp:subject | 3031 | sp:subject |
| 3032 | [ sp:varName "weatherRef"^^xsd:string | 3032 | [ sp:varName "weatherRef"^^xsd:string |
| 3033 | ] | 3033 | ] |
| ... | @@ -3377,5 +3377,5 @@ | ... | @@ -3377,5 +3377,5 @@ |
| 3377 | 3377 | ||
| 3378 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> | 3378 | <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-weather-v1.1.1> |
| 3379 | rdf:type owl:Ontology ; | 3379 | rdf:type owl:Ontology ; |
| 3380 | - owl:imports <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/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> ; | 3380 | + owl:imports <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production-activity> , <http://www.reportinghub.no/ep/transform/transform-helper-schema> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.epim.no/schemas/mprml/1> , <http://spinrdf.org/spin> ; |
| 3381 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 3381 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ... | ... |
-
Please register or login to post a comment