You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GeoBlacklight will display the raw metadata for a published item. Just append one of the following extensions to the end of an item's show page URL:
3
+
GeoBlacklight can display the raw metadata for a published item by appending one of the following extensions to the end of an item's show page URL:
4
4
5
5
### `url.xml`
6
6
7
-
* Produces a Dublin Core XML document in the [OAI_DC schema](https://www.openarchives.org/OAI/2.0/oai_dc.xsd). The fields for this document can be adjusted in the `solr_document.rb`, which is found here: `app/models/solr_document.rb`.
7
+
* Produces a Dublin Core XML document in the [OAI_DC schema](https://www.openarchives.org/OAI/2.0/oai_dc.xsd).
8
+
* The fields for this document can be adjusted in the `solr_document.rb`, which is found here: `app/models/solr_document.rb`.
Depending on your version, this will produce either:
16
17
17
-
*a nested JSON document of the metadata that appears on the item page. This document can be harvested by the [JSON:API](https://jsonapi.org/) protocol.
18
+
*A nested JSON document of the metadata that appears on the item page (this document can be harvested by the [JSON:API](https://jsonapi.org/) protocol), OR
18
19
19
-
*a full metadata file for the item as a flat JSON document (GeoBlacklight until version 1.9: .
20
+
*A full metadata file for the item as a flat JSON document (up to GeoBlacklight version 1.9).
0 commit comments