Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages/_resources/podm-field-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,15 +343,15 @@ details: >-

keyword | Tags | required | yes | POD JSON validator expects unique keywords. | keywords (theme, place, temporal) | `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword` (gco:CharacterString or gmx:Anchor)

modified | Last Update | required | no | | data citation revision date | `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode == "revision" + gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date`
modified | Last Update | required | no | | data citation revision date | 1. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode == "revision" + gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date/gco:Date` 2. `//gmd:dateStamp//gco:Date`

publisher > name | Publisher | required | no | | data citedResponsibleParty with publisher roleCode | `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:organisationName/gmd:organisationName[../../gmd:role/gmd:CI_RoleCode/@codeListValue=’publisher’]`
publisher > name | Publisher | required | no | | data citedResponsibleParty with publisher roleCode | 1. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:organisationName/gmd:organisationName[../../gmd:role/gmd:CI_RoleCode/@codeListValue=’publisher’]` 2. `//gmd:contact/gmd:CI_ResponsibleParty/[gmd:individualName|gmd:organisationName]/gco:CharacterString`

publisher > subOrganizationOf | | optional | no | | -- | --

contactPoint > fn | Contact Name | required | no | if person's name is null, then use organization or position name | 1. point of contact <br> 1a. person name <br> 1b. organization <br> 1c. position | 1a. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:individualName` (gco:CharacterString or gmx:Anchor) <br> 1b. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:organisationName` (gco:CharacterString or gmx:Anchor) <br> 1c. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:positionName` (gco:CharacterString or gmx:Anchor)
contactPoint > fn | Contact Name | required | no | if person's name is null, then use organization or position name | 1. point of contact <br> 1a. person name <br> 1b. organization <br> 1c. position | 1a. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:individualName` (gco:CharacterString or gmx:Anchor) <br> 1b. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:organisationName` (gco:CharacterString or gmx:Anchor) <br> 1c. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:positionName` (gco:CharacterString or gmx:Anchor) <br> 1a, 1b, and 1c can also be found in the `gmd:CI_ResponsibleParty` element in `//gmd:contact`

contactPoint > hasEmail | Contact Email | required | no | | point of contact email | for point of contact above: `//gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress/gco:CharacterString`
contactPoint > hasEmail | Contact Email | required | no | | point of contact email | for point of contact above: `//gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress/gco:CharacterString` <br> also found in the `gmd:CI_ResponsibleParty` element in `//gmd:contact`

identifier | Unique Identifier | required | no | | 1. metadata identifier <br> 2. title | 1. `//gmd:fileIdentifier` <br> 2. `//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title`

Expand Down