metadata101 / iso19139.ca.HNAP

ISO Harmonized North American Profile (HNAP)
GNU General Public License v2.0
4 stars 19 forks source link

Core Subject thesaurus dates #329

Open ianwallen opened 1 year ago

ianwallen commented 1 year ago

This issue is to discuss and resolve the Core Subject thesaurus dates

We are looking to update https://github.com/metadata101/iso19139.ca.HNAP/blob/3.12.x/src/main/config/codelist/local/thesauri/theme/GC_Core_Subject.rdf so that it has the correct dated by setting the and

Most of the records from FGP contain the following for Core Subject Thesaurus

              <gmd:thesaurusName>
                  <gmd:CI_Citation>
                     <gmd:title xsi:type="gmd:PT_FreeText_PropertyType">
                        <gco:CharacterString>Government of Canada Core Subject Thesaurus</gco:CharacterString>
                        <gmd:PT_FreeText>
                           <gmd:textGroup>
                              <gmd:LocalisedCharacterString xmlns="" locale="#fra">Thésaurus des sujets de base du gouvernement du Canada</gmd:LocalisedCharacterString>
                           </gmd:textGroup>
                        </gmd:PT_FreeText>
                     </gmd:title>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2004</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode xmlns=""
                                                   codeList="http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87"
                                                   codeListValue="RI_366">creation; création</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                     <gmd:date>
                        <gmd:CI_Date>
                           <gmd:date>
                              <gco:Date>2016-07-04</gco:Date>
                           </gmd:date>
                           <gmd:dateType>
                              <gmd:CI_DateTypeCode xmlns=""
                                                   codeList="http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_87"
                                                   codeListValue="RI_367">publication; publication</gmd:CI_DateTypeCode>
                           </gmd:dateType>
                        </gmd:CI_Date>
                     </gmd:date>
                     <gmd:citedResponsibleParty>
                        <gmd:CI_ResponsibleParty>
                           <gmd:organisationName xsi:type="gmd:PT_FreeText_PropertyType">
                              <gco:CharacterString>Government of Canada; Library and Archives Canada</gco:CharacterString>
                              <gmd:PT_FreeText>
                                 <gmd:textGroup>
                                    <gmd:LocalisedCharacterString xmlns="" locale="#fra">Gouvernement du Canada; Bibliothèque et Archives Canada</gmd:LocalisedCharacterString>
                                 </gmd:textGroup>
                              </gmd:PT_FreeText>
                           </gmd:organisationName>
                           <gmd:role>
                              <gmd:CI_RoleCode xmlns=""
                                               codeList="http://nap.geogratis.gc.ca/metadata/register/napMetadataRegister.xml#IC_90"
                                               codeListValue="RI_409">custodian; conservateur</gmd:CI_RoleCode>
                           </gmd:role>
                        </gmd:CI_ResponsibleParty>
                     </gmd:citedResponsibleParty>
                  </gmd:CI_Citation>
               </gmd:thesaurusName>

Based on that information would add the following to the Core Subject Thesaurus.

      <dcterms:issued>2004</dcterms:issued>
      <dcterms:created>2016-07-04</dcterms:created>

However after looking at the source, I don't quite understand these values.

Background https://canada.multites.net/cst/def.asp?lang=En&n=A8144381-1 Change History https://canada.multites.net/cst/def.asp?lang=En&n=B1B9013A-1

Based on this information it seems like the <dcterms:created> of the core subject thesaurus should be 2001

In 2001, various projects for indexing information resources of the Government of Canada lead to the creation of the CST

Also based on https://canada.multites.net/cst/def.asp?lang=En&n=B1B9013A-1 there is no date related to 2016-07-04 so not sure if that should be 2017 or 2016-06? Or it is possible that we are using a more recent version? Maybe we should simply update the thesaurus to the most recent version and set the to that value.

Would like to get some input related to the dates that should be used in the thesaurus.

ianwallen commented 1 year ago

I would like input from @bo-lu, @jodygarnett, @josegar74 on this issue.

ianwallen commented 1 year ago

Looks like we are currently using version 2020-11