Skip to contents

A small cultural heritage dataset describing three artefacts and two archival records associated with the Delini farmstead at the Ethnographic Open-Air Museum of Latvia. It provides a worked example of heterogeneous semantic candidates that can be presented for human review with Betwixt.

The three artefacts are the Delini farmhouse, a tablet-woven sash, and a bed. The two archival records document the farmhouse: one contains photographs of it, while the other is a floor plan prepared for its reconstruction.

Each row associates an evidential resource with a described entity and candidate semantic values. Candidate values are accompanied, where applicable, by controlled ranges and semantic definitions.

Usage

delini

Format

A data frame with 5 rows and 15 variables:

row_number

Integer row identifier.

evidence_media_url

URL of the evidential resource.

evidence_text

Short human-readable identifier for the evidence.

label

Human-readable label of the described entity.

description

Human-readable description of the described entity.

col_1

Candidate subject identifier or value.

col_1_range

Optional controlled range for the subject.

col_1_definition

Optional semantic definition or resolvable reference associated with the subject.

col_2

Candidate value for the instance of assertion.

col_2_range

Optional controlled range for the instance of value.

col_2_definition

Optional semantic definition of the instance of predicate.

col_3

Candidate value for the heritage of assertion.

col_3_range

Optional controlled range for the heritage of value.

col_3_definition

Optional semantic definition of the heritage of predicate.

context_1

Display-only holding-institution context supplied to the reviewer.

Source

Delini cultural heritage materials used in the Betwixt worked example.

Examples

data(delini)
head(delini)
#> # A tibble: 5 × 16
#>   row_number evidence_url evidence_media_url     evidence_text label description
#>        <int> <chr>        <chr>                  <chr>         <chr> <chr>      
#> 1          1 NA           https://betwixt.datao… P7101565      Deli… the farmho…
#> 2          2 NA           https://betwixt.datao… P7101561      tabl… a tablet-w…
#> 3          3 NA           https://betwixt.datao… P7101556      bed … a bed in t…
#> 4          4 NA           https://betwixt.datao… P7101590      reco… a record c…
#> 5          5 NA           https://betwixt.datao… P7101623      reco… a floor pl…
#> # ℹ 10 more variables: col_1 <chr>, col_1_range <chr>, col_1_definition <chr>,
#> #   col_2 <chr>, col_2_range <chr>, col_2_definition <chr>, col_3 <chr>,
#> #   col_3_range <chr>, col_3_definition <chr>, context_1 <chr>