Showing
2 changed files
with
135 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,139 @@ dpr-tables:SafetyInformation | ... | @@ -4358,6 +4358,139 @@ 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:resultVariables ([ sp:varName "facilityName"^^xsd:string | ||
| 4368 | + ] [ sp:varName "definingType"^^xsd:string | ||
| 4369 | + ] [ sp:varName "duration"^^xsd:string | ||
| 4370 | + ]) ; | ||
| 4371 | + sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | ||
| 4372 | + sp:predicate rdf:type ; | ||
| 4373 | + sp:subject | ||
| 4374 | + [ sp:varName "report"^^xsd:string | ||
| 4375 | + ] | ||
| 4376 | + ] [ sp:object | ||
| 4377 | + [ sp:varName "productionReport"^^xsd:string | ||
| 4378 | + ] ; | ||
| 4379 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 4380 | + sp:subject | ||
| 4381 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4382 | + ] | ||
| 4383 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationReport> ; | ||
| 4384 | + sp:predicate rdf:type ; | ||
| 4385 | + sp:subject | ||
| 4386 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4387 | + ] | ||
| 4388 | + ] [ sp:object | ||
| 4389 | + [ sp:varName "temporalPartOfFacility"^^xsd:string | ||
| 4390 | + ] ; | ||
| 4391 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 4392 | + sp:subject | ||
| 4393 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4394 | + ] | ||
| 4395 | + ] [ sp:object | ||
| 4396 | + [ sp:varName "productionFacility"^^xsd:string | ||
| 4397 | + ] ; | ||
| 4398 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4399 | + sp:subject | ||
| 4400 | + [ sp:varName "temporalPartOfFacility"^^xsd:string | ||
| 4401 | + ] | ||
| 4402 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/facility#Field> ; | ||
| 4403 | + sp:predicate rdf:type ; | ||
| 4404 | + sp:subject | ||
| 4405 | + [ sp:varName "productionFacility"^^xsd:string | ||
| 4406 | + ] | ||
| 4407 | + ] [ sp:object | ||
| 4408 | + [ sp:varName "facilityName"^^xsd:string | ||
| 4409 | + ] ; | ||
| 4410 | + sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 4411 | + sp:subject | ||
| 4412 | + [ sp:varName "productionFacility"^^xsd:string | ||
| 4413 | + ] | ||
| 4414 | + ] [ sp:object | ||
| 4415 | + [ sp:varName "productionOperationReport"^^xsd:string | ||
| 4416 | + ] ; | ||
| 4417 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 4418 | + sp:subject | ||
| 4419 | + [ sp:varName "productionOperationInstallationReport"^^xsd:string | ||
| 4420 | + ] | ||
| 4421 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionOperationInstallationReport> ; | ||
| 4422 | + sp:predicate rdf:type ; | ||
| 4423 | + sp:subject | ||
| 4424 | + [ sp:varName "productionOperationInstallationReport"^^xsd:string | ||
| 4425 | + ] | ||
| 4426 | + ] [ sp:object | ||
| 4427 | + [ sp:varName "installationPart"^^xsd:string | ||
| 4428 | + ] ; | ||
| 4429 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 4430 | + sp:subject | ||
| 4431 | + [ sp:varName "productionOperationInstallationReport"^^xsd:string | ||
| 4432 | + ] | ||
| 4433 | + ] [ sp:object | ||
| 4434 | + [ sp:varName "installationPart"^^xsd:string | ||
| 4435 | + ] ; | ||
| 4436 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#onProductionFacility> ; | ||
| 4437 | + sp:subject | ||
| 4438 | + [ sp:varName "productionOperation"^^xsd:string | ||
| 4439 | + ] | ||
| 4440 | + ] [ sp:object | ||
| 4441 | + [ sp:varName "lastPart"^^xsd:string | ||
| 4442 | + ] ; | ||
| 4443 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#hasLastPartOfTypeRemainingActivityPair> ; | ||
| 4444 | + sp:subject | ||
| 4445 | + [ sp:varName "productionOperation"^^xsd:string | ||
| 4446 | + ] | ||
| 4447 | + ] [ sp:object | ||
| 4448 | + [ sp:varName "lastPartDefiningType"^^xsd:string | ||
| 4449 | + ] ; | ||
| 4450 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#definingType> ; | ||
| 4451 | + sp:subject | ||
| 4452 | + [ sp:varName "lastPart"^^xsd:string | ||
| 4453 | + ] | ||
| 4454 | + ] [ sp:object | ||
| 4455 | + [ sp:varName "definingType"^^xsd:string | ||
| 4456 | + ] ; | ||
| 4457 | + sp:predicate rdfs:label ; | ||
| 4458 | + sp:subject | ||
| 4459 | + [ sp:varName "lastPartDefiningType"^^xsd:string | ||
| 4460 | + ] | ||
| 4461 | + ] [ rdf:type sp:Optional ; | ||
| 4462 | + sp:elements ([ sp:object | ||
| 4463 | + [ sp:varName "remainingActivity"^^xsd:string | ||
| 4464 | + ] ; | ||
| 4465 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#remainingActivity> ; | ||
| 4466 | + sp:subject | ||
| 4467 | + [ sp:varName "lastPart"^^xsd:string | ||
| 4468 | + ] | ||
| 4469 | + ] [ sp:object | ||
| 4470 | + [ sp:varName "remainingActivityType"^^xsd:string | ||
| 4471 | + ] ; | ||
| 4472 | + sp:predicate rdf:type ; | ||
| 4473 | + sp:subject | ||
| 4474 | + [ sp:varName "remainingActivity"^^xsd:string | ||
| 4475 | + ] | ||
| 4476 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ; | ||
| 4477 | + sp:predicate rdf:type ; | ||
| 4478 | + sp:subject | ||
| 4479 | + [ sp:varName "remainingActivityType"^^xsd:string | ||
| 4480 | + ] | ||
| 4481 | + ] [ sp:object | ||
| 4482 | + [ sp:varName "duration"^^xsd:string | ||
| 4483 | + ] ; | ||
| 4484 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#day> ; | ||
| 4485 | + sp:subject | ||
| 4486 | + [ sp:varName "remainingActivityType"^^xsd:string | ||
| 4487 | + ] | ||
| 4488 | + ]) | ||
| 4489 | + ]) | ||
| 4490 | + ] ; | ||
| 4491 | + rhspin:tableHeaders ("vv"^^xsd:string "ww"^^xsd:string """xx | ||
| 4492 | +yy"""^^xsd:string) . | ||
| 4493 | + | ||
| 4361 | dpr-tables:WellFluidLevelTest | 4494 | dpr-tables:WellFluidLevelTest |
| 4362 | rdf:type rhspin:TableTemplate ; | 4495 | rdf:type rhspin:TableTemplate ; |
| 4363 | rdfs:label "Well Fluid Level Test"^^xsd:string ; | 4496 | 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