<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://cmrc.ucc.ie/ontologies/interrisk/oilspills.owl#"
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:amo="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://cmrc.ucc.ie/ontologies/interrisk/oilspills.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Oil Spills ontology has been defined as part of the InterRisk project (http://interrisk.nersc.no/). The ontology defines concepts and relationships for the representation of oil spills in the context of interoperable Global Monitoring for Environment and Security (GMES) services for environmental risk management in marine and coastal areas of Europe.</rdfs:comment>
  </owl:Ontology>
  <owl:Class rdf:ID="Quantity">
    <rdfs:comment xml:lang="en">Quantity is a generic term used when referring to the measurement (count, amount) of a scalar. It is usually represented as a value and a unit.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasUnit"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="CrudeOil">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Oil"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:ID="RefinedPetroleumProduct"/>
    </owl:disjointWith>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[DSPR]: Unrefined liquid petroleum, ranging in gravity from 9° API to 55° API and in color from yellow to black. May have a paraffin, asphalt, or mixed base. If the oil contains a sizable amount of sulfur or sulfur components, it is called a sour crude; if it has little or no sulfur, it is called a sweet crude. In addition, crude oil may be referred to as heavy or light, according to API gravity, the lighter oil having the higher gravities.</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[GPA]: A fossil fuel formed from plant and animal remains many million of years ago. It comprises organic compounds built up from hydrogen and carbon atoms and is, accordingly, often referred to as hydrocarbons. Crude oil is occasionally found in springs or pools but is usually drilled from wells beneath the earth's surface.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PH">
    <rdfs:comment xml:lang="en">the logarithm of the reciprocal of hydrogen-ion concentration in gram atoms per liter; provides a measure on a scale from 0 to 14 of the acidity or alkalinity of a solution (where 7 is neutral and greater than 7 is more basic and less than 7 is more acidic) [from wordnet.princeton.edu/perl/webwn]</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="ChemicalQuantity"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#hasUnit"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Axiom_SpiltOil_Equiv_Slick"/>
  <owl:Class rdf:ID="Condensate">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Oil"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="TerrestrialOilSpill">
    <owl:disjointWith>
      <owl:Class rdf:ID="MarineOilSpill"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OilSpill"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Simulation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Imitating or estimating how events might occur in a an oil spill life.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="HumainFactor">
    <owl:disjointWith>
      <owl:Class rdf:ID="Explosion"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="NaturalCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="StructuralCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="ExternalFactor"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Accident"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="OilSpillCause"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Human factors may be categorized as follows: Bilge Discharge, Cargo Not Secured, Human Error, Intentional Release, Overfill, Sabotage/Vandalism, Sinking</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Explosion">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OilSpillCause"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#NaturalCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#ExternalFactor"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#StructuralCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Accident"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HumainFactor"/>
  </owl:Class>
  <owl:Class rdf:ID="DynamicOilParticle">
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Series"/>
  </owl:Class>
  <owl:Class rdf:ID="Windrows">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Streaks of oil that line up in the direction of the wind</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Slick"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="OilParticleState">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The state of an oil particle corresponds to one of the following states:
