[GeoNetwork-users] custom codelist

Dear all,

I extended the ISO codelist to add extra keyword types other than
theme, place, discipline, temporal and stratum. The codelist URL is
then different from the standard
http://www.isotc211.org/2005/resources/codeList.xml.

I have two related questions :
1) Can I change some template file to replace the standard codelist
URL with the new one ?
2) Would it be possible to add a new thesaurus rdf file to the new types ?

The purpose is to edit from geonetwork with a result which would be
compliant with a custom codelist.

Any help would be greatly appreciated.

Regards,
Ramzi OUESLATI

Hi Ramzi,

We have also extended some of the code lists as well as created our own. For example, we have extended the MD_ScopeCode list (See http://asdd.ga.gov.au/asdd/profileinfo/GAScopeCodeList.xml).

We reference this code list in the metadata as follows:

<gmd:hierarchyLevel>
  <gmd:MD_ScopeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/GAScopeCodeList.xml#MD_ScopeCode&quot; codeListValue="activity"/>
  </gmd:hierarchyLevel>

You could do something similar eg.

<gmd:type>
  <gmd:MD_KeywordTypeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#MD_KeywordTypeCode&quot; codeListValue="bob"/>
  </gmd:type>

Where 'bob' is your new MD_KeywordTypeCode and the URL points to your extended copy of the gmxCodelists.xml file.

Having said that, I don't know how to get GeoNetwork to point to a customised codeList. Can anyone else helps with that part?

I hope that this helps.

John

-----Original Message-----
From: Ramzi Oueslati [mailto:geonetwork-users@anonymised.com]
Sent: Friday, 12 August 2011 6:33 PM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] custom codelist

Dear all,

I extended the ISO codelist to add extra keyword types other than
theme, place, discipline, temporal and stratum. The codelist URL is
then different from the standard
http://www.isotc211.org/2005/resources/codeList.xml.

I have two related questions :
1) Can I change some template file to replace the standard codelist
URL with the new one ?
2) Would it be possible to add a new thesaurus rdf file to
the new types ?

The purpose is to edit from geonetwork with a result which would be
compliant with a custom codelist.

Any help would be greatly appreciated.

Regards,
Ramzi OUESLATI

--------------------------------------------------------------
----------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

I need this as well. Is there anyone who has a suggestion on how to add new
descriptive keyword types to the UI?

Do the values used for the code list ever get validated against the url
associated with the keyword?

I'm a developer, but not that familiar with GeoNetwork or the standards -
any help would really be appreciated.

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/custom-codelist-tp6679633p6704698.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.

Hi,

We have developed an ISO 19139 CT_CodelistCatalogue for keywords used in Australia and New Zealand. The code list is available at URL:

http://asdd.ga.gov.au/asdd/profileinfo/anzlic-theme.xml

We use Schematron to verify that the content of the keyword code is in the keyword codeList. The Schematron is available at URL:

http://asdd.ga.gov.au/asdd/profileinfo/codeListValidation.sch

An example of how we use this keyword code list follows:

<gmd:descriptiveKeywords>
- <gmd:MD_Keywords>
- <gmd:keyword>
  <gco:CharacterString>MARINE</gco:CharacterString>
  </gmd:keyword>
- <gmd:keyword>
  <gco:CharacterString>MARINE-Coasts</gco:CharacterString>
  </gmd:keyword>
- <gmd:keyword>
  <gco:CharacterString>OCEANOGRAPHY-Physical</gco:CharacterString>
  </gmd:keyword>
- <gmd:type>
  <gmd:MD_KeywordTypeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#MD_KeywordTypeCode&quot; codeListValue="theme">theme</gmd:MD_KeywordTypeCode>
  </gmd:type>
- <gmd:thesaurusName>
- <gmd:CI_Citation>
- <gmd:title>
  <gco:CharacterString>ANZLIC Search Words</gco:CharacterString>
  </gmd:title>
- <gmd:date>
- <gmd:CI_Date>
- <gmd:date>
  <gco:Date>2008-05-16</gco:Date>
  </gmd:date>
- <gmd:dateType>
  <gmd:CI_DateTypeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#CI_DateTypeCode&quot; codeListValue="revision">revision</gmd:CI_DateTypeCode>
  </gmd:dateType>
  </gmd:CI_Date>
  </gmd:date>
