David Leal

More updates to support production wellTest

# Saved by TopBraid on Tue Oct 11 17:40:23 BST 2011
# Saved by TopBraid on Wed Oct 12 16:13:12 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
@prefix ep-flow: <http://www.reportinghub.no/ep/schema/flow#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
......@@ -10,141 +11,141 @@
<http://www.reportinghub.no/ep/schema/1.0/flow>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
ep-flow:AllocatedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "allocated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:AqueousFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "aqueous flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:BudgetFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "budget flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:CarbonDioxideGasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "carbon dioxide gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:CarbonMonoxideGasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "carbon monoxide gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ChemicalFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "chemical flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:CondensateFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "condensate flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:ConstraintFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "constraint flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Consume
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Consume-HPflare
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - HP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume-flare .
ep-flow:Consume-LPflare
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - LP flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume-flare .
ep-flow:Consume-blackstart
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - blackstart"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-compressor
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-emitted
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - emitted"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-flare
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - flare"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-fuel
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - fuel"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-noncompressor
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - non-compressor"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:Consume-venting
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "consume - venting"^^xsd:string ;
rdfs:subClassOf ep-flow:Consume .
ep-flow:CuttingsFlow
rdf:type owl:Class , ep-flow:ProductType ;
rdf:type ep-flow:ProductType , owl:Class ;
rdfs:label "cuttings flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:DerivedFlow
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdfs:label "derived flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:DieselFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "diesel flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:EstimatedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "estimated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Ethane-componentFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "ethane - component flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Export
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "export"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Export-nominated
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "export nominated"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
ep-flow:Export-requested
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "export requested"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
ep-flow:Export-shortfall
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "export shortfall"^^xsd:string ;
rdfs:subClassOf ep-flow:Export .
......@@ -154,32 +155,32 @@ ep-flow:Flow
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringDay
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during day"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringMonth
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during month"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringMonthToDate
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during month to date"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringWeek
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during week"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringYear
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdfs:label "flow during year"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
ep-flow:FlowDuringYearToDate
rdf:type ep-flow:TemporalPartOfAFlowDurationType , owl:Class ;
rdf:type owl:Class , ep-flow:TemporalPartOfAFlowDurationType ;
rdfs:label "flow during year to date"^^xsd:string ;
rdfs:subClassOf ep-flow:TemporalPartOfAFlow .
......@@ -196,100 +197,100 @@ ep-flow:FlowOfLiquid
ep-flow:FlowOfMaterial
rdf:type owl:Class ;
rdfs:label "flow of material"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow , ep-flow:TemporalPartOfAFlowOfMaterial .
rdfs:subClassOf ep-flow:TemporalPartOfAFlowOfMaterial , ep-flow:Flow .
ep-flow:Gas-componentInOilFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "gas - component in oil flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Gas-richFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "gas - rich flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:GasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Gaslift
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "gas lift"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:I-butane-componentFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "i-butane - component flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Import
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "import"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Injection
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "injection"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Inventory
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "inventory"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:MeasuredFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "measured flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:N-butane-componentFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "n-butane - component flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:NGL-componentInGasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "NGL - component in gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:NaturalGasLiquidFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "natural gas liquid flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:NitrogenOxideGasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "nitrogen oxide gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Oil-componentInWaterFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "oil - component in water flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Oil-netFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "oil - net flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:OilAndGasFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "oil and gas flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:OilFlow
rdf:type owl:Class , ep-flow:ProductType ;
rdf:type ep-flow:ProductType , owl:Class ;
rdfs:label "oil flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:OleicFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "oleic flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Overboard
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "overboard"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -299,7 +300,7 @@ ep-flow:ProductType
rdfs:subClassOf rdfs:Class .
ep-flow:Production
rdf:type owl:Class , ep-flow:ProductionFlowPurposeType ;
rdf:type ep-flow:ProductionFlowPurposeType , owl:Class ;
rdfs:label "production"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -319,17 +320,22 @@ ep-flow:ProductionFlowPurposeType
rdfs:subClassOf rdfs:Class .
ep-flow:Propane-componentFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "propane - component flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:QuotaFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "quota flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:SeparatorFlow
rdf:type owl:Class ;
rdfs:label "separator flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:SimulatedFlow
rdf:type owl:Class , ep-flow:ProductionFlowDefinitionType ;
rdf:type ep-flow:ProductionFlowDefinitionType , owl:Class ;
rdfs:label "simulated flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
......@@ -349,31 +355,42 @@ ep-flow:TemporalPartOfAFlowOfMaterial
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .
ep-flow:VapourFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "vapour flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Water-dischargeFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "water - discharge flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:Water-processedFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "water - processed flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:WaterFlow
rdf:type ep-flow:ProductType , owl:Class ;
rdf:type owl:Class , ep-flow:ProductType ;
rdfs:label "water flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:WellHeadFlow
rdf:type owl:Class ;
rdfs:label "well head flow"^^xsd:string ;
rdfs:subClassOf ep-flow:Flow .
ep-flow:dailyAverageAmountOfMaterial
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
rdfs:label "daily average amount of material"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
ep-flow:facilityContainsFlow
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "facility contains flow"^^xsd:string ;
rdfs:range ep-flow:Flow .
ep-flow:flowInto
rdf:type owl:ObjectProperty ;
rdfs:domain ep-flow:Flow ;
......@@ -394,8 +411,22 @@ ep-flow:flowOutOf
rdfs:range <http://www.reportinghub.no/ep/schema/core#PhysicalThing> ;
rdfs:subPropertyOf ep-flow:flowIntoOrOutOf .
ep-flow:hasMixedPart
rdf:type owl:ObjectProperty ;
rdfs:domain ep-flow:Flow ;
rdfs:label "has mixed part"^^xsd:string ;
rdfs:range ep-flow:Flow ;
rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> .
ep-flow:hasNetworkPart
rdf:type owl:ObjectProperty ;
rdfs:domain ep-flow:Flow ;
rdfs:label "has network part"^^xsd:string ;
rdfs:range ep-flow:Flow ;
rdfs:subPropertyOf <http://www.reportinghub.no/ep/schema/core#hasPart> .
ep-flow:totalAmountOfMaterial
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-flow:TemporalPartOfAFlowOfMaterial ;
rdfs:label "total amount of material"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/core#MeasureOfAmountOfMaterial> .
......
# Saved by TopBraid on Tue Oct 11 21:13:23 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/production-activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Manifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Separator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> .
<http://www.reportinghub.no/ep/schema/equipment#Tank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodact:AdministerFirstAid
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:AirTrafficOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:AnnualProductionActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:AnnualProductionActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:AnnualProductionActivity .
ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:ProductionOperationsActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:ProductionVolumeActivity , ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
ep-prodact:ConstructionOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:CumulativeProductionActivitySinceProductionBegan
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:DailyProductionOperationsActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:ProductionOperationsActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
ep-prodact:DailyProductionVolumeActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:ProductionVolumeActivity , <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> .
ep-prodact:Deviation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:DrillOrExcercise
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Fire
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:FirstAid
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:FlowLine
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .
ep-prodact:FlowLine-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:FlowLine .
ep-prodact:HealthSafetyAndEnvironmentActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:Incident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Injury
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:IssueWorkPermit
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:JobObservation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:LostProduction
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:LostTimeAccident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:LostTimeIncident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:MaintenanceActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:MarineOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:MedicalTreatmentInjury
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:Injury .
ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
ep-prodact:NearMiss
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:PartOfProductionActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
ep-prodact:PowerStationFailure
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
ep-prodact:ProductionActivityLastingLessThanAYear
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ProductionOperationsActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ProductionVolumeActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ReleasedToWater
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:ReportHazard
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:RestrictedWork
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:RestrictedWorkInjury
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:Injury .
ep-prodact:SafetyActivityType
rdf:type rdfs:Class ;
rdfs:subClassOf owl:Class .
ep-prodact:SafetyMeeting
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SentAshore
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SevereAccident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SickOnBoard
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SpillOrLeak
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:WorkingUnderPermit
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:WorkingUnderPermitWithSJA
rdf:type ep-prodact:SafetyActivityType , owl:Class ;
rdfs:subClassOf ep-prodact:WorkingUnderPermit .
ep-prodact:hasPart
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range ep-prodact:PartOfProductionActivity .
ep-prodact:noOfDrillsOrExcercises
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfFirstAidEvents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfHazardReportCards
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfIncidentsTotal
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfLostTimeIncidents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfMiscellaneousHseEvents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfPermitsWithSjaIssued
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfSafetyMeetings
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfSpillsOrLeaks
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:totalNoOfPermitsIssued
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:yearlyActivityToDate
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
<http://www.reportinghub.no/ep/schema/well#WellGroup>
rdf:type owl:Class .
# Saved by TopBraid on Wed Oct 12 15:34:04 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/flow
@prefix ep-prodact: <http://www.reportinghub.no/ep/schema/production-activity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/production-activity>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/flow> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/activity#ProductionWellTest>
rdf:type owl:Class ;
rdfs:label "production well test"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> , <http://www.reportinghub.no/ep/schema/activity#WellTest> .
<http://www.reportinghub.no/ep/schema/activity#hasFlow>
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
rdfs:label "has flow"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Injection>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Manifold-Production>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Manifold> .
<http://www.reportinghub.no/ep/schema/equipment#Separator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator> .
<http://www.reportinghub.no/ep/schema/equipment#Tank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAManifold>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfASeparator>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
<http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfATank>
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#Equipment> .
ep-prodact:AdministerFirstAid
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:AirTrafficOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:AnnualProductionActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:AnnualProductionActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:AnnualProductionActivity .
ep-prodact:AnnualProductionOperationsActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionOperationsActivity .
ep-prodact:AnnualProductionVolumeActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:AnnualProductionActivityToEndOfReportingPeriod , ep-prodact:ProductionVolumeActivity .
ep-prodact:ConstructionOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:CumulativeProductionActivitySinceProductionBegan
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:DailyProductionOperationsActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionOperationsActivity .
ep-prodact:DailyProductionVolumeActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#DailyProductionActivity> , ep-prodact:ProductionVolumeActivity .
ep-prodact:Deviation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:DrillOrExcercise
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Fire
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:FirstAid
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:FlowLine
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/equipment#TemporalPartOfAFlowLine> .
ep-prodact:FlowLine-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:FlowLine .
ep-prodact:HealthSafetyAndEnvironmentActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:Incident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Injury
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:IssueWorkPermit
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:JobObservation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:LostProduction
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:LostTimeAccident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:LostTimeIncident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:MaintenanceActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:MarineOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:MedicalTreatmentInjury
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:Injury .
ep-prodact:MonthlyProductionActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#MonthlyProductionActivity> .
ep-prodact:NearMiss
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:PartOfProductionActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
ep-prodact:PowerStationFailure
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
ep-prodact:ProductionActivityLastingLessThanAYear
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ProductionOperationsActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ProductionVolumeActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:ReleasedToWater
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:ReportHazard
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:RestrictedWork
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:RestrictedWorkInjury
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:Injury .
ep-prodact:SafetyActivityType
rdf:type rdfs:Class ;
rdfs:subClassOf owl:Class .
ep-prodact:SafetyMeeting
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SentAshore
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SevereAccident
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SickOnBoard
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SpillOrLeak
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:WorkingUnderPermit
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:WorkingUnderPermitWithSJA
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:subClassOf ep-prodact:WorkingUnderPermit .
ep-prodact:hasPart
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range ep-prodact:PartOfProductionActivity .
ep-prodact:noOfDrillsOrExcercises
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfFirstAidEvents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfHazardReportCards
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfIncidentsTotal
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfLostTimeIncidents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfMiscellaneousHseEvents
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfPermitsWithSjaIssued
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfRestrictedWorkAndMedicalTreatmentInjuries
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfSafetyMeetings
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:noOfSpillsOrLeaks
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:totalNoOfPermitsIssued
rdf:type owl:DatatypeProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
rdfs:range xsd:integer .
ep-prodact:yearlyActivityToDate
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
rdfs:range ep-prodact:AnnualProductionActivityToEndOfReportingPeriod .
<http://www.reportinghub.no/ep/schema/well#WellGroup>
rdf:type owl:Class .
......
# Saved by TopBraid on Wed Oct 12 15:17:14 BST 2011
# Saved by TopBraid on Wed Oct 12 15:45:01 BST 2011
# baseURI: http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/dpr/spin/1.1/lib
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://spinrdf.org/spin
# imports: http://www.witsml.org/schemas/131/addendum/combo
......@@ -20,484 +20,398 @@
<http://www.reportinghub.no/ep/transform/1.0/dpr/wellTest>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://spinrdf.org/spin> ;
owl:imports <http://spinrdf.org/spin> , <http://www.witsml.org/schemas/131/addendum/combo> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/dpr/spin/1.1/lib> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.witsml.org/schemas/131/addendum/combo#AllObjects-wellSet>
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30103 set choke orifice size"^^xsd:string ;
rdfs:comment "STEP 30108 set production flow data - oil rate"^^xsd:string ;
sp:templates ([ sp:object _:b1 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject _:b2
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#OilFlow> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object _:b3 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
] [ sp:object _:b4 ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate _:b5 ;
] [ sp:object _:b5 ;
sp:predicate _:b6 ;
sp:subject _:b3
]) ;
sp:where ([ sp:object _:b6 ;
sp:where ([ sp:object _:b7 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b6
] [ sp:object _:b7 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b6
sp:subject _:b7
] [ sp:object _:b8 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b7
] [ sp:object _:b9 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b8
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b8
sp:subject _:b9
] [ sp:object _:b10 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b9
] [ sp:object _:b11 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b10
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b10
] [ sp:object _:b10 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b2
] [ sp:object _:b11 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ;
sp:subject _:b10
] [ sp:object _:b4 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b11
] [ sp:object _:b12 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b11
] [ sp:object _:b11 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b13 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b11
] [ sp:object _:b13 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b14
] [ sp:object _:b2 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b14
] [ sp:object _:b15 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b13
] [ sp:object _:b16 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilRateRef> ;
sp:subject _:b15
] [ sp:object _:b17 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ;
sp:subject _:b16
] [ sp:object _:b5 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b17
] [ sp:object _:b18 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b17
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectLengthScale ;
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ;
sp:arg1 _:b12
] ;
sp:variable _:b5
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
sp:arg1 _:b18
] ;
sp:variable _:b6
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30105 set production wellhead data - choke orifice size"^^xsd:string ;
sp:templates ([ sp:object _:b13 ;
rdfs:comment "STEP 30103 set choke orifice size"^^xsd:string ;
sp:templates ([ sp:object _:b19 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
sp:subject _:b14
sp:subject _:b20
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
sp:predicate rdf:type ;
sp:subject _:b13
] [ sp:object _:b15 ;
sp:subject _:b19
] [ sp:object _:b21 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
sp:subject _:b13
sp:subject _:b19
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b15
] [ sp:object _:b16 ;
sp:predicate _:b17 ;
sp:subject _:b15
sp:subject _:b21
] [ sp:object _:b22 ;
sp:predicate _:b23 ;
sp:subject _:b21
]) ;
sp:where ([ sp:object _:b18 ;
sp:where ([ sp:object _:b24 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b18
] [ sp:object _:b19 ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b18
] [ sp:object _:b20 ;
sp:subject _:b24
] [ sp:object _:b26 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b19
sp:subject _:b25
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b20
] [ sp:object _:b21 ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b20
] [ sp:object _:b22 ;
sp:subject _:b26
] [ sp:object _:b28 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b21
sp:subject _:b27
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b22
] [ sp:object _:b22 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b23 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b22
] [ sp:object _:b23 ;
sp:subject _:b28
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b14
] [ sp:object
[ sp:varName "wellheadDataRef"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ;
sp:subject _:b23
] [ sp:object _:b24 ;
sp:subject _:b20
] [ sp:object _:b29 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ;
sp:subject
[ sp:varName "wellHeadDataRef"^^xsd:string
]
] [ sp:object _:b16 ;
sp:subject _:b28
] [ sp:object _:b22 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b24
] [ sp:object _:b25 ;
sp:subject _:b29
] [ sp:object _:b30 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b24
sp:subject _:b29
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectLengthScale ;
sp:arg1 _:b25
sp:arg1 _:b30
] ;
sp:variable _:b17
sp:variable _:b23
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30101 Create WellTest activity - anonymous because there is no mandatory data about it"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
rdfs:comment "STEP 30102 set activity type"^^xsd:string ;
sp:templates ([ sp:object _:b31 ;
sp:predicate rdf:type ;
sp:subject _:b26
] [ sp:object _:b27 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b26
] [ sp:object _:b28 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b26
] [ sp:object _:b29 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b26
sp:subject _:b32
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTestType> ;
sp:predicate rdf:type ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:predicate rdfs:label ;
sp:subject _:b31
]) ;
sp:where ([ sp:object _:b30 ;
sp:where ([ sp:object _:b34 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b30
] [ sp:object _:b31 ;
sp:subject _:b34
] [ sp:object _:b35 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b30
] [ sp:object _:b32 ;
sp:subject _:b34
] [ sp:object _:b36 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b31
] [ sp:object _:b33 ;
sp:subject _:b35
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b32
] [ sp:object _:b34 ;
sp:subject _:b36
] [ sp:object _:b37 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b32
] [ sp:object _:b29 ;
sp:subject _:b36
] [ sp:object _:b38 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b34
sp:subject _:b37
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b29
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b27 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDate> ;
sp:subject _:b29
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
sp:arg1 [ rdf:type xsd:string ;
sp:arg1 _:b33
]
] ;
sp:variable _:b28
sp:subject _:b38
] [ sp:object _:b38 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b32
] [ sp:object _:b33 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testType> ;
sp:subject _:b38
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30106 set production flow data - well head and separator"^^xsd:string ;
sp:templates ([ sp:object _:b35 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b36
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowOfMaterial> ;
sp:predicate rdf:type ;
sp:subject _:b35
] [ sp:object _:b37 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject _:b38
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WellHeadFlow> ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object _:b39 ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
rdfs:comment "STEP 30108 set production flow data - water rate"^^xsd:string ;
sp:templates ([ sp:object _:b39 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject _:b40
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b40 ;
sp:predicate _:b41 ;
] [ sp:object _:b41 ;
sp:predicate rdf:type ;
sp:subject _:b39
] [ sp:object _:b42 ;
sp:predicate rdf:type ;
sp:subject _:b37
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
sp:predicate rdf:type ;
sp:subject _:b42
sp:subject _:b41
] [ sp:object _:b43 ;
sp:predicate _:b44 ;
sp:subject _:b42
] [ sp:object _:b45 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject _:b38
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#SeparatorFlow> ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object _:b46 ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b46
] [ sp:object _:b47 ;
sp:predicate _:b48 ;
sp:subject _:b46
] [ sp:object _:b49 ;
sp:predicate rdf:type ;
sp:subject _:b45
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
sp:predicate rdf:type ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate _:b51 ;
sp:subject _:b49
sp:subject _:b41
]) ;
sp:where ([ sp:object _:b52 ;
sp:where ([ sp:object _:b45 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b52
] [ sp:object _:b53 ;
sp:subject _:b45
] [ sp:object _:b46 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b52
] [ sp:object _:b54 ;
sp:subject _:b45
] [ sp:object _:b47 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b53
sp:subject _:b46
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b54
] [ sp:object _:b55 ;
sp:subject _:b47
] [ sp:object _:b48 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b54
] [ sp:object _:b56 ;
sp:subject _:b47
] [ sp:object _:b49 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b55
sp:subject _:b48
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b56
] [ sp:object
[ sp:varName "standardTempPres"^^xsd:string
] ;
sp:subject _:b49
] [ sp:object _:b50 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b56
] [ sp:object _:b56 ;
sp:subject _:b49
] [ sp:object _:b49 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b57 ;
] [ sp:object _:b51 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b56
] [ sp:object _:b57 ;
sp:subject _:b49
] [ sp:object _:b51 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b36
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b58 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ;
sp:subject _:b57
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b59 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowingPressureRef> ;
sp:subject _:b58
] [ sp:object _:b40 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b59
] [ sp:object _:b60 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b59
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b61 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#temperatureRef> ;
sp:subject _:b58
] [ sp:object _:b43 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b61
] [ sp:object _:b62 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b61
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b63 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorDataRef> ;
sp:subject _:b57
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b64 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorPressureRef> ;
sp:subject _:b63
] [ sp:object _:b47 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b64
] [ sp:object _:b65 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b64
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b66 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorTemperatureRef> ;
sp:subject _:b63
] [ sp:object _:b50 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b66
] [ sp:object _:b67 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b66
])
])
sp:subject _:b52
] [ sp:object _:b40 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b52
] [ sp:object _:b53 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b51
] [ sp:object _:b54 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterRateRef> ;
sp:subject _:b53
] [ sp:object _:b55 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ;
sp:subject _:b54
] [ sp:object _:b43 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b55
] [ sp:object _:b56 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b55
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectPressureScale ;
sp:arg1 _:b60
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ;
sp:arg1 _:b50
] ;
sp:variable _:b41
sp:variable _:b42
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectTemperatureScale ;
sp:arg1 _:b62
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
sp:arg1 _:b56
] ;
sp:variable _:b44
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectPressureScale ;
sp:arg1 _:b65
] ;
sp:variable _:b48
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectTemperatureScale ;
sp:arg1 _:b67
] ;
sp:variable _:b51
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30109 set production flow data - oil gas ratio"^^xsd:string ;
sp:templates ([ sp:object _:b68 ;
sp:templates ([ sp:object _:b57 ;
sp:predicate <http://www.reportinghub.no/ep/schema/well#gasOilRatio> ;
sp:subject _:b69
sp:subject _:b58
] [ sp:object <http://www.reportinghub.no/ep/schema/core#SpecificVolume> ;
sp:predicate rdf:type ;
sp:subject _:b68
] [ sp:object _:b70 ;
sp:subject _:b57
] [ sp:object _:b59 ;
sp:predicate
[ sp:varName "specificVolumeScaleGasOil"^^xsd:string
] ;
sp:subject _:b68
sp:subject _:b57
]) ;
sp:where ([ sp:object _:b71 ;
sp:where ([ sp:object _:b60 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b71
] [ sp:object _:b72 ;
sp:subject _:b60
] [ sp:object _:b61 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b71
] [ sp:object _:b73 ;
sp:subject _:b60
] [ sp:object _:b62 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b72
sp:subject _:b61
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b73
] [ sp:object _:b74 ;
sp:subject _:b62
] [ sp:object _:b63 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b73
] [ sp:object _:b75 ;
sp:subject _:b62
] [ sp:object _:b64 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b74
sp:subject _:b63
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b75
sp:subject _:b64
] [ sp:object
[ sp:varName "standardTempPres"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b75
] [ sp:object _:b75 ;
sp:subject _:b64
] [ sp:object _:b64 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b76 ;
] [ sp:object _:b65 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b75
] [ sp:object _:b76 ;
sp:subject _:b64
] [ sp:object _:b65 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b77
] [ sp:object _:b69 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ;
sp:subject _:b77
] [ sp:object _:b78 ;
sp:subject _:b66
] [ sp:object _:b58 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b66
] [ sp:object _:b67 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b76
] [ sp:object _:b79 ;
sp:subject _:b65
] [ sp:object _:b68 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasOilRatioRef> ;
sp:subject _:b78
] [ sp:object _:b70 ;
sp:subject _:b67
] [ sp:object _:b59 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b79
sp:subject _:b68
] [ sp:object
[ sp:varName "uomGasOil"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b79
sp:subject _:b68
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
......@@ -511,409 +425,495 @@
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30104 set production test duration"^^xsd:string ;
sp:templates ([ sp:object _:b80 ;
rdfs:comment "STEP 30105 set production wellhead data - choke orifice size"^^xsd:string ;
sp:templates ([ sp:object _:b69 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasWellTestChoke> ;
sp:subject _:b70
] [ sp:object <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> ;
sp:predicate rdf:type ;
sp:subject _:b81
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:subject _:b69
] [ sp:object _:b71 ;
sp:predicate <http://www.reportinghub.no/ep/schema/equipment#chokeOrificeSize> ;
sp:subject _:b69
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Length> ;
sp:predicate rdf:type ;
sp:subject _:b80
] [ sp:object _:b82 ;
sp:predicate _:b83 ;
sp:subject _:b80
sp:subject _:b71
] [ sp:object _:b72 ;
sp:predicate _:b73 ;
sp:subject _:b71
]) ;
sp:where ([ sp:object _:b84 ;
sp:where ([ sp:object _:b74 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b84
] [ sp:object _:b85 ;
sp:subject _:b74
] [ sp:object _:b75 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b84
] [ sp:object _:b86 ;
sp:subject _:b74
] [ sp:object _:b76 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b85
sp:subject _:b75
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b86
] [ sp:object _:b87 ;
sp:subject _:b76
] [ sp:object _:b77 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b86
] [ sp:object _:b88 ;
sp:subject _:b76
] [ sp:object _:b78 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b87
sp:subject _:b77
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b88
] [ sp:object _:b88 ;
sp:subject _:b78
] [ sp:object _:b78 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b89 ;
] [ sp:object _:b79 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b88
] [ sp:object _:b89 ;
sp:subject _:b78
] [ sp:object _:b79 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b81
] [ sp:object _:b90 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDurationRef> ;
sp:subject _:b89
] [ sp:object _:b82 ;
sp:subject _:b70
] [ sp:object
[ sp:varName "wellheadDataRef"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ;
sp:subject _:b79
] [ sp:object _:b80 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#chokeOrificeSizeRef> ;
sp:subject
[ sp:varName "wellHeadDataRef"^^xsd:string
]
] [ sp:object _:b72 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b90
] [ sp:object _:b91 ;
sp:subject _:b80
] [ sp:object _:b81 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b90
sp:subject _:b80
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectDurationScale ;
sp:arg1 _:b91
[ rdf:type ep-dpr-spin-lib:selectLengthScale ;
sp:arg1 _:b81
] ;
sp:variable _:b83
sp:variable _:b73
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30108 set production flow data - water rate"^^xsd:string ;
sp:templates ([ sp:object _:b92 ;
rdfs:comment "STEP 30107 set production flow data - gas rate"^^xsd:string ;
sp:templates ([ sp:object _:b82 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject _:b93
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WaterFlow> ;
sp:subject _:b83
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#GasFlow> ;
sp:predicate rdf:type ;
sp:subject _:b92
] [ sp:object _:b94 ;
sp:subject _:b82
] [ sp:object _:b84 ;
sp:predicate rdf:type ;
sp:subject _:b92
] [ sp:object _:b95 ;
sp:subject _:b82
] [ sp:object _:b85 ;
sp:predicate rdf:type ;
sp:subject _:b94
] [ sp:object _:b96 ;
sp:predicate _:b97 ;
sp:subject _:b94
sp:subject _:b84
] [ sp:object _:b86 ;
sp:predicate _:b87 ;
sp:subject _:b84
]) ;
sp:where ([ sp:object _:b98 ;
sp:where ([ sp:object _:b88 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b98
] [ sp:object _:b99 ;
sp:subject _:b88
] [ sp:object _:b89 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b98
] [ sp:object _:b100 ;
sp:subject _:b88
] [ sp:object _:b90 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b99
sp:subject _:b89
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b100
] [ sp:object _:b101 ;
sp:subject _:b90
] [ sp:object _:b91 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b100
] [ sp:object _:b102 ;
sp:subject _:b90
] [ sp:object _:b92 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b101
sp:subject _:b91
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b102
] [ sp:object _:b103 ;
sp:subject _:b92
] [ sp:object _:b93 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b102
] [ sp:object _:b102 ;
sp:subject _:b92
] [ sp:object _:b92 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b104 ;
] [ sp:object _:b94 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b102
] [ sp:object _:b104 ;
sp:subject _:b92
] [ sp:object _:b94 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b105
] [ sp:object _:b93 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ;
sp:subject _:b105
] [ sp:object _:b106 ;
sp:subject _:b95
] [ sp:object _:b83 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b95
] [ sp:object _:b96 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b104
] [ sp:object _:b107 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#waterRateRef> ;
sp:subject _:b106
] [ sp:object _:b108 ;
sp:subject _:b94
] [ sp:object _:b97 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasRateRef> ;
sp:subject _:b96
] [ sp:object _:b98 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ;
sp:subject _:b107
] [ sp:object _:b96 ;
sp:subject _:b97
] [ sp:object _:b86 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b108
] [ sp:object _:b109 ;
sp:subject _:b98
] [ sp:object _:b99 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b108
sp:subject _:b98
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ;
sp:arg1 _:b103
sp:arg1 _:b93
] ;
sp:variable _:b95
sp:variable _:b85
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
sp:arg1 _:b109
sp:arg1 _:b99
] ;
sp:variable _:b97
sp:variable _:b87
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30108 set production flow data - oil rate"^^xsd:string ;
sp:templates ([ sp:object _:b110 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject _:b111
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#OilFlow> ;
rdfs:comment "STEP 30101 Create WellTest activity - anonymous because there is no mandatory data about it"^^xsd:string ;
sp:templates ([ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
sp:predicate rdf:type ;
sp:subject _:b110
] [ sp:object _:b112 ;
sp:subject _:b100
] [ sp:object _:b101 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#nominallyAt> ;
sp:subject _:b100
] [ sp:object _:b102 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#onWellBore> ;
sp:subject _:b100
] [ sp:object _:b103 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b100
]) ;
sp:where ([ sp:object _:b104 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b104
] [ sp:object _:b105 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b104
] [ sp:object _:b106 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b105
] [ sp:object _:b107 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b106
] [ sp:object _:b108 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b106
] [ sp:object _:b103 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b108
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b103
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b101 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDate> ;
sp:subject _:b103
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
sp:arg1 [ rdf:type xsd:string ;
sp:arg1 _:b107
]
] ;
sp:variable _:b102
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30104 set production test duration"^^xsd:string ;
sp:templates ([ sp:object _:b109 ;
sp:predicate rdf:type ;
sp:subject _:b110
] [ sp:object _:b113 ;
] [ sp:object <http://www.reportinghub.no/ep/schema/core#TimeDuration> ;
sp:predicate rdf:type ;
sp:subject _:b112
] [ sp:object _:b114 ;
sp:predicate _:b115 ;
sp:subject _:b112
sp:subject _:b109
] [ sp:object _:b111 ;
sp:predicate _:b112 ;
sp:subject _:b109
]) ;
sp:where ([ sp:object _:b116 ;
sp:where ([ sp:object _:b113 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b116
] [ sp:object _:b117 ;
sp:subject _:b113
] [ sp:object _:b114 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b116
] [ sp:object _:b118 ;
sp:subject _:b113
] [ sp:object _:b115 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b117
sp:subject _:b114
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b118
] [ sp:object _:b119 ;
sp:subject _:b115
] [ sp:object _:b116 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b118
] [ sp:object _:b120 ;
sp:subject _:b115
] [ sp:object _:b117 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b119
sp:subject _:b116
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b120
] [ sp:object _:b121 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b120
] [ sp:object _:b120 ;
sp:subject _:b117
] [ sp:object _:b117 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b122 ;
] [ sp:object _:b118 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b120
] [ sp:object _:b122 ;
sp:subject _:b117
] [ sp:object _:b118 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b123
sp:subject _:b110
] [ sp:object _:b119 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testDurationRef> ;
sp:subject _:b118
] [ sp:object _:b111 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ;
sp:subject _:b123
] [ sp:object _:b124 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b122
] [ sp:object _:b125 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#oilRateRef> ;
sp:subject _:b124
] [ sp:object _:b126 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ;
sp:subject _:b125
] [ sp:object _:b114 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b126
] [ sp:object _:b127 ;
sp:subject _:b119
] [ sp:object _:b120 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b126
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ;
sp:arg1 _:b121
] ;
sp:variable _:b113
sp:subject _:b119
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
sp:arg1 _:b127
[ rdf:type ep-dpr-spin-lib:selectDurationScale ;
sp:arg1 _:b120
] ;
sp:variable _:b115
sp:variable _:b112
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30102 set activity type"^^xsd:string ;
sp:templates ([ sp:object _:b128 ;
rdfs:comment "STEP 30106 set production flow data - well head and separator"^^xsd:string ;
sp:templates ([ sp:object _:b121 ;
sp:predicate <http://www.reportinghub.no/ep/schema/activity#hasFlow> ;
sp:subject _:b122
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#FlowOfMaterial> ;
sp:predicate rdf:type ;
sp:subject _:b129
] [ sp:object <http://www.reportinghub.no/ep/schema/activity#WellTestType> ;
sp:subject _:b121
] [ sp:object _:b123 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject _:b124
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#WellHeadFlow> ;
sp:predicate rdf:type ;
sp:subject _:b123
] [ sp:object _:b125 ;
sp:predicate rdf:type ;
sp:subject _:b123
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b125
] [ sp:object _:b126 ;
sp:predicate _:b127 ;
sp:subject _:b125
] [ sp:object _:b128 ;
sp:predicate rdf:type ;
sp:subject _:b123
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
sp:predicate rdf:type ;
sp:subject _:b128
] [ sp:object _:b130 ;
sp:predicate rdfs:label ;
] [ sp:object _:b129 ;
sp:predicate _:b130 ;
sp:subject _:b128
]) ;
sp:where ([ sp:object _:b131 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
] [ sp:object _:b131 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasNetworkPart> ;
sp:subject _:b124
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#SeparatorFlow> ;
sp:predicate rdf:type ;
sp:subject _:b131
] [ sp:object _:b132 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:predicate rdf:type ;
sp:subject _:b131
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Pressure> ;
sp:predicate rdf:type ;
sp:subject _:b132
] [ sp:object _:b133 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:predicate _:b134 ;
sp:subject _:b132
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b133
] [ sp:object _:b134 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b133
] [ sp:object _:b135 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b134
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b135
] [ sp:object _:b135 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b129
] [ sp:object _:b130 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#testType> ;
sp:subject _:b135
])
] ;
spin:rule
[ rdf:type sp:Construct ;
rdfs:comment "STEP 30107 set production flow data - gas rate"^^xsd:string ;
sp:templates ([ sp:object _:b136 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasMixedPart> ;
sp:subject _:b137
] [ sp:object <http://www.reportinghub.no/ep/schema/flow#GasFlow> ;
sp:predicate rdf:type ;
sp:subject _:b136
] [ sp:object _:b138 ;
sp:predicate rdf:type ;
sp:subject _:b136
] [ sp:object _:b139 ;
sp:subject _:b131
] [ sp:object <http://www.reportinghub.no/ep/schema/core#Temperature> ;
sp:predicate rdf:type ;
sp:subject _:b138
] [ sp:object _:b140 ;
sp:predicate _:b141 ;
sp:subject _:b138
sp:subject _:b135
] [ sp:object _:b136 ;
sp:predicate _:b137 ;
sp:subject _:b135
]) ;
sp:where ([ sp:object _:b142 ;
sp:where ([ sp:object _:b138 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellRef> ;
sp:subject spin:_this
] [ sp:object
[ sp:varName "wellName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b142
] [ sp:object _:b143 ;
sp:subject _:b138
] [ sp:object _:b139 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreSetRef> ;
sp:subject _:b142
] [ sp:object _:b144 ;
sp:subject _:b138
] [ sp:object _:b140 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellboreRef> ;
sp:subject _:b143
sp:subject _:b139
] [ sp:object
[ sp:varName "nameWellBore"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b144
] [ sp:object _:b145 ;
sp:subject _:b140
] [ sp:object _:b141 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestSetRef> ;
sp:subject _:b144
] [ sp:object _:b146 ;
sp:subject _:b140
] [ sp:object _:b142 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellTestRef> ;
sp:subject _:b145
sp:subject _:b141
] [ sp:object
[ sp:varName "wellBoreTestName"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#name> ;
sp:subject _:b146
] [ sp:object _:b147 ;
sp:subject _:b142
] [ sp:object
[ sp:varName "standardTempPres"^^xsd:string
] ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#standardTempPresRef> ;
sp:subject _:b146
] [ sp:object _:b146 ;
sp:subject _:b142
] [ sp:object _:b142 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject
[ sp:varName "wellTest"^^xsd:string
]
] [ sp:object _:b148 ;
] [ sp:object _:b143 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestRef> ;
sp:subject _:b146
] [ sp:object _:b148 ;
sp:subject _:b142
] [ sp:object _:b143 ;
sp:predicate <http://www.reportinghub.no/ep/schema/core#derivedFrom> ;
sp:subject _:b149
] [ sp:object _:b137 ;
sp:predicate <http://www.reportinghub.no/ep/schema/flow#hasFlow> ;
sp:subject _:b149
] [ sp:object _:b150 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#productionTestResultsRef> ;
sp:subject _:b148
] [ sp:object _:b151 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#gasRateRef> ;
sp:subject _:b150
] [ sp:object _:b152 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#fluidRateStdTempPresRef> ;
sp:subject _:b151
] [ sp:object _:b140 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b152
] [ sp:object _:b153 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b152
sp:subject _:b122
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b144 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#wellheadDataRef> ;
sp:subject _:b143
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b145 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#flowingPressureRef> ;
sp:subject _:b144
] [ sp:object _:b126 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b145
] [ sp:object _:b146 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b145
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b147 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#temperatureRef> ;
sp:subject _:b144
] [ sp:object _:b129 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b147
] [ sp:object _:b148 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b147
])
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b149 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorDataRef> ;
sp:subject _:b143
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b150 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorPressureRef> ;
sp:subject _:b149
] [ sp:object _:b133 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b150
] [ sp:object _:b151 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b150
])
] [ rdf:type sp:Optional ;
sp:elements ([ sp:object _:b152 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#separatorTemperatureRef> ;
sp:subject _:b149
] [ sp:object _:b136 ;
sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
sp:subject _:b152
] [ sp:object _:b153 ;
sp:predicate <http://www.witsml.org/schemas/131/addendum/combo#uomRef> ;
sp:subject _:b152
])
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateAtStandardTemperaturePressureType ;
sp:arg1 _:b147
[ rdf:type ep-dpr-spin-lib:selectPressureScale ;
sp:arg1 _:b146
] ;
sp:variable _:b139
sp:variable _:b127
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectVolumeFlowRateScale ;
[ rdf:type ep-dpr-spin-lib:selectTemperatureScale ;
sp:arg1 _:b148
] ;
sp:variable _:b130
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectPressureScale ;
sp:arg1 _:b151
] ;
sp:variable _:b134
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type ep-dpr-spin-lib:selectTemperatureScale ;
sp:arg1 _:b153
] ;
sp:variable _:b141
sp:variable _:b137
])
] ;
spin:rule
......@@ -968,190 +968,175 @@
])
] .
_:b97
sp:varName "volumeFlowRateScaleWater"^^xsd:string .
_:b87
sp:varName "volumeFlowRateScaleGas"^^xsd:string .
_:b95
_:b85
sp:varName "volumeFlowRateStdType"^^xsd:string .
_:b109
sp:varName "uomWaterRate"^^xsd:string .
_:b99
sp:varName "uomGasRate"^^xsd:string .
_:b96
sp:varName "realWaterRate"^^xsd:string .
_:b86
sp:varName "realGasRate"^^xsd:string .
_:b108
_:b98
sp:varName "fluidRateStdTempPresRef"^^xsd:string .
_:b107
sp:varName "waterRateRef"^^xsd:string .
_:b97
sp:varName "gasRateRef"^^xsd:string .
_:b106
_:b96
sp:varName "productionTestResults"^^xsd:string .
_:b93
_:b83
sp:varName "productionWellTestFlow"^^xsd:string .
_:b105
_:b95
sp:varName "productionWellTest"^^xsd:string .
_:b104
_:b94
sp:varName "productionTestRef"^^xsd:string .
_:b103
_:b93
sp:varName "standardTempPres"^^xsd:string .
_:b102
_:b92
sp:varName "wellTestRef"^^xsd:string .
_:b101
_:b91
sp:varName "wellTestSetRef"^^xsd:string .
_:b100
_:b90
sp:varName "wellboreRef"^^xsd:string .
_:b99
_:b89
sp:varName "wellboreSetRef"^^xsd:string .
_:b98
_:b88
sp:varName "wellRef"^^xsd:string .
_:b115
sp:varName "volumeFlowRateScaleOil"^^xsd:string .
_:b113
sp:varName "volumeFlowRateStdType"^^xsd:string .
_:b127
sp:varName "uomOilRate"^^xsd:string .
_:b114
sp:varName "realOilRate"^^xsd:string .
_:b126
sp:varName "fluidRateStdTempPresRef"^^xsd:string .
_:b59
sp:varName "realGasOil"^^xsd:string .
_:b125
sp:varName "oilRateRef"^^xsd:string .
_:b68
sp:varName "gasOilRatioRef"^^xsd:string .
_:b124
_:b67
sp:varName "productionTestResults"^^xsd:string .
_:b111
_:b58
sp:varName "productionWellTestFlow"^^xsd:string .
_:b123
_:b66
sp:varName "productionWellTest"^^xsd:string .
_:b122
_:b65
sp:varName "productionTestRef"^^xsd:string .
_:b121
sp:varName "standardTempPres"^^xsd:string .
_:b120
_:b64
sp:varName "wellTestRef"^^xsd:string .
_:b119
_:b63
sp:varName "wellTestSetRef"^^xsd:string .
_:b118
_:b62
sp:varName "wellboreRef"^^xsd:string .
_:b117
_:b61
sp:varName "wellboreSetRef"^^xsd:string .
_:b116
_:b60
sp:varName "wellRef"^^xsd:string .
_:b91
sp:varName "uomDuration"^^xsd:string .
_:b6 sp:varName "volumeFlowRateScaleOil"^^xsd:string .
_:b90
sp:varName "testDurationRef"^^xsd:string .
_:b4 sp:varName "volumeFlowRateStdType"^^xsd:string .
_:b89
sp:varName "productionTestRef"^^xsd:string .
_:b18
sp:varName "uomOilRate"^^xsd:string .
_:b88
sp:varName "wellTestRef"^^xsd:string .
_:b5 sp:varName "realOilRate"^^xsd:string .
_:b87
sp:varName "wellTestSetRef"^^xsd:string .
_:b17
sp:varName "fluidRateStdTempPresRef"^^xsd:string .
_:b86
sp:varName "wellboreRef"^^xsd:string .
_:b16
sp:varName "oilRateRef"^^xsd:string .
_:b85
sp:varName "wellboreSetRef"^^xsd:string .
_:b15
sp:varName "productionTestResults"^^xsd:string .
_:b84
sp:varName "wellRef"^^xsd:string .
_:b2 sp:varName "productionWellTestFlow"^^xsd:string .
_:b83
sp:varName "durationScale"^^xsd:string .
_:b14
sp:varName "productionWellTest"^^xsd:string .
_:b82
sp:varName "realDuration"^^xsd:string .
_:b13
sp:varName "productionTestRef"^^xsd:string .
_:b81
sp:varName "productionWellTest"^^xsd:string .
_:b12
sp:varName "standardTempPres"^^xsd:string .
_:b25
sp:varName "uomChokeOrificeSize"^^xsd:string .
_:b11
sp:varName "wellTestRef"^^xsd:string .
_:b24
sp:varName "chokeOrificeSizeRef"^^xsd:string .
_:b10
sp:varName "wellTestSetRef"^^xsd:string .
_:b23
sp:varName "productionTestRef"^^xsd:string .
_:b9 sp:varName "wellboreRef"^^xsd:string .
_:b22
sp:varName "wellTestRef"^^xsd:string .
_:b8 sp:varName "wellboreSetRef"^^xsd:string .
_:b21
sp:varName "wellTestSetRef"^^xsd:string .
_:b7 sp:varName "wellRef"^^xsd:string .
_:b20
sp:varName "wellboreRef"^^xsd:string .
_:b44
sp:varName "volumeFlowRateScaleWater"^^xsd:string .
_:b19
sp:varName "wellboreSetRef"^^xsd:string .
_:b42
sp:varName "volumeFlowRateStdType"^^xsd:string .
_:b18
sp:varName "wellRef"^^xsd:string .
_:b56
sp:varName "uomWaterRate"^^xsd:string .
_:b17
sp:varName "lengthScaleChokeOrificeSize"^^xsd:string .
_:b43
sp:varName "realWaterRate"^^xsd:string .
_:b16
sp:varName "realChokeOrificeSize"^^xsd:string .
_:b55
sp:varName "fluidRateStdTempPresRef"^^xsd:string .
_:b14
sp:varName "productionWellTest"^^xsd:string .
_:b54
sp:varName "waterRateRef"^^xsd:string .
_:b12
sp:varName "uomChokeOrificeSize"^^xsd:string .
_:b53
sp:varName "productionTestResults"^^xsd:string .
_:b11
sp:varName "chokeOrificeSizeRef"^^xsd:string .
_:b40
sp:varName "productionWellTestFlow"^^xsd:string .
_:b10
sp:varName "wellTestRef"^^xsd:string .
_:b52
sp:varName "productionWellTest"^^xsd:string .
_:b9 sp:varName "wellTestSetRef"^^xsd:string .
_:b51
sp:varName "productionTestRef"^^xsd:string .
_:b8 sp:varName "wellboreRef"^^xsd:string .
_:b50
sp:varName "standardTempPres"^^xsd:string .
_:b7 sp:varName "wellboreSetRef"^^xsd:string .
_:b49
sp:varName "wellTestRef"^^xsd:string .
_:b6 sp:varName "wellRef"^^xsd:string .
_:b48
sp:varName "wellTestSetRef"^^xsd:string .
_:b5 sp:varName "lengthScaleChokeOrificeSize"^^xsd:string .
_:b47
sp:varName "wellboreRef"^^xsd:string .
_:b4 sp:varName "realChokeOrificeSize"^^xsd:string .
_:b46
sp:varName "wellboreSetRef"^^xsd:string .
_:b2 sp:varName "wellTest"^^xsd:string .
_:b45
sp:varName "wellRef"^^xsd:string .
_:b161
sp:varName "wellTestRef"^^xsd:string .
......@@ -1174,203 +1159,218 @@ _:b156
_:b155
sp:varName "wellTest"^^xsd:string .
_:b34
sp:varName "wellTestSetRef"^^xsd:string .
_:b33
sp:varName "nameWellBore"^^xsd:string .
_:b32
sp:varName "wellboreRef"^^xsd:string .
_:b31
sp:varName "wellboreSetRef"^^xsd:string .
_:b30
sp:varName "wellRef"^^xsd:string .
_:b29
sp:varName "wellTestRef"^^xsd:string .
_:b28
sp:varName "wellBore"^^xsd:string .
_:b27
sp:varName "testDate"^^xsd:string .
_:b135
_:b38
sp:varName "wellTestRef"^^xsd:string .
_:b134
_:b37
sp:varName "wellTestSetRef"^^xsd:string .
_:b133
_:b36
sp:varName "wellboreRef"^^xsd:string .
_:b132
_:b35
sp:varName "wellboreSetRef"^^xsd:string .
_:b131
_:b34
sp:varName "wellRef"^^xsd:string .
_:b130
_:b33
sp:varName "testTypeName"^^xsd:string .
_:b129
_:b32
sp:varName "wellTest"^^xsd:string .
_:b153
sp:varName "uomGasRate"^^xsd:string .
_:b152
sp:varName "fluidRateStdTempPresRef"^^xsd:string .
_:b151
sp:varName "gasRateRef"^^xsd:string .
_:b150
sp:varName "productionTestResults"^^xsd:string .
_:b120
sp:varName "uomDuration"^^xsd:string .
_:b149
sp:varName "productionWellTest"^^xsd:string .
_:b119
sp:varName "testDurationRef"^^xsd:string .
_:b148
_:b118
sp:varName "productionTestRef"^^xsd:string .
_:b147
sp:varName "standardTempPres"^^xsd:string .
_:b146
_:b117
sp:varName "wellTestRef"^^xsd:string .
_:b145
_:b116
sp:varName "wellTestSetRef"^^xsd:string .
_:b144
_:b115
sp:varName "wellboreRef"^^xsd:string .
_:b143
_:b114
sp:varName "wellboreSetRef"^^xsd:string .
_:b142
_:b113
sp:varName "wellRef"^^xsd:string .
_:b141
sp:varName "volumeFlowRateScaleGas"^^xsd:string .
_:b140
sp:varName "realGasRate"^^xsd:string .
_:b112
sp:varName "durationScale"^^xsd:string .
_:b139
sp:varName "volumeFlowRateStdType"^^xsd:string .
_:b111
sp:varName "realDuration"^^xsd:string .
_:b137
sp:varName "productionWellTestFlow"^^xsd:string .
_:b110
sp:varName "productionWellTest"^^xsd:string .
_:b67
_:b153
sp:varName "uomSeparatorTemperature"^^xsd:string .
_:b66
_:b152
sp:varName "separatorTemperatureRef"^^xsd:string .
_:b65
_:b151
sp:varName "uomSeparatorPressure"^^xsd:string .
_:b64
_:b150
sp:varName "separatorPressureRef"^^xsd:string .
_:b63
_:b149
sp:varName "separatorDataRef"^^xsd:string .
_:b62
_:b148
sp:varName "uomWellheadTemperature"^^xsd:string .
_:b61
_:b147
sp:varName "temperatureRef"^^xsd:string .
_:b60
_:b146
sp:varName "uomFlowingPressure"^^xsd:string .
_:b59
_:b145
sp:varName "flowingPressureRef"^^xsd:string .
_:b58
_:b144
sp:varName "wellheadDataRef"^^xsd:string .
_:b57
_:b143
sp:varName "productionTestRef"^^xsd:string .
_:b56
_:b142
sp:varName "wellTestRef"^^xsd:string .
_:b55
_:b141
sp:varName "wellTestSetRef"^^xsd:string .
_:b54
_:b140
sp:varName "wellboreRef"^^xsd:string .
_:b53
_:b139
sp:varName "wellboreSetRef"^^xsd:string .
_:b52
_:b138
sp:varName "wellRef"^^xsd:string .
_:b51
_:b137
sp:varName "temperatureScaleSeparator"^^xsd:string .
_:b50
_:b136
sp:varName "realSeparatorTemperature"^^xsd:string .
_:b48
_:b134
sp:varName "pressureScaleSeparator"^^xsd:string .
_:b47
_:b133
sp:varName "realSeparatorPressure"^^xsd:string .
_:b44
_:b130
sp:varName "temperatureScaleWellhead"^^xsd:string .
_:b43
_:b129
sp:varName "realWellheadTemperature"^^xsd:string .
_:b41
_:b127
sp:varName "pressureScaleFlowing"^^xsd:string .
_:b40
_:b126
sp:varName "realFlowingPressure"^^xsd:string .
_:b36
_:b122
sp:varName "productionWellTest"^^xsd:string .
_:b71
sp:varName "wellRef"^^xsd:string .
_:b108
sp:varName "wellTestSetRef"^^xsd:string .
_:b72
sp:varName "wellboreSetRef"^^xsd:string .
_:b107
sp:varName "nameWellBore"^^xsd:string .
_:b73
_:b106
sp:varName "wellboreRef"^^xsd:string .
_:b74
sp:varName "wellTestSetRef"^^xsd:string .
_:b105
sp:varName "wellboreSetRef"^^xsd:string .
_:b75
_:b104
sp:varName "wellRef"^^xsd:string .
_:b103
sp:varName "wellTestRef"^^xsd:string .
_:b76
_:b102
sp:varName "wellBore"^^xsd:string .
_:b101
sp:varName "testDate"^^xsd:string .
_:b81
sp:varName "uomChokeOrificeSize"^^xsd:string .
_:b80
sp:varName "chokeOrificeSizeRef"^^xsd:string .
_:b79
sp:varName "productionTestRef"^^xsd:string .
_:b78
sp:varName "wellTestRef"^^xsd:string .
_:b77
sp:varName "productionWellTest"^^xsd:string .
sp:varName "wellTestSetRef"^^xsd:string .
_:b69
sp:varName "productionWellTestFlow"^^xsd:string .
_:b76
sp:varName "wellboreRef"^^xsd:string .
_:b78
sp:varName "productionTestResults"^^xsd:string .
_:b75
sp:varName "wellboreSetRef"^^xsd:string .
_:b79
sp:varName "gasOilRatioRef"^^xsd:string .
_:b74
sp:varName "wellRef"^^xsd:string .
_:b73
sp:varName "lengthScaleChokeOrificeSize"^^xsd:string .
_:b72
sp:varName "realChokeOrificeSize"^^xsd:string .
_:b70
sp:varName "realGasOil"^^xsd:string .
sp:varName "productionWellTest"^^xsd:string .
_:b30
sp:varName "uomChokeOrificeSize"^^xsd:string .
_:b29
sp:varName "chokeOrificeSizeRef"^^xsd:string .
_:b28
sp:varName "wellTestRef"^^xsd:string .
_:b27
sp:varName "wellTestSetRef"^^xsd:string .
_:b26
sp:varName "wellboreRef"^^xsd:string .
_:b25
sp:varName "wellboreSetRef"^^xsd:string .
_:b24
sp:varName "wellRef"^^xsd:string .
_:b23
sp:varName "lengthScaleChokeOrificeSize"^^xsd:string .
_:b22
sp:varName "realChokeOrificeSize"^^xsd:string .
_:b20
sp:varName "wellTest"^^xsd:string .
......