Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Subject thesaurus dates #329

Open
ianwallen opened this issue Apr 21, 2023 · 2 comments
Open

Core Subject thesaurus dates #329

ianwallen opened this issue Apr 21, 2023 · 2 comments
Labels
discussion Topic discussion

Comments

@ianwallen
Copy link
Contributor

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 dcterms:issued and dcterms:created

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 dcterms:issued to that value.

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

@ianwallen ianwallen added the discussion Topic discussion label Apr 21, 2023
@ianwallen
Copy link
Contributor Author

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

@ianwallen
Copy link
Contributor Author

Looks like we are currently using version 2020-11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Topic discussion
Projects
None yet
Development

No branches or pull requests

1 participant