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

CINERGI ISO: Keyword anchor representation #14

Open
valentinedwv opened this issue Aug 31, 2016 · 1 comment
Open

CINERGI ISO: Keyword anchor representation #14

valentinedwv opened this issue Aug 31, 2016 · 1 comment
Assignees

Comments

@valentinedwv
Copy link
Member

CINERGI uses the thesuarusName../title.../characterString as the path

<gmd:descriptiveKeywords>
<!--Cinergi keyword enhanced at Mon Jun 27 06:02:34 UTC 2016-->
   <gmd:MD_Keywords>
     <gmd:keyword>
        <gmx:Anchor  xlink:href="http://purl.obolibrary.org/obo/CHEBI_24431">Solution</gmx:Anchor>
    </gmd:keyword>
     <gmd:keyword>
       <gmx:Anchor xlink:href="http://purl.obolibrary.org/obo/CHEBI_24431">Hibernal</gmx:Anchor>
     </gmd:keyword>
<gmd:type>
       <gmd:MD_KeywordTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#MD_KeywordTypeCode" codeListValue="theme">theme</gmd:MD_KeywordTypeCode>
</gmd:type>
<gmd:thesaurusName>
   <gmd:CI_Citation>
     <gmd:title>
      <gco:CharacterString>Material > Chemical</gco:CharacterString>
    </gmd:title>
    <gmd:date>
      <gmd:CI_Date>
         <gmd:date>
            <gco:Date>2016-06-27</gco:Date>
         </gmd:date>
     <gmd:dateType>
          <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
     </gmd:dateType>
       </gmd:CI_Date>
     </gmd:date>
   <gmd:otherCitationDetails>
       <gco:CharacterString>Cinergi keyword enhanced at Mon Jun 27 06:02:34 UTC 2016</gco:CharacterString>
     </gmd:otherCitationDetails>
   </gmd:CI_Citation>
  </gmd:thesaurusName>
 </gmd:MD_Keywords>
</gmd:descriptiveKeywords>

Suggested we put the path in an xlink:title

   <gmd:keyword>        
        <gmx:Anchor xlink:title="Material > Chemical" xlink:href="http://purl.obo
library.org/obo/CHEBI_24431">Solution</gmx:Anchor>
    </gmd:keyword>

Do we want to do the Full path as title

   <gmd:keyword>        
        <gmx:Anchor xlink:title="Material > Chemical > Solution" xlink:href="http://purl.obo
library.org/obo/CHEBI_24431">Solution</gmx:Anchor>
    </gmd:keyword>

This would let us put mutliple CINGERI keywords in a block

   <gmd:keyword>        
        <gmx:Anchor xlink:title="Material > Chemical" xlink:href="http://purl.obo
library.org/obo/CHEBI_24431">Solution</gmx:Anchor>
    </gmd:keyword>
  <gmd:keyword>
     <gmx:Anchor xlink:title="Process > Atmospheric Process" xlink:href="http://www.semanticweb.org/administrator/ontologies/2015/5/untitled-ontology-4#Atmospheric_Process">Snow</gmx:Anchor>
    </gmd:keyword>

  <gmd:keyword>
   <gmx:Anchor  xlink:title="Material > Chemical"  xlink:href="http://purl.obolibrary.org/obo/CHEBI_24431">Solution</gmx:Anchor>
  </gmd:keyword>

The Thesuarus Name would just be:

<gmd:thesaurusName>
   <gmd:CI_Citation>
     <gmd:title>
      <gco:CharacterString>CINERGI</gco:CharacterString>
    </gmd:title>
    <gmd:date>
      <gmd:CI_Date>
         <gmd:date>
            <gco:Date>2016-06-27</gco:Date>
         </gmd:date>
     <gmd:dateType>
          <gmd:CI_DateTypeCode codeList="http://www.isotc211.org/2005/resources/Codelist/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">publication</gmd:CI_DateTypeCode>
     </gmd:dateType>
       </gmd:CI_Date>
     </gmd:date>
   <gmd:otherCitationDetails>
       <gco:CharacterString>Cinergi keyword enhanced at Mon Jun 27 06:02:34 UTC 2016</gco:CharacterString>
     </gmd:otherCitationDetails>
   </gmd:CI_Citation>
  </gmd:thesaurusName>
@valentinedwv valentinedwv self-assigned this Aug 31, 2016
@valentinedwv
Copy link
Member Author

Full path seems best:

   <gmd:keyword>        
        <gmx:Anchor xlink:title="Material > Chemical" xlink:href="http://purl.obo
library.org/obo/CHEBI_24431">Solution</gmx:Anchor>
    </gmd:keyword>
  <gmd:keyword>
     <gmx:Anchor xlink:title="Process > Atmospheric Process > Snow" xlink:href="http://www.semanticweb.org/administrator/ontologies/2015/5/untitled-ontology-4#Atmospheric_Process">Snow</gmx:Anchor>
    </gmd:keyword>

  <gmd:keyword>
   <gmx:Anchor  xlink:title="Material > Chemical > Solution"  xlink:href="http://purl.obolibrary.org/obo/CHEBI_24431">Solution</gmx:Anchor>
  </gmd:keyword>

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

No branches or pull requests

1 participant