MonkeyChap

Re-ordered supertypes

# Saved by TopBraid on Thu Oct 06 15:53:29 BST 2011
# Saved by TopBraid on Thu Oct 06 17:07:33 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/production-activity
# imports: http://www.reportinghub.no/ep/schema/1.0/activity-purpose
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
......@@ -15,14 +15,49 @@
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> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/facility#Facility>
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
<http://www.reportinghub.no/ep/schema/facility#TemporalPartOfARig>
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:AdministerFirstAid
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:AreaCoveredByLease
rdf:type owl:Class ;
rdfs:comment "This is just called Lease in the XML Schema"^^xsd:string ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Cluster
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Compressor
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Controller-Lift
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Country
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:DrillOrExcercise
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Flowline
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Flowline-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Flowline .
ep-prodact:HealthSafetyAndEnvironmentActivity
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:PartOfProductionActivity .
......@@ -35,6 +70,18 @@ ep-prodact:IssueWorkPermit
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Manifold
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Manifold-Injection
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Manifold .
ep-prodact:Manifold-Production
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Manifold .
ep-prodact:MedicalTreatmentInjury
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Injury .
......@@ -51,6 +98,10 @@ ep-prodact:ReportHazard
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Reservoir
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:RestrictedWorkInjury
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:Injury .
......@@ -59,10 +110,34 @@ ep-prodact:SafetyMeeting
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:Separator
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:SpillOrLeak
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
ep-prodact:SubjectOfProductionReport
rdf:type owl:Class ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
ep-prodact:Tank
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:Template
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:WellGroup
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:WellHead
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:WorkingUnderPermit
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:HealthSafetyAndEnvironmentActivity .
......@@ -79,6 +154,10 @@ ep-prodact:YearlyProductionActivityToEndOfReportingPeriod
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:YearlyProductionActivity .
ep-prodact:Zone
rdf:type owl:Class ;
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
ep-prodact:hasPart
rdf:type owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/activity#ProductionActivity> ;
......@@ -143,3 +222,12 @@ ep-prodact:yearlyActivityToDate
rdf:type owl:ObjectProperty ;
rdfs:domain ep-prodact:ProductionActivityLastingLessThanAYear ;
rdfs:range ep-prodact:YearlyProductionActivityToEndOfReportingPeriod .
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWell>
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
<http://www.reportinghub.no/ep/schema/well#TemporalPartOfAWellBore>
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
<http://www.reportinghub.no/ep/schema/well#WellBoreBottom>
rdfs:subClassOf ep-prodact:SubjectOfProductionReport .
......