David Leal

Activities documented for PCA-RDL

......@@ -42,6 +42,9 @@ ep-activity:ActivitySuccessType
rdfs:label "activity success type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:ApproveAReport
rdfs:comment "activity that is approving a report"^^xsd:string .
ep-activity:DailyDrillingActivity
rdf:type owl:Class ;
rdfs:comment "drilling activity that consists of all that is done in order to drill a well during one day"^^xsd:string ;
......@@ -74,11 +77,6 @@ ep-activity:DailyDrillingActivityToStatus
owl:onProperty ep-core:hasPart
] .
ep-activity:DailyProductionActivity
rdf:type owl:Class ;
rdfs:label "daily production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:Drill-bypass
rdf:type ep-activity:WellBoreDrillingType ;
rdfs:label "drill - bypass"^^xsd:string ;
......@@ -245,6 +243,7 @@ ep-activity:FluidReading
ep-activity:FormationIntegrityTest
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:comment "wellbore pressure test that is a formation integrity test. NOTE If the formation is not able to withstand the given pressure, the result of the test is the strength of the formation. (source DDR-XSD)"^^xsd:string ;
rdfs:label "formation integrity test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:LeakOffTest .
......@@ -324,8 +323,12 @@ ep-activity:GasReadingType
rdfs:label "gas reading type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-activity:IssueAReport
rdfs:comment "activity that is issuing a report"^^xsd:string .
ep-activity:LeakOffTest
rdf:type ep-activity:PressureTestType , owl:Class ;
rdfs:comment "wellbore pressure test that is a leak-off test where the well is shut in and fluid is pumped into the wellbore gradually to increase the pressure that the formation experiences. NOTE A leakoff test is usually conducted immediately after drilling below a new casing shoe. (source DDR-XSD)"^^xsd:string ;
rdfs:label "leak-off test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellBorePressureTest ;
owl:disjointWith ep-activity:FormationIntegrityTest .
......@@ -347,30 +350,8 @@ ep-activity:MonthlyDrillingActivity
owl:onProperty ep-activity:hasSubActivity
] .
ep-activity:OffshoreActivity
rdf:type owl:Class ;
rdfs:label "Offshore activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:OffshoreWellActivity
rdf:type owl:Class ;
rdfs:label "Offshore well activity"^^xsd:string ;
rdfs:subClassOf ep-activity:OffshoreActivity ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:onRig
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty ep-activity:onWell
] ;
rdfs:subClassOf
[ rdf:type owl:Restriction ;
owl:allValuesFrom <http://www.reportinghub.no/ep/schema/well#Well> ;
owl:onProperty ep-activity:onWell
] .
ep-activity:ObserveTheWeather
rdfs:comment "make an observation that is of the weather"^^xsd:string .
ep-activity:OpenPerforationInterval
rdf:type owl:Class ;
......@@ -412,7 +393,7 @@ ep-activity:PreliminaryZonation
ep-activity:PressureTestType
rdf:type rdfs:Class ;
rdfs:comment "class of pressure test on the basis of what is tested"^^xsd:string ;
rdfs:comment "class of pressure test on the basis of what is tested that is defined by the PresTestType enumeration in the DDR-XSD"^^xsd:string ;
rdfs:label "pressure test type"^^xsd:string ;
rdfs:subClassOf owl:Class .
......@@ -422,11 +403,6 @@ ep-activity:ProductionActivity
rdfs:label "Production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:ProductionActivityToDate
rdf:type owl:Class ;
rdfs:label "production activity to date"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:ProductionTest
rdf:type ep-activity:WellTestType , owl:Class ;
rdfs:comment "a well test that is intended to determine the daily rate of oil, gas, and water production from a (potential) reservoir"^^xsd:string ;
......@@ -434,6 +410,9 @@ ep-activity:ProductionTest
rdfs:subClassOf ep-activity:WellTest ;
owl:disjointWith ep-activity:DrillStemTest .
ep-activity:ProductionWellTest
rdfs:comment "well test that is a production activity"^^xsd:string .
ep-activity:SuccessfulActivity
rdf:type ep-activity:ActivitySuccessType , owl:Class ;
rdfs:comment "activity that succeeds"^^xsd:string ;
......@@ -452,11 +431,6 @@ ep-activity:WeeklyDrillingActivity
owl:onProperty ep-activity:hasSubActivity
] .
ep-activity:WeeklyProductionActivity
rdf:type owl:Class ;
rdfs:label "weekly production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:WellBoreBitOperation-withinReportingPeriod
rdf:type owl:Class ;
rdfs:comment "the parts of the runs for a single drill bit that are within a reporting period"^^xsd:string ;
......@@ -495,9 +469,9 @@ ep-activity:WellBoreLogRun
ep-activity:WellBorePressureTest
rdf:type owl:Class ;
rdfs:comment "activity that is a wellbore pressure test"^^xsd:string ;
rdfs:comment "well test that is a wellbore pressure test"^^xsd:string ;
rdfs:label "well bore pressure test"^^xsd:string ;
rdfs:subClassOf ep-activity:WellOperation .
rdfs:subClassOf ep-activity:WellTest .
ep-activity:WellBoreReportingPeriodDrilling
rdf:type owl:Class ;
......@@ -807,8 +781,9 @@ ep-activity:WellStimulation
ep-activity:WellTest
rdf:type owl:Class ;
rdfs:comment "activity that is a well test"^^xsd:string ;
rdfs:label "well test"^^xsd:string ;
rdfs:subClassOf ep-activity:DrillingActivity .
rdfs:subClassOf ep-activity:Activity .
ep-activity:WellTestType
rdf:type rdfs:Class ;
......
This diff could not be displayed because it is too large.