* Surface
* Evaporated
* Sub surface
* Stranded
* Dispersed</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Color">
    <owl:disjointWith>
      <owl:Class rdf:ID="Length"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Viscosity"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Density"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Temperature"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="ColorRange"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Concentration"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Volume"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="Mass"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="PhysicalQuantity"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SpiltOil">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasVolume"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="hasMass"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#ChemicalQuantity">
    <rdfs:subClassOf rdf:resource="#Quantity"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#PhysicalQuantity"/>
    </owl:disjointWith>
    <rdfs:comment xml:lang="en">This class represents chemical quantites. A chemical quantity is used to quantify a chemical property.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#NaturalCause">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OilSpillCause"/>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#ExternalFactor"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Explosion"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#StructuralCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Accident"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HumainFactor"/>
  </owl:Class>
  <owl:Class rdf:about="#ColorRange">
    <owl:disjointWith>
      <owl:Class rdf:about="#Length"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Viscosity"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalQuantity"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#Color"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Density"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Temperature"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Concentration"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#Viscosity">
    <owl:disjointWith>
      <owl:Class rdf:about="#Length"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Color"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Density"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PhysicalQuantity"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <rdfs:comment xml:lang="en">Viscosity is the thickness or resistance to flow of a liquid.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Concentration"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Temperature"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:ID="Unit">
    <rdfs:comment xml:lang="en">A class for the representation of units of measurement.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#PhysicalQuantity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >This class represents physical quantites. A physical quantity is used to quantify a physical property.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Quantity"/>
    <owl:disjointWith rdf:resource="#ChemicalQuantity"/>
  </owl:Class>
  <owl:Class rdf:ID="RecoverableOil">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Slick"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Oil in a thick enough layer on the water to be recovered by conventional techniques and equipment. Only black or brown oil, mousse and heavy sheens are generally considered to be thick enough to be effectively recovered by skimmers.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Mousse">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Slick"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RecoverableOil"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A thick foamy oil-and-water mixture formed when petroleum products are subjected to mixing with water by the action of waves and wind. Mousse can range in colour from dark brown to nearly red or tan, and typically has a thickened or pudding-like consistency. Incorporation of up to 75 per cent water into the oil will cause the apparent volume of a given quantity of oil to increase by up to four times.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Concentration">
    <owl:disjointWith rdf:resource="#Color"/>
    <rdfs:comment xml:lang="en">Concentration is the measure of how much of a given substance there is mixed with another substance.</rdfs:comment>
    <owl:disjointWith>
      <owl:Class rdf:about="#Temperature"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Density"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Viscosity"/>
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Length"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#ColorRange"/>
  </owl:Class>
  <owl:Class rdf:about="#OilSpill">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Accidental release of oil into the marine or terrestrial environment</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Length">
    <owl:disjointWith>
      <owl:Class rdf:about="#Temperature"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Color"/>
    <rdfs:comment xml:lang="en">Length is the long dimension of any object. The length of a thing is the distance between its ends, its linear extent as measured from end to end. In the physical sciences and engineering, the word "length" is typically used synonymously with "distance".</rdfs:comment>
    <owl:disjointWith rdf:resource="#Viscosity"/>
    <owl:disjointWith rdf:resource="#Concentration"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance</rdfs:label>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Density"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
  </owl:Class>
  <owl:Class rdf:about="#ExternalFactor">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#OilSpillCause"/>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#NaturalCause"/>
    <owl:disjointWith rdf:resource="#Explosion"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#StructuralCause"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#Accident"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HumainFactor"/>
  </owl:Class>
  <owl:Class rdf:about="#Oil">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Chemical"/>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Crude oil and refined products such as motor oils, fuels, lubricants etc. Also vegetable oils, animal fats and other non-petroleum oils.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BlackOil">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Slick"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#RecoverableOil"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A black or very dark brown layer of oil. Depending on the quantity spilled oil tends to quickly spread out over the water surface to a thickness of about 1 millimeter. However, from the air, it is impossible to tell how thick a black oil layer is.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Density">
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
    <owl:disjointWith rdf:resource="#Concentration"/>
    <owl:disjointWith rdf:resource="#Color"/>
    <owl:disjointWith rdf:resource="#Length"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <rdfs:comment xml:lang="en">Density is a measure of mass per unit of volume. The higher an object's density, the higher its mass per volume.</rdfs:comment>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Temperature"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Viscosity"/>
  </owl:Class>
  <owl:Class rdf:about="#Temperature">
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Length"/>
    <owl:disjointWith rdf:resource="#Concentration"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Volume"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
    <owl:disjointWith rdf:resource="#Viscosity"/>
    <owl:disjointWith rdf:resource="#Density"/>
    <rdfs:comment xml:lang="en">Temperature is the physical property of a system which underlies the common notions of "hot" and "cold". Temperatures are measured is Kelvin in the Oil Spills ontology.</rdfs:comment>
    <owl:disjointWith rdf:resource="#Color"/>
  </owl:Class>
  <owl:Class rdf:ID="InstantaneousOilParticle">
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#LocationSeries"/>
  </owl:Class>
  <owl:Class rdf:ID="Sheen">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A very thin layer of oil (less than 0.0003 mm in thickness) floating on the water surface. Sheen is the commonly-observed form of oil during the later stages of a spill. Depending on thickness, sheens range in colour from dull brown for the thickest sheens to rainbow, grays, silver, and near-transparancy in the case of the thinnest sheens.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Slick"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#OilSpillCause">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Physical object or accident that caused the oil spill</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Instant"/>
  </owl:Class>
  <owl:Class rdf:about="#MarineOilSpill">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Accidental release of oil into the marine environment, including both man-made and natural releases of oil into the sea</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#OilSpill"/>
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Series"/>
    <owl:disjointWith rdf:resource="#TerrestrialOilSpill"/>
  </owl:Class>
  <owl:Class rdf:about="#Volume">
    <owl:disjointWith rdf:resource="#Viscosity"/>
    <rdfs:comment xml:lang="en">Volume (also called capacity) is a quantification of how much space an object occupies. The SI unit for volume is the cubic metre (American spelling meter). [from en.wikipedia.org/wiki/Volume]</rdfs:comment>
    <owl:disjointWith rdf:resource="#Color"/>
    <owl:disjointWith rdf:resource="#Temperature"/>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Mass"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#Length"/>
    <owl:disjointWith rdf:resource="#Density"/>
    <owl:disjointWith rdf:resource="#Concentration"/>
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
  </owl:Class>
  <owl:Class rdf:about="#RefinedPetroleumProduct">
    <rdfs:subClassOf rdf:resource="#Oil"/>
    <owl:disjointWith rdf:resource="#CrudeOil"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Refined petroleum products are derived from crude oils through processes such as catalytic cracking and fractional distillation. These products have physical and chemical characteristics that differ according to the type of crude oil and subsequent refining processes.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#StructuralCause">
    <owl:disjointWith rdf:resource="#Explosion"/>
    <owl:disjointWith rdf:resource="#NaturalCause"/>
    <owl:disjointWith rdf:resource="#ExternalFactor"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#Accident"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#HumainFactor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Containment Overflow, Corrosion, Crack, Equipment Failure, Erosion, Gauge/Site Glass Failure, Hull Failure, Leak, Line Failure, Puncture, Seal Failure, Support Structure Failure, Tank Failure, Tank Support Structure Failure, Valve Failure, Vehicle Leak</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#OilSpillCause"/>
  </owl:Class>
  <owl:Class rdf:about="#Chemical">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A substance with a distinct molecular composition that is produced by or used in a chemical process</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Slick">
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#TimeDurationArea"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The common term used to describe a film of oil on the water surface. Most oils tend to spread horizontally into a smooth and slippery surface, called a slick, on top of the water.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Mass">
    <rdfs:subClassOf rdf:resource="#PhysicalQuantity"/>
    <owl:disjointWith rdf:resource="#Concentration"/>
    <owl:disjointWith rdf:resource="#ColorRange"/>
    <owl:disjointWith rdf:resource="#Color"/>
    <owl:disjointWith rdf:resource="#Density"/>
    <owl:disjointWith rdf:resource="#Temperature"/>
    <owl:disjointWith rdf:resource="#Volume"/>
    <owl:disjointWith rdf:resource="#Viscosity"/>
    <owl:disjointWith rdf:resource="#Length"/>
    <rdfs:comment xml:lang="en">A fundamental property of matter which is a numerical measure of the inertia of an object or the amount of matter that an object contains. The mass of an object is different from its weight as mass is independent of the gravitational field exerted on an object.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="OilDriftSimulation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Oil drift simulation.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Simulation"/>
  </owl:Class>
  <owl:Class rdf:about="#Accident">
    <rdfs:subClassOf rdf:resource="#OilSpillCause"/>
    <owl:disjointWith rdf:resource="#Explosion"/>
    <owl:disjointWith rdf:resource="#NaturalCause"/>
    <owl:disjointWith rdf:resource="#StructuralCause"/>
    <owl:disjointWith rdf:resource="#ExternalFactor"/>
    <owl:disjointWith rdf:resource="#HumainFactor"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Collision/Allision, Derailment, Grounding, Rollover/Capsize, Well Blow-Out</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="distanceMoved">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position.</rdfs:comment>
    <rdfs:domain rdf:resource="#InstantaneousOilParticle"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSlick">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An oil spill results in many slicks. Each slick represents the staus (shape) of the released oil at a time interval. Several slicks may be associated with the oil spill at one time interval. This occurs when the released oil is split into many slicks.</rdfs:comment>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasOilSpill"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#MarineOilSpill"/>
    <rdfs:range rdf:resource="#Slick"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasVolume">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="hasQuantity"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasHeatOfCombustion">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Temperature"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The energy released as heat when a compound undergoes complete combustion with oxygen. The chemical reaction is typically a hydrocarbon reacting with oxygen to form carbon dioxide, water and heat. It may be expressed with the quantities:
