Showing
3 changed files
with
603 additions
and
665 deletions
| ... | @@ -55,7 +55,7 @@ mpr-tables:Cargo | ... | @@ -55,7 +55,7 @@ mpr-tables:Cargo |
| 55 | ] ; | 55 | ] ; |
| 56 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ; | 56 | sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ; |
| 57 | sp:subject | 57 | sp:subject |
| 58 | - [ sp:varName "productionReport"^^xsd:string | 58 | + [ sp:varName "report"^^xsd:string |
| 59 | ] | 59 | ] |
| 60 | ] [ sp:object | 60 | ] [ sp:object |
| 61 | [ sp:varName "productionFlowWhole"^^xsd:string | 61 | [ sp:varName "productionFlowWhole"^^xsd:string |
| ... | @@ -95,13 +95,6 @@ mpr-tables:Cargo | ... | @@ -95,13 +95,6 @@ mpr-tables:Cargo |
| 95 | sp:subject | 95 | sp:subject |
| 96 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | 96 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string |
| 97 | ] | 97 | ] |
| 98 | - ] [ sp:object | ||
| 99 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 100 | - ] ; | ||
| 101 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 102 | - sp:subject | ||
| 103 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 104 | - ] | ||
| 105 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ; | 98 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#PhysicalThingDuringOneMonth> ; |
| 106 | sp:predicate rdf:type ; | 99 | sp:predicate rdf:type ; |
| 107 | sp:subject | 100 | sp:subject |
| ... | @@ -172,11 +165,23 @@ mpr-tables:Cargo | ... | @@ -172,11 +165,23 @@ mpr-tables:Cargo |
| 172 | [ sp:varName "volumeOfMovedProduct"^^xsd:string | 165 | [ sp:varName "volumeOfMovedProduct"^^xsd:string |
| 173 | ] | 166 | ] |
| 174 | ] [ sp:object | 167 | ] [ sp:object |
| 168 | + [ sp:varName "volumeOfMovedProduct"^^xsd:string | ||
| 169 | + ] ; | ||
| 170 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 171 | + sp:subject | ||
| 172 | + [ sp:varName "stateOfMovedProduct"^^xsd:string | ||
| 173 | + ] | ||
| 174 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/core#MeasuredState> ; | ||
| 175 | + sp:predicate rdf:type ; | ||
| 176 | + sp:subject | ||
| 177 | + [ sp:varName "stateOfMovedProduct"^^xsd:string | ||
| 178 | + ] | ||
| 179 | + ] [ sp:object | ||
| 175 | [ sp:varName "volumeQuantity"^^xsd:string | 180 | [ sp:varName "volumeQuantity"^^xsd:string |
| 176 | ] ; | 181 | ] ; |
| 177 | sp:predicate rdf:type ; | 182 | sp:predicate rdf:type ; |
| 178 | sp:subject | 183 | sp:subject |
| 179 | - [ sp:varName "volumeOfMovedProduct"^^xsd:string | 184 | + [ sp:varName "stateOfMovedProduct"^^xsd:string |
| 180 | ] | 185 | ] |
| 181 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | 186 | ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; |
| 182 | sp:predicate rdf:type ; | 187 | sp:predicate rdf:type ; |
| ... | @@ -444,6 +449,63 @@ mpr-tables:Cargo | ... | @@ -444,6 +449,63 @@ mpr-tables:Cargo |
| 444 | [ sp:varName "shipper"^^xsd:string | 449 | [ sp:varName "shipper"^^xsd:string |
| 445 | ] | 450 | ] |
| 446 | ]) | 451 | ]) |
| 452 | + ] [ rdf:type sp:Optional ; | ||
| 453 | + sp:elements ([ sp:object | ||
| 454 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 455 | + ] ; | ||
| 456 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#hasPart> ; | ||
| 457 | + sp:subject | ||
| 458 | + [ sp:varName "movementOfProduct"^^xsd:string | ||
| 459 | + ] | ||
| 460 | + ] [ sp:object <http://www.reportinghub.no/ep/schema/production-activity#IssueBillOfLading> ; | ||
| 461 | + sp:predicate rdf:type ; | ||
| 462 | + sp:subject | ||
| 463 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 464 | + ] | ||
| 465 | + ] [ sp:object | ||
| 466 | + [ sp:varName "billOfLadingDate"^^xsd:string | ||
| 467 | + ] ; | ||
| 468 | + sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ; | ||
| 469 | + sp:subject | ||
| 470 | + [ sp:varName "billOfLading"^^xsd:string | ||
| 471 | + ] | ||
| 472 | + ]) | ||
| 473 | + ] [ rdf:type sp:Optional ; | ||
| 474 | + sp:elements ([ sp:object | ||
| 475 | + [ sp:varName "destination"^^xsd:string | ||
| 476 | + ] ; | ||
| 477 | + sp:predicate <http://www.reportinghub.no/ep/schema/production-activity#destination> ; | ||
| 478 | + sp:subject | ||
| 479 | + [ sp:varName "movementOfProduct"^^xsd:string | ||
| 480 | + ] | ||
| 481 | + ] [ rdf:type sp:TriplePath ; | ||
| 482 | + sp:object | ||
| 483 | + [ sp:varName "destinationName"^^xsd:string | ||
| 484 | + ] ; | ||
| 485 | + sp:path [ rdf:type sp:AltPath ; | ||
| 486 | + sp:path1 <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 487 | + sp:path2 <http://www.reportinghub.no/ep/schema/core#name> | ||
| 488 | + ] ; | ||
| 489 | + sp:subject | ||
| 490 | + [ sp:varName "destination"^^xsd:string | ||
| 491 | + ] | ||
| 492 | + ] [ rdf:type sp:Optional ; | ||
| 493 | + sp:elements ([ sp:object | ||
| 494 | + [ sp:varName "country"^^xsd:string | ||
| 495 | + ] ; | ||
| 496 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#spatialPartOf> ; | ||
| 497 | + sp:subject | ||
| 498 | + [ sp:varName "destination"^^xsd:string | ||
| 499 | + ] | ||
| 500 | + ] [ sp:object | ||
| 501 | + [ sp:varName "countryName"^^xsd:string | ||
| 502 | + ] ; | ||
| 503 | + sp:predicate <http://www.reportinghub.no/ep/schema/core#name> ; | ||
| 504 | + sp:subject | ||
| 505 | + [ sp:varName "country"^^xsd:string | ||
| 506 | + ] | ||
| 507 | + ]) | ||
| 508 | + ]) | ||
| 447 | ]) | 509 | ]) |
| 448 | ] ; | 510 | ] ; |
| 449 | rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . | 511 | rhspin:tableHeaders ("Facility"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Flow type"^^xsd:string "Movement Type"^^xsd:string "Cargo Number"^^xsd:string "Cargo Batch"^^xsd:string "Bill of Lading"^^xsd:string "Volume"^^xsd:string "Mass"^^xsd:string "Density"^^xsd:string "Shipper"^^xsd:string "Destination"^^xsd:string "Country"^^xsd:string "Owner"^^xsd:string "Share"^^xsd:string) . |
| ... | @@ -4276,49 +4338,14 @@ mpr-tables:WellProductionFlows | ... | @@ -4276,49 +4338,14 @@ mpr-tables:WellProductionFlows |
| 4276 | ] [ sp:varName "volumeValueString"^^xsd:string | 4338 | ] [ sp:varName "volumeValueString"^^xsd:string |
| 4277 | ] [ sp:varName "dayValue"^^xsd:string | 4339 | ] [ sp:varName "dayValue"^^xsd:string |
| 4278 | ] [ sp:varName "definitionTypeName"^^xsd:string | 4340 | ] [ sp:varName "definitionTypeName"^^xsd:string |
| 4279 | - ] [ sp:varName "definitionSubTypeName"^^xsd:string | ||
| 4280 | ] [ sp:varName "grossOrNet"^^xsd:string | 4341 | ] [ sp:varName "grossOrNet"^^xsd:string |
| 4281 | ]) ; | 4342 | ]) ; |
| 4282 | - sp:where ([ sp:object <http://www.reportinghub.no/ep/schema/report#ProductionReport> ; | 4343 | + sp:where ([ sp:object |
| 4283 | - sp:predicate rdf:type ; | ||
| 4284 | - sp:subject | ||
| 4285 | - [ sp:varName "productionReport"^^xsd:string | ||
| 4286 | - ] | ||
| 4287 | - ] [ sp:object | ||
| 4288 | - [ sp:varName "productionReport"^^xsd:string | ||
| 4289 | - ] ; | ||
| 4290 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#partOf> ; | ||
| 4291 | - sp:subject | ||
| 4292 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 4293 | - ] | ||
| 4294 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/report#ProductVolumeReport> ; | ||
| 4295 | - sp:predicate rdf:type ; | ||
| 4296 | - sp:subject | ||
| 4297 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 4298 | - ] | ||
| 4299 | - ] [ sp:object | ||
| 4300 | - [ sp:varName "productionFlowNetwork"^^xsd:string | ||
| 4301 | - ] ; | ||
| 4302 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportOn> ; | ||
| 4303 | - sp:subject | ||
| 4304 | - [ sp:varName "productVolumeReport"^^xsd:string | ||
| 4305 | - ] | ||
| 4306 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowNetwork> ; | ||
| 4307 | - sp:predicate rdf:type ; | ||
| 4308 | - sp:subject | ||
| 4309 | - [ sp:varName "productionFlowNetwork"^^xsd:string | ||
| 4310 | - ] | ||
| 4311 | - ] [ sp:object | ||
| 4312 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | 4344 | [ sp:varName "productionFlowInReportingPeriod"^^xsd:string |
| 4313 | ] ; | 4345 | ] ; |
| 4314 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ; | 4346 | + sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ; |
| 4315 | - sp:subject | ||
| 4316 | - [ sp:varName "productionFlowNetwork"^^xsd:string | ||
| 4317 | - ] | ||
| 4318 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlow> ; | ||
| 4319 | - sp:predicate rdf:type ; | ||
| 4320 | sp:subject | 4347 | sp:subject |
| 4321 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | 4348 | + [ sp:varName "productionReport"^^xsd:string |
| 4322 | ] | 4349 | ] |
| 4323 | ] [ sp:object | 4350 | ] [ sp:object |
| 4324 | [ sp:varName "productionFlowWhole"^^xsd:string | 4351 | [ sp:varName "productionFlowWhole"^^xsd:string |
| ... | @@ -4627,621 +4654,6 @@ mpr-tables:WellProductionFlows | ... | @@ -4627,621 +4654,6 @@ mpr-tables:WellProductionFlows |
| 4627 | ]) | 4654 | ]) |
| 4628 | ]) | 4655 | ]) |
| 4629 | ] ; | 4656 | ] ; |
| 4630 | - rhspin:tableHeaders ("Wellbore"^^xsd:string "Status"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Day"^^xsd:string "Flow type"^^xsd:string "Flow subtype"^^xsd:string "Gross/Net"^^xsd:string) . | ||
| 4631 | - | ||
| 4632 | -mpr-tables:WellProductionFlows_1 | ||
| 4633 | - rdf:type rhspin:TableTemplate ; | ||
| 4634 | - rdfs:label "Well Production 1"^^xsd:string ; | ||
| 4635 | - rdfs:subClassOf rhspin:MPRGTableTemplates ; | ||
| 4636 | - spin:body | ||
| 4637 | - [ rdf:type sp:Select ; | ||
| 4638 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | ||
| 4639 | - ] [ sp:varName "purposeTypeName"^^xsd:string | ||
| 4640 | - ] [ sp:varName "materialTypeName"^^xsd:string | ||
| 4641 | - ]) ; | ||
| 4642 | - sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | ||
| 4643 | - ] [ sp:varName "wellStatus"^^xsd:string | ||
| 4644 | - ] [ sp:varName "purposeTypeName"^^xsd:string | ||
| 4645 | - ] [ sp:varName "materialTypeName"^^xsd:string | ||
| 4646 | - ] [ sp:varName "volumeValueString"^^xsd:string | ||
| 4647 | - ] [ sp:varName "dayValue"^^xsd:string | ||
| 4648 | - ] [ sp:varName "definitionTypeName"^^xsd:string | ||
| 4649 | - ] [ sp:varName "grossOrNet"^^xsd:string | ||
| 4650 | - ]) ; | ||
| 4651 | - sp:where ([ sp:object | ||
| 4652 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 4653 | - ] ; | ||
| 4654 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ; | ||
| 4655 | - sp:subject | ||
| 4656 | - [ sp:varName "productionReport"^^xsd:string | ||
| 4657 | - ] | ||
| 4658 | - ] [ sp:object | ||
| 4659 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4660 | - ] ; | ||
| 4661 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4662 | - sp:subject | ||
| 4663 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 4664 | - ] | ||
| 4665 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | ||
| 4666 | - sp:predicate rdf:type ; | ||
| 4667 | - sp:subject | ||
| 4668 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4669 | - ] | ||
| 4670 | - ] [ rdf:type sp:Filter ; | ||
| 4671 | - sp:expression | ||
| 4672 | - [ rdf:type sp:notExists ; | ||
| 4673 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ; | ||
| 4674 | - sp:predicate rdf:type ; | ||
| 4675 | - sp:subject | ||
| 4676 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4677 | - ] | ||
| 4678 | - ]) | ||
| 4679 | - ] | ||
| 4680 | - ] [ rdf:type sp:Filter ; | ||
| 4681 | - sp:expression | ||
| 4682 | - [ rdf:type sp:notExists ; | ||
| 4683 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ; | ||
| 4684 | - sp:predicate rdf:type ; | ||
| 4685 | - sp:subject | ||
| 4686 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4687 | - ] | ||
| 4688 | - ]) | ||
| 4689 | - ] | ||
| 4690 | - ] [ rdf:type sp:Filter ; | ||
| 4691 | - sp:expression | ||
| 4692 | - [ rdf:type sp:notExists ; | ||
| 4693 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ; | ||
| 4694 | - sp:predicate rdf:type ; | ||
| 4695 | - sp:subject | ||
| 4696 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4697 | - ] | ||
| 4698 | - ]) | ||
| 4699 | - ] | ||
| 4700 | - ] [ sp:object | ||
| 4701 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 4702 | - ] ; | ||
| 4703 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 4704 | - sp:subject | ||
| 4705 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4706 | - ] | ||
| 4707 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 4708 | - sp:predicate rdf:type ; | ||
| 4709 | - sp:subject | ||
| 4710 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 4711 | - ] | ||
| 4712 | - ] [ sp:object | ||
| 4713 | - [ sp:varName "facilityName"^^xsd:string | ||
| 4714 | - ] ; | ||
| 4715 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 4716 | - sp:subject | ||
| 4717 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 4718 | - ] | ||
| 4719 | - ] [ sp:object | ||
| 4720 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 4721 | - ] ; | ||
| 4722 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ; | ||
| 4723 | - sp:subject | ||
| 4724 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 4725 | - ] | ||
| 4726 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlow> ; | ||
| 4727 | - sp:predicate rdf:type ; | ||
| 4728 | - sp:subject | ||
| 4729 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 4730 | - ] | ||
| 4731 | - ] [ sp:object | ||
| 4732 | - [ sp:varName "productFlowInMonthMaterial"^^xsd:string | ||
| 4733 | - ] ; | ||
| 4734 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#materialThatFlows> ; | ||
| 4735 | - sp:subject | ||
| 4736 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 4737 | - ] | ||
| 4738 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
| 4739 | - sp:predicate rdf:type ; | ||
| 4740 | - sp:subject | ||
| 4741 | - [ sp:varName "productFlowInMonthMaterial"^^xsd:string | ||
| 4742 | - ] | ||
| 4743 | - ] [ sp:object | ||
| 4744 | - [ sp:varName "productFlowInMonthMaterial"^^xsd:string | ||
| 4745 | - ] ; | ||
| 4746 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4747 | - sp:subject | ||
| 4748 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 4749 | - ] | ||
| 4750 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterial> ; | ||
| 4751 | - sp:predicate rdf:type ; | ||
| 4752 | - sp:subject | ||
| 4753 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 4754 | - ] | ||
| 4755 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#QuantityOfMaterialInASpecifiedState> ; | ||
| 4756 | - sp:predicate rdf:type ; | ||
| 4757 | - sp:subject | ||
| 4758 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 4759 | - ] | ||
| 4760 | - ] [ rdf:type sp:Optional ; | ||
| 4761 | - sp:elements ([ sp:object | ||
| 4762 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 4763 | - ] ; | ||
| 4764 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4765 | - sp:subject | ||
| 4766 | - [ sp:varName "producingWell"^^xsd:string | ||
| 4767 | - ] | ||
| 4768 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#ProducingWell> ; | ||
| 4769 | - sp:predicate rdf:type ; | ||
| 4770 | - sp:subject | ||
| 4771 | - [ sp:varName "producingWell"^^xsd:string | ||
| 4772 | - ] | ||
| 4773 | - ] [ sp:object | ||
| 4774 | - [ sp:varName "duration"^^xsd:string | ||
| 4775 | - ] ; | ||
| 4776 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#operatingTime> ; | ||
| 4777 | - sp:subject | ||
| 4778 | - [ sp:varName "producingWell"^^xsd:string | ||
| 4779 | - ] | ||
| 4780 | - ] [ sp:object | ||
| 4781 | - [ sp:varName "dayValue"^^xsd:string | ||
| 4782 | - ] ; | ||
| 4783 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#day> ; | ||
| 4784 | - sp:subject | ||
| 4785 | - [ sp:varName "duration"^^xsd:string | ||
| 4786 | - ] | ||
| 4787 | - ]) | ||
| 4788 | - ] [ rdf:type sp:Optional ; | ||
| 4789 | - sp:elements ([ sp:object | ||
| 4790 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 4791 | - ] ; | ||
| 4792 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4793 | - sp:subject | ||
| 4794 | - [ sp:varName "producingWell"^^xsd:string | ||
| 4795 | - ] | ||
| 4796 | - ] [ sp:object | ||
| 4797 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 4798 | - ] ; | ||
| 4799 | - sp:predicate rdf:type ; | ||
| 4800 | - sp:subject | ||
| 4801 | - [ sp:varName "producingWell"^^xsd:string | ||
| 4802 | - ] | ||
| 4803 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#WellStatusType> ; | ||
| 4804 | - sp:predicate rdf:type ; | ||
| 4805 | - sp:subject | ||
| 4806 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 4807 | - ] | ||
| 4808 | - ] [ sp:object | ||
| 4809 | - [ sp:varName "wellStatus"^^xsd:string | ||
| 4810 | - ] ; | ||
| 4811 | - sp:predicate rdfs:label ; | ||
| 4812 | - sp:subject | ||
| 4813 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 4814 | - ] | ||
| 4815 | - ]) | ||
| 4816 | - ] [ rdf:type sp:Optional ; | ||
| 4817 | - sp:elements ([ sp:object | ||
| 4818 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 4819 | - ] ; | ||
| 4820 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4821 | - sp:subject | ||
| 4822 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
| 4823 | - ] | ||
| 4824 | - ] [ sp:object | ||
| 4825 | - [ sp:varName "stateVolume"^^xsd:string | ||
| 4826 | - ] ; | ||
| 4827 | - sp:predicate rdf:type ; | ||
| 4828 | - sp:subject | ||
| 4829 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
| 4830 | - ] | ||
| 4831 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 4832 | - sp:predicate rdf:type ; | ||
| 4833 | - sp:subject | ||
| 4834 | - [ sp:varName "stateVolume"^^xsd:string | ||
| 4835 | - ] | ||
| 4836 | - ] [ rdf:type sp:Bind ; | ||
| 4837 | - sp:expression | ||
| 4838 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 4839 | - sp:arg1 [ sp:varName "stateVolume"^^xsd:string | ||
| 4840 | - ] | ||
| 4841 | - ] ; | ||
| 4842 | - sp:variable | ||
| 4843 | - [ sp:varName "volumeValueString"^^xsd:string | ||
| 4844 | - ] | ||
| 4845 | - ]) | ||
| 4846 | - ] [ sp:object | ||
| 4847 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 4848 | - ] ; | ||
| 4849 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4850 | - sp:subject | ||
| 4851 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 4852 | - ] | ||
| 4853 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ; | ||
| 4854 | - sp:predicate rdf:type ; | ||
| 4855 | - sp:subject | ||
| 4856 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 4857 | - ] | ||
| 4858 | - ] [ rdf:type sp:Optional ; | ||
| 4859 | - sp:elements ([ sp:object | ||
| 4860 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 4861 | - ] ; | ||
| 4862 | - sp:predicate rdf:type ; | ||
| 4863 | - sp:subject | ||
| 4864 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4865 | - ] | ||
| 4866 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; | ||
| 4867 | - sp:predicate rdf:type ; | ||
| 4868 | - sp:subject | ||
| 4869 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 4870 | - ] | ||
| 4871 | - ] [ sp:object | ||
| 4872 | - [ sp:varName "purposeTypeName"^^xsd:string | ||
| 4873 | - ] ; | ||
| 4874 | - sp:predicate rdfs:label ; | ||
| 4875 | - sp:subject | ||
| 4876 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 4877 | - ] | ||
| 4878 | - ]) | ||
| 4879 | - ] [ rdf:type sp:Optional ; | ||
| 4880 | - sp:elements ([ sp:object | ||
| 4881 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 4882 | - ] ; | ||
| 4883 | - sp:predicate rdf:type ; | ||
| 4884 | - sp:subject | ||
| 4885 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 4886 | - ] | ||
| 4887 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlowGrossOrNetType> ; | ||
| 4888 | - sp:predicate rdf:type ; | ||
| 4889 | - sp:subject | ||
| 4890 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 4891 | - ] | ||
| 4892 | - ] [ sp:object | ||
| 4893 | - [ sp:varName "grossOrNet"^^xsd:string | ||
| 4894 | - ] ; | ||
| 4895 | - sp:predicate rdfs:label ; | ||
| 4896 | - sp:subject | ||
| 4897 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 4898 | - ] | ||
| 4899 | - ]) | ||
| 4900 | - ] [ rdf:type sp:Optional ; | ||
| 4901 | - sp:elements ([ sp:object | ||
| 4902 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 4903 | - ] ; | ||
| 4904 | - sp:predicate rdf:type ; | ||
| 4905 | - sp:subject | ||
| 4906 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 4907 | - ] | ||
| 4908 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | ||
| 4909 | - sp:predicate rdf:type ; | ||
| 4910 | - sp:subject | ||
| 4911 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 4912 | - ] | ||
| 4913 | - ] [ sp:object | ||
| 4914 | - [ sp:varName "materialTypeName"^^xsd:string | ||
| 4915 | - ] ; | ||
| 4916 | - sp:predicate rdfs:label ; | ||
| 4917 | - sp:subject | ||
| 4918 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 4919 | - ] | ||
| 4920 | - ]) | ||
| 4921 | - ] [ rdf:type sp:Optional ; | ||
| 4922 | - sp:elements ([ sp:object | ||
| 4923 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 4924 | - ] ; | ||
| 4925 | - sp:predicate rdf:type ; | ||
| 4926 | - sp:subject | ||
| 4927 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4928 | - ] | ||
| 4929 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; | ||
| 4930 | - sp:predicate rdf:type ; | ||
| 4931 | - sp:subject | ||
| 4932 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 4933 | - ] | ||
| 4934 | - ] [ sp:object | ||
| 4935 | - [ sp:varName "definitionTypeName"^^xsd:string | ||
| 4936 | - ] ; | ||
| 4937 | - sp:predicate rdfs:label ; | ||
| 4938 | - sp:subject | ||
| 4939 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 4940 | - ] | ||
| 4941 | - ]) | ||
| 4942 | - ] [ rdf:type sp:Optional ; | ||
| 4943 | - sp:elements ([ sp:object | ||
| 4944 | - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string | ||
| 4945 | - ] ; | ||
| 4946 | - sp:predicate rdf:type ; | ||
| 4947 | - sp:subject | ||
| 4948 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 4949 | - ] | ||
| 4950 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionSubType> ; | ||
| 4951 | - sp:predicate rdf:type ; | ||
| 4952 | - sp:subject | ||
| 4953 | - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string | ||
| 4954 | - ] | ||
| 4955 | - ] [ sp:object | ||
| 4956 | - [ sp:varName "definitionSubTypeName"^^xsd:string | ||
| 4957 | - ] ; | ||
| 4958 | - sp:predicate rdfs:label ; | ||
| 4959 | - sp:subject | ||
| 4960 | - [ sp:varName "productionFlowDefinitionSubType"^^xsd:string | ||
| 4961 | - ] | ||
| 4962 | - ]) | ||
| 4963 | - ]) | ||
| 4964 | - ] ; | ||
| 4965 | - rhspin:tableHeaders ("Wellbore"^^xsd:string "Status"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Day"^^xsd:string "Flow type"^^xsd:string "Gross/Net"^^xsd:string) . | ||
| 4966 | - | ||
| 4967 | -mpr-tables:WellProductionFlows_2 | ||
| 4968 | - rdf:type rhspin:TableTemplate ; | ||
| 4969 | - rdfs:label "Well Production 2"^^xsd:string ; | ||
| 4970 | - rdfs:subClassOf rhspin:MPRGTableTemplates ; | ||
| 4971 | - spin:body | ||
| 4972 | - [ rdf:type sp:Select ; | ||
| 4973 | - sp:orderBy ([ sp:varName "facilityName"^^xsd:string | ||
| 4974 | - ] [ sp:varName "purposeTypeName"^^xsd:string | ||
| 4975 | - ] [ sp:varName "materialTypeName"^^xsd:string | ||
| 4976 | - ]) ; | ||
| 4977 | - sp:resultVariables ([ sp:varName "facilityName"^^xsd:string | ||
| 4978 | - ] [ sp:varName "wellStatus"^^xsd:string | ||
| 4979 | - ] [ sp:varName "purposeTypeName"^^xsd:string | ||
| 4980 | - ] [ sp:varName "materialTypeName"^^xsd:string | ||
| 4981 | - ] [ sp:varName "volumeValueString"^^xsd:string | ||
| 4982 | - ] [ sp:varName "dayValue"^^xsd:string | ||
| 4983 | - ] [ sp:varName "definitionTypeName"^^xsd:string | ||
| 4984 | - ] [ sp:varName "grossOrNet"^^xsd:string | ||
| 4985 | - ]) ; | ||
| 4986 | - sp:where ([ sp:object | ||
| 4987 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 4988 | - ] ; | ||
| 4989 | - sp:predicate <http://www.reportinghub.no/ep/schema/report#reportsOnFlow> ; | ||
| 4990 | - sp:subject | ||
| 4991 | - [ sp:varName "productionReport"^^xsd:string | ||
| 4992 | - ] | ||
| 4993 | - ] [ sp:object | ||
| 4994 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 4995 | - ] ; | ||
| 4996 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 4997 | - sp:subject | ||
| 4998 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 4999 | - ] | ||
| 5000 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductionFlow> ; | ||
| 5001 | - sp:predicate rdf:type ; | ||
| 5002 | - sp:subject | ||
| 5003 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5004 | - ] | ||
| 5005 | - ] [ rdf:type sp:Filter ; | ||
| 5006 | - sp:expression | ||
| 5007 | - [ rdf:type sp:notExists ; | ||
| 5008 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#SaleableFlow> ; | ||
| 5009 | - sp:predicate rdf:type ; | ||
| 5010 | - sp:subject | ||
| 5011 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5012 | - ] | ||
| 5013 | - ]) | ||
| 5014 | - ] | ||
| 5015 | - ] [ rdf:type sp:Filter ; | ||
| 5016 | - sp:expression | ||
| 5017 | - [ rdf:type sp:notExists ; | ||
| 5018 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#HydrocarbonAccountingFlow> ; | ||
| 5019 | - sp:predicate rdf:type ; | ||
| 5020 | - sp:subject | ||
| 5021 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5022 | - ] | ||
| 5023 | - ]) | ||
| 5024 | - ] | ||
| 5025 | - ] [ rdf:type sp:Filter ; | ||
| 5026 | - sp:expression | ||
| 5027 | - [ rdf:type sp:notExists ; | ||
| 5028 | - sp:elements ([ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowToSale> ; | ||
| 5029 | - sp:predicate rdf:type ; | ||
| 5030 | - sp:subject | ||
| 5031 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5032 | - ] | ||
| 5033 | - ]) | ||
| 5034 | - ] | ||
| 5035 | - ] [ sp:object | ||
| 5036 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 5037 | - ] ; | ||
| 5038 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#flowIntoOrOutOf> ; | ||
| 5039 | - sp:subject | ||
| 5040 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5041 | - ] | ||
| 5042 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ; | ||
| 5043 | - sp:predicate rdf:type ; | ||
| 5044 | - sp:subject | ||
| 5045 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 5046 | - ] | ||
| 5047 | - ] [ sp:object | ||
| 5048 | - [ sp:varName "facilityName"^^xsd:string | ||
| 5049 | - ] ; | ||
| 5050 | - sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ; | ||
| 5051 | - sp:subject | ||
| 5052 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 5053 | - ] | ||
| 5054 | - ] [ rdf:type sp:Optional ; | ||
| 5055 | - sp:elements ([ sp:object | ||
| 5056 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 5057 | - ] ; | ||
| 5058 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 5059 | - sp:subject | ||
| 5060 | - [ sp:varName "producingWell"^^xsd:string | ||
| 5061 | - ] | ||
| 5062 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#ProducingWell> ; | ||
| 5063 | - sp:predicate rdf:type ; | ||
| 5064 | - sp:subject | ||
| 5065 | - [ sp:varName "producingWell"^^xsd:string | ||
| 5066 | - ] | ||
| 5067 | - ] [ sp:object | ||
| 5068 | - [ sp:varName "duration"^^xsd:string | ||
| 5069 | - ] ; | ||
| 5070 | - sp:predicate <http://www.reportinghub.no/ep/schema/production-facility#operatingTime> ; | ||
| 5071 | - sp:subject | ||
| 5072 | - [ sp:varName "producingWell"^^xsd:string | ||
| 5073 | - ] | ||
| 5074 | - ] [ sp:object | ||
| 5075 | - [ sp:varName "dayValue"^^xsd:string | ||
| 5076 | - ] ; | ||
| 5077 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#day> ; | ||
| 5078 | - sp:subject | ||
| 5079 | - [ sp:varName "duration"^^xsd:string | ||
| 5080 | - ] | ||
| 5081 | - ]) | ||
| 5082 | - ] [ rdf:type sp:Optional ; | ||
| 5083 | - sp:elements ([ sp:object | ||
| 5084 | - [ sp:varName "productionFlowFacility"^^xsd:string | ||
| 5085 | - ] ; | ||
| 5086 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 5087 | - sp:subject | ||
| 5088 | - [ sp:varName "producingWell"^^xsd:string | ||
| 5089 | - ] | ||
| 5090 | - ] [ sp:object | ||
| 5091 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 5092 | - ] ; | ||
| 5093 | - sp:predicate rdf:type ; | ||
| 5094 | - sp:subject | ||
| 5095 | - [ sp:varName "producingWell"^^xsd:string | ||
| 5096 | - ] | ||
| 5097 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/production-well#WellStatusType> ; | ||
| 5098 | - sp:predicate rdf:type ; | ||
| 5099 | - sp:subject | ||
| 5100 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 5101 | - ] | ||
| 5102 | - ] [ sp:object | ||
| 5103 | - [ sp:varName "wellStatus"^^xsd:string | ||
| 5104 | - ] ; | ||
| 5105 | - sp:predicate rdfs:label ; | ||
| 5106 | - sp:subject | ||
| 5107 | - [ sp:varName "wellStatusType"^^xsd:string | ||
| 5108 | - ] | ||
| 5109 | - ]) | ||
| 5110 | - ] [ sp:object | ||
| 5111 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 5112 | - ] ; | ||
| 5113 | - sp:predicate <http://www.reportinghub.no/ep/schema/flow#reportedFlowMaterial> ; | ||
| 5114 | - sp:subject | ||
| 5115 | - [ sp:varName "productionFlowInReportingPeriod"^^xsd:string | ||
| 5116 | - ] | ||
| 5117 | - ] [ rdf:type sp:Optional ; | ||
| 5118 | - sp:elements ([ sp:object | ||
| 5119 | - [ sp:varName "quantityofmaterialinaspecifiedstate"^^xsd:string | ||
| 5120 | - ] ; | ||
| 5121 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 5122 | - sp:subject | ||
| 5123 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
| 5124 | - ] | ||
| 5125 | - ] [ sp:object | ||
| 5126 | - [ sp:varName "stateVolume"^^xsd:string | ||
| 5127 | - ] ; | ||
| 5128 | - sp:predicate rdf:type ; | ||
| 5129 | - sp:subject | ||
| 5130 | - [ sp:varName "stateOfMaterialThatFlowsInPeriodVolume"^^xsd:string | ||
| 5131 | - ] | ||
| 5132 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/core#Volume> ; | ||
| 5133 | - sp:predicate rdf:type ; | ||
| 5134 | - sp:subject | ||
| 5135 | - [ sp:varName "stateVolume"^^xsd:string | ||
| 5136 | - ] | ||
| 5137 | - ] [ rdf:type sp:Bind ; | ||
| 5138 | - sp:expression | ||
| 5139 | - [ rdf:type ep-spin-lib:normalizePropertyUnitAndValue ; | ||
| 5140 | - sp:arg1 [ sp:varName "stateVolume"^^xsd:string | ||
| 5141 | - ] | ||
| 5142 | - ] ; | ||
| 5143 | - sp:variable | ||
| 5144 | - [ sp:varName "volumeValueString"^^xsd:string | ||
| 5145 | - ] | ||
| 5146 | - ]) | ||
| 5147 | - ] [ sp:object | ||
| 5148 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 5149 | - ] ; | ||
| 5150 | - sp:predicate <http://www.reportinghub.no/ep/schema/core#temporalPartOf> ; | ||
| 5151 | - sp:subject | ||
| 5152 | - [ sp:varName "productionFlowMixedPart"^^xsd:string | ||
| 5153 | - ] | ||
| 5154 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WholeLifeProductFlow> ; | ||
| 5155 | - sp:predicate rdf:type ; | ||
| 5156 | - sp:subject | ||
| 5157 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 5158 | - ] | ||
| 5159 | - ] [ rdf:type sp:Optional ; | ||
| 5160 | - sp:elements ([ sp:object | ||
| 5161 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 5162 | - ] ; | ||
| 5163 | - sp:predicate rdf:type ; | ||
| 5164 | - sp:subject | ||
| 5165 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5166 | - ] | ||
| 5167 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowPurposeType> ; | ||
| 5168 | - sp:predicate rdf:type ; | ||
| 5169 | - sp:subject | ||
| 5170 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 5171 | - ] | ||
| 5172 | - ] [ sp:object | ||
| 5173 | - [ sp:varName "purposeTypeName"^^xsd:string | ||
| 5174 | - ] ; | ||
| 5175 | - sp:predicate rdfs:label ; | ||
| 5176 | - sp:subject | ||
| 5177 | - [ sp:varName "productionFlowPurposeType"^^xsd:string | ||
| 5178 | - ] | ||
| 5179 | - ]) | ||
| 5180 | - ] [ rdf:type sp:Optional ; | ||
| 5181 | - sp:elements ([ sp:object | ||
| 5182 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 5183 | - ] ; | ||
| 5184 | - sp:predicate rdf:type ; | ||
| 5185 | - sp:subject | ||
| 5186 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 5187 | - ] | ||
| 5188 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductFlowGrossOrNetType> ; | ||
| 5189 | - sp:predicate rdf:type ; | ||
| 5190 | - sp:subject | ||
| 5191 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 5192 | - ] | ||
| 5193 | - ] [ sp:object | ||
| 5194 | - [ sp:varName "grossOrNet"^^xsd:string | ||
| 5195 | - ] ; | ||
| 5196 | - sp:predicate rdfs:label ; | ||
| 5197 | - sp:subject | ||
| 5198 | - [ sp:varName "productionFlowPartGrossOrNetType"^^xsd:string | ||
| 5199 | - ] | ||
| 5200 | - ]) | ||
| 5201 | - ] [ rdf:type sp:Optional ; | ||
| 5202 | - sp:elements ([ sp:object | ||
| 5203 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 5204 | - ] ; | ||
| 5205 | - sp:predicate rdf:type ; | ||
| 5206 | - sp:subject | ||
| 5207 | - [ sp:varName "productFlowWhole"^^xsd:string | ||
| 5208 | - ] | ||
| 5209 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/material#ReportingProductType> ; | ||
| 5210 | - sp:predicate rdf:type ; | ||
| 5211 | - sp:subject | ||
| 5212 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 5213 | - ] | ||
| 5214 | - ] [ sp:object | ||
| 5215 | - [ sp:varName "materialTypeName"^^xsd:string | ||
| 5216 | - ] ; | ||
| 5217 | - sp:predicate rdfs:label ; | ||
| 5218 | - sp:subject | ||
| 5219 | - [ sp:varName "productFlowMaterialType"^^xsd:string | ||
| 5220 | - ] | ||
| 5221 | - ]) | ||
| 5222 | - ] [ rdf:type sp:Optional ; | ||
| 5223 | - sp:elements ([ sp:object | ||
| 5224 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 5225 | - ] ; | ||
| 5226 | - sp:predicate rdf:type ; | ||
| 5227 | - sp:subject | ||
| 5228 | - [ sp:varName "productionFlowWhole"^^xsd:string | ||
| 5229 | - ] | ||
| 5230 | - ] [ sp:object <http://www.reportinghub.no/ep/schema/flow#ProductionFlowDefinitionType> ; | ||
| 5231 | - sp:predicate rdf:type ; | ||
| 5232 | - sp:subject | ||
| 5233 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 5234 | - ] | ||
| 5235 | - ] [ sp:object | ||
| 5236 | - [ sp:varName "definitionTypeName"^^xsd:string | ||
| 5237 | - ] ; | ||
| 5238 | - sp:predicate rdfs:label ; | ||
| 5239 | - sp:subject | ||
| 5240 | - [ sp:varName "productionFlowDefinitionType"^^xsd:string | ||
| 5241 | - ] | ||
| 5242 | - ]) | ||
| 5243 | - ]) | ||
| 5244 | - ] ; | ||
| 5245 | rhspin:tableHeaders ("Wellbore"^^xsd:string "Status"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Day"^^xsd:string "Flow type"^^xsd:string "Gross/Net"^^xsd:string) . | 4657 | rhspin:tableHeaders ("Wellbore"^^xsd:string "Status"^^xsd:string "Purpose"^^xsd:string "Material"^^xsd:string "Volume"^^xsd:string "Day"^^xsd:string "Flow type"^^xsd:string "Gross/Net"^^xsd:string) . |
| 5246 | 4658 | ||
| 5247 | mpr-tables:WellTest | 4659 | mpr-tables:WellTest | ... | ... |
| ... | @@ -13,7 +13,7 @@ WHERE { | ... | @@ -13,7 +13,7 @@ WHERE { |
| 13 | }}" | 13 | }}" |
| 14 | > | 14 | > |
| 15 | 15 | ||
| 16 | -<h1>Monthly Government Report Test3 : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> | 16 | +<h1>Monthly Government Report : {= ?reportedFieldName } Field, Month Ending {= ?activityEnd}</h1> |
| 17 | <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2> | 17 | <h2>Report title : {# SELECT ?title WHERE { ?report a ep-report:ProductionReport . ?report ep-core:name ?title . } }</h2> |
| 18 | <h2>Report version : {# SELECT ?reportVersion | 18 | <h2>Report version : {# SELECT ?reportVersion |
| 19 | WHERE { | 19 | WHERE { |
| ... | @@ -176,8 +176,6 @@ OPTIONAL { | ... | @@ -176,8 +176,6 @@ OPTIONAL { |
| 176 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> | 176 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:GasSales" /> |
| 177 | 177 | ||
| 178 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> | 178 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows" /> |
| 179 | - | ||
| 180 | - <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:WellProductionFlows_1" /> | ||
| 181 | 179 | ||
| 182 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> | 180 | <mprgswp:Table arg:report="{= ?report }" arg:template="mpr-tables:Cargo" /> |
| 183 | 181 | ... | ... |
| 1 | +# baseURI: http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo | ||
| 2 | +# imports: http://www.reportinghub.no/data/erh | ||
| 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/production | ||
| 4 | + | ||
| 5 | +@prefix MIKKEL-MONTH_2012-01-01_final-mprg-cargo: <http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo#> . | ||
| 6 | +@prefix ep-activity: <http://www.reportinghub.no/ep/schema/activity#> . | ||
| 7 | +@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> . | ||
| 8 | +@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> . | ||
| 9 | +@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> . | ||
| 10 | +@prefix ep-geo: <http://www.reportinghub.no/ep/schema/geography#> . | ||
| 11 | +@prefix ep-material: <http://www.reportinghub.no/ep/schema/material#> . | ||
| 12 | +@prefix ep-org: <http://www.reportinghub.no/ep/schema/organization#> . | ||
| 13 | +@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> . | ||
| 14 | +@prefix ep-report: <http://www.reportinghub.no/ep/schema/report#> . | ||
| 15 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
| 16 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
| 17 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
| 18 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
| 19 | + | ||
| 20 | +<file:///www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/tqedits/MIKKEL-MONTH_2012-01-01_final-mprg-cargo.xml#r-2-2-1> | ||
| 21 | + rdfs:label "STEP 20301a" . | ||
| 22 | + | ||
| 23 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> | ||
| 24 | + ep-flow:hasMixedPart | ||
| 25 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> . | ||
| 26 | + | ||
| 27 | +<http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> | ||
| 28 | + rdf:type ep-flow:GrossProductFlow , ep-flow:ProductFlow , ep-flow:WholeLifeProductFlow , ep-material:Oil-gross . | ||
| 29 | + | ||
| 30 | +<http://www.reportinghub.no/np/data/npd/Field-1630514> | ||
| 31 | + rdf:type ep-fac:ProductionFacility . | ||
| 32 | + | ||
| 33 | +<http://www.reportinghub.no/test/mpr/testcase/epim-mpr-govt/BA_ASGARD/test-results/triples/MIKKEL-MONTH_2012-01-01_final-mprg-cargo> | ||
| 34 | + rdf:type owl:Ontology ; | ||
| 35 | + owl:imports <http://www.reportinghub.no/data/erh> , <http://www.reportinghub.no/ep/schema/1.0/production> ; | ||
| 36 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | ||
| 37 | + | ||
| 38 | +<https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> | ||
| 39 | + rdf:type ep-geo:Country ; | ||
| 40 | + ep-core:name "UNITED KINGDOM"^^xsd:string . | ||
| 41 | + | ||
| 42 | +<https://www.reportinghub.no/ep/data/harbour/FAWLEY> | ||
| 43 | + rdf:type ep-geo:Harbour ; | ||
| 44 | + ep-core:name "Fawley"^^xsd:string ; | ||
| 45 | + ep-core:spatialPartOf | ||
| 46 | + <https://www.reportinghub.no/ep/data/country/UNITED_KINGDOM> . | ||
| 47 | + | ||
| 48 | +<https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 49 | + rdf:type ep-org:Organization ; | ||
| 50 | + ep-core:name "ENI NORGE"^^xsd:string . | ||
| 51 | + | ||
| 52 | +<https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 53 | + rdf:type ep-org:Organization ; | ||
| 54 | + ep-core:name "PETORO"^^xsd:string . | ||
| 55 | + | ||
| 56 | +<https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 57 | + rdf:type ep-org:Organization ; | ||
| 58 | + ep-core:name "STATOIL"^^xsd:string . | ||
| 59 | + | ||
| 60 | +<https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> | ||
| 61 | + rdf:type ep-report:FinalVersionOfAReport , ep-report:MonthlyProductionReport , ep-report:MonthlyProductionReportGovernment , ep-report:ProductionReport , ep-report:Report , <https://www.reportinghub.no/ep/data/productionReportKind/COPEX> ; | ||
| 62 | + ep-core:name "ÅSGARD"^^xsd:string ; | ||
| 63 | + ep-report:reportOn _:b1 ; | ||
| 64 | + ep-report:reportVersion | ||
| 65 | + "2.0"^^xsd:string . | ||
| 66 | + | ||
| 67 | +<https://www.reportinghub.no/ep/data/productionReportKind/COPEX> | ||
| 68 | + rdf:type ep-report:ProductionReportType ; | ||
| 69 | + rdfs:label "Copex"^^xsd:string ; | ||
| 70 | + rdfs:subClassOf ep-report:ProductionReport . | ||
| 71 | + | ||
| 72 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 73 | + rdf:type | ||
| 74 | + [ rdf:type ep-core:Volume ; | ||
| 75 | + ep-core:metre3 "1849.76"^^xsd:double | ||
| 76 | + ] ; | ||
| 77 | + ep-core:temporalPartOf | ||
| 78 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 79 | + rdf:type | ||
| 80 | + [ rdf:type ep-core:Temperature ; | ||
| 81 | + ep-core:celsius "15"^^xsd:double | ||
| 82 | + ] ; | ||
| 83 | + rdf:type | ||
| 84 | + [ rdf:type ep-core:Pressure ; | ||
| 85 | + ep-core:atm "1"^^xsd:double | ||
| 86 | + ] ; | ||
| 87 | + ep-core:temporalPartOf | ||
| 88 | + _:b2 ; | ||
| 89 | + ep-flow:grossCalorificValue | ||
| 90 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 91 | + ] | ||
| 92 | + ] . | ||
| 93 | + | ||
| 94 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 95 | + rdf:type | ||
| 96 | + [ rdf:type ep-core:Volume ; | ||
| 97 | + ep-core:metre3 "1326.63"^^xsd:double | ||
| 98 | + ] ; | ||
| 99 | + ep-core:temporalPartOf | ||
| 100 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 101 | + rdf:type | ||
| 102 | + [ rdf:type ep-core:Temperature ; | ||
| 103 | + ep-core:celsius "15"^^xsd:double | ||
| 104 | + ] ; | ||
| 105 | + rdf:type | ||
| 106 | + [ rdf:type ep-core:Pressure ; | ||
| 107 | + ep-core:atm "1"^^xsd:double | ||
| 108 | + ] ; | ||
| 109 | + ep-core:temporalPartOf | ||
| 110 | + _:b3 ; | ||
| 111 | + ep-flow:grossCalorificValue | ||
| 112 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 113 | + ] | ||
| 114 | + ] . | ||
| 115 | + | ||
| 116 | +[] rdf:type ep-core:MeasuredState , ep-core:ValidlyMeasuredState , ep-material:QuantityOfMaterial ; | ||
| 117 | + rdf:type | ||
| 118 | + [ rdf:type ep-core:Volume ; | ||
| 119 | + ep-core:metre3 "1451.65"^^xsd:double | ||
| 120 | + ] ; | ||
| 121 | + ep-core:temporalPartOf | ||
| 122 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , ep-material:QuantityOfMaterialInASpecifiedState ; | ||
| 123 | + rdf:type | ||
| 124 | + [ rdf:type ep-core:Temperature ; | ||
| 125 | + ep-core:celsius "15"^^xsd:double | ||
| 126 | + ] ; | ||
| 127 | + rdf:type | ||
| 128 | + [ rdf:type ep-core:Pressure ; | ||
| 129 | + ep-core:atm "1"^^xsd:double | ||
| 130 | + ] ; | ||
| 131 | + ep-core:temporalPartOf | ||
| 132 | + _:b4 ; | ||
| 133 | + ep-flow:grossCalorificValue | ||
| 134 | + [ rdf:type ep-core:EnergyPerVolume | ||
| 135 | + ] | ||
| 136 | + ] . | ||
| 137 | + | ||
| 138 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 139 | + rdf:type | ||
| 140 | + [ rdf:type ep-core:Density ; | ||
| 141 | + ep-core:kilogram_m-3 | ||
| 142 | + "761.16"^^xsd:double | ||
| 143 | + ] ; | ||
| 144 | + rdf:type | ||
| 145 | + [ rdf:type ep-core:Temperature ; | ||
| 146 | + ep-core:celsius "15.0"^^xsd:double | ||
| 147 | + ] ; | ||
| 148 | + rdf:type | ||
| 149 | + [ rdf:type ep-core:Pressure ; | ||
| 150 | + ep-core:atm "1"^^xsd:double | ||
| 151 | + ] ; | ||
| 152 | + ep-core:temporalPartOf | ||
| 153 | + _:b2 . | ||
| 154 | + | ||
| 155 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 156 | + rdf:type | ||
| 157 | + [ rdf:type ep-core:Density ; | ||
| 158 | + ep-core:kilogram_m-3 | ||
| 159 | + "715.36"^^xsd:double | ||
| 160 | + ] ; | ||
| 161 | + rdf:type | ||
| 162 | + [ rdf:type ep-core:Temperature ; | ||
| 163 | + ep-core:celsius "15.0"^^xsd:double | ||
| 164 | + ] ; | ||
| 165 | + rdf:type | ||
| 166 | + [ rdf:type ep-core:Pressure ; | ||
| 167 | + ep-core:atm "1"^^xsd:double | ||
| 168 | + ] ; | ||
| 169 | + ep-core:temporalPartOf | ||
| 170 | + _:b3 . | ||
| 171 | + | ||
| 172 | +[] rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial ; | ||
| 173 | + rdf:type | ||
| 174 | + [ rdf:type ep-core:Density ; | ||
| 175 | + ep-core:kilogram_m-3 | ||
| 176 | + "708.93"^^xsd:double | ||
| 177 | + ] ; | ||
| 178 | + rdf:type | ||
| 179 | + [ rdf:type ep-core:Temperature ; | ||
| 180 | + ep-core:celsius "15.0"^^xsd:double | ||
| 181 | + ] ; | ||
| 182 | + rdf:type | ||
| 183 | + [ rdf:type ep-core:Pressure ; | ||
| 184 | + ep-core:atm "1"^^xsd:double | ||
| 185 | + ] ; | ||
| 186 | + ep-core:temporalPartOf | ||
| 187 | + _:b4 . | ||
| 188 | + | ||
| 189 | +[] rdf:type ep-core:VolumePair ; | ||
| 190 | + ep-core:divide | ||
| 191 | + [ rdf:type ep-core:Ratio ; | ||
| 192 | + ep-core:percent "29.62"^^xsd:double | ||
| 193 | + ] ; | ||
| 194 | + ep-core:firstOfPair _:b5 ; | ||
| 195 | + ep-core:secondOfPair | ||
| 196 | + _:b6 . | ||
| 197 | + | ||
| 198 | +[] rdf:type ep-core:VolumePair ; | ||
| 199 | + ep-core:divide | ||
| 200 | + [ rdf:type ep-core:Ratio ; | ||
| 201 | + ep-core:percent "48.25"^^xsd:double | ||
| 202 | + ] ; | ||
| 203 | + ep-core:firstOfPair _:b7 ; | ||
| 204 | + ep-core:secondOfPair | ||
| 205 | + _:b6 . | ||
| 206 | + | ||
| 207 | +[] rdf:type ep-core:VolumePair ; | ||
| 208 | + ep-core:divide | ||
| 209 | + [ rdf:type ep-core:Ratio ; | ||
| 210 | + ep-core:percent "22.13"^^xsd:double | ||
| 211 | + ] ; | ||
| 212 | + ep-core:firstOfPair _:b8 ; | ||
| 213 | + ep-core:secondOfPair | ||
| 214 | + _:b6 . | ||
| 215 | + | ||
| 216 | +[] rdf:type ep-core:VolumePair ; | ||
| 217 | + ep-core:divide | ||
| 218 | + [ rdf:type ep-core:Ratio ; | ||
| 219 | + ep-core:percent "100.0"^^xsd:double | ||
| 220 | + ] ; | ||
| 221 | + ep-core:firstOfPair _:b9 ; | ||
| 222 | + ep-core:secondOfPair | ||
| 223 | + _:b10 . | ||
| 224 | + | ||
| 225 | +[] rdf:type ep-core:VolumePair ; | ||
| 226 | + ep-core:divide | ||
| 227 | + [ rdf:type ep-core:Ratio ; | ||
| 228 | + ep-core:percent "50.65"^^xsd:double | ||
| 229 | + ] ; | ||
| 230 | + ep-core:firstOfPair _:b11 ; | ||
| 231 | + ep-core:secondOfPair | ||
| 232 | + _:b12 . | ||
| 233 | + | ||
| 234 | +[] rdf:type ep-core:VolumePair ; | ||
| 235 | + ep-core:divide | ||
| 236 | + [ rdf:type ep-core:Ratio ; | ||
| 237 | + ep-core:percent "49.35"^^xsd:double | ||
| 238 | + ] ; | ||
| 239 | + ep-core:firstOfPair _:b13 ; | ||
| 240 | + ep-core:secondOfPair | ||
| 241 | + _:b12 . | ||
| 242 | + | ||
| 243 | +_:b5 rdf:type ep-core:Volume . | ||
| 244 | + | ||
| 245 | +_:b7 rdf:type ep-core:Volume . | ||
| 246 | + | ||
| 247 | +_:b8 rdf:type ep-core:Volume . | ||
| 248 | + | ||
| 249 | +_:b9 rdf:type ep-core:Volume . | ||
| 250 | + | ||
| 251 | +_:b11 | ||
| 252 | + rdf:type ep-core:Volume . | ||
| 253 | + | ||
| 254 | +_:b13 | ||
| 255 | + rdf:type ep-core:Volume . | ||
| 256 | + | ||
| 257 | +_:b6 rdf:type ep-core:Volume . | ||
| 258 | + | ||
| 259 | +_:b10 | ||
| 260 | + rdf:type ep-core:Volume . | ||
| 261 | + | ||
| 262 | +_:b12 | ||
| 263 | + rdf:type ep-core:Volume . | ||
| 264 | + | ||
| 265 | +_:b2 rdf:type ep-material:QuantityOfMaterial , _:b6 ; | ||
| 266 | + rdf:type | ||
| 267 | + [ rdf:type ep-core:Mass ; | ||
| 268 | + ep-core:kilogram "912.98"^^xsd:double | ||
| 269 | + ] ; | ||
| 270 | + ep-core:temporalPartOf | ||
| 271 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 272 | + ep-core:spatialPartOf | ||
| 273 | + _:b14 | ||
| 274 | + ] ; | ||
| 275 | + ep-prodact:cargoBatchNumber | ||
| 276 | + "1"^^xsd:short ; | ||
| 277 | + ep-prodact:cargoNumber | ||
| 278 | + "367/1"^^xsd:string . | ||
| 279 | + | ||
| 280 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 281 | + ep-core:hasPart | ||
| 282 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 283 | + ep-activity:nominallyAt | ||
| 284 | + "2012-01-04"^^xsd:date | ||
| 285 | + ] ; | ||
| 286 | + ep-core:hasPart | ||
| 287 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 288 | + ep-activity:nominallyAt | ||
| 289 | + "2012-01-04"^^xsd:date | ||
| 290 | + ] ; | ||
| 291 | + ep-core:hasPart | ||
| 292 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 293 | + ep-prodact:movedProduct | ||
| 294 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b5 ; | ||
| 295 | + ep-core:spatialPartOf | ||
| 296 | + _:b2 ; | ||
| 297 | + ep-org:owner | ||
| 298 | + [ rdf:type ep-org:Organization ; | ||
| 299 | + ep-core:temporalPartOf | ||
| 300 | + <https://www.reportinghub.no/ep/data/organization/ENI_NORGE> | ||
| 301 | + ] | ||
| 302 | + ] | ||
| 303 | + ] ; | ||
| 304 | + ep-core:hasPart | ||
| 305 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 306 | + ep-prodact:movedProduct | ||
| 307 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b7 ; | ||
| 308 | + ep-core:spatialPartOf | ||
| 309 | + _:b2 ; | ||
| 310 | + ep-org:owner | ||
| 311 | + [ rdf:type ep-org:Organization ; | ||
| 312 | + ep-core:temporalPartOf | ||
| 313 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 314 | + ] | ||
| 315 | + ] | ||
| 316 | + ] ; | ||
| 317 | + ep-core:hasPart | ||
| 318 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 319 | + ep-prodact:movedProduct | ||
| 320 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b8 ; | ||
| 321 | + ep-core:spatialPartOf | ||
| 322 | + _:b2 ; | ||
| 323 | + ep-org:owner | ||
| 324 | + [ rdf:type ep-org:Organization ; | ||
| 325 | + ep-core:temporalPartOf | ||
| 326 | + <https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 327 | + ] | ||
| 328 | + ] | ||
| 329 | + ] ; | ||
| 330 | + ep-prodact:destination | ||
| 331 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 332 | + ep-prodact:movedProduct | ||
| 333 | + _:b2 ; | ||
| 334 | + ep-prodact:shipper | ||
| 335 | + [ rdf:type ep-org:Organization | ||
| 336 | + ] . | ||
| 337 | + | ||
| 338 | +_:b3 rdf:type ep-material:QuantityOfMaterial , _:b10 ; | ||
| 339 | + rdf:type | ||
| 340 | + [ rdf:type ep-core:Mass ; | ||
| 341 | + ep-core:kilogram "739.86"^^xsd:double | ||
| 342 | + ] ; | ||
| 343 | + ep-core:temporalPartOf | ||
| 344 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 345 | + ep-core:spatialPartOf | ||
| 346 | + _:b14 | ||
| 347 | + ] ; | ||
| 348 | + ep-prodact:cargoBatchNumber | ||
| 349 | + "1"^^xsd:short ; | ||
| 350 | + ep-prodact:cargoNumber | ||
| 351 | + "368/1"^^xsd:string . | ||
| 352 | + | ||
| 353 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 354 | + ep-core:hasPart | ||
| 355 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 356 | + ep-activity:nominallyAt | ||
| 357 | + "2012-01-08"^^xsd:date | ||
| 358 | + ] ; | ||
| 359 | + ep-core:hasPart | ||
| 360 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 361 | + ep-activity:nominallyAt | ||
| 362 | + "2012-01-08"^^xsd:date | ||
| 363 | + ] ; | ||
| 364 | + ep-core:hasPart | ||
| 365 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 366 | + ep-prodact:movedProduct | ||
| 367 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b9 ; | ||
| 368 | + ep-core:spatialPartOf | ||
| 369 | + _:b3 ; | ||
| 370 | + ep-org:owner | ||
| 371 | + [ rdf:type ep-org:Organization ; | ||
| 372 | + ep-core:temporalPartOf | ||
| 373 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 374 | + ] | ||
| 375 | + ] | ||
| 376 | + ] ; | ||
| 377 | + ep-prodact:destination | ||
| 378 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 379 | + ep-prodact:movedProduct | ||
| 380 | + _:b3 ; | ||
| 381 | + ep-prodact:shipper | ||
| 382 | + [ rdf:type ep-org:Organization | ||
| 383 | + ] . | ||
| 384 | + | ||
| 385 | +_:b4 rdf:type ep-material:QuantityOfMaterial , _:b12 ; | ||
| 386 | + rdf:type | ||
| 387 | + [ rdf:type ep-core:Mass ; | ||
| 388 | + ep-core:kilogram "586.58"^^xsd:double | ||
| 389 | + ] ; | ||
| 390 | + ep-core:temporalPartOf | ||
| 391 | + [ rdf:type ep-material:QuantityOfMaterial ; | ||
| 392 | + ep-core:spatialPartOf | ||
| 393 | + _:b14 | ||
| 394 | + ] ; | ||
| 395 | + ep-prodact:cargoBatchNumber | ||
| 396 | + "1"^^xsd:short ; | ||
| 397 | + ep-prodact:cargoNumber | ||
| 398 | + "369/1"^^xsd:string . | ||
| 399 | + | ||
| 400 | +[] rdf:type ep-prodact:MovementOfProduct , ep-prodact:ProductTankerLifting ; | ||
| 401 | + ep-core:hasPart | ||
| 402 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 403 | + ep-activity:nominallyAt | ||
| 404 | + "2012-01-13"^^xsd:date | ||
| 405 | + ] ; | ||
| 406 | + ep-core:hasPart | ||
| 407 | + [ rdf:type ep-prodact:IssueBillOfLading , ep-prodact:SalesActivity ; | ||
| 408 | + ep-activity:nominallyAt | ||
| 409 | + "2012-01-13"^^xsd:date | ||
| 410 | + ] ; | ||
| 411 | + ep-core:hasPart | ||
| 412 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 413 | + ep-prodact:movedProduct | ||
| 414 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b11 ; | ||
| 415 | + ep-core:spatialPartOf | ||
| 416 | + _:b4 ; | ||
| 417 | + ep-org:owner | ||
| 418 | + [ rdf:type ep-org:Organization ; | ||
| 419 | + ep-core:temporalPartOf | ||
| 420 | + <https://www.reportinghub.no/ep/data/organization/STATOIL> | ||
| 421 | + ] | ||
| 422 | + ] | ||
| 423 | + ] ; | ||
| 424 | + ep-core:hasPart | ||
| 425 | + [ rdf:type ep-prodact:MovementOfProduct ; | ||
| 426 | + ep-prodact:movedProduct | ||
| 427 | + [ rdf:type ep-material:Fluid , ep-material:QuantityOfMaterial , _:b13 ; | ||
| 428 | + ep-core:spatialPartOf | ||
| 429 | + _:b4 ; | ||
| 430 | + ep-org:owner | ||
| 431 | + [ rdf:type ep-org:Organization ; | ||
| 432 | + ep-core:temporalPartOf | ||
| 433 | + <https://www.reportinghub.no/ep/data/organization/PETORO> | ||
| 434 | + ] | ||
| 435 | + ] | ||
| 436 | + ] ; | ||
| 437 | + ep-prodact:destination | ||
| 438 | + <https://www.reportinghub.no/ep/data/harbour/FAWLEY> ; | ||
| 439 | + ep-prodact:movedProduct | ||
| 440 | + _:b4 ; | ||
| 441 | + ep-prodact:shipper | ||
| 442 | + [ rdf:type ep-org:Organization | ||
| 443 | + ] . | ||
| 444 | + | ||
| 445 | +_:b14 | ||
| 446 | + rdf:type ep-material:QuantityOfMaterial . | ||
| 447 | + | ||
| 448 | +_:b15 | ||
| 449 | + rdf:type ep-flow:ProductionFlowNetworkToDate ; | ||
| 450 | + ep-activity:finishedAt | ||
| 451 | + "2012-01-31"^^xsd:date . | ||
| 452 | + | ||
| 453 | +_:b16 | ||
| 454 | + rdf:type ep-flow:ProductionFlowNetwork ; | ||
| 455 | + ep-activity:finishedAt | ||
| 456 | + "2012-01-31"^^xsd:date ; | ||
| 457 | + ep-activity:startedAt | ||
| 458 | + "2012-01-01"^^xsd:date ; | ||
| 459 | + ep-core:temporalPartOf | ||
| 460 | + _:b15 ; | ||
| 461 | + ep-flow:hasNetworkPart | ||
| 462 | + [ rdf:type ep-flow:AllocatedFlow , ep-flow:Flow , ep-flow:HydrocarbonAccountingFlow , ep-flow:ProductionFlow ; | ||
| 463 | + ep-activity:finishedAt | ||
| 464 | + "2012-01-31"^^xsd:date ; | ||
| 465 | + ep-activity:startedAt | ||
| 466 | + "2012-01-01"^^xsd:date ; | ||
| 467 | + ep-core:name "Mikkel allocated tanker lifting lifted by tanker"^^xsd:string ; | ||
| 468 | + ep-core:temporalPartOf | ||
| 469 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT> ; | ||
| 470 | + ep-flow:flowIntoOrOutOf | ||
| 471 | + _:b1 ; | ||
| 472 | + ep-flow:flowMeasuredOrCalculatedAt | ||
| 473 | + [ rdf:type ep-fac:Field , ep-fac:TemporalPartOfAProductionFacility ; | ||
| 474 | + ep-core:temporalPartOf | ||
| 475 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> | ||
| 476 | + ] ; | ||
| 477 | + ep-flow:hasMixedPart | ||
| 478 | + [ rdf:type ep-core:PhysicalThingDuringOneMonth , ep-flow:Flow , ep-flow:ProductFlow ; | ||
| 479 | + ep-activity:finishedAt | ||
| 480 | + "2012-01-31"^^xsd:date ; | ||
| 481 | + ep-activity:startedAt | ||
| 482 | + "2012-01-01"^^xsd:date ; | ||
| 483 | + ep-core:temporalPartOf | ||
| 484 | + <http://www.reportinghub.no/data/erh/Field-1630514-Flow-MIKKEL_ALLOCATED_TANKLIFT$OIL_GROSS$GROSS> ; | ||
| 485 | + ep-flow:materialThatFlows | ||
| 486 | + _:b14 | ||
| 487 | + ] | ||
| 488 | + ] . | ||
| 489 | + | ||
| 490 | +[] rdf:type ep-report:ProductVolumeReport , ep-report:Report ; | ||
| 491 | + ep-core:name "MIKKEL"^^xsd:string ; | ||
| 492 | + ep-core:partOf <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> ; | ||
| 493 | + ep-report:reportOn _:b16 , _:b1 . | ||
| 494 | + | ||
| 495 | +[] rdf:type ep-activity:IssueAReport ; | ||
| 496 | + ep-activity:issuedFrom | ||
| 497 | + [ rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 498 | + ep-core:temporalPartOf | ||
| 499 | + <http://www.reportinghub.no/np/data/npd/Field-43765> ; | ||
| 500 | + ep-fac:facilityOperator | ||
| 501 | + [ rdf:type ep-org:Organization ; | ||
| 502 | + ep-core:temporalPartOf | ||
| 503 | + <http://www.reportinghub.no/np/data/npd/Company-17237817> | ||
| 504 | + ] | ||
| 505 | + ] ; | ||
| 506 | + ep-report:issuedReport | ||
| 507 | + <https://www.reportinghub.no/ep/data/productionReport/FIELD-1630514$2012-01-01$2012-01-31> . | ||
| 508 | + | ||
| 509 | +_:b1 rdf:type ep-fac:TemporalPartOfAProductionFacility ; | ||
| 510 | + ep-activity:existsWithin | ||
| 511 | + "2012"^^xsd:gYear ; | ||
| 512 | + ep-activity:finishedAt | ||
| 513 | + "2012-01-31"^^xsd:date ; | ||
| 514 | + ep-activity:startedAt | ||
| 515 | + "2012-01-01"^^xsd:date ; | ||
| 516 | + ep-core:temporalPartOf | ||
| 517 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | ||
| 518 | + ep-core:temporalPartOf | ||
| 519 | + [ rdf:type ep-fac:ProductionFacilityToDate ; | ||
| 520 | + ep-activity:finishedAt | ||
| 521 | + "2012-01-31"^^xsd:date ; | ||
| 522 | + ep-core:temporalPartOf | ||
| 523 | + <http://www.reportinghub.no/np/data/npd/Field-1630514> ; | ||
| 524 | + ep-flow:facilityContainsFlow | ||
| 525 | + _:b15 | ||
| 526 | + ] ; | ||
| 527 | + ep-flow:facilityContainsFlow | ||
| 528 | + _:b16 . |
-
Please register or login to post a comment