Showing
1 changed file
with
89 additions
and
1 deletions
| 1 | -# Saved by TopBraid on Thu Oct 06 15:53:29 BST 2011 | 1 | +# Saved by TopBraid on Thu Oct 06 17:07:33 BST 2011 |
| 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity | 2 | # baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity |
| 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose | 3 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose |
| 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity | 4 | # imports: http://www.reportinghub.no/ep/schema/1.0/activity |
| ... | @@ -15,14 +15,49 @@ | ... | @@ -15,14 +15,49 @@ |
| 15 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | 15 | owl:imports <http://www.reportinghub.no/ep/schema/1.0/production> , <http://www.reportinghub.no/ep/schema/1.0/activity-purpose> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; |
| 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 16 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
| 17 | 17 | ||
| 18 | +<http://www.reportinghub.no/ep/schema/facility#Facility> | ||
| 19 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 20 | + | ||
| 21 | +<http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig> | ||
| 22 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 23 | + | ||
| 18 | ep-prodact:AdministerFirstAid | 24 | ep-prodact:AdministerFirstAid |
| 19 | rdf:type owl:Class ; | 25 | rdf:type owl:Class ; |
| 20 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 26 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 21 | 27 | ||
| 28 | +ep-prodact:AreaCoveredByLease | ||
| 29 | + rdf:type owl:Class ; | ||
| 30 | + rdfs:comment "This is just called Lease in the XML Schema"^^xsd:string ; | ||
| 31 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 32 | + | ||
| 33 | +ep-prodact:Cluster | ||
| 34 | + rdf:type owl:Class ; | ||
| 35 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 36 | + | ||
| 37 | +ep-prodact:Compressor | ||
| 38 | + rdf:type owl:Class ; | ||
| 39 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 40 | + | ||
| 41 | +ep-prodact:Controller-Lift | ||
| 42 | + rdf:type owl:Class ; | ||
| 43 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 44 | + | ||
| 45 | +ep-prodact:Country | ||
| 46 | + rdf:type owl:Class ; | ||
| 47 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 48 | + | ||
| 22 | ep-prodact:DrillOrExcercise | 49 | ep-prodact:DrillOrExcercise |
| 23 | rdf:type owl:Class ; | 50 | rdf:type owl:Class ; |
| 24 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 51 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 25 | 52 | ||
| 53 | +ep-prodact:Flowline | ||
| 54 | + rdf:type owl:Class ; | ||
| 55 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 56 | + | ||
| 57 | +ep-prodact:Flowline-Production | ||
| 58 | + rdf:type owl:Class ; | ||
| 59 | + rdfs:subClassOf ep-prodact:Flowline . | ||
| 60 | + | ||
| 26 | ep-prodact:HealthSafetyAndEnvironmentActivity | 61 | ep-prodact:HealthSafetyAndEnvironmentActivity |
| 27 | rdf:type owl:Class ; | 62 | rdf:type owl:Class ; |
| 28 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . | 63 | rdfs:subClassOf ep-prodact:PartOfProductionActivity . |
| ... | @@ -35,6 +70,18 @@ ep-prodact:IssueWorkPermit | ... | @@ -35,6 +70,18 @@ ep-prodact:IssueWorkPermit |
| 35 | rdf:type owl:Class ; | 70 | rdf:type owl:Class ; |
| 36 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 71 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 37 | 72 | ||
| 73 | +ep-prodact:Manifold | ||
| 74 | + rdf:type owl:Class ; | ||
| 75 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 76 | + | ||
| 77 | +ep-prodact:Manifold-Injection | ||
| 78 | + rdf:type owl:Class ; | ||
| 79 | + rdfs:subClassOf ep-prodact:Manifold . | ||
| 80 | + | ||
| 81 | +ep-prodact:Manifold-Production | ||
| 82 | + rdf:type owl:Class ; | ||
| 83 | + rdfs:subClassOf ep-prodact:Manifold . | ||
| 84 | + | ||
| 38 | ep-prodact:MedicalTreatmentInjury | 85 | ep-prodact:MedicalTreatmentInjury |
| 39 | rdf:type owl:Class ; | 86 | rdf:type owl:Class ; |
| 40 | rdfs:subClassOf ep-prodact:Injury . | 87 | rdfs:subClassOf ep-prodact:Injury . |
| ... | @@ -51,6 +98,10 @@ ep-prodact:ReportHazard | ... | @@ -51,6 +98,10 @@ ep-prodact:ReportHazard |
| 51 | rdf:type owl:Class ; | 98 | rdf:type owl:Class ; |
| 52 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 99 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 53 | 100 | ||
| 101 | +ep-prodact:Reservoir | ||
| 102 | + rdf:type owl:Class ; | ||
| 103 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 104 | + | ||
| 54 | ep-prodact:RestrictedWorkInjury | 105 | ep-prodact:RestrictedWorkInjury |
| 55 | rdf:type owl:Class ; | 106 | rdf:type owl:Class ; |
| 56 | rdfs:subClassOf ep-prodact:Injury . | 107 | rdfs:subClassOf ep-prodact:Injury . |
| ... | @@ -59,10 +110,34 @@ ep-prodact:SafetyMeeting | ... | @@ -59,10 +110,34 @@ ep-prodact:SafetyMeeting |
| 59 | rdf:type owl:Class ; | 110 | rdf:type owl:Class ; |
| 60 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 111 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 61 | 112 | ||
| 113 | +ep-prodact:Separator | ||
| 114 | + rdf:type owl:Class ; | ||
| 115 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 116 | + | ||
| 62 | ep-prodact:SpillOrLeak | 117 | ep-prodact:SpillOrLeak |
| 63 | rdf:type owl:Class ; | 118 | rdf:type owl:Class ; |
| 64 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 119 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| 65 | 120 | ||
| 121 | +ep-prodact:SubjectOfProductionReport | ||
| 122 | + rdf:type owl:Class ; | ||
| 123 | + rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> . | ||
| 124 | + | ||
| 125 | +ep-prodact:Tank | ||
| 126 | + rdf:type owl:Class ; | ||
| 127 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 128 | + | ||
| 129 | +ep-prodact:Template | ||
| 130 | + rdf:type owl:Class ; | ||
| 131 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 132 | + | ||
| 133 | +ep-prodact:WellGroup | ||
| 134 | + rdf:type owl:Class ; | ||
| 135 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 136 | + | ||
| 137 | +ep-prodact:WellHead | ||
| 138 | + rdf:type owl:Class ; | ||
| 139 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 140 | + | ||
| 66 | ep-prodact:WorkingUnderPermit | 141 | ep-prodact:WorkingUnderPermit |
| 67 | rdf:type owl:Class ; | 142 | rdf:type owl:Class ; |
| 68 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . | 143 | rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity . |
| ... | @@ -79,6 +154,10 @@ ep-prodact:YearlyProductionActivityToEndOfReportingPeriod | ... | @@ -79,6 +154,10 @@ ep-prodact:YearlyProductionActivityToEndOfReportingPeriod |
| 79 | rdf:type owl:Class ; | 154 | rdf:type owl:Class ; |
| 80 | rdfs:subClassOf ep-prodact:YearlyProductionActivity . | 155 | rdfs:subClassOf ep-prodact:YearlyProductionActivity . |
| 81 | 156 | ||
| 157 | +ep-prodact:Zone | ||
| 158 | + rdf:type owl:Class ; | ||
| 159 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 160 | + | ||
| 82 | ep-prodact:hasPart | 161 | ep-prodact:hasPart |
| 83 | rdf:type owl:ObjectProperty ; | 162 | rdf:type owl:ObjectProperty ; |
| 84 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; | 163 | rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ; |
| ... | @@ -143,3 +222,12 @@ ep-prodact:yearlyActivityToDate | ... | @@ -143,3 +222,12 @@ ep-prodact:yearlyActivityToDate |
| 143 | rdf:type owl:ObjectProperty ; | 222 | rdf:type owl:ObjectProperty ; |
| 144 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; | 223 | rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ; |
| 145 | rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . | 224 | rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod . |
| 225 | + | ||
| 226 | +<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell> | ||
| 227 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 228 | + | ||
| 229 | +<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore> | ||
| 230 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ||
| 231 | + | ||
| 232 | +<http://www.reportinghub.no/ep/schema/well#WellBoreBottom> | ||
| 233 | + rdfs:subClassOf ep-prodact:SubjectOfProductionReport . | ... | ... |
-
Please register or login to post a comment