You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Element Description

The temporal keyword element specifies a word or phrase which serves to summarize the temporal characteristics of a dataset.

Best Practices

Examples:

TemporalKeywords: "Weekly"

TemporalKeywords: "Subannual"

TemporalKeywords: "Annual Climatology" 

Element Specification

Providing the Temporal Keyword element is optional (Cardinality: 0..*)

ModelElementTypeConstraintsRequired?Cardinality
UMM-CTemporalKeywordsString1 - 80 CharactersNo0..1


Metadata Validation and QA/QC

All metadata entering the CMR goes through the below process to ensure metadata quality requirements are met. All records undergo CMR validation before entering the system. The process of QA/QC is slightly different for NASA and non-NASA data providers. Non-NASA providers include interagency and international data providers and are referred to as the International Directory Network (IDN).

Please see the expandable sections below for flowchart details.


  • Manual Review
    • Identify errors, discrepancies or omissions.
    • Verify that all pertinent keywords have been applied.
    • Verify that existing facets and other controlled keyword values are consistent and suitable for the data.
  • Automated Review
    • Check that the field has been populated.
    • Check that the field is populated with a valid value from KMS.
    • Check that the field value is not a duplicate.
    • Check that the 'Detailed_Variable' field length is not greater than 80 characters.

ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The Temporal keyword is not appropriate for the dataset.

This element is categorized as medium priority when:

  • A recommendation is made to add a relevant Temporal keyword to the metadata.

This element is categorized as low priority when:

  • The element is included but is empty.
  • The Temporal keyword is not appropriate for the dataset.

The element is provided and follows all applicable criteria specified in the best practices section above.

ARC Automated Checks

    • If no value is provided, return is "np"
    • If a value is provided, return is "OK"

<>


Dialect Mappings

DIF 9 (Note: DIF-9 is being phased out and will no longer be supported after 2018)

DIF 10

Providing the Temporal Keyword element is optional (Cardinality: 0..1)

SpecificationPathTypeConstraintsRequired in DIF 10?Cardinality
DIF 10Temporal_Coverage/Temporal_Info/Ancillary_Temporal_KeywordString
No0..*



Example Mapping

DIF 10

<Temporal_Coverage>
  <Temporal_Info>
    <Ancillary_Temporal_Keywords>Daily Climatology</Ancillary_Temporal_Keywords>
  </Temporal_Info>
</Temporal_Coverage>

UMM

"ScienceKeywords": [
  "Daily Climatology",
],

ECHO 10

Providing the Temporal Keyword element is optional (Cardinality: 0..1)

SpecificationPathTypeConstraintsRequired in ECHO10?Cardinality
ECHO 10TemporalKeywords/KeywordString

1 - 80 Characters

No0..*


Example Mapping

ECHO 10

<Temporal_Coverage>
  <Keyword>Daily Climatology</Keyword>
</Temporal_Coverage>

UMM

"ScienceKeywords": [
  "Daily Climatology",
],



ISO 19115-2 MENDS

An unlimited amount of science keywords may be listed (Cardinality: 1..*)

SpecificationPathTypeNotes
ISO 19115-2 MENDS/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString
with
/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gmd:type/MD_KeywordTypeCode[@codeListValue="temporal"]

String


KMS controlled. This is where the entire keyword hierarchy should be listed. Each keyword in the hierarchy must be separated by "&gt;". If any keyword is missing and there exists a keyword later in the hierarchy, use NONE to fill in the values in between. The CMR will not translate the NONE values they are only used to place each keyword in its correct space in the hierarchy.


Example Mapping

ISO 19115-2 MENDS

ADD EXAMPLE

UMM

"ScienceKeywords": [
  "Daily Climatology",
],



ISO 19115-2 SMAP

An unlimited amount of science keywords may be listed (Cardinality: 1..*)

SpecificationPathTypeNotes
ISO 19115-2 SMAP/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString
with
/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gmd:type/MD_KeywordTypeCode[@codeListValue="temporal"]
StringKMS controlled. This is where the entire keyword hierarchy should be listed. Each keyword in the hierarchy must be separated by "&gt;". If any keyword is missing and there exists a keyword later in the hierarchy, use NONE to fill in the values in between. The CMR will not translate the NONE values they are only used to place each keyword in its correct space in the hierarchy.


Example Mapping

ISO 19115-2 SMAP

ADD EXAMPLE

UMM

"ScienceKeywords": [
  "Daily Climatology",
],



UMM Migration

None


Future Mappings

ISO 19115-1

SpecificationPathTypeNotes
ISO 19115-1/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:descriptiveKeywords/mri:MD_Keywords/mri:keyword/gco:CharacterString
with
/mdb:MD_Metadata/mdb:identificationInfo/mri:MD_DataIdentification/mri:descriptiveKeywords/mri:MD_Keywords/mri:type/mri:MD_KeywordTypeCode[@codeListValue="temporal"]
StringKMS controlled. This is where the entire keyword hierarchy should be listed. Each keyword in the hierarchy must be separated by "&gt;". If any keyword is missing and there exists a keyword later in the hierarchy, use NONE to fill in the values in between. The CMR will not translate the NONE values they are only used to place each keyword in its correct space in the hierarchy.

ISO 19115-1

ADD EXAMPLE

UMM

"ScienceKeywords": [
  "Daily Climatology",
],

History

UMM Versioning

VersionDateWhat Changed
1.0.0
Initial Release

ARC Documentation

VersionDateWhat ChangedAuthor
1.05/4/18Recommendations/priority matrix transferred from internal ARC documentation to wiki space



  • No labels