David Leal

Completion of the weather transform

This diff could not be displayed because it is too large.
......@@ -38,7 +38,7 @@ ep-fac:Field
rdfs:subClassOf ep-fac:TemporalPartOfAField .
ep-fac:FixedFacility
rdf:type ep-fac:FixedOrMoveableFacilityType , owl:DeprecatedClass ;
rdf:type owl:DeprecatedClass , ep-fac:FixedOrMoveableFacilityType ;
rdfs:comment "facility that has been build and that is intended to remain in one place"^^xsd:string ;
rdfs:label "fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
......@@ -56,10 +56,10 @@ ep-fac:FixedOrMoveableRigType
rdfs:subClassOf owl:Class .
ep-fac:FixedRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:comment "fixed facility and rig"^^xsd:string ;
rdfs:label "fixed rig"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility , ep-fac:Rig ;
rdfs:subClassOf ep-fac:Rig , ep-fac:FixedFacility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1751417001"^^xsd:string .
......@@ -85,16 +85,16 @@ ep-fac:Lease
"http://posccaesar.org/rdl/RDS806655591"^^xsd:string .
ep-fac:MoveableFacility
rdf:type ep-fac:FixedOrMoveableFacilityType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableFacilityType ;
rdfs:comment "facility that has been built and that is intended to be moved from place to place"^^xsd:string ;
rdfs:label "moveable facility"^^xsd:string ;
rdfs:subClassOf ep-fac:Facility .
ep-fac:MoveableRig
rdf:type ep-fac:FixedOrMoveableRigType , owl:Class ;
rdf:type owl:Class , ep-fac:FixedOrMoveableRigType ;
rdfs:comment "moveable facility and rig"^^xsd:string ;
rdfs:label "moveable rig"^^xsd:string ;
rdfs:subClassOf ep-fac:MoveableFacility , ep-fac:Rig ;
rdfs:subClassOf ep-fac:Rig , ep-fac:MoveableFacility ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1751417361"^^xsd:string .
......@@ -140,6 +140,18 @@ ep-fac:SurfaceFixedFacility
rdfs:label "surface fixed facility"^^xsd:string ;
rdfs:subClassOf ep-fac:FixedFacility .
ep-fac:SurroundingAir
rdf:type owl:Class ;
rdfs:comment "physical object that is the air surrounding a facility"^^xsd:string ;
rdfs:label "surrounding air"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:SurroundingEnvironment
rdf:type owl:Class ;
rdfs:comment "physical object that is the environment surrounding a facility"^^xsd:string ;
rdfs:label "surrounding environment"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:SurroundingWater
rdf:type owl:Class ;
rdfs:comment "physical object that is the water surrounding a facility"^^xsd:string ;
......@@ -150,7 +162,7 @@ ep-fac:SurroundingWater-meanSeaLevel
rdf:type owl:Class ;
rdfs:comment "physical object that is the mean sea level of surrounding water"^^xsd:string ;
rdfs:label "surrounding water at mean sea level"^^xsd:string ;
rdfs:subClassOf ep-fac:SurroundingWater .
rdfs:subClassOf ep-core:PhysicalObject .
ep-fac:Template
rdf:type owl:Class ;
......@@ -184,7 +196,7 @@ ep-fac:Zone
rdfs:subClassOf ep-fac:Facility .
ep-fac:depthOfSurroundingWater
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:comment "class_of_indirect_property that is the depth of surrounding water"^^xsd:string ;
rdfs:domain ep-fac:SurroundingWater ;
rdfs:label "depth of surrounding water"^^xsd:string ;
......
......@@ -12,7 +12,7 @@
<http://www.reportinghub.no/ep/schema/1.0/production-facility>
rdf:type owl:Ontology ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/production-well> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/facility> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/production-well> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
<http://www.reportinghub.no/ep/schema/equipment#Compressor>
......@@ -33,6 +33,11 @@
<http://www.reportinghub.no/ep/schema/equipment#Tank>
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#CloudCover>
rdf:type owl:Class ;
rdfs:label "cloud cover"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalObject .
<http://www.reportinghub.no/ep/schema/facility#Completion>
rdf:type ep-prodfac:ReportingFacilityType .
......@@ -60,18 +65,65 @@
<http://www.reportinghub.no/ep/schema/facility#Reservoir>
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#SurfaceWaves>
rdf:type owl:Class ;
rdfs:label "surface waves"^^xsd:string ;
rdfs:subClassOf ep-core:PhysicalFeature .
<http://www.reportinghub.no/ep/schema/facility#Template>
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#Zone>
rdf:type ep-prodfac:ReportingFacilityType .
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
<http://www.reportinghub.no/ep/schema/facility#averageHighestThirdWaveHeight>
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "average highest third wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#averageWaveHeight>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "average wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#cloudCeilingHeight>
rdf:type owl:ObjectProperty , ep-core:Class_of_indirect_property , owl:FunctionalProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#CloudCover> ;
rdfs:label "cloud ceiling height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#facilityOperator>
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "facility operator"^^xsd:string ;
rdfs:range <http://www.reportinghub.no/ep/schema/organization#Organization> .
<http://www.reportinghub.no/ep/schema/facility#maximumWaveHeight>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "maximum wave height"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#period>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurfaceWaves> ;
rdfs:label "period"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#visibility>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
rdfs:label "visibility"^^xsd:string ;
rdfs:range ep-core:Length .
<http://www.reportinghub.no/ep/schema/facility#windChillTemperature>
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#SurroundingAir> ;
rdfs:label "wind chill temperature"^^xsd:string ;
rdfs:range ep-core:Temperature .
<http://www.reportinghub.no/ep/schema/geography#Country>
rdf:type ep-prodfac:ReportingFacilityType .
......@@ -212,7 +264,7 @@ ep-prodfac:numberOfPersonnelOnBoard
rdfs:range xsd:integer .
ep-prodfac:operatingTime
rdf:type ep-core:Class_of_indirect_property , owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty , ep-core:Class_of_indirect_property ;
rdfs:domain <http://www.reportinghub.no/ep/schema/facility#Facility> ;
rdfs:label "operating time"^^xsd:string ;
rdfs:range ep-core:TimeDuration .
......
This diff could not be displayed because it is too large.