Published February 12, 2025
| Version v1
Dataset
Open
Snapshot of ingested metadata records from the SoilWiseHE Data & Knowledge repository
- 1. ISRIC World Soil Information
- 2. Wageningen Environmental Research
Description
This dataset contains 20.000 metadata records of datasets and knowledge sources related to Soil Health, which are imported from various repositories and, if needed, harmonised to the Dublin Core or ISO19139:2007 schema.
This is a dump of key fields in the postgres database used by the pycsw software used in this project.
Fields:
- identifier: Either a uuid or DOI
- schema: Either iso19139:2007 (indicated as http://www.isotc211.org/2005/gmd) or Dublin Core (indicated as http://www.opengis.net/cat/csw/2.0.2)
- xml: The actual imported (or harmonised content)
Sources:
- Esdac
- EEA
- FAO
- ISRIC
- Bonares
- Inspire
- Prepsoil
- Impact4soil
- Cordis
- OpenAire
- EJP Soil
- Islandr
SQL to extract the data:
SELECT
identifier, schema, regexp_replace(xml, E'[\\n\\r]+', ' ', 'g' ) as xml
FROM
public.records
ORDER BY identifier ASC
|
The SoilWise project received funding from the European Union’s HORIZON Innovation Actions 2022 under grant agreement No. 101112838.
Files
snapshot-swr-20250304.zip
Files
(20.8 MB)
Name | Size | Download all |
---|---|---|
md5:ebb5e7f0df32146b92c817f575999489
|
20.8 MB | Preview Download |
Additional details
Related works
- Is new version of
- Dataset: 10.5281/zenodo.14733169 (DOI)