David Price

Added some defns and some RD links

......@@ -127,7 +127,6 @@ ep-activity:DailyDrillingActivityToStatus
ep-activity:DailyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "daily production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
......@@ -402,19 +401,16 @@ ep-activity:MonthlyDrillingActivity
ep-activity:MonthlyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "monthly production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
ep-activity:OffshoreActivity
rdf:type owl:Class ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:label "Offshore activity"^^xsd:string ;
rdfs:subClassOf ep-activity:Activity .
ep-activity:OffshoreWellActivity
rdf:type owl:Class ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:label "Offshore well activity"^^xsd:string ;
rdfs:subClassOf ep-activity:OffshoreActivity ;
rdfs:subClassOf
......@@ -485,7 +481,6 @@ ep-activity:ProductionActivity
ep-activity:ProductionActivityToDate
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "production activity to date"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
......@@ -517,7 +512,6 @@ ep-activity:WeeklyDrillingActivity
ep-activity:WeeklyProductionActivity
rdf:type owl:Class ;
rdfs:comment "not used in the MPR"^^xsd:string ;
rdfs:label "weekly production activity"^^xsd:string ;
rdfs:subClassOf ep-activity:ProductionActivity .
......@@ -955,7 +949,6 @@ ep-activity:drillingOperator
ep-activity:durationOfDrilling
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:domain ep-activity:DrillingActivity ;
rdfs:label "duration of drilling"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
......@@ -1000,13 +993,11 @@ ep-activity:fluidProducedByWellTest
ep-activity:hasCasingLinerTubing
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:domain ep-activity:WellStimulation ;
rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
ep-activity:hasCasingString
rdf:type owl:ObjectProperty ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:label "has casing string"^^xsd:string .
ep-activity:hasChokeValve
......@@ -1034,12 +1025,10 @@ ep-activity:hasInflowLocation
ep-activity:hasSubActivity
rdf:type owl:ObjectProperty ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:label "has sub activity"^^xsd:string .
ep-activity:hasWellTestChoke
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "not used in the DDR"^^xsd:string ;
rdfs:domain ep-activity:WellTest ;
rdfs:label "has well test choke"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
......