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

timeInstant rule change #171

Closed stansmith907 closed 6 years ago

stansmith907 commented 6 years ago

New elements for timeInstant:

Rules:

mdJson:

{
   "timeInstant": {
      "id": "",
      "description": "",
      "identifier": {},
      "instantName": [],
      "dateTime": "",
      "geologicAge": {}
   }
}

FGDC multi date mapping:

<metadata>
  <idinfo>
    <timeperd>
      <timeinfo>
        <mdattim>
          <geolage>
              <geolscal>time scale</geolscal>
              <geolest>geologic estimate 1</geolest>
              <geolun>geologic uncertainty</geolun>
              <geolexpl>method to estimate</geolexpl>
            </geolage>
          </sngdate>
          <sngdate>
            <geolage>
              <geolscal>time scale</geolscal>
              <geolest>geologic estimate 2</geolest>
              <geolun>geologic uncertainty</geolun>
              <geolexpl>method to estimate</geolexpl>
            </geolage>
          </sngdate>
        </mdattim>
      </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.

jlblcc commented 6 years ago

:sparkles:

jlblcc commented 6 years ago

Did you mean "at least one of [ dateTime | geologicAge ]"?

stansmith907 commented 6 years ago

Yep, Sorry about that.