Showing
2 changed files
with
232 additions
and
1 deletions
... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
19 | 19 | ||
20 | <http://www.reportinghub.no/ep/spin/dpr-tables> | 20 | <http://www.reportinghub.no/ep/spin/dpr-tables> |
21 | rdf:type owl:Ontology ; | 21 | rdf:type owl:Ontology ; |
22 | - owl:imports <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://spinrdf.org/spin> ; | 22 | + owl:imports <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/mpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/spin/1.1/lib> , <http://www.reportinghub.no/spin/rh> ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
24 | 24 | ||
25 | dpr-tables:ExportVolumes | 25 | dpr-tables:ExportVolumes |
... | @@ -4358,6 +4358,236 @@ dpr-tables:SafetyInformation | ... | @@ -4358,6 +4358,236 @@ dpr-tables:SafetyInformation |
4358 | rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string """Duration | 4358 | rhspin:tableHeaders ("Facility"^^xsd:string "Incident Type"^^xsd:string """Duration |
4359 | day"""^^xsd:string) . | 4359 | day"""^^xsd:string) . |
4360 | 4360 | ||
4361 | +dpr-tables:WeatherInformation | ||
4362 | + rdf:type rhspin:TableTemplate ; | ||
4363 | + rdfs:label "Weather Information"^^xsd:string ; | ||
4364 | + rdfs:subClassOf rhspin:DPRTableTemplates ; | ||
4365 | + spin:body | ||
4366 | + [ rdf:type sp:Select ; | ||
4367 | + sp:distinct "true"^^xsd:boolean ; | ||
4368 | + sp:resultVariables ([ sp:varName "baromPressure"^^xsd:string | ||
4369 | + ] [ sp:varName "windChill"^^xsd:string | ||
4370 | + ] [ sp:varName "cloudCeilingHeight"^^xsd:string | ||
4371 | + ] [ sp:varName "avgWaveHeight"^^xsd:string | ||
4372 | + ] [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | ||
4373 | + ] [ sp:varName "maxWaveHeight"^^xsd:string | ||
4374 | + ] [ sp:varName "description"^^xsd:string | ||
4375 | + ]) ; | ||
4376 | + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
4377 | + sp:predicate rdf:type ; | ||
4378 | + sp:subject | ||
4379 | + [ sp:varName "report"^^xsd:string | ||
4380 | + ] | ||
4381 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
4382 | + sp:predicate rdf:type ; | ||
4383 | + sp:subject | ||
4384 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
4385 | + ] | ||
4386 | + ] [ sp:object | ||
4387 | + [ sp:varName "productionReport"^^xsd:string | ||
4388 | + ] ; | ||
4389 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
4390 | + sp:subject | ||
4391 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
4392 | + ] | ||
4393 | + ] [ sp:object | ||
4394 | + [ sp:varName "installationPart"^^xsd:string | ||
4395 | + ] ; | ||
4396 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
4397 | + sp:subject | ||
4398 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
4399 | + ] | ||
4400 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ; | ||
4401 | + sp:predicate rdf:type ; | ||
4402 | + sp:subject | ||
4403 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
4404 | + ] | ||
4405 | + ] [ sp:object | ||
4406 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
4407 | + ] ; | ||
4408 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
4409 | + sp:subject | ||
4410 | + [ sp:varName "prodOpInstallRpt"^^xsd:string | ||
4411 | + ] | ||
4412 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
4413 | + sp:predicate rdf:type ; | ||
4414 | + sp:subject | ||
4415 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
4416 | + ] | ||
4417 | + ] [ sp:object | ||
4418 | + [ sp:varName "installationPart"^^xsd:string | ||
4419 | + ] ; | ||
4420 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
4421 | + sp:subject | ||
4422 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
4423 | + ] | ||
4424 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingEnvironment> ; | ||
4425 | + sp:predicate rdf:type ; | ||
4426 | + sp:subject | ||
4427 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
4428 | + ] | ||
4429 | + ] [ sp:object | ||
4430 | + [ sp:varName "surroundingEnvironment2"^^xsd:string | ||
4431 | + ] ; | ||
4432 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
4433 | + sp:subject | ||
4434 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
4435 | + ] | ||
4436 | + ] [ sp:object | ||
4437 | + [ sp:varName "description"^^xsd:string | ||
4438 | + ] ; | ||
4439 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#description> ; | ||
4440 | + sp:subject | ||
4441 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
4442 | + ] | ||
4443 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ; | ||
4444 | + sp:predicate rdf:type ; | ||
4445 | + sp:subject | ||
4446 | + [ sp:varName "surroundingAir"^^xsd:string | ||
4447 | + ] | ||
4448 | + ] [ sp:object | ||
4449 | + [ sp:varName "pressure"^^xsd:string | ||
4450 | + ] ; | ||
4451 | + sp:predicate rdf:type ; | ||
4452 | + sp:subject | ||
4453 | + [ sp:varName "surroundingAir"^^xsd:string | ||
4454 | + ] | ||
4455 | + ] [ sp:object | ||
4456 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
4457 | + ] ; | ||
4458 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
4459 | + sp:subject | ||
4460 | + [ sp:varName "surroundingAir"^^xsd:string | ||
4461 | + ] | ||
4462 | + ] [ sp:object | ||
4463 | + [ sp:varName "windChillObject"^^xsd:string | ||
4464 | + ] ; | ||
4465 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#windChillTemperature> ; | ||
4466 | + sp:subject | ||
4467 | + [ sp:varName "surroundingAir"^^xsd:string | ||
4468 | + ] | ||
4469 | + ] [ sp:object | ||
4470 | + [ sp:varName "windChill"^^xsd:string | ||
4471 | + ] ; | ||
4472 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#celsius> ; | ||
4473 | + sp:subject | ||
4474 | + [ sp:varName "windChillObject"^^xsd:string | ||
4475 | + ] | ||
4476 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ; | ||
4477 | + sp:predicate rdf:type ; | ||
4478 | + sp:subject | ||
4479 | + [ sp:varName "pressure"^^xsd:string | ||
4480 | + ] | ||
4481 | + ] [ sp:object | ||
4482 | + [ sp:varName "baromPressure"^^xsd:string | ||
4483 | + ] ; | ||
4484 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#pascal> ; | ||
4485 | + sp:subject | ||
4486 | + [ sp:varName "pressure"^^xsd:string | ||
4487 | + ] | ||
4488 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#CloudCover> ; | ||
4489 | + sp:predicate rdf:type ; | ||
4490 | + sp:subject | ||
4491 | + [ sp:varName "cloudCover"^^xsd:string | ||
4492 | + ] | ||
4493 | + ] [ sp:object | ||
4494 | + [ sp:varName "surroundingAir"^^xsd:string | ||
4495 | + ] ; | ||
4496 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
4497 | + sp:subject | ||
4498 | + [ sp:varName "cloudCover"^^xsd:string | ||
4499 | + ] | ||
4500 | + ] [ sp:object | ||
4501 | + [ sp:varName "cloudCeilingHeightObject"^^xsd:string | ||
4502 | + ] ; | ||
4503 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight> ; | ||
4504 | + sp:subject | ||
4505 | + [ sp:varName "cloudCover"^^xsd:string | ||
4506 | + ] | ||
4507 | + ] [ sp:object | ||
4508 | + [ sp:varName "cloudCeilingHeight"^^xsd:string | ||
4509 | + ] ; | ||
4510 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
4511 | + sp:subject | ||
4512 | + [ sp:varName "cloudCeilingHeightObject"^^xsd:string | ||
4513 | + ] | ||
4514 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurroundingWater> ; | ||
4515 | + sp:predicate rdf:type ; | ||
4516 | + sp:subject | ||
4517 | + [ sp:varName "surroundingWater"^^xsd:string | ||
4518 | + ] | ||
4519 | + ] [ sp:object | ||
4520 | + [ sp:varName "surroundingEnvironment1"^^xsd:string | ||
4521 | + ] ; | ||
4522 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
4523 | + sp:subject | ||
4524 | + [ sp:varName "surroundingWater"^^xsd:string | ||
4525 | + ] | ||
4526 | + ] [ sp:object | ||
4527 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
4528 | + ] ; | ||
4529 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasFeature> ; | ||
4530 | + sp:subject | ||
4531 | + [ sp:varName "surroundingWater"^^xsd:string | ||
4532 | + ] | ||
4533 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ; | ||
4534 | + sp:predicate rdf:type ; | ||
4535 | + sp:subject | ||
4536 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
4537 | + ] | ||
4538 | + ] [ sp:object | ||
4539 | + [ sp:varName "avgWaveHeightObject"^^xsd:string | ||
4540 | + ] ; | ||
4541 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageWaveHeight> ; | ||
4542 | + sp:subject | ||
4543 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
4544 | + ] | ||
4545 | + ] [ sp:object | ||
4546 | + [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
4547 | + ] ; | ||
4548 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight> ; | ||
4549 | + sp:subject | ||
4550 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
4551 | + ] | ||
4552 | + ] [ sp:object | ||
4553 | + [ sp:varName "maxWaveHeightObject"^^xsd:string | ||
4554 | + ] ; | ||
4555 | + sp:predicate <http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight> ; | ||
4556 | + sp:subject | ||
4557 | + [ sp:varName "surfaceWaves"^^xsd:string | ||
4558 | + ] | ||
4559 | + ] [ sp:object | ||
4560 | + [ sp:varName "avgWaveHeight"^^xsd:string | ||
4561 | + ] ; | ||
4562 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
4563 | + sp:subject | ||
4564 | + [ sp:varName "avgWaveHeightObject"^^xsd:string | ||
4565 | + ] | ||
4566 | + ] [ sp:object | ||
4567 | + [ sp:varName "maxWaveHeight"^^xsd:string | ||
4568 | + ] ; | ||
4569 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
4570 | + sp:subject | ||
4571 | + [ sp:varName "maxWaveHeightObject"^^xsd:string | ||
4572 | + ] | ||
4573 | + ] [ sp:object | ||
4574 | + [ sp:varName "avgHighest3rdWaveHeight"^^xsd:string | ||
4575 | + ] ; | ||
4576 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#metre> ; | ||
4577 | + sp:subject | ||
4578 | + [ sp:varName "avgHighest3rdWaveHeightObject"^^xsd:string | ||
4579 | + ] | ||
4580 | + ]) | ||
4581 | + ] ; | ||
4582 | + rhspin:tableHeaders ("""Barometric | ||
4583 | +Pressure (Pa)"""^^xsd:string """Wind | ||
4584 | +Chill (c)"""^^xsd:string """Cloud Ceiling | ||
4585 | +Height (m)"""^^xsd:string """Average Wave | ||
4586 | +Height (m)"""^^xsd:string """Average Third | ||
4587 | +Highest Wave | ||
4588 | +Height (m)"""^^xsd:string """Maximum Wave | ||
4589 | +Height (m)"""^^xsd:string "Comments"^^xsd:string) . | ||
4590 | + | ||
4361 | dpr-tables:WellFluidLevelTest | 4591 | dpr-tables:WellFluidLevelTest |
4362 | rdf:type rhspin:TableTemplate ; | 4592 | rdf:type rhspin:TableTemplate ; |
4363 | rdfs:label "Well Fluid Level Test"^^xsd:string ; | 4593 | rdfs:label "Well Fluid Level Test"^^xsd:string ; | ... | ... |
... | @@ -56,6 +56,7 @@ WHERE { | ... | @@ -56,6 +56,7 @@ WHERE { |
56 | 56 | ||
57 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> | 57 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:HSEInformation" /> |
58 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> | 58 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:SafetyInformation" /> |
59 | + <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:WeatherInformation" /> | ||
59 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> | 60 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:OperationInformation" /> |
60 | 61 | ||
61 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> | 62 | <dprswp:Table arg:report="{= ?report }" arg:template="dpr-tables:ProductionOperationActivity" /> | ... | ... |
-
Please register or login to post a comment