<?xml version="1.0"?>
<rdf:RDF
    xmlns:swrl="http://www.w3.org/2003/11/swrl#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:nc="http://iridl.ldeo.columbia.edu/ontologies/netcdf-3.owl#"
    xmlns:xsp="http://www.owl-ontologies.com/2005/08/07/xsp.owl#"
    xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
    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:p1="http://purl.org/dc/elements/1.1/#"
    xmlns:p3="http://iridl.ldeo.columbia.edu/ontologies/ismemberof.owl#"
    xmlns="http://iridl.ldeo.columbia.edu/ontologies/cf-att.owl#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:p2="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#"
  xml:base="http://iridl.ldeo.columbia.edu/ontologies/cf-att.owl">
  <owl:Ontology rdf:about="">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NetCDF Climate and Forecast (CF) Metadata Conventions as Attributes
 More information: http://www.cgd.ucar.edu/cms/eaton/cf-metadata/CF-1.0.html#att_app</dc:description>
    <dc:subject rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cf, standard, name , attributes</dc:subject>
    <dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >M. Benno Blumenthal</dc:contributor>
    <owl:imports rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/netcdf-3.owl"/>
    <dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Web documentation Version 1.0, 28 October 2003, accessed 2004-12-14 </dc:source>
    <owl:imports rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl"/>
    <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Luis Bermudez MMI</dc:creator>
    <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2005-12-15T11:00:00</dc:date>
    <dc:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Luis Bermudez</dc:contributor>
    <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >CF Attributes ontology</dc:title>
  </owl:Ontology>
  <rdfs:Class rdf:ID="Attribute">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CF_Convention"/>
    </rdfs:subClassOf>
  </rdfs:Class>
  <owl:Class rdf:ID="Non-Coordinate_Variable">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Variable"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Coordinate_Variable">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Variable"/>
    </rdfs:subClassOf>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:Class>
  <owl:Class rdf:about="#Variable">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CF_Convention"/>
    </rdfs:subClassOf>
    <owl:equivalentClass>
      <rdf:Description rdf:about="http://iridl.ldeo.columbia.edu/ontologies/netcdf-3.owl#Variable">
        <owl:equivalentClass rdf:resource="#Variable"/>
      </rdf:Description>
    </owl:equivalentClass>
  </owl:Class>
  <owl:Class rdf:ID="Dataset">
    <owl:equivalentClass>
      <rdf:Description rdf:about="http://iridl.ldeo.columbia.edu/ontologies/netcdf-3.owl#Dataset">
        <owl:equivalentClass rdf:resource="#Dataset"/>
      </rdf:Description>
    </owl:equivalentClass>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CF_Convention"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#CF_Convention">
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:Class>
  <owl:DatatypeProperty rdf:ID="valid_min">
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_min</id>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_min</rdfs:label>
    <rdfs:domain rdf:resource="#Variable"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Smallest valid value of a variable.</dc:description>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="add_offset">
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >add_offset</rdfs:label>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1) , 8.1</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >add_offset</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >If present for a variable, this number is to be added to the data after it is read by an application. If both scale_factor and add_offset attributes are present, the data are first scaled before the offset is added.</dc:description>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="leap_month">
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >leap_month</id>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >leap_month</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Specifies which month is lengthened by a day in leap years for a user defined calendar.</dc:description>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4.4.1</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="axis">
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies latitude, longitude, vertical, or time axes.</dc:description>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >Y</rdf:first>
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:parseType="Resource">
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >T</rdf:first>
                <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
              </rdf:rest>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >Z</rdf:first>
            </rdf:rest>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >X</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >axis</id>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >axis</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="units">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Units of a variable's content.</dc:description>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >units</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1), 3.1</links>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Variable"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >units</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_methods">
    <rdfs:isDefinedBy rdf:resource=""/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cell_methods</id>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Records the method used to derive data that represents cell values.</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cell_methods</rdfs:label>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7.3, 7.4</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="_FillValue">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >_FillValue</id>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >_FillValue</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A value used to represent missing or undefined data.</dc:description>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="coordinates">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >5, 6.1, 6.2</links>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies auxiliary coordinate variables, label variables, and alternate coordinate variables.</dc:description>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >coordinates</id>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >coordinates</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="title">
    <rdfs:domain rdf:resource="#Dataset"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >title</rdfs:label>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Short description of the file contents.</dc:description>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >title</id>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="id">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:domain rdf:resource="#Attribute"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >id</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="ancillary_variables">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ancillary_variables</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies a variable that contains closely associated data, e.g., the measurement uncertainties of instrument data.</dc:description>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3.4</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >ancillary_variables</id>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="positive">
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >up</rdf:first>
          <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"
            >down</rdf:first>
          </rdf:rest>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >positive</rdfs:label>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >COARDS</links>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Direction of increasing vertical coordinate value.</dc:description>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >positive</id>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="month_lengths">
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >month_lengths</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Specifies the length of each month in a non-leap year for a user defined calendar.</dc:description>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >month_lengths</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4.4.1</links>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="climatology">
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >climatology</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7.4</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >climatology</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies a climatology variable.</dc:description>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="valid_range">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_range</id>
    <rdfs:domain rdf:resource="#Variable"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_range</rdfs:label>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Smallest and largest valid values of a variable.</dc:description>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="Conventions">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Name of the conventions followed by the dataset.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Conventions</id>
    <rdfs:domain rdf:resource="#Dataset"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Conventions</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="history">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >history</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >List of the applications that have modified the original data.</dc:description>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >history</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <rdfs:domain rdf:resource="#Dataset"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="grid_mapping">
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grid_mapping</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies a variable that defines a grid mapping.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >5.6</links>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >grid_mapping</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="institution">
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Where the original data was produced.</dc:description>
    <rdfs:isDefinedBy rdf:resource=""/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >institution</id>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Dataset"/>
          <owl:Class rdf:about="#Non-Coordinate_Variable"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >institution</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2.6.2</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="missing_value">
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >missing_value</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A value used to represent missing or undefined data (deprecated by the NUG).</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >missing_value</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2.5.1</links>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="standard_name">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3.3</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >standard_name</id>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >standard_name</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A standard name that references a description of a variable's content in the standard name table.</dc:description>
    <rdfs:domain rdf:resource="#Variable"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="references">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >references</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >References that describe the data or methods used to produce it.</dc:description>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Dataset"/>
          <owl:Class rdf:about="#Non-Coordinate_Variable"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >references</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2.6.2</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="calendar">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4.4.1</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >calendar</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Variable"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the documentation says the domain should be coordinate_variable -- don't think that is right</rdfs:comment>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Calendar used for encoding time axes.</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >calendar</rdfs:label>
    <rdfs:range>
      <owl:DataRange>
        <owl:oneOf rdf:parseType="Resource">
          <rdf:rest rdf:parseType="Resource">
            <rdf:rest rdf:parseType="Resource">
              <rdf:rest rdf:parseType="Resource">
                <rdf:rest rdf:parseType="Resource">
                  <rdf:rest rdf:parseType="Resource">
                    <rdf:rest rdf:parseType="Resource">
                      <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                      >366_day</rdf:first>
                      <rdf:rest rdf:parseType="Resource">
                        <rdf:rest rdf:parseType="Resource">
                          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                          >none</rdf:first>
                          <rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
                        </rdf:rest>
                        <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                        >julian</rdf:first>
                      </rdf:rest>
                    </rdf:rest>
                    <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >all_leap</rdf:first>
                  </rdf:rest>
                  <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                  >365_day</rdf:first>
                </rdf:rest>
                <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >noleap</rdf:first>
              </rdf:rest>
              <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
              >proleptic_gregorian</rdf:first>
            </rdf:rest>
            <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
            >standard</rdf:first>
          </rdf:rest>
          <rdf:first rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
          >gregorian</rdf:first>
        </owl:oneOf>
      </owl:DataRange>
    </rdfs:range>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cell_measures">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cell_measures</rdfs:label>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7.2</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cell_measures</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies variables that contain cell areas or volumes.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="links">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Attribute"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Links</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="bounds">
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bounds</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies a boundary variable.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bounds</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >7.1</links>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="compress">
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Records dimensions which have been compressed by gathering.</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >compress</rdfs:label>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >compress</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >8.2, 5.3</links>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource=""/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="comment">
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >comment</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2.6.2</links>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Dataset"/>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >comment</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Miscellaneous information about the data or methods used to produce it.</dc:description>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="source">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:domain>
      <owl:Class>
        <owl:unionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Dataset"/>
          <owl:Class rdf:about="#Non-Coordinate_Variable"/>
        </owl:unionOf>
      </owl:Class>
    </rdfs:domain>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >source</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >source</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Method of production of the original data.</dc:description>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >2.6.2</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="leap_year">
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >leap_year</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Provides an example of a leap year for a user defined calendar. It is assumed that all years that differ from this year by a multiple of four are also leap years.</dc:description>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >leap_year</rdfs:label>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4.4.1</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="standard_error_multiplier">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >App C</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >standard_error_multiplier</id>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >standard_error_multiplier</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >If a data variable with a standard_name modifier of standard_error has this attribute, it indicates that the values are the stated multiple of one standard error.</dc:description>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="formula_terms">
    <rdfs:isDefinedBy rdf:resource=""/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >4.3.2</links>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Identifies variables that correspond to the terms in a formula.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >formula_terms</rdfs:label>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >formula_terms</id>
    <rdfs:domain rdf:resource="#Coordinate_Variable"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="flag_meanings">
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >flag_meanings</rdfs:label>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Use in conjunction with flag_values to provide descriptive words or phrases for each flag value. If multi-word phrases are used to describe the flag values, then the words within a phrase should be connected with underscores.</dc:description>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >flag_meanings</id>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3.5</links>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="valid_max">
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_max</id>
    <rdfs:isDefinedBy rdf:resource=""/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >valid_max</rdfs:label>
    <rdfs:domain rdf:resource="#Variable"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Largest valid value of a variable.</dc:description>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1)</links>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="flag_values">
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >3.5</links>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Provides a list of the flag values. Use in conjunction with flag_meanings.</dc:description>
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >flag_values</rdfs:label>
    <rdfs:isDefinedBy rdf:resource=""/>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >flag_values</id>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="scale_factor">
    <rdfs:domain rdf:resource="#Non-Coordinate_Variable"/>
    <rdfs:range rdf:resource="http://iridl.ldeo.columbia.edu/ontologies/datatypesasclasses.owl#numeric"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1) , 8.1</links>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >scale_factor</id>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >If present for a variable, the data are to be multiplied by this factor after the data are read by an application See also the add_offset attribute.</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >scale_factor</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="long_name">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:isDefinedBy rdf:resource=""/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A descriptive name that indicates a variable's content. This name is not standardized.</dc:description>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >long_name</rdfs:label>
    <id rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >long_name</id>
    <rdfs:domain rdf:resource="#Variable"/>
    <links rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >NUG(8.1), 3.2</links>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 3.4, Build 505)  http://protege.stanford.edu -->
