David Leal

MPR productionOperation nearly done

......@@ -376,6 +376,11 @@ ep-material:Oleic
rdfs:label "oleic"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:OrganicCarbon
rdf:type owl:Class ;
rdfs:label "organic carbon"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:Pentane
rdf:type owl:Class ;
rdfs:label "pentane"^^xsd:string ;
......@@ -442,7 +447,7 @@ ep-material:Water-processed
rdfs:subClassOf ep-material:Material .
ep-material:firstMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "first material of pair"^^xsd:string ;
rdfs:range ep-material:Material .
......@@ -463,33 +468,33 @@ ep-material:hasNonPrimaryComponent
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:hasPrimaryComponent
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:Material ;
rdfs:label "has primary component"^^xsd:string ;
rdfs:range ep-material:Material ;
rdfs:subPropertyOf ep-material:hasComponent .
ep-material:massRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "mass ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:moleRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "mole ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:partMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:MaterialPartWholePair ;
rdfs:label "part material of pair"^^xsd:string ;
rdfs:range ep-material:Material ;
rdfs:subPropertyOf ep-material:firstMaterialOfPair .
ep-material:secondMaterialOfPair
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "second material of pair"^^xsd:string ;
rdfs:range ep-material:Material .
......@@ -616,7 +621,7 @@ ep-material:substance-3mPentane
ep-material:substance-Ar
rdf:type owl:Class ;
rdfs:label "Ar"^^xsd:string , "Argon"^^xsd:string ;
rdfs:label "Argon"^^xsd:string , "Ar"^^xsd:string ;
rdfs:subClassOf ep-material:Material .
ep-material:substance-Benzene
......@@ -945,13 +950,13 @@ ep-material:substance-T13dmcyPentane
rdfs:subClassOf ep-material:Material .
ep-material:volumeRatio
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:MaterialPair ;
rdfs:label "volume ratio"^^xsd:string ;
rdfs:range ep-core:Ratio .
ep-material:wholeMaterialOfPair
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-material:MaterialPartWholePair ;
rdfs:label "whole material of pair"^^xsd:string ;
rdfs:range ep-material:Material ;
......
......@@ -196,6 +196,11 @@ ep-prodact:Deviation
rdfs:label "deviation"^^xsd:string ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:DischargeWater
rdf:type owl:Class ;
rdfs:label "discharge water"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:DrillOrExcercise
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:label "drill or exercise"^^xsd:string ;
......@@ -350,10 +355,6 @@ ep-prodact:LastPartOfTypeRemainingActivityPair
rdfs:label "last part of type - remaining activity pair"^^xsd:string ;
rdfs:subClassOf owl:Thing .
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:Incident .
......@@ -469,12 +470,6 @@ ep-prodact:PartOfProductionActivity
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#Activity> .
ep-prodact:Participation
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> ;
rdfs:subPropertyOf ep-prodact:involvement .
ep-prodact:PeriodicWellTest
rdf:type ep-prodact:WellTestReasonType , owl:Class ;
rdfs:label "periodic"^^xsd:string ;
......@@ -722,6 +717,11 @@ ep-prodact:SevereAccident
rdfs:label "severe accident"^^xsd:string ;
rdfs:subClassOf ep-prodact:Incident .
ep-prodact:ShutdownProduction
rdf:type owl:Class ;
rdfs:label "shutdown production"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:SickOnBoard
rdf:type owl:Class , ep-prodact:SafetyActivityType ;
rdfs:label "sick on board"^^xsd:string ;
......@@ -795,16 +795,6 @@ ep-prodact:WaterCleaningOperation
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
ep-prodact:WaterDischarge
rdf:type owl:Class ;
rdfs:label "water discharge"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> .
ep-prodact:WaterSample
rdf:type owl:Class ;
rdfs:label "(temporal part of a) water sample"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/flow#SampleOfMaterial> , ep-material:Water .
ep-prodact:WeatherProblem
rdf:type ep-prodact:ReasonForLossOfProcessingType , owl:Class ;
rdfs:label "weather problem"^^xsd:string ;
......@@ -848,12 +838,10 @@ ep-prodact:alertUpon
ep-prodact:ammoniumDensity
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:Density .
ep-prodact:amountOfOil
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:Mass .
ep-prodact:buyer
......@@ -898,20 +886,8 @@ ep-prodact:commentator
rdfs:label "commentator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#Person> .
ep-prodact:conveyed
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:TransportationActivity ;
rdfs:range ep-core:PhysicalObject ;
rdfs:subPropertyOf ep-prodact:involvement .
ep-prodact:conveyedAmountOfMaterial
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:TransportationActivity ;
rdfs:subPropertyOf ep-prodact:conveyed .
ep-prodact:coulterCounter
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-prodact:destination
......@@ -920,6 +896,12 @@ ep-prodact:destination
rdfs:label "destination"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/geography#PartOfTheSurfaceOfTheEarth> .
ep-prodact:facilityShutdown
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:ShutdownProduction ;
rdfs:label "facility shutdown"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodact:forComment
rdf:type owl:ObjectProperty ;
rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ;
......@@ -928,9 +910,14 @@ ep-prodact:forComment
ep-prodact:glycolDensity
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:Density .
ep-prodact:hasDischargeFlow
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:DischargeWater ;
rdfs:label "has discharge flow"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/flow#Flow> .
ep-prodact:hasGasLiftChoke
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#WellTest> ;
......@@ -990,11 +977,6 @@ ep-prodact:injectionWellTestWellheadMaximumPressure
rdfs:label "injection well test wellhead maximum pressure"^^xsd:string ;
rdfs:range ep-core:Pressure .
ep-prodact:involvement
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
rdfs:range ep-core:PhysicalObject .
ep-prodact:measuredFlow
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:MeasurePropertiesOfAFlow ;
......@@ -1054,7 +1036,6 @@ ep-prodact:noOfSystemAlarms
ep-prodact:oilInWater
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-prodact:onProductionFacility
......@@ -1065,17 +1046,21 @@ ep-prodact:onProductionFacility
ep-prodact:oxygenInWater
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-prodact:performedBy
ep-prodact:performedByPersonOrOrganization
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-organization#PersonOrOrganization> .
ep-prodact:performedByShip
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:MarineOperation ;
rdfs:label "performed by ship"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> .
ep-prodact:phenolDensity
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:Density .
ep-prodact:processingLost
......@@ -1102,7 +1087,6 @@ ep-prodact:remainingActivity
ep-prodact:residualChlorideInWater
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-prodact:salesAdministrator
......@@ -1113,29 +1097,28 @@ ep-prodact:salesAdministrator
ep-prodact:samplePhValue
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range xsd:double .
ep-prodact:samplePoint
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .
ep-prodact:sampleTemperature
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:Temperature .
ep-prodact:sampleTurbidity
rdf:type owl:DatatypeProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range xsd:double .
ep-prodact:sampledMaterial
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
rdfs:label "sampled material"^^xsd:string ;
rdfs:range ep-material:QuantityOfMaterial .
ep-prodact:samplingPerformedAt
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
rdfs:range <http://www.reportinghub.no/ep/schema/facility#Facility> .
ep-prodact:samplingPerformedAtPointInSpace
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-prodact:FluidSamplingAndAnalysis ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-core#TemporalPartOfAPointInSpace> .
ep-prodact:seller
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:SalesActivity ;
......@@ -1173,7 +1156,6 @@ ep-prodact:totalNoOfPermitsIssued
ep-prodact:totalOrganicCarbonInWater
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterSample ;
rdfs:range ep-core:MassPerUnitMassConcentration .
ep-prodact:typeOfPartCommentedOn
......@@ -1184,20 +1166,7 @@ ep-prodact:typeOfPartCommentedOn
ep-prodact:waterSampleTaken
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:WaterCleaningOperation ;
rdfs:range ep-prodact:WaterSample .
ep-prodact:withProductCarryingShip
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:MarineOperation ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#OilTanker> ;
rdfs:subPropertyOf ep-prodact:involvement .
ep-prodact:withStandByVessel
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:MarineOperation ;
rdfs:range <http://www.reportinghub.no/ep/schema/production-facility#Ship> ;
rdfs:subPropertyOf ep-prodact:involvement .
rdfs:domain ep-prodact:WaterCleaningOperation .
ep-prodact:xpathToDataInSourceXmlFile
rdf:type owl:DatatypeProperty ;
......
......@@ -43,9 +43,6 @@
@prefix wellTest: <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/production-activity#WaterSample>
rdfs:label "(temporal part of a) water sample"^^xsd:string .
<http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-collector>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionOperationReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-facilityIdentifierStructure-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionActivity-v1.1.1> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/transform/1.0/mpr/wellTest> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-comment-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-geographicContext-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productionReport-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/injectionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-organization-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolume-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-productVolumeReport-v1.0> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-fluidSample-v1.0> , <http://www.reportinghub.no/ep/transform/1.0/mpr/productionTestResults> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-operationalHSEReport-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-commonPropertiesProductVolume-v1.1.1> , <http://www.reportinghub.no/ep/transform/TRANSFORM_mpr-installationReport-v1.1.1> ;
......
This diff could not be displayed because it is too large.