-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As discussed in geoblacklight/geoblacklight#987, it would benefit institutions who harvest and index OGM records to have a reliable way to show the user contact information corresponding to the institution whose record they are viewing. In Earthworks, this is currently just a hard-coded list of names and emails.
This ticket is a proposal: what if this information were to be offered as part of a single machine-readable file stored at the root of each institution's OGM repository? The file could use a common interchange format (e.g. JSON) and contain similar data to what is currently suggested for inclusion in the README: contact information, the schema version used for the metadata, the style of persistent URL/link used (if any), etc. The schema of this record would be defined and shared on the opengeometadata.org website.
Then, GeoBlacklight and/or GeoCombine could programmatically read this file and use it to display the relevant information while the user is browsing records in any GeoBlacklight instance (which would solve geoblacklight/geoblacklight#987). It could also be used to validate compliance with geoblacklight schemas: if the repository claims compliance with one standard but some or all of its records do not match that standard, this could be determined automatically.