Datasets:
The Dataset Viewer has been disabled on this dataset.
Digital Commonwealth Collection Archive
This dataset is a bulk archive of collection-level JSONL exports derived from Digital Commonwealth record listings.
Why this exists:
- Digital Commonwealth exposes rich record data, but not as a simple bulk-download page for all collections.
- Repeatedly harvesting the public listing or API for every downstream use creates unnecessary load and requires thousands of requests.
- This archive provides stable, reusable collection files so Museado and others can work from a local or mirrored copy instead of rebuilding the corpus each time.
- Only records with reusable/public rights are archived here. Rows with explicit restricted reuse states such as
contact hostorall rights reservedare filtered out during archive creation.
Contents:
*.jsonl.gz: one gzip-compressed JSONL file per collectiondatasets.jsonl: collection manifest with dataset keys, labels, archive filenames, counts, and source linksinstitutions.jsonl: institution-level summary manifest
Upstream:
- Main site: https://www.digitalcommonwealth.org/
- API / developer information: https://www.digitalcommonwealth.org/api
- OAI-PMH endpoint and collection metadata are also used during the collection mapping process
Methodology:
- Harvest provider-wide listing pages from Digital Commonwealth.
- Parse each page into JSONL shards.
- Inspect the Digital Commonwealth field
attributes.reuse_allowed_ssifor each record. - Keep rows where
reuse_allowed_ssiis missing,no restrictions, orcreative commons. - Exclude rows where
reuse_allowed_ssiis explicitly restricted, including values such ascontact hostandall rights reserved. - Split the remaining records by collection code.
- Write one compressed JSONL archive per collection.
- Emit
datasets.jsonlandinstitutions.jsonlso downstream systems can bootstrap local datasets without refetching the global listing.
Filtering details:
- Field inspected:
attributes.reuse_allowed_ssi - Included values:
no restrictionscreative commons- missing / blank
- Excluded values:
contact hostall rights reserved- any other explicit non-open reuse state
Typical downstream use:
- mirror this archive
- materialize local dataset directories
- symlink each collection archive into
05_raw/obj.jsonl.gz - normalize and index from the local raw symlink
Bootstrap options:
- Maintainers with the provider-wide listing pages can rebuild the archive locally with
dc:global:archive. - Developers and production systems that do not have the listing-page source should start by fetching this published archive from Hugging Face, then materialize local datasets from
datasets.jsonlwith the symlink/bootstrap step.
Maintainer note: To refresh this archive from a fast connection, run:
bin/console dc:global:fetch
bin/console dc:global:archive
- Downloads last month
- 511