David Leal

Merge branch 'DL_work_on_DPR'

# Saved by TopBraid on Sat Sep 24 18:23:53 BST 2011
# Saved by TopBraid on Fri Oct 07 17:58:08 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -6,6 +6,7 @@
@prefix ep-core: <http://www.reportinghub.no/ep/schema/core#> .
@prefix ep-eqt: <http://www.reportinghub.no/ep/schema/equipment#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -69,6 +70,16 @@ ep-eqt:ClassOfSupplyDefinedByAManufacturer
rdfs:label "manufacturer model"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-eqt:Compressor
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "compressor"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Controller-lift
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "controller - lift"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:DrillBit
rdf:type owl:Class ;
rdfs:label "drill bit"^^xsd:string ;
......@@ -134,12 +145,32 @@ ep-eqt:Liner
rdfs:subClassOf ep-eqt:CasingLinerTubing ;
owl:disjointWith ep-eqt:Casing , ep-eqt:Tubing .
ep-eqt:Manifold-injection
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "manifold - injection"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Manifold-production
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "manifold - production"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:ProductionCasing
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "production casing"^^xsd:string ;
rdfs:subClassOf ep-eqt:Casing ;
owl:disjointWith ep-eqt:TopCasing , ep-eqt:IntermediateCasing .
ep-eqt:Separator
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "separator"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:Tank
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "tank"^^xsd:string ;
rdfs:subClassOf ep-eqt:Equipment .
ep-eqt:TopCasing
rdf:type ep-eqt:CasingRoleType , owl:Class ;
rdfs:label "top casing"^^xsd:string ;
......
# Saved by TopBraid on Tue Sep 27 11:16:52 BST 2011
# Saved by TopBraid on Fri Oct 07 18:54:28 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/core
......@@ -17,33 +17,78 @@
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "0.1.0"^^xsd:string .
ep-fac:Completion
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "completion"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Facility
rdf:type owl:Class ;
rdfs:label "facility"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:Field
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "field"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:FixedFacility
rdf:type owl:DeprecatedClass ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:FixedOrMoveableRigType
rdf:type rdfs:Class ;
rdfs:label "fixed of moveable rig type"^^xsd:string ;
rdfs:label "fixed or moveable rig type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig .
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility .
ep-fac:Flowline
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "flowline"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Flowline-production
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "flowline - production"^^xsd:string ;
rdfs:subClassOf ep-fac:Flowline .
ep-fac:Lease
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "lease"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableFacility
rdf:type owl:Class ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig .
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility .
ep-fac:Platform
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "platform"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:ProductionFacility
rdf:type owl:Class ;
rdfs:label "production facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:ProductionFacilityType
rdf:type rdfs:Class ;
rdfs:label "production facility type"^^xsd:string ;
rdfs:subClassOf owl:Class .
ep-fac:Reservoir
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "reservoir"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Rig
rdf:type owl:Class ;
......@@ -68,13 +113,23 @@ ep-fac:SurroundingWater-meanSeaLevel
rdfs:label "surrounding water at mean sea level"^^xsd:string ;
rdfs:subClassOf ep-fac:SurroundingWater .
ep-fac:Template
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "template"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:TemporalPartOfARig
rdf:type owl:Class ;
rdfs:label "(temporal part of a) rig"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:Zone
rdf:type owl:Class , ep-fac:ProductionFacilityType ;
rdfs:label "zone"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
rdfs:range ep-core:Length .
......
# Saved by TopBraid on Fri Oct 07 18:37:43 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/flow
# imports: http://www.reportinghub.no/ep/schema/1.0/core
@prefix : <http://www.reportinghub.no/ep/schema/1.0/flow#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/1.0/flow>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Flow
rdf:type owl:Class ;
rdfs:label "flow"^^xsd:string ;
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalThing> .
# Saved by TopBraid on Fri Oct 07 16:24:19 BST 2011
# Saved by TopBraid on Fri Oct 07 17:46:32 BST 2011
# baseURI: http://www.reportinghub.no/ep/schema/1.0/geography
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
@prefix : <http://www.reportinghub.no/ep/schema/1.0/geography#> .
@prefix ep-fac: <http://www.reportinghub.no/ep/schema/facility#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
......@@ -10,20 +12,20 @@
<http://www.reportinghub.no/ep/schema/1.0/geography>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/core> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
:Country
rdf:type owl:Class ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "country"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :State , :County .
owl:disjointWith :County , :State .
:County
rdf:type owl:Class ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "county"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :Country , :State .
owl:disjointWith :State , :Country .
:PartOfTheSurfaceOfTheEarth
rdf:type owl:Class ;
......@@ -31,7 +33,7 @@
rdfs:subClassOf <http://www.reportinghub.no/ep/schema/core#PhysicalObject> .
:State
rdf:type owl:Class ;
rdf:type ep-fac:ProductionFacilityType , owl:Class ;
rdfs:label "state"^^xsd:string ;
rdfs:subClassOf :PartOfTheSurfaceOfTheEarth ;
owl:disjointWith :Country , :County .
owl:disjointWith :County , :Country .
......
# Saved by TopBraid on Fri Oct 07 16:29:54 BST 2011
# Saved by TopBraid on Fri Oct 07 19:15:32 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......
# Saved by TopBraid on Fri Oct 07 15:43:30 BST 2011
# Saved by TopBraid on Fri Oct 07 19:15:39 BST 2011
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
......