We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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>
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
valentinedwv
No branches or pull requests
CINERGI uses the thesuarusName../title.../characterString as the path
Suggested we put the path in an xlink:title
Do we want to do the Full path as title
This would let us put mutliple CINGERI keywords in a block
The Thesuarus Name would just be:
The text was updated successfully, but these errors were encountered: