Define parent/child, service/dataset and feature catalogue/dataset relation between metadata records
Date | 2009/12/03 |
Contact(s) | Francois, Mathieu |
Last edited | Timestamp |
Status | Draft |
Assigned to release | 2.5 |
Resources | GéoSource [BRGM], geocat.ch [swisstopo] |
Ticket | #176 |
Overview
Metadata records could be related together based on ISO elements. Examples:
- parent identifier
- operates on element for service metadata
This proposal define a user interface to set 3 types of relation:
- dataset metadata / service metadata (including a link to the data based on WMS layer name)
- parent / child relation
- feature catalogue / dataset metadata
View mode
In view mode, related metadata records are displayed on the top right corner. The panel display:
- parent/child relation using a tree representation (parent/current record/children)
- related services (if current record is a dataset)
- related datasets (if current record is a service)
- related feature catalogues (if current record is a dataset)
The panel allows navigation from one record to the other. Only metadata records visible to current user are displayed (ie. a metadata could be linked to another one but not displayed because not published for current user).
Editing user interface
Same panel with editing functionalities is displayed.
Link to a parent
The parent identifier field is modified to display a metadata selection panel to search for a parent record and set the parent identifier using the selected record UUID.
Link a dataset to a service
Linking a dataset to a service or a service to a dataset is made using the following panel:
Editor could define a layer name using the combo box (which try to retrieve layers from the WMS GetCapabilities document) or typing the layer name in the text field. This information is required to display the layer using the map viewer. A proxy need to be set in order to face the cross domain XHR issue (in config-gui.xml).
Relation is stored in :
<srv:operatesOn uuidref=""/>
and (according to ISO CSW profil)
<srv:coupledResource> <srv:SV_CoupledResource> <srv:operationName></srv:operationName> <srv:identifier></srv:identifier> <gco:ScopedName></gco:ScopedName> </srv:SV_CoupledResource> </srv:coupledResource>
Only relation between records in the same catalogue are handle. Use of XLink attributes are not supported to create relation between datasets and services.
Link to a feature catalogue
Feature catalogues are records stored in ISO 19110 standard. Relation between the 2 records is stored in the relation table of the database.
Proposal Type
- Type: Editor
- App: GeoNetwork
- Module: Editor
Links
- Email discussions:
- IRC discussions:
Voting History
- Vote proposed 2010/01/24 by Francois
- +1 Simon
- +1 Jeroen
- +1 Patrizia
- +1 Francois
- Comments & enhancements :
- The following enhancements has been discussed on the mailing list:
- iso19110 record relation using MD_Metadata/contentInfo/MD_FeatureCatalogueDescription/featureCatalogueCitation/CI_Citation.
- aggregationInfo (identificationInfo/MD_DataIdentification/aggregationInfo/MD_AggregateInformation ) to represent all relationships
- Maybe we should open a ticket for that and search for funding.
- The following enhancements has been discussed on the mailing list:
Motivations
- INSPIRE requirements
- Easy editing
- Metadata navigation between related records
Minor fix & improvements
- Added an XSL template to get metadata title from UUID (useful to display title instead of UUIDs)
- Fixed indexing of operatesOn, parentUUID relations
- Fixed add missing namespace to XML fragments in embedded mode
- Improved get parameter to take care of UUID or ID if not present (String id = Utils.getIdentifierFromParameters(params, context);). Used in metadata.show, relation.*
Risks
Participants
- Mathieu, Francois
Attachments (4)
- relation-edit-mode.png (30.0 KB ) - added by 15 years ago.
- relation-link-parent.png (38.4 KB ) - added by 15 years ago.
- relation-link-service.png (50.7 KB ) - added by 15 years ago.
- relation-view-mode.png (53.6 KB ) - added by 15 years ago.
Download all attachments as: .zip