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

Services keyword references datasets #120

Open
archaeogeek opened this issue Oct 10, 2023 · 3 comments
Open

Services keyword references datasets #120

archaeogeek opened this issue Oct 10, 2023 · 3 comments
Labels
Guidance Issues that primarily affect the general or element guidance, not the "normative" parts

Comments

@archaeogeek
Copy link
Member

Corresponding elements in other standards - again a reference to ISO 19115:2003 MD_Identification
Encoding guidance - example 5. Should this be dropped as it is not to be used?

@archaeogeek archaeogeek added the Guidance Issues that primarily affect the general or element guidance, not the "normative" parts label Oct 10, 2023
@nmtoken
Copy link
Contributor

nmtoken commented Oct 10, 2023

Isn't the point of the guidance to say what not to use, just as much as what to use, as per the note:

The srv:SV_ServiceIdentification XML element has an optional property srv:keywords which exhibits the same behaviour as gmd:descriptiveKeywords. Consequently keywords for service metadata could be encoded in the way shown in Example Five. This approach shall not be followed in GEMINI2 metadata instances

@PeterParslow
Copy link
Contributor

Regarding 'corresponding element in other standards', again this is because 'descriptiveKeywords' is a property of MD_Metadata, inherited by both ISO 19115:2003 MD_DataIdentification and ISO 19119:2005 SV_ServiceIdentification

Regarding "example 5": this no longer seems to exist (in either datasets of services)

@nmtoken
Copy link
Contributor

nmtoken commented Nov 25, 2024

Example 5 was:

 Example Five (services) - keywords in the srv namespace (this encoding is not to be used)

 <gmd:MD_Metadata>
  ...
  <gmd:identificationInfo>
    <srv:SV_ServiceIdentification>
      ...
      <srv:keywords>
        <gmd:MD_Keywords>
          <gmd:keyword>
            <gco:CharacterString>humanCatalogueViewer</gco:CharacterString>
          </gmd:keyword>
        </gmd:MD_Keywords>
      </srv:keywords>
      ...
    </srv:SV_ServiceIdentification>
  </gmd:identificationInfo>
  ...
</gmd:MD_Metadata>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Guidance Issues that primarily affect the general or element guidance, not the "normative" parts
Projects
Status: In progress
Development

No branches or pull requests

3 participants