- <gmd:edition>
  <gco:CharacterString>Version 2.1</gco:CharacterString>
  </gmd:edition>
- <gmd:editionDate>
  <gco:Date>2008-05-16</gco:Date>
  </gmd:editionDate>
- <gmd:identifier>
- <gmd:MD_Identifier>
- <gmd:code>
  <gco:CharacterString>http://asdd.ga.gov.au/asdd/profileinfo/anzlic-theme.xml#anzlic-theme&lt;/gco:CharacterString&gt;
  </gmd:code>
  </gmd:MD_Identifier>
  </gmd:identifier>
- <gmd:citedResponsibleParty>
- <gmd:CI_ResponsibleParty>
- <gmd:organisationName>
  <gco:CharacterString>ANZLIC the Spatial Information Council</gco:CharacterString>
  </gmd:organisationName>
- <gmd:role>
  <gmd:CI_RoleCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#CI_RoleCode&quot; codeListValue="custodian">custodian</gmd:CI_RoleCode>
  </gmd:role>
  </gmd:CI_ResponsibleParty>
  </gmd:citedResponsibleParty>
  </gmd:CI_Citation>
  </gmd:thesaurusName>
  </gmd:MD_Keywords>
  </gmd:descriptiveKeywords>
- <gmd:descriptiveKeywords>

I hope that this helps.

John

-----Original Message-----
From: doubl-ee-verman [mailto:eeverman@anonymised.com]
Sent: Saturday, 20 August 2011 5:42 AM
To: geonetwork-users@lists.sourceforge.net
Subject: Re: [GeoNetwork-users] custom codelist

I need this as well. Is there anyone who has a suggestion on
how to add new
descriptive keyword types to the UI?

Do the values used for the code list ever get validated
against the url
associated with the keyword?

I'm a developer, but not that familiar with GeoNetwork or the
standards -
any help would really be appreciated.

--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/custom-codelist-tp66796

33p6704698.html

Sent from the GeoNetwork users mailing list archive at Nabble.com.

--------------------------------------------------------------
----------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Hi John,

Thank you for your help.
We already do that.actually. I was wondering if GeoNetwork was able to
take that custom codelist URL into consideration so that I could
associate one thesaurus to one extended codelist. It seems this
requires some extra code.

Regards,
Ramzi

2011/8/15 <john.hockaday@anonymised.com>:

Hi Ramzi,

We have also extended some of the code lists as well as created our own. For example, we have extended the MD_ScopeCode list (See http://asdd.ga.gov.au/asdd/profileinfo/GAScopeCodeList.xml).

We reference this code list in the metadata as follows:

<gmd:hierarchyLevel>
<gmd:MD_ScopeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/GAScopeCodeList.xml#MD_ScopeCode&quot; codeListValue="activity"/>
</gmd:hierarchyLevel>

You could do something similar eg.

<gmd:type>
<gmd:MD_KeywordTypeCode codeList="http://asdd.ga.gov.au/asdd/profileinfo/gmxCodelists.xml#MD_KeywordTypeCode&quot; codeListValue="bob"/>
</gmd:type>

Where 'bob' is your new MD_KeywordTypeCode and the URL points to your extended copy of the gmxCodelists.xml file.

Having said that, I don't know how to get GeoNetwork to point to a customised codeList. Can anyone else helps with that part?

I hope that this helps.

John

-----Original Message-----
From: Ramzi Oueslati [mailto:geonetwork-users@anonymised.com]
Sent: Friday, 12 August 2011 6:33 PM
To: geonetwork-users@lists.sourceforge.net
Subject: [GeoNetwork-users] custom codelist

Dear all,

I extended the ISO codelist to add extra keyword types other than
theme, place, discipline, temporal and stratum. The codelist URL is
then different from the standard
http://www.isotc211.org/2005/resources/codeList.xml.

I have two related questions :
1) Can I change some template file to replace the standard codelist
URL with the new one ?
2) Would it be possible to add a new thesaurus rdf file to
the new types ?

The purpose is to edit from geonetwork with a result which would be
compliant with a custom codelist.

Any help would be greatly appreciated.

Regards,
Ramzi OUESLATI

--------------------------------------------------------------
----------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork