Install Folio
bin/console folio:pull --dataset dc/gq67rc32v
Link Types
| Forward | Reverse | Links |
|---|---|---|
|
coll
contains
obj
contains
|
obj
belongs_to
coll
belongs_to
|
1 |
Observed Schema
| Name | Core | Type | Rows |
|---|---|---|---|
| dto_coll_collection | coll | collection | 1 |
| dto_photograph | obj | photograph | 1 |
Archive Docs
Folio Metadata
json
{
"folio": {
"code": "dc/gq67rc32v",
"label": "Lawrence British Club, Lawrence, Mass.",
"dataset_key": "dc/gq67rc32v",
"row_count": 2
},
"cores": [
{
"code": "coll",
"label": null,
"row_count": 1
},
{
"code": "obj",
"label": null,
"row_count": 1
}
],
"dtoTables": [
{
"id": "dc/gq67rc32v:dto_coll_collection",
"name": "dto_coll_collection",
"kind": "dto",
"core_code": "coll",
"dto_type": "collection",
"label": "Collection",
"description": "A collection / series \u2014 an aggregation of items rather than a single object.\nTwo producers: the \"folio of folios\" (each row is a whole folio) and aggregators like the\nSmithsonian that expose collections and series alongside objects. Unlike a generic item, a\ncollection is browsed by its dataset-level descriptors \u2014 provider, country, language, size \u2014\nso those are promoted to facets here. `subjects` (a parent facet) carries the dtoType mix.\n/",
"row_count": 1
},
{
"id": "dc/gq67rc32v:dto_photograph",
"name": "dto_photograph",
"kind": "dto",
"core_code": "obj",
"dto_type": "photograph",
"label": "Photograph",
"description": null,
"row_count": 1
}
],
"views": [
"dto_coll_collection",
"dto_photograph"
],
"generatedAt": "2026-06-29T18:44:56+00:00",
"metadata": {
"archivePreparedAt": "2026-06-29T18:44:55+00:00",
"schema": {
"tables": 4,
"properties": 36
},
"views": {
"views": 2
}
}
}
Overview
md
# Folio dc/gq67rc32v Lawrence British Club, Lawrence, Mass. - Dataset key: `dc/gq67rc32v` - Rows: 2 - Cores: 2 - Observed DTO tables: 2 ## Cores | Core | Label | Rows | | --- | --- | ---: | | `coll` | coll | 1 | | `obj` | obj | 1 |
Observed Schema
md
# Observed Schema
## `dto_coll_collection`
- Core: `coll`
- DTO type: `collection`
- Rows: 1
A collection / series — an aggregation of items rather than a single object.
Two producers: the "folio of folios" (each row is a whole folio) and aggregators like the
Smithsonian that expose collections and series alongside objects. Unlike a generic item, a
collection is browsed by its dataset-level descriptors — provider, country, language, size —
so those are promoted to facets here. `subjects` (a parent facet) carries the dtoType mix.
/
| Field | Type | Flags | Description |
| --- | --- | --- | --- |
| `id` | `?string` | | |
| `contentType` | `?string` | | |
| `stage` | `?string` | filterable, facet | Pipeline processing stage (raw / normalized / enriched). A facet so you can filter to enriched items; later this can be made dev-only. |
| `title` | `?string` | | dcterms:title |
| `pageCount` | `?int` | sortable | Number of pages in the document. |
| `source` | `string` | | Source of this data: import \| ai \| ocr \| human |
## `dto_photograph`
- Core: `obj`
- DTO type: `photograph`
- Rows: 1
| Field | Type | Flags | Description |
| --- | --- | --- | --- |
| `id` | `?string` | | |
| `sourceUrl` | `?string` | | |
| `contentType` | `?string` | | |
| `stage` | `?string` | filterable, facet | Pipeline processing stage (raw / normalized / enriched). A facet so you can filter to enriched items; later this can be made dev-only. |
| `title` | `?string` | | dcterms:title |
| `description` | `?string` | | dcterms:description — short curatorial text from the source institution |
| `date` | `?string` | | dcterms:date — display string, may be fuzzy ("ca. 1920") |
| `year` | `?int` | filterable, facet, sortable | Coverage/production year. |
| `citationUrl` | `?string` | | ItemField::CITATION_URL — deep link back to the source record (e.g. the NARA catalog page). Rendered as the "Original" link on the folio item page. |
| `rights` | `?string` | | dcterms:rights |
| `rightsUri` | `?string` | | dcterms:license URI (rightsstatements.org) |
| `reuseAllowed` | `?string` | | dcterms:accessRights — e.g. "no restrictions", "creative commons" |
| `identifierLocal` | `?string` | | dcterms:identifier — local accession number |
| `institution` | `?string` | | Holding institution |
| `collections` | `?array` | | Collection name(s) |
| `subjects` | `?array` | filterable, facet | dcterms:subject — keyword/topical subjects (incl. AI keywords). A sidebar facet. |
| `subjectsGeographic` | `?array` | filterable, facet | dcterms:spatial — geographic subjects |
| `genreBasic` | `?array` | filterable, facet | Broad genre/form terms (MODS genre @basic) — e.g. ["Photographs"]. A sidebar facet. |
| `genreSpecific` | `?array` | filterable, facet | Genre specific terms (TGM) e.g. "Portrait photographs", "Architectural photographs". A facet. |
| `typeOfResource` | `?array` | filterable, facet | MODS typeOfResource — coarse resource class, e.g. ["Still image"], ["Text"]. A facet. |
| `country` | `?string` | filterable, facet | |
| `state` | `?string` | | |
| `county` | `?string` | | |
| `city` | `?string` | filterable, facet | |
| `iiifBase` | `?string` | | IIIF Image API base URL — use for AI vision and imgProxy resizing |
| `iiifManifest` | `?string` | | |
| `thumbnailUrl` | `?string` | | |
| `largeImageUrl` | `?string` | | |
| `pageCount` | `?int` | sortable | Number of pages in the document. |
| `source` | `string` | | Source of this data: import \| ai \| ocr \| human |
Query Guide
md
# Query Guide This folio stores canonical rows in `item` and observed field metadata in `schema_table` / `schema_property`. ```sql select * from schema_table where kind = 'dto'; select * from schema_property where table_id = ? order by position; select local_id, label, dto_type, dto_data, extras from item limit 20; ``` Convenience views are generated from observed DTO fields: ```sql select * from dto_coll_collection limit 20; ``` ```sql select * from dto_photograph limit 20; ```