Opened 13 years ago
Closed 13 years ago
#649 closed enhancement (fixed)
INSPIRE / Suggestion / mapping between topicCategory and INSPIRE Themes
Reported by: | Fxp | Owned by: | fxp |
---|---|---|---|
Priority: | minor | Milestone: | v2.7.0 |
Component: | General | Version: | |
Keywords: | suggestion | Cc: |
Description
Analyze topic categories and INSPIRE themes in the metadata record and suggest to add matching :
- missing topic category for current INSPIRE Themes
- missing INSPIRE theme for current topic category.
It makes easier to fill topic category according to INSPIRE themes and vice versa.
The process is disabled by default in GeoNetwork because related to INSPIRE only. See iso19139/suggest.xsl file for configuration
Mapping has been proposed by "Guide de saisie des éléments de métadonnées INSPIRE"
<entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/3</itheme> <topiccat>location</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/4</itheme> <topiccat>boundaries</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/5</itheme> <topiccat>location</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/6</itheme> <topiccat>planningCadastre</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/7</itheme> <topiccat>transportation</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/8</itheme> <topiccat>inlandWaters</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/9</itheme> <topiccat>environment</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/10</itheme> <topiccat>elevation</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/11</itheme> <topiccat>imageryBaseMapsEarthCover</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/12</itheme> <topiccat>imageryBaseMapsEarthCover</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/13</itheme> <topiccat>geoscientificInformation</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/14</itheme> <topiccat>boundaries</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/15</itheme> <topiccat>structure</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/16</itheme> <topiccat>geoscientificInformation</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/17</itheme> <topiccat>planningCadastre</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/18</itheme> <topiccat>health</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/19</itheme> <topiccat>utilitiesCommunication</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/20</itheme> <topiccat>structure</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/21</itheme> <topiccat>structure</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/22</itheme> <topiccat>farming</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/23</itheme> <topiccat>society</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/24</itheme> <topiccat>planningCadastre</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/25</itheme> <topiccat>geoscientificInformation</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/26</itheme> <topiccat>climatologyMeteorologyAtmosphere</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/27</itheme> <topiccat>climatologyMeteorologyAtmosphere</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/28</itheme> <topiccat>oceans</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/29</itheme> <topiccat>oceans</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/30</itheme> <topiccat>biota</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/31</itheme> <topiccat>biota</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/32</itheme> <topiccat>biota</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/33</itheme> <topiccat>economy</topiccat> </entry> <entry> <itheme>http://rdfdata.eionet.europa.eu/inspirethemes/themes/34</itheme> <topiccat>economy</topiccat> </entry>
Note:
See TracTickets
for help on using tickets.
Suggestion are only availabel in widget GUI (See http://trac.osgeo.org/geonetwork/wiki/proposals/MetadataEditorSuggestion)
Committed revision 8335.