David Price

Added some defns and some RD links

...@@ -127,7 +127,6 @@ ep-activity:DailyDrillingActivityToStatus ...@@ -127,7 +127,6 @@ ep-activity:DailyDrillingActivityToStatus
127 127
128 ep-activity:DailyProductionActivity 128 ep-activity:DailyProductionActivity
129 rdf:type owl:Class ; 129 rdf:type owl:Class ;
130 - rdfs:comment "not used in the MPR"^^xsd:string ;
131 rdfs:label "daily production activity"^^xsd:string ; 130 rdfs:label "daily production activity"^^xsd:string ;
132 rdfs:subClassOf ep-activity:ProductionActivity . 131 rdfs:subClassOf ep-activity:ProductionActivity .
133 132
...@@ -402,19 +401,16 @@ ep-activity:MonthlyDrillingActivity ...@@ -402,19 +401,16 @@ ep-activity:MonthlyDrillingActivity
402 401
403 ep-activity:MonthlyProductionActivity 402 ep-activity:MonthlyProductionActivity
404 rdf:type owl:Class ; 403 rdf:type owl:Class ;
405 - rdfs:comment "not used in the MPR"^^xsd:string ;
406 rdfs:label "monthly production activity"^^xsd:string ; 404 rdfs:label "monthly production activity"^^xsd:string ;
407 rdfs:subClassOf ep-activity:ProductionActivity . 405 rdfs:subClassOf ep-activity:ProductionActivity .
408 406
409 ep-activity:OffshoreActivity 407 ep-activity:OffshoreActivity
410 rdf:type owl:Class ; 408 rdf:type owl:Class ;
411 - rdfs:comment "not used in the DDR"^^xsd:string ;
412 rdfs:label "Offshore activity"^^xsd:string ; 409 rdfs:label "Offshore activity"^^xsd:string ;
413 rdfs:subClassOf ep-activity:Activity . 410 rdfs:subClassOf ep-activity:Activity .
414 411
415 ep-activity:OffshoreWellActivity 412 ep-activity:OffshoreWellActivity
416 rdf:type owl:Class ; 413 rdf:type owl:Class ;
417 - rdfs:comment "not used in the DDR"^^xsd:string ;
418 rdfs:label "Offshore well activity"^^xsd:string ; 414 rdfs:label "Offshore well activity"^^xsd:string ;
419 rdfs:subClassOf ep-activity:OffshoreActivity ; 415 rdfs:subClassOf ep-activity:OffshoreActivity ;
420 rdfs:subClassOf 416 rdfs:subClassOf
...@@ -485,7 +481,6 @@ ep-activity:ProductionActivity ...@@ -485,7 +481,6 @@ ep-activity:ProductionActivity
485 481
486 ep-activity:ProductionActivityToDate 482 ep-activity:ProductionActivityToDate
487 rdf:type owl:Class ; 483 rdf:type owl:Class ;
488 - rdfs:comment "not used in the MPR"^^xsd:string ;
489 rdfs:label "production activity to date"^^xsd:string ; 484 rdfs:label "production activity to date"^^xsd:string ;
490 rdfs:subClassOf ep-activity:ProductionActivity . 485 rdfs:subClassOf ep-activity:ProductionActivity .
491 486
...@@ -517,7 +512,6 @@ ep-activity:WeeklyDrillingActivity ...@@ -517,7 +512,6 @@ ep-activity:WeeklyDrillingActivity
517 512
518 ep-activity:WeeklyProductionActivity 513 ep-activity:WeeklyProductionActivity
519 rdf:type owl:Class ; 514 rdf:type owl:Class ;
520 - rdfs:comment "not used in the MPR"^^xsd:string ;
521 rdfs:label "weekly production activity"^^xsd:string ; 515 rdfs:label "weekly production activity"^^xsd:string ;
522 rdfs:subClassOf ep-activity:ProductionActivity . 516 rdfs:subClassOf ep-activity:ProductionActivity .
523 517
...@@ -955,7 +949,6 @@ ep-activity:drillingOperator ...@@ -955,7 +949,6 @@ ep-activity:drillingOperator
955 949
956 ep-activity:durationOfDrilling 950 ep-activity:durationOfDrilling
957 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ; 951 rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
958 - rdfs:comment "not used in the DDR"^^xsd:string ;
959 rdfs:domain ep-activity:DrillingActivity ; 952 rdfs:domain ep-activity:DrillingActivity ;
960 rdfs:label "duration of drilling"^^xsd:string ; 953 rdfs:label "duration of drilling"^^xsd:string ;
961 rdfs:range ep-core:TimeDuration . 954 rdfs:range ep-core:TimeDuration .
...@@ -1000,13 +993,11 @@ ep-activity:fluidProducedByWellTest ...@@ -1000,13 +993,11 @@ ep-activity:fluidProducedByWellTest
1000 993
1001 ep-activity:hasCasingLinerTubing 994 ep-activity:hasCasingLinerTubing
1002 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 995 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1003 - rdfs:comment "not used in the DDR"^^xsd:string ;
1004 rdfs:domain ep-activity:WellStimulation ; 996 rdfs:domain ep-activity:WellStimulation ;
1005 rdfs:label "has Casing/Liner/Tubing"^^xsd:string . 997 rdfs:label "has Casing/Liner/Tubing"^^xsd:string .
1006 998
1007 ep-activity:hasCasingString 999 ep-activity:hasCasingString
1008 rdf:type owl:ObjectProperty ; 1000 rdf:type owl:ObjectProperty ;
1009 - rdfs:comment "not used in the DDR"^^xsd:string ;
1010 rdfs:label "has casing string"^^xsd:string . 1001 rdfs:label "has casing string"^^xsd:string .
1011 1002
1012 ep-activity:hasChokeValve 1003 ep-activity:hasChokeValve
...@@ -1034,12 +1025,10 @@ ep-activity:hasInflowLocation ...@@ -1034,12 +1025,10 @@ ep-activity:hasInflowLocation
1034 1025
1035 ep-activity:hasSubActivity 1026 ep-activity:hasSubActivity
1036 rdf:type owl:ObjectProperty ; 1027 rdf:type owl:ObjectProperty ;
1037 - rdfs:comment "not used in the DDR"^^xsd:string ;
1038 rdfs:label "has sub activity"^^xsd:string . 1028 rdfs:label "has sub activity"^^xsd:string .
1039 1029
1040 ep-activity:hasWellTestChoke 1030 ep-activity:hasWellTestChoke
1041 rdf:type owl:FunctionalProperty , owl:ObjectProperty ; 1031 rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
1042 - rdfs:comment "not used in the DDR"^^xsd:string ;
1043 rdfs:domain ep-activity:WellTest ; 1032 rdfs:domain ep-activity:WellTest ;
1044 rdfs:label "has well test choke"^^xsd:string ; 1033 rdfs:label "has well test choke"^^xsd:string ;
1045 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> . 1034 rdfs:range <http://www.reportinghub.no/ep/schema/equipment#WellTestChoke> .
......