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.
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 ofassertion.- col_2_range
Optional controlled range for the
instance ofvalue.- col_2_definition
Optional semantic definition of the
instance ofpredicate.- col_3
Candidate value for the
heritage ofassertion.- col_3_range
Optional controlled range for the
heritage ofvalue.- col_3_definition
Optional semantic definition of the
heritage ofpredicate.- context_1
Display-only holding-institution context supplied to the reviewer.
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>
