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

Metadata template revision #26

Open
etj opened this issue Jan 19, 2021 · 2 comments
Open

Metadata template revision #26

etj opened this issue Jan 19, 2021 · 2 comments

Comments

@etj
Copy link
Member

etj commented Jan 19, 2021

Check, fix, amend, complete the metadata template in order to be fully RNDT compliant.

@etj
Copy link
Member Author

etj commented Feb 4, 2021

This is a block for keywords with thesaurus for RNDT:

<!-- LOOP on used thesauri -->
<gmd:descriptiveKeywords>
   <gmd:MD_Keywords>
      <!-- LOOP on keywords of thesaurus -->
      <gmd:keyword>
         <gmx:Anchor
            xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope/regional">Regionale</gmx:Anchor>
      </gmd:keyword>
      <!-- END LOOP keyword -->
      <gmd:thesaurusName>
         <gmd:CI_Citation>
            <gmd:title>
               <gmx:Anchor
                  xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialScope">Spatial scope</gmx:Anchor>
            </gmd:title>
            <gmd:date>
               <gmd:CI_Date>
                  <gmd:date>
                     <gco:Date>2018-04-04</gco:Date> <!-- thesaurus publication date -->
                  </gmd:date>
                  <gmd:dateType>
                     <gmd:CI_DateTypeCode
                           codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode"
                           codeListValue="publication">pubblicazione</gmd:CI_DateTypeCode>
                  </gmd:dateType>
               </gmd:CI_Date>
            </gmd:date>
         </gmd:CI_Citation>
      </gmd:thesaurusName>
   </gmd:MD_Keywords>
</gmd:descriptiveKeywords>
<!-- END LOOP thesauri -->

etj added a commit that referenced this issue Feb 23, 2021
@etj etj self-assigned this Feb 24, 2021
etj added a commit that referenced this issue Feb 24, 2021
etj added a commit that referenced this issue Feb 26, 2021
@etj
Copy link
Member Author

etj commented Feb 26, 2021

Performed validation tests at
https://inspire.ec.europa.eu/validator

The only errors are about links not reachable (localhost:8000 is not a good publishing link :) )

RNDT validation is not an open service, still searching for a public validator.

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

No branches or pull requests

2 participants