Skip to contents

A small reference dataset for demonstrating Betwixt review interfaces using material from the Delini Farmstead case study. The dataset combines evidence, multilingual descriptive metadata, reviewable semantic values, and contextual information.

Format

A tibble with 5 rows and 12 columns:

evidence_id

Identifier of the media object used as evidence.

thumbnail_url

URL of the thumbnail presented as visual evidence in the review interface.

evidence_url

URL of the supporting source, where available.

subject

Human-readable placeholder identifying the subject of the candidate assertion.

label_en

English label for the depicted or documented object.

description_en

English description of the depicted or documented object.

label_hu

Hungarian label for the depicted or documented object.

description_hu

Hungarian description, where available.

inventory_number

Inventory number, where available.

instance_of

Candidate value for an instance of assertion.

evidence_type

Role of the media object as evidence, such as artefact photograph or record.

held_by

Holding institution supplied as contextual information for the review.

Details

The five rows represent media objects used as evidence in the review: three artefact photographs and two documentary records. The artefact photographs show the Delini farmhouse, a tablet-woven sash, and a bed. The records show photographs of the farmhouse and a floor plan used in its reconstruction.

The dataset is designed to support both long and wide review projections. In a wide review, instance_of can be treated as a reviewable predicate column, labels and descriptions can be presented as editable descriptive metadata, and evidence_type and held_by can provide review context. Evidence may be represented by a thumbnail and, where available, a URL to the source inspected by the reviewer.

The semantic role of a column is not fixed by this dataset. The renderer determines explicitly which columns are presented as evidence, descriptive metadata, reviewable assertions, or contextual information.

Missing descriptive values are represented by NA_character_ and may be completed by a curator. A missing value in another column should not by itself be interpreted as a request to supply a value.

delini_review is a compact demonstrator rather than a complete representation of the Delini Farmstead or its documentation.

Examples

delini_review
#> # A tibble: 5 × 12
#>   evidence_id thumbnail_url         evidence_url subject label_en description_en
#>   <chr>       <chr>                 <chr>        <chr>   <chr>    <chr>         
#> 1 P7101556    https://betwixt.data… https://exa… [image… farmhou… the farmhouse…
#> 2 P7101565    https://betwixt.data… NA           [image… sash (L… a tablet-wove…
#> 3 P7101561    https://betwixt.data… NA           [image… bed (LE… a bed in the …
#> 4 P7101590    https://betwixt.data… NA           [image… Delini … a record cont…
#> 5 P7101623    https://betwixt.data… NA           [image… Delini … a floor plan …
#> # ℹ 6 more variables: label_hu <chr>, description_hu <chr>,
#> #   inventory_number <chr>, instance_of <chr>, evidence_type <chr>,
#> #   held_by <chr>