adiwg / mdJson-schemas

JSON schemas, examples, and templates for ADIwg metadata standards
http://www.adiwg.org/projects/
GNU Lesser General Public License v3.0
18 stars 15 forks source link

geologicAge new object #169

Closed stansmith907 closed 6 years ago

stansmith907 commented 6 years ago

Schema rules for geologicAge {object}: "A name, code, or date describing an event or period in geologic time, expressed either as an absolute date calculated using a named dating method, or as a relative date that is drawn from stratigraphy or biostratigraphy"

Rules:

Element Definitions:

Element Rules:

mdJson:

{
   "geologicAge": {
      "ageTimeScale": "",
      "ageEstimate": "",
      "ageUncertainty": "",
      "ageExplanation": "",
      "ageReference": []
   }
}

FGDC single date mapping:

<metadata>
  <idinfo>
    <timeperd>
      <timeinfo>
        <sngdate>
          <caldate>20170820</caldate>
          <time>13:30:00</time>
          <geolage>
            <geolscal>time scale</geolscal>
            <geolest>geologic estimate</geolest>
            <geolun>geologic uncertainty</geolun>
            <geolexpl>method to estimate</geolexpl>
            <geolcit>
              <citeinfo>
                <origin>citation party</origin>
                <pubdate>20170615</pubdate>
                <title>citation title</title>
              </citeinfo>
            </geolcit>
            <geolcit></geolcit>
          </geolage>
        </sngdate>
      </timeinfo>
      <current>ground condition</current>
    </timeperd>
  </idinfo>
  <metainfo>
    <mettc>universal time</mettc>
  </metainfo>
</metadata>

FGDC timePeriod mapping:

<metadata>
  <idinfo>
    <timeperd>
      <timeinfo>
        <rngdates>
          <begdate>19900701</begdate>
          <begtime>12:30:00</begtime>
          <enddate>2016</enddate>
          <endtime>17:30:00</endtime>
          <beggeol>{see geolage above}</beggeol>
          <endgeol>{see geolage above}</endgeol>
        </rngdates>
      </timeinfo>
      <current>ground condition</current>
    </timeperd>
  </idinfo>
  <metainfo>
    <mettc>universal time</mettc>
  </metainfo>
</metadata>

ISO 19115-2/3 mapping: Does not map to ISO 19115-2/3.