* energy/mole of fuel,
* energy/mass of fuel,
* energy/volume of fuel.
The heat of combustion for fuels is expressed as the HHV (Higher Heating value) or LHV (Lower Heating Value).</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dX">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position following the X axis.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#distanceMoved"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="causedBy">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A marine oil spill is caused by an oil spill cause.</rdfs:comment>
    <rdfs:range rdf:resource="#OilSpillCause"/>
    <rdfs:domain rdf:resource="#MarineOilSpill"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasInputParameter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A simulation has input parameters</rdfs:comment>
    <rdfs:domain rdf:resource="#Simulation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasIodineValue">
    <rdfs:domain rdf:resource="#Oil"/>
    <rdfs:range rdf:resource="#Concentration"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Iodine Value (IV) is a value of the amount of iodine, measured in grams, absorbed by 100ml of a given oil.  The higher the IV the greater potential the oil has to polymerise.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasQuantity">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#SpiltOil"/>
          <owl:Class rdf:about="#Slick"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An oil slick or a split oil has a weight.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasCetaneNumber">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Concentration"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Number equal to the percentage by volume of cetane added to basic diesel fuel to achieve specific ignition performance characteristics. Cetane number is a measure of an oils combustibility under compression.  The higher the CN the greater its combustibility.  The slower an engines speed, the lower the CN of a fuel on which it will operate. Large low speed engines can operate on a fuels with a CN as low as 20, some high-speed passenger car diesel engines specify 55 CN fuel.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOil">
    <rdfs:domain rdf:resource="#Slick"/>
    <rdfs:range rdf:resource="#SpiltOil"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Slick has one or more spilt oils. Each spilt oil corresponds to a different type of oil.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasColor">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Color"/>
          <owl:Class rdf:about="#ColorRange"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
    <rdfs:comment xml:lang="en">A property that describes the color of an oil either using a color or a color range</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasCloudPoint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The temperature at which an oil starts to solidify is known as the cloud point.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Temperature"/>
          <owl:Class rdf:about="#PhysicalQuantity"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:range>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasFlashPoint">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The temperature at which an oil starts to evaporate giving off gases that can be ignited</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Temperature"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasHigherHeatingValue">
    <rdfs:subPropertyOf rdf:resource="#oilHasHeatOfCombustion"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Higher Heating Value is the same as the thermodynamic heat of combustion since the enthalpy change for the reaction assumes a common temperature of the compounds before and after combustion, in which case the water produced by combustion is liquid.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOilParticle">
    <rdfs:range rdf:resource="#DynamicOilParticle"/>
    <rdfs:domain rdf:resource="#OilDriftSimulation"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="hasOutputParameter"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="state">
    <rdfs:domain rdf:resource="#InstantaneousOilParticle"/>
    <rdfs:range rdf:resource="#OilParticleState"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="rangingFromColor">
    <rdfs:domain rdf:resource="#ColorRange"/>
    <rdfs:range rdf:resource="#Color"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A color range is defined by two colors "from" and "to". Roles "to" and "from" are symmetric.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="dY">
    <rdfs:subPropertyOf rdf:resource="#distanceMoved"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position following the Y axis.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasPourPoint">
    <rdfs:range rdf:resource="#Temperature"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Lowest temperature at which an oil will pour or flow under certain prescribed conditions</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasUnit">
    <rdfs:domain rdf:resource="#Quantity"/>
    <rdfs:range rdf:resource="#Unit"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasOilSpill">
    <owl:inverseOf rdf:resource="#hasSlick"/>
    <rdfs:subPropertyOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#hasSeries"/>
    <rdfs:domain rdf:resource="#Slick"/>
    <rdfs:range rdf:resource="#MarineOilSpill"/>
    <rdfs:comment xml:lang="en">A slick belongs to an ol spill.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasPH">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="oilHasChemicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#PH"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >pH is a measure of the activity of hydrogen ions (H+) in a solution and, therefore, its acidity or alkalinity. The pH value is a number without units, usually between 0 and 14, that indicates whether a solution is acidic (pH 7).</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasViscosity">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The thickness of an oil.  Viscosity is determined by measuring the amount of time taken for a given measure of oil to pass through an orifice of a given size.</rdfs:comment>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Viscosity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasMeltPoint">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Temperature"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The temperature at which solid oil becomes a liquid.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="thickness">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Slick"/>
          <owl:Class rdf:about="#InstantaneousOilParticle"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >thickness of a slick or an oil particle.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasOutputParameter">
    <rdfs:domain rdf:resource="#Simulation"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasOilType">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A split oil has an oil type.</rdfs:comment>
    <rdfs:domain rdf:resource="#SpiltOil"/>
    <rdfs:range rdf:resource="#Oil"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasMass">
    <rdfs:subPropertyOf rdf:resource="#hasQuantity"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="rangingToColor">
    <rdfs:domain rdf:resource="#ColorRange"/>
    <rdfs:range rdf:resource="#Color"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A color range is defined by two colors "from" and "to". Roles "to" and "from" are symmetric.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasInstantaneousParticle">
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="#InstantaneousOilParticle"/>
    <owl:inverseOf>
      <owl:InverseFunctionalProperty rdf:ID="hasDynamicOilParticle"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#oilHasChemicalProperty">
    <rdfs:domain rdf:resource="#Oil"/>
    <rdfs:range rdf:resource="#ChemicalQuantity"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:ID="hasProperty"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasDensity">
    <rdfs:domain rdf:resource="#Oil"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Determined by weighing a given measure of oil.  Oils that are more dense will contain more energy.  For example petrol and diesel fuel give comparable energy by weight but diesel is denser and gives more energy per litre.</rdfs:comment>
    <rdfs:range rdf:resource="#Density"/>
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty"/>
    </rdfs:subPropertyOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="oilHasLowerHeatingValue">
    <rdfs:subPropertyOf rdf:resource="#oilHasHeatOfCombustion"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Lower heating value treats any H2O formed as a vapor. The energy required to vaporize the water therefore is not realized as heat.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasProperty">
    <rdfs:range rdf:resource="#Quantity"/>
    <rdfs:domain rdf:resource="#Chemical"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#oilHasPhysicalProperty">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A Generic property for describing properties of oil (color, chemical properties, etc.).</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#hasProperty"/>
    <rdfs:domain rdf:resource="#Oil"/>
    <rdfs:range rdf:resource="#PhysicalQuantity"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="birth">
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="dX_meter">
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:ID="distanceMoved_Meter"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position following the X axis.</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="evaporationTime">
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time at which the particle evaporated</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="submersionTime">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time at which the particle submerged</rdfs:comment>
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="name">
    <rdfs:domain rdf:resource="#OilSpill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="emulsionTime">
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Time at which the oil particle was mixed with water</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="death">
    <rdfs:domain rdf:resource="#DynamicOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#distanceMoved_Meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position (in meters)</rdfs:comment>
    <rdfs:domain rdf:resource="#InstantaneousOilParticle"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#float"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="timeStep">
    <rdfs:comment xml:lang="en">Time step for an oil drift simulation, expressed in seconds</rdfs:comment>
    <rdfs:domain rdf:resource="#OilDriftSimulation"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="dY_meter">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Distance moved from last position following the Y axis.</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#distanceMoved_Meter"/>
  </owl:DatatypeProperty>
  <owl:InverseFunctionalProperty rdf:about="#hasDynamicOilParticle">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:subPropertyOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#hasSeries"/>
    <rdfs:domain rdf:resource="#InstantaneousOilParticle"/>
    <rdfs:range rdf:resource="#DynamicOilParticle"/>
    <owl:inverseOf rdf:resource="#hasInstantaneousParticle"/>
  </owl:InverseFunctionalProperty>
  <RefinedPetroleumProduct rdf:ID="Diesel">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A light hydrocarbon mixture for diesel engines, similar to furnace fuel oil; it has a boiling range just above that of kerosene</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Varg_Vinter"/>
  <CrudeOil rdf:ID="Balder"/>
  <RefinedPetroleumProduct rdf:ID="IF-260_Bunker"/>
  <CrudeOil rdf:ID="Norne_Sommer"/>
  <CrudeOil rdf:ID="Njord"/>
  <CrudeOil rdf:ID="Statfjord_A"/>
  <CrudeOil rdf:ID="Oseberg_C"/>
  <CrudeOil rdf:ID="Veslefrikk"/>
  <RefinedPetroleumProduct rdf:ID="Heavy_Gas_Oil"/>
  <RefinedPetroleumProduct rdf:ID="FuelOil">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[GPA]: A liquid petroleum product having a flash point above 37,8 degrees C used, e.g., in industrial furnaces, domestic heaters, and ships</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Troll"/>
  <CrudeOil rdf:ID="Gullfaks_AB"/>
  <OilParticleState rdf:ID="SubSurface">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The oil particle is under the water surface.</rdfs:comment>
  </OilParticleState>
  <CrudeOil rdf:ID="Fram_Sommer"/>
  <RefinedPetroleumProduct rdf:ID="IF-30_Bunker"/>
  <CrudeOil rdf:ID="Oseberg_S0R_Sommer"/>
  <RefinedPetroleumProduct rdf:ID="IF-550_Erika"/>
  <CrudeOil rdf:ID="Ekofisk"/>
  <RefinedPetroleumProduct rdf:ID="IF-180_Shell"/>
  <RefinedPetroleumProduct rdf:ID="Asphalt">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[GPA]: A brown to black residue formed from weathered petroleum products, consisting chiefly of a mixture of hydrocarbons, varies in texture from hard and brittle to plastic</rdfs:comment>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >[DSPR]: A dark-brown to black cement-like material obtained by petroleum processing, containing bitumens as the predominant constituents. Includes crude asphalt as well as the following finished products: cements, the asphalt content of emulsions (exclusive of water), and petroleum distillates blended with asphalt to make cutback asphalts.</rdfs:comment>
  </RefinedPetroleumProduct>
  <OilParticleState rdf:ID="Evaporated">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The oil particle is completely evaporated.</rdfs:comment>
  </OilParticleState>
  <CrudeOil rdf:ID="Gullfaks_S0R"/>
  <RefinedPetroleumProduct rdf:ID="Coke">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A solid-fuel product containing about 80 per cent of carbon produced by distillation of coal to drive off its volatile constituents</rdfs:comment>
  </RefinedPetroleumProduct>
  <RefinedPetroleumProduct rdf:ID="Gasoline">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A complex mixture of relatively volatile hydrocarbons, with or without small quantities of additives suitable for use in spark-ignition engines. Motor gasoline includes both leaded and unleaded grades of finished motor gasoline, blending components and gasohol, which is motor gasoline blended with up to 10 percent ethanol or methane.</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Oseberg_0ST_Sommer"/>
  <RefinedPetroleumProduct rdf:ID="LPG">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Liquified Petroleum Gas. Propane and butane, liquified under pressure or refrigeration</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Valhall"/>
  <Condensate rdf:ID="Lavrans_Kondensat"/>
  <RefinedPetroleumProduct rdf:ID="IFO-380_Slagen"/>
  <CrudeOil rdf:ID="Oseberg_0ST_Vinter"/>
  <CrudeOil rdf:ID="Sm0rbukk_S0R"/>
  <RefinedPetroleumProduct rdf:ID="IF-180_Lavsvovel"/>
  <CrudeOil rdf:ID="Ula_Vinter"/>
  <Condensate rdf:ID="Lillefrigg_Kondensat"/>
  <CrudeOil rdf:ID="Embla_2000"/>
  <CrudeOil rdf:ID="Statfjord_C_Blend"/>
  <OilParticleState rdf:ID="Stranded"/>
  <CrudeOil rdf:ID="Norne_Vinter"/>
  <CrudeOil rdf:ID="Grane"/>
  <CrudeOil rdf:ID="Jotun_Elli_Vinter"/>
  <CrudeOil rdf:ID="Siri_Vinter"/>
  <CrudeOil rdf:ID="Oseberg_S0R_Vinter"/>
  <CrudeOil rdf:ID="Sm0rbukk"/>
  <CrudeOil rdf:ID="Sleipner_Vest"/>
  <CrudeOil rdf:ID="Gyda"/>
  <OilParticleState rdf:ID="Surface">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The oil particle is on the water surface.</rdfs:comment>
  </OilParticleState>
  <CrudeOil rdf:ID="Goliath"/>
  <CrudeOil rdf:ID="Siri_Sommer"/>
  <CrudeOil rdf:ID="Fr0y"/>
  <RefinedPetroleumProduct rdf:ID="IF-180_ESSO"/>
  <Condensate rdf:ID="Midgard_Kondensat"/>
  <RefinedPetroleumProduct rdf:ID="LNG">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Liquified Natural Gas, mainly methane, liquified under pressure and low temperature</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Oseberg_Blend"/>
  <RefinedPetroleumProduct rdf:ID="IF-180_Normalsvovel"/>
  <CrudeOil rdf:ID="Jotun_Tau_Vinter"/>
  <RefinedPetroleumProduct rdf:ID="Bunker">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Fuel for a vessel</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Visund"/>
  <Condensate rdf:ID="Kristin_Kondensat"/>
  <Condensate rdf:ID="Sleipner_Kondensat"/>
  <CrudeOil rdf:ID="Brage"/>
  <RefinedPetroleumProduct rdf:ID="BilgeWater">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The bilge is the parts of a vessel between the lower-most floorboards and the bottom, where oil-contaminated wastewater - bilge water - drains until further processing. Bilge water is produced when the machinery spaces of a vessel are cleaned.</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Snorre_Blend"/>
  <CrudeOil rdf:ID="Draugen"/>
  <CrudeOil rdf:ID="Oseberg_A"/>
  <CrudeOil rdf:ID="Ula_Sommer"/>
  <CrudeOil rdf:ID="Heidrun"/>
  <OilParticleState rdf:ID="Dispersed">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The oil particle is completely dispersed.</rdfs:comment>
  </OilParticleState>
  <CrudeOil rdf:ID="Statfjord_B"/>
  <Condensate rdf:ID="Huldra_Kondensat"/>
  <CrudeOil rdf:ID="Gullfaks_C"/>
  <RefinedPetroleumProduct rdf:ID="Marin_Diesel"/>
  <CrudeOil rdf:ID="Varg_Sommer"/>
  <RefinedPetroleumProduct rdf:ID="Kerosene">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A lightweight material that flows easily, spreads rapidly, and evaporates quickly. Kerosene is easily dispersed, but is also relatively persistent in the environment.</rdfs:comment>
  </RefinedPetroleumProduct>
  <CrudeOil rdf:ID="Jotun_Tau_Sommer"/>
  <CrudeOil rdf:ID="Jotun_Elli_Sommer"/>
  <CrudeOil rdf:ID="Fram_Vinter"/>
  <rdf:Description rdf:about="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#TotalPoints">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></rdfs:comment>
  </rdf:Description>
  <CrudeOil rdf:ID="Tordis"/>
  <CrudeOil rdf:ID="YME"/>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2, Build 355)  http://protege.stanford.edu -->
