<?xml version="1.0"?>
<rdf:RDF
    xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:amo="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns="http://cmrc.ucc.ie/ontologies/interrisk/habs.owl#"
  xml:base="http://cmrc.ucc.ie/ontologies/interrisk/habs.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl"/>
    <rdfs:comment xml:lang="en">The Harmful Algal Blooms (HABs) ontology has been defined as part of the InterRisk project (http://interrisk.nersc.no/). The ontology defines concepts and relationships for the representation of HABs 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="Analysis">
    <rdfs:comment xml:lang="en">A laboratory test to examine a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Biotoxin">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Toxin"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">Poison spontaneously produced by a living organism</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PhytoplanktonLab">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Laboratory"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">Phytoplankton Lab</rdfs:label>
    <rdfs:label xml:lang="en">Phytoplankton Laboratory</rdfs:label>
    <rdfs:comment xml:lang="en">Phytoplankton laboratory</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Class">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In Linnean classification, a class is a taxonomic group of related or similar organisms. A class contains one or more orders.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToPhylumOrDivision"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="TaxonomicGroup"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Sample">
    <rdfs:comment xml:lang="en">All or part of a natural object that is collected</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="takenFrom"/>
        </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="MicrobialToxin">
    <rdfs:comment xml:lang="en">Poisons produced by bacteria, blue-green algae, dinoflagellates, golden-brown algae, etc.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Biotoxin"/>
  </owl:Class>
  <owl:Class rdf:ID="Station">
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#MarinePoint"/>
    <rdfs:comment xml:lang="en">Stations where samples of water or shellfish are taken and analyzed.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="BioassayLab">
    <rdfs:comment xml:lang="en">Bioassay laboratory</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Laboratory"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">Bioassay Lab</rdfs:label>
    <rdfs:label xml:lang="en">Bioassay Laboratory</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PhytoplanktonAnalysis">
    <rdfs:subClassOf rdf:resource="#Analysis"/>
    <rdfs:comment xml:lang="en">Analysis of a water sample consisting in counting the phytoplankton individuals</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ToxinChemistryLab">
    <rdfs:comment xml:lang="en">Toxin chemistry laboratory</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Laboratory"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">Toxin Chemistry Laboratory</rdfs:label>
    <rdfs:label xml:lang="en">Toxin Chemistry Lab</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="SampleChemistryResult">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="SampleAnalysisResult"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ShellfishSample"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="associatedWithSample"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ChemistryAnalysis"/>
        </owl:allValuesFrom>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="obtainedFrom"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">Result of a chemistry analysis for a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Phytotoxin">
    <rdfs:subClassOf rdf:resource="#Biotoxin"/>
    <rdfs:comment xml:lang="en">A toxin produced by a microorganism and active against a plant or against plant cells/tissues</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SamplingMethod">
    <rdfs:comment xml:lang="en">Method for a obtaining a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Syndrome">
    <rdfs:comment xml:lang="en">A set of symptoms or conditions that occur together and suggest the presence of a certain disease or an increased chance of developing the disease</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PhylumOrDivision">
    <owl:equivalentClass>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Division"/>
          <owl:Class rdf:ID="Phylum"/>
        </owl:unionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:comment xml:lang="en">In scientific classification, a phylum or a division is a taxonomic group of related or similar organisms. A division contains one or more classes. A group of similar division forms a Kingdom.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToKingdom"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TaxonomicGroup"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Order">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToClass"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TaxonomicGroup"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">In Linnaean classification, an order is a taxonomic group of related or similar organisms. An order contains one or more families. A group of similar orders forms a class.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Species">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToGenus"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TaxonomicGroup"/>
    </rdfs:subClassOf>
    <rdfs:label xml:lang="en">spp.</rdfs:label>
    <rdfs:label xml:lang="en">sp.</rdfs:label>
    <rdfs:comment xml:lang="en">In the binomial classification of living organisms the species, is the fundamental unit of classification, consists of populations of related individuals that resemble one another, that are able to breed among themselves, but are (usually) not able to breed with members of another species.

Populations  within a species that show recognizable, inherited differences but are capable of interbreeding freely are called subspecies, races, or varieties. A species usually contain a constant numbers of chromosomes  and species with different number may have difficulty hybridising.

The abbreviation sp. following a genus name indicate a plant which is still undescribed (A formerly discovered and known biological taxon without any valid published scientific description yet). E.g. Trichocaulon sp.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ChemistryAnalysis">
    <rdfs:subClassOf rdf:resource="#Analysis"/>
    <rdfs:comment xml:lang="en">Analysis of the chemical composition and properties of a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="EffectOnWaterLife">
    <rdfs:comment xml:lang="en">An effect on water or fish, caused by phytoplankton</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Genus">
    <rdfs:comment xml:lang="en">In the binomial classification of living organisms The genus. (pl. genera) is a grouping of similar, closely related and morphologically similar species.

Similarly, genera are grouped into families, families into orders, orders into classes, and classes into phyla or divisions.</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToFamily"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TaxonomicGroup"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#Toxin">
    <rdfs:comment xml:lang="en">Any of various poisonous substances produced by certain plant and animal cells, including bacterial toxins, phytotoxins, and zootoxins</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#ShellfishSample">
    <rdfs:comment xml:lang="en">A shellfish sample collected for bioassay and chemical analysis</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Sample"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="undergoes"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <owl:Class rdf:ID="BioassayAnalysis"/>
              <owl:Class rdf:about="#ChemistryAnalysis"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="SampleBioassayResult">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SampleAnalysisResult"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#ShellfishSample"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#associatedWithSample"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#obtainedFrom"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#BioassayAnalysis"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">Result of bioassay for a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="WaterSample">
    <rdfs:subClassOf rdf:resource="#Sample"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#undergoes"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#PhytoplanktonAnalysis"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">A small volume of water collected from a station in order to be analyzed</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Kingdom">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToDomain"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#TaxonomicGroup"/>
    </rdfs:subClassOf>
    <rdfs:comment xml:lang="en">In old classification, a kingdom was the highest grouping (taxon) of similar organisms. Actually the top-level grouping of organisms in scientific classification is the domain or empire or superkingdom and kingdoms are the at the second level.   
      
A kingdom contains one or more division or phyla (plural of phylum). A group of similar kingdom.forms a domain. All the kingdoms that comprise the complex life forms Animalia (animals), Plantae (plants), and fungi, which are mostly multicellular, as well as various other groups of unicellular beings called protists (protozoans and eucaryotic algae), belong to the domain eukaryotes. The eukaryotes share a common origin, and are often treated formally as a domain.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#Phylum">
    <owl:disjointWith>
      <owl:Class rdf:about="#Division"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#PhylumOrDivision"/>
    <rdfs:comment xml:lang="en">In scientific classification, a phylum (for animals) is a taxonomic group of related or similar organisms. A division contains one or more classes. A group of similar division forms a Kingdom.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="SamplePhytoplanktonResult">
    <rdfs:comment xml:lang="en">Result of a cell count analysis for a sample</rdfs:comment>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#SampleAnalysisResult"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#associatedWithSample"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#WaterSample"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom rdf:resource="#PhytoplanktonAnalysis"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#obtainedFrom"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#TaxonomicGroup">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Taxonomic group for phytoplanktons</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="ProductionArea">
    <rdfs:comment xml:lang="en">A shellfish production area</rdfs:comment>
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#FeatureArea"/>
  </owl:Class>
  <owl:Class rdf:ID="Symptom">
    <rdfs:comment xml:lang="en">An indication that a person has a condition or disease. Some examples of symptoms are headache, fever, fatigue, nausea, vomiting, and pain.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Family">
    <rdfs:comment xml:lang="en">In scientific classification, a family is a taxonomic group of related or similar organisms. A family contains one or more genera (plural of genus) believed to be related. A group of similar families forms an order.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >fam.</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="belongsToOrder"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#TaxonomicGroup"/>
  </owl:Class>
  <owl:Class rdf:about="#Laboratory">
    <rdfs:label xml:lang="en">Lab</rdfs:label>
    <rdfs:label xml:lang="en">Laboratory</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:allValuesFrom>
          <owl:Class>
            <owl:unionOf rdf:parseType="Collection">
              <rdf:Description rdf:about="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Point"/>
              <rdf:Description rdf:about="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Polygon"/>
            </owl:unionOf>
          </owl:Class>
        </owl:allValuesFrom>
        <owl:onProperty rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Shape"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#Feature"/>
    <rdfs:comment xml:lang="en">A workplace for the conduct of scientific research</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="PhytoplanktonSpecies">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Particular species corresponding to phytoplankton</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Phytoplankton</rdfs:label>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Phytoplankton Species</rdfs:label>
    <rdfs:subClassOf rdf:resource="#Species"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="heterotrophy"/>
        </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:about="#Division">
    <owl:disjointWith rdf:resource="#Phylum"/>
    <rdfs:subClassOf rdf:resource="#PhylumOrDivision"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >In scientific classification, a division (for plant and fungi) is a taxonomic group of related or similar organisms. A division contains one or more classes. A group of similar division forms a Kingdom.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:about="#BioassayAnalysis">
    <rdfs:comment xml:lang="en">Analysis of a compound using biological methods</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Analysis"/>
  </owl:Class>
  <owl:Class rdf:ID="Domain">
    <rdfs:comment xml:lang="en">In biology, a domain or empire or superkingdom is the top-level grouping of organisms in scientific classification.
We use the two-empire system, with top-level groupings of Prokaryota (or Monera) and Eukaryota empires. 
All the complex life forms animals, plants, and fungi, which are mostly multicellular, as well as various other groups called protists, belong to the domain eukaryotes.</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#TaxonomicGroup"/>
    <rdfs:label xml:lang="en">Empire</rdfs:label>
    <rdfs:label xml:lang="en">Superkingdom</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#SampleAnalysisResult">
    <rdfs:comment xml:lang="en">The result of an analysis for a sample</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Mycotoxin">
    <rdfs:subClassOf rdf:resource="#Toxin"/>
    <rdfs:comment xml:lang="en">Toxin from fungi</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Zootoxin">
    <rdfs:subClassOf rdf:resource="#Biotoxin"/>
    <rdfs:comment xml:lang="en">Poisons produced by animals</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="causedByToxin">
    <rdfs:comment xml:lang="en">A syndrome is caused by a toxin.</rdfs:comment>
    <rdfs:domain rdf:resource="#Syndrome"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="toxinCausesSyndrome"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Toxin"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="belongsToDivision">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#belongsToPhylumOrDivision"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#Division"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToPhylumOrDivision">
    <rdfs:range rdf:resource="#PhylumOrDivision"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A class belongs to a phylum or a division.</rdfs:comment>
    <rdfs:domain rdf:resource="#Class"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="belongsToPhylum">
    <rdfs:domain rdf:resource="#Class"/>
    <rdfs:subPropertyOf rdf:resource="#belongsToPhylumOrDivision"/>
    <rdfs:range rdf:resource="#Phylum"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSample">
    <rdfs:domain rdf:resource="#Station"/>
    <rdfs:comment xml:lang="en">A station has samples. This is the inverse of the takenFrom relationship.</rdfs:comment>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#takenFrom"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Sample"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToFamily">
    <rdfs:range rdf:resource="#Family"/>
    <rdfs:domain rdf:resource="#Genus"/>
    <rdfs:comment xml:lang="en">A genus belongs to a family.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToClass">
    <rdfs:domain rdf:resource="#Order"/>
    <rdfs:range rdf:resource="#Class"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An order belongs to a class.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#associatedWithSample">
    <rdfs:range rdf:resource="#Sample"/>
    <rdfs:comment xml:lang="en">A sample analysis result is associated with a sample.</rdfs:comment>
    <rdfs:domain rdf:resource="#SampleAnalysisResult"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="causesSyndrome">
    <rdfs:domain rdf:resource="#PhytoplanktonSpecies"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="hasCausativeOrganism"/>
    </owl:inverseOf>
    <rdfs:comment xml:lang="en">A phytoplankton species causes a syndrome.</rdfs:comment>
    <rdfs:range rdf:resource="#Syndrome"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToKingdom">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A phylum or a division belongs to a kingdom.</rdfs:comment>
    <rdfs:range rdf:resource="#Kingdom"/>
    <rdfs:domain rdf:resource="#PhylumOrDivision"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="producesToxin">
    <rdfs:range rdf:resource="#Phytotoxin"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="producedBy"/>
    </owl:inverseOf>
    <rdfs:domain rdf:resource="#PhytoplanktonSpecies"/>
    <rdfs:comment xml:lang="en">A phytoplankton species can produce one or more phytotoxins.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#toxinCausesSyndrome">
    <owl:inverseOf rdf:resource="#causedByToxin"/>
    <rdfs:comment xml:lang="en">A Toxin causes a syndrome.</rdfs:comment>
    <rdfs:range rdf:resource="#Syndrome"/>
    <rdfs:domain rdf:resource="#Toxin"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#undergoes">
    <rdfs:domain rdf:resource="#Sample"/>
    <rdfs:range rdf:resource="#Analysis"/>
    <rdfs:comment xml:lang="en">A sample undergoes analysis.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSamplingMethod">
    <rdfs:range rdf:resource="#SamplingMethod"/>
    <rdfs:domain rdf:resource="#Sample"/>
    <rdfs:comment xml:lang="en">A sample is obtained using a sampling method.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="belongsToArea">
    <rdfs:comment xml:lang="en">A station belongs to a production area.</rdfs:comment>
    <rdfs:domain rdf:resource="#Station"/>
    <rdfs:range rdf:resource="#ProductionArea"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#hasCausativeOrganism">
    <rdfs:domain rdf:resource="#Syndrome"/>
    <owl:inverseOf rdf:resource="#causesSyndrome"/>
    <rdfs:range rdf:resource="#PhytoplanktonSpecies"/>
    <rdfs:comment xml:lang="en">A syndrome has causative organisms.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToDomain">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A kingdom belongs to a domain.</rdfs:comment>
    <rdfs:domain rdf:resource="#Kingdom"/>
    <rdfs:range rdf:resource="#Domain"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasEffectOnWater">
    <rdfs:comment xml:lang="en">A phytoplankton may have one or more effects on water or fish.</rdfs:comment>
    <rdfs:range rdf:resource="#EffectOnWaterLife"/>
    <rdfs:domain rdf:resource="#PhytoplanktonSpecies"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#producedBy">
    <rdfs:comment xml:lang="en">A phytotoxin can be produced by one or more phytoplankton species.</rdfs:comment>
    <owl:inverseOf rdf:resource="#producesToxin"/>
    <rdfs:domain rdf:resource="#Phytotoxin"/>
    <rdfs:range rdf:resource="#PhytoplanktonSpecies"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="hasSymptom">
    <rdfs:range rdf:resource="#Symptom"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A syndrom has one or more symptoms</rdfs:comment>
    <rdfs:domain rdf:resource="#Syndrome"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#obtainedFrom">
    <rdfs:range rdf:resource="#Analysis"/>
    <rdfs:domain rdf:resource="#SampleAnalysisResult"/>
    <rdfs:comment xml:lang="en">A sample analysis result is associated with the analysis it was obtained from.</rdfs:comment>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToOrder">
    <rdfs:range rdf:resource="#Order"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A family belongs to an order.</rdfs:comment>
    <rdfs:domain rdf:resource="#Family"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#takenFrom">
    <rdfs:comment xml:lang="en">A sample is taken from a station.</rdfs:comment>
    <rdfs:domain rdf:resource="#Sample"/>
    <owl:inverseOf rdf:resource="#hasSample"/>
    <rdfs:range rdf:resource="#Station"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#belongsToGenus">
    <rdfs:domain rdf:resource="#Species"/>
    <rdfs:comment xml:lang="en">A species belongs to a genus.</rdfs:comment>
    <rdfs:range rdf:resource="#Genus"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="description">
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#SamplingMethod"/>
          <owl:Class rdf:about="#Symptom"/>
          <owl:Class rdf:about="#Syndrome"/>
          <owl:Class rdf:about="#EffectOnWaterLife"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment xml:lang="en">a general description for a sampling method</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="scientificName">
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:ID="name"/>
    </rdfs:subPropertyOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The scientific name for a phytoplankton</rdfs:comment>
    <rdfs:domain rdf:resource="#Species"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="sampleDateTime">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
    <rdfs:domain rdf:resource="#Sample"/>
    <rdfs:comment xml:lang="en">Date/Time the sample was taken</rdfs:comment>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#name">
    <rdfs:comment xml:lang="en">Name of a phytoplankton taxonomy, a toxin or a syndrome</rdfs:comment>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TaxonomicGroup"/>
          <owl:Class rdf:about="#Toxin"/>
          <owl:Class rdf:about="#Syndrome"/>
          <owl:Class rdf:about="#SamplingMethod"/>
          <owl:Class rdf:about="#Laboratory"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#heterotrophy">
    <rdfs:comment xml:lang="en">Heterotrophic organisms are contrasted with autotrophic life forms in that their carbon needs derive from organic nutrients which they take up from the growth environment. These organic nutrients are also used as the source of reducing equivalents for reductive biosyntheses and, in addition, their oxidation provides the free energy needed to support a chemiosmotic mechanism which powers ATP synthesis. Animals are heterotrophs, and most microorganisms are heterotrophs. Green plants are photoautotrophs. Methanogens are chemoautotrophs.</rdfs:comment>
    <rdfs:domain rdf:resource="#PhytoplanktonSpecies"/>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Autotrophic</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >Heterotrophic</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="commonName">
    <rdfs:domain rdf:resource="#Species"/>
    <rdfs:comment xml:lang="en">The common name for a phytoplankton</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#name"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="sampleCode">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:comment xml:lang="en">A code identifying a sample</rdfs:comment>
    <rdfs:domain rdf:resource="#Sample"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="abbreviatedName">
    <rdfs:domain rdf:resource="#Species"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The abbreviated name for a phytoplankton</rdfs:comment>
    <rdfs:subPropertyOf rdf:resource="#name"/>
  </owl:DatatypeProperty>
  <Division rdf:ID="Haptophyta">
    <belongsToKingdom>
      <Kingdom rdf:ID="Plantae">
        <belongsToDomain>
          <Domain rdf:ID="Eukaryota">
            <name xml:lang="en">Eukaryota</name>
            <name xml:lang="en">Eucaryote</name>
            <rdfs:comment xml:lang="en">All the complex life forms animals, plants, and fungi, which are mostly multicellular, as well as various other groups called protists, belong to the domain eukaryotes.</rdfs:comment>
          </Domain>
        </belongsToDomain>
        <name xml:lang="en">Plantae</name>
        <rdfs:comment xml:lang="en">Plantae include mosses, liverworts, ferns, confers and flowering plants. Plants are multicellular. eukaryotic, photosynthetic organisms that form the basis of the food web in terrestrial ecosystems.</rdfs:comment>
      </Kingdom>
    </belongsToKingdom>
    <name xml:lang="en">Haptophyta</name>
    <rdfs:comment xml:lang="en">The haptophyta division</rdfs:comment>
  </Division>
  <Division rdf:ID="Chlorophyta">
    <belongsToKingdom rdf:resource="#Plantae"/>
    <rdfs:comment xml:lang="en">The chlorophyta division</rdfs:comment>
    <name xml:lang="en">Chlorophyta</name>
  </Division>
  <Phytotoxin rdf:ID="Brevetoxin">
    <rdfs:comment xml:lang="en">Brevetoxin is a neurotoxin produced by the dinoflagellate Ptychodiscus brevis. It's associated with Red Tide, and shellfish eaten during Red Tides that are contaminated with brevetoxin can cause paresthesias of the lips, tongue, and extremities; in very bad cases, they can cause respiratory failure.

Brevetoxin takes effect by binding to sodium channels on nerve and muscle membranes. This causes a sudden influx of sodium ions to rush into the cell, causing cell death due to sudden ionization. In addition, the cells become hyperactive. Just recently, brevetoxin has been synthesized by researchers in California.

Some researchers are examining the effects of brevetoxin on the respiratory system. This poison causes similar symptoms to bronchitis and asthma, but by the potency of the toxin, it should have caused many deaths; instead, it has caused hardly any human deaths. Researchers examining this have located another substance, brevenol, produced by algae found near the dinoflagellate, that seems to act as a sort of antidote. They are currently studying this substance as a potential treatment for respiratory diseases.

Definition from ISCID Encyclopedia of Science and Philosophy</rdfs:comment>
  </Phytotoxin>
  <Phytotoxin rdf:ID="Ciguatoxin">
    <rdfs:comment xml:lang="en">Ciguatoxin: A seafood toxin that is acquired by eating fish that have consumed toxic single-celled marine organisms called dinoflagellates or fish that have consumed other fish that have become toxic. When someone eats these fish, they suffer seafood poisoning. Food poisoning from ciguatoxin is called ciguatera.

Ciguatera can cause gastrointestinal, neuromuscular symptoms and respiratory problems. The gastrointestinal problems include abdominal pain, diarrhea, nausea and vomiting. The neuromuscular problems may include tingling around the lips, abnormal or impaired skin sensations, hot-to-cold reversal, vertigo, lack of muscle coordination, weakness and numbness, muscle pain, and itching. There may be respiratory paralysis. Ciguatera symptom strike shortly after eating tainted fish. Symptoms may recur up to 6 months. Death is uncommon, but is known.

Fish with ciguatoxin come from the southeastern United States, Bahamian, and Caribbean regions, Hawaii, and subtropical and tropical areas worldwide including the central Pacific and northern Australia. Barracuda, amberjack, horse-eye jack, black jack, other large species of jack, king mackerel, large groupers, and snappers are particularly likely to contain ciguatoxin. Many other species of large fish-eating fish may also contain ciguatoxin.

Definition from MedicineNet.com</rdfs:comment>
  </Phytotoxin>
  <Class rdf:ID="Bacillariophyceae">
    <name xml:lang="en">Bacillariophyceae</name>
    <rdfs:comment xml:lang="en">The Bacillariophyceae class</rdfs:comment>
    <belongsToDivision>
      <Division rdf:ID="Bacillariophyta">
        <rdfs:comment xml:lang="en">The bacillariophyta division</rdfs:comment>
        <belongsToKingdom rdf:resource="#Plantae"/>
      </Division>
    </belongsToDivision>
  </Class>
  <Class rdf:ID="Charophyceae">
    <belongsToDivision rdf:resource="#Chlorophyta"/>
    <name xml:lang="en">Charophyceae</name>
    <rdfs:comment xml:lang="en">The Charophyceae class</rdfs:comment>
  </Class>
  <Division rdf:ID="Cyanophyta">
    <rdfs:comment xml:lang="en">The cyanophyta division</rdfs:comment>
    <name xml:lang="en">Cyanophyta</name>
    <belongsToKingdom rdf:resource="#Plantae"/>
  </Division>
  <Division rdf:ID="Euglenophyta">
    <name xml:lang="en">Euglenophyta</name>
    <rdfs:comment xml:lang="en">The euglenophyta division</rdfs:comment>
    <belongsToKingdom rdf:resource="#Plantae"/>
  </Division>
  <Phytotoxin rdf:ID="DomoicAcid">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Domoic Acid</rdfs:label>
    <rdfs:comment xml:lang="en">Domoic acid is a naturally occurring toxin produced by microscopic algae, specifically the diatom species Pseudo-nitzschia.  Shellfish and crab ingest this algae, where the toxin concentrates.  Significant amounts of domoic acid can cause Amnesic Shellfish Poisoning (ASP) in humans.  ASP is transmitted by eating contaminated molluscan shellfish and crab.</rdfs:comment>
  </Phytotoxin>
  <rdf:Description rdf:ID="__deleted__">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >All the complex life forms animals, plants, and fungi, which are mostly multicellular, as well as various other groups called protists, belong to the domain eukaryotes.</rdfs:comment>
  </rdf:Description>
  <Syndrome rdf:ID="AZP">
    <rdfs:comment xml:lang="en">Azaspiracid Poisoning: AZP is a new toxic syndrome that has caused human intoxications throughout Europe following the consumption of mussels (Mytilus edulis). The first identification of azaspiracids in other bivalve mollusks including oysters (Crassostrea gigas), scallops (Pecten maximus), clams (Tapes phillipinarium), and cockles (Cardium edule) is reported. Importantly, oysters were the only shellfish that accumulated azaspiracids at levels that were comparable with mussels.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Azaspiracid Poisoning</rdfs:label>
  </Syndrome>
  <Division rdf:ID="Pyrrophyta">
    <belongsToKingdom rdf:resource="#Plantae"/>
    <rdfs:comment xml:lang="en">The pyrrophyta division</rdfs:comment>
    <name xml:lang="en">Pyrrophyta</name>
  </Division>
  <Phytotoxin rdf:ID="OA">
    <rdfs:comment xml:lang="en">Okadaic Acid: Toxin produced by planktonic algae (dinoflagellates, in most cases) upon which the shellfish feed</rdfs:comment>
    <rdfs:label xml:lang="en">Okadaic Acid</rdfs:label>
  </Phytotoxin>
  <Syndrome rdf:ID="DSP">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Diarrhetic Shellfish Poisoning</rdfs:label>
    <rdfs:comment xml:lang="en">Diarrhetic Shellfish Poisoning: DSP produces gastrointestinal symptoms, usually beginning within 30 min to a few hours after consumption of toxic shellfish (Yasumoto and Murato, 1990). The illness, which is not fatal, is characterized by incapacitating diarrhea, nausea, vomiting, abdominal cramps, and chills. Recovery occurs within three days, with or without medical treatment.</rdfs:comment>
  </Syndrome>
  <Phytotoxin rdf:ID="MTX">
    <rdfs:label xml:lang="en">Maitotoxin</rdfs:label>
    <rdfs:comment xml:lang="en">Maitotoxin or MTX is an extremely potent toxin produced by Gambierdiscus toxicus, a dinoflagellate species partially responsible for the phenomenon known as red tide. Maitotoxin activates Ca2+ permeable, non-selective cation channels, leading to an increase in levels of cytosolic Ca2+ ions. It is thought that maitotoxin leads to the formation of pores on these ion channels. Ultimately, a cell death cascade is activated, resulting in membrane blebbing and eventually cell lysis. The molecule itself exists as a system of 32 fused rings. It is notable because it is one of the largest, and most complex, non-protein molecules produced by an organism. Its structure was established through analysis using nuclear magnetic resonance at Tohoku University, Harvard and the University of Tokyo.</rdfs:comment>
  </Phytotoxin>
  <Syndrome rdf:ID="ASP">
    <rdfs:comment xml:lang="en">Amnesic Shellfish Poisoning: ASP can be a life-threatening syndrome. It is characterized by both gastrointestinal and neurological disorders (Bates et al., 1989). Gastroenteritis usually develops within 24 hours of the consumption of toxic shellfish; symptoms include nausea, vomiting, abdominal cramps, and diarrhea. In severe cases, neurological symptoms also appear, usually within 48 hours of toxic shellfish consumption. These symptoms include dizziness, headache, seizures, disorientation, short-term memory loss, respiratory difficulty, and coma. In 1987, four victims died after consuming toxic mussels from Prince Edward Island, Canada. Since that time, Canadian authorities have monitored both the water column for the presence of the causative diatom, and shellfish for the presence of the toxin, domoic acid. Shellfish beds are closed to harvesting when the domoic acid concentration reaches 20 &amp;#181;g/g shellfish meat. Fish and crab viscera can also contain domoic acid, so the risk to human consumers and animals in the marine food chain is more significant than previously believed.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Amnesic Shellfish Poisoning</rdfs:label>
  </Syndrome>
  <Syndrome rdf:ID="CFP">
    <rdfs:comment xml:lang="en">Ciguatera Fish Poisoning: CFP produces gastrointestinal, neurological, and cardiovascular symptoms. Generally, diarrhea, vomiting, and abdominal pain occur initially, followed by neurological dysfunction including reversal of temperature sensation, muscular aches, dizziness, anxiety, sweating, and a numbness and tingling of the mouth and digits. Paralysis and death have been documented, but symptoms are usually less severe although debilitating (Miller, 1991). Recovery time is variable, and may take weeks, months, or years. Rapid treatment (within 24 hours) with manitol is reported to relieve some symptoms. There is no antidote, supportive therapy is the rule, and survivors recover. Absolute prevention of intoxication depends upon complete abstinence from eating any tropical reef fish, since there is currently no easy way to measure routinely ciguatoxin or maitotoxin in any seafood product prior to consumption.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ciguatera Fish Poisoning</rdfs:label>
  </Syndrome>
  <Phytotoxin rdf:ID="AZA">
    <rdfs:comment xml:lang="en">Azaspiracids (AZAs) are nitrogen-containing polyether toxins with a unique spiral ring assembly, a cyclic amine, and a carboxylic acid. AZAs were first detected in 1995 in mussels (Mytilus edulis) originating from IIreland and have since been found in other bivalves, including oysters (Crassostrea gigas, Ostrea edulis), scallops (Pecten maximus), clams (Tapes phillipinarium), cockles (Cardium edule), and razor clams (Ensis siliqua).</rdfs:comment>
    <rdfs:label xml:lang="en">Azaspiracid</rdfs:label>
  </Phytotoxin>
  <Domain rdf:ID="Prokaryota">
    <name xml:lang="en">Prokaryota</name>
    <name xml:lang="en">Prokaryote</name>
    <rdfs:comment xml:lang="en">[Wikipedia]: Prokaryotes (from Old Greek pro- before + karyon nut, referring to the cell nucleus, + suffix -otos, pl. -otes; also spelled "procaryotes") are organisms without a cell nucleus (= karyon), or indeed any other membrane-bound organelles, in most cases unicellular (in rare cases, multicellular). This is in contrast to eukaryotes (also spelled "eucaryotes"), organisms that have cell nuclei and may be variously unicellular or multicellular.</rdfs:comment>
  </Domain>
  <Syndrome rdf:ID="NSP">
    <rdfs:comment xml:lang="en">Neurotoxic Shellfish Poisoning: NSP produces an intoxication syndrome nearly identical to that of ciguatera. In this case, gastrointestinal and neurological symptoms predominate. In addition, formation of toxic aerosols by wave action can produce respiratory asthma-like symptoms. No deaths have been reported and the syndrome is less severe than ciguatera, but nevertheless debilitating. Unlike ciguatera, recovery is generally complete in a few days. Monitoring programs (based on K. brevis cell counts) generally suffice for preventing human intoxication, except when officials are caught off-guard in previously unaffected areas.</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Neurotoxic Shellfish Poisoning</rdfs:label>
  </Syndrome>
  <Kingdom rdf:ID="Animalia">
    <rdfs:comment xml:lang="en">[Wikipedia]: Animals are a major group of organisms, classified as the kingdom Animalia or Metazoa. In general they are multicellular, capable of locomotion and responsive to their environment, and feed by consuming other organisms. Their body plan becomes fixed as they develop, usually early on in their development as embryos, although some undergo a process of metamorphosis later on. Biologically, human beings fall under the animal kingdom.</rdfs:comment>
    <belongsToDomain rdf:resource="#Eukaryota"/>
    <name xml:lang="en">Animalia</name>
    <name xml:lang="en">Metazoa</name>
  </Kingdom>
  <SamplingMethod rdf:ID="SurfaceSample">
    <name xml:lang="en">Surface Sample</name>
  </SamplingMethod>
  <rdf:Description rdf:about="http://cmrc.ucc.ie/ontologies/org/esri/amo.owl#belongsToCruise">
    <rdfs:range rdf:resource="#SampleBioassayResult"/>
    <rdfs:domain rdf:resource="#BioassayAnalysis"/>
  </rdf:Description>
  <Division rdf:ID="Cryptophyta">
    <belongsToKingdom rdf:resource="#Plantae"/>
    <name xml:lang="en">Cryptophyta</name>
    <rdfs:comment xml:lang="en">The cryptophyta division</rdfs:comment>
  </Division>
  <Phytotoxin rdf:ID="DTX">
    <rdfs:label xml:lang="en">Dinophysis Toxin</rdfs:label>
    <rdfs:comment xml:lang="en">Dinophysis Toxin: Toxin produced or elaborated by planktonic algae (dinoflagellates, in most cases) upon which the shellfish feed</rdfs:comment>
  </Phytotoxin>
  <SamplingMethod rdf:ID="LundTube">
    <name xml:lang="en">Lund Tube</name>
  </SamplingMethod>
  <Division rdf:ID="Raphidophyta">
    <name xml:lang="en">Raphidophyta</name>
    <rdfs:comment xml:lang="en">The raphidophyta division</rdfs:comment>
    <belongsToKingdom rdf:resource="#Plantae"/>
  </Division>
  <Division rdf:ID="Chrysophyta">
    <belongsToKingdom rdf:resource="#Plantae"/>
    <rdfs:comment xml:lang="en">The chrysophyta division</rdfs:comment>
    <name xml:lang="en">Chrysophyta</name>
  </Division>
  <Class rdf:ID="Chlorophyceae">
    <belongsToDivision rdf:resource="#Chlorophyta"/>
    <name xml:lang="en">Chlorophyceae</name>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The Chlorophyceae class</rdfs:comment>
  </Class>
  <Phytotoxin rdf:ID="STX">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Saxitoxins (STX) are neurotoxic alkaloids which are also known as PSP's (paralytic shelfish poisons) due to their occurance and association with seafood. They block sodium channels in nerve cells, thus casuing their neurotoxic effects.  There are a number of STX variants  generally divided into groups based on their structure or organism of origin. The single sulphated STX's are known as gonyautoxins (GTX) and the doubly sulphated STX's are known as C-toxins. There are also decarbamyl STX's (dcSTX) and a group of STX variants, so far found only in Lyngbia wollei, known as Lyngbia-wollei-toxins (LWTX).</rdfs:comment>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Saxitoxin</rdfs:label>
  </Phytotoxin>
  <Division rdf:ID="Ciliophora">
    <name xml:lang="en">Ciliophora</name>
    <belongsToKingdom rdf:resource="#Plantae"/>
    <rdfs:comment xml:lang="en">The ciliophora division</rdfs:comment>
  </Division>
  <Division rdf:ID="Xanthophyta">
    <belongsToKingdom rdf:resource="#Plantae"/>
    <name xml:lang="en">Xanthophyta</name>
    <rdfs:comment xml:lang="en">The xanthophyta division</rdfs:comment>
  </Division>
  <Syndrome rdf:ID="PSP">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Paralytic Shellfish Poisoning</rdfs:label>
    <rdfs:comment xml:lang="en">Paralytic Shellfish Poisoning: PSP, like ASP, is a life threatening syndrome. Symptoms are purely neurological and their onset is rapid. Duration of effects is a few days in non-lethal cases. Symptoms include tingling, numbness, and burning of the perioral region, ataxia, giddiness, drowsiness, fever, rash, and staggering. The most severe cases result in respiratory arrest within 24 hours of consumption of the toxic shellfish. If the patient is not breathing or if a pulse is not detected, artificial respiration and CPR may be needed as first aid. There is no antidote, supportive therapy is the rule and survivors recover fully. PSP is prevented by large-scale proactive monitoring programs (assessing toxin levels in mussels, oysters, scallops, clams) and rapid closures to harvest of suspect or demonstrated toxic areas.</rdfs:comment>
  </Syndrome>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.2, Build 355)  http://protege.stanford.edu -->

