Skip to content

Commit 3195a8b

Browse files
authored
Merge pull request #857 from GSA/additional-ISO-translations
add more supporting ISO19115 translations for DCATUS
2 parents f38c707 + d3eb3b0 commit 3195a8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/_resources/podm-field-mapping.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,15 +343,15 @@ details: >-
343343
344344
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)
345345
346-
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`
346+
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`
347347
348-
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’]`
348+
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`
349349
350350
publisher > subOrganizationOf | | optional | no | | -- | --
351351
352-
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)
352+
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`
353353
354-
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`
354+
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`
355355
356356
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`
357357

0 commit comments

Comments
 (0)