glam/schemas/20251121/linkml/modules/classes/Bookplate.yaml
kempersc fc405445c6 Refactor and update schema definitions
- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`.
- Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples.
- Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`.
- Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files.
- Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
2026-02-01 19:55:38 +01:00

65 lines
2.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/Bookplate
name: bookplate_class
title: Bookplate Class
description: 'Bookplate (ex libris) marking ownership of a book or manuscript.
Records provenance information through ownership marks in heritage library items.'
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
bf: http://id.loc.gov/ontologies/bibframe/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_or_had_description
- ../slots/has_or_had_label
- ../slots/has_or_had_owner
- ../slots/has_or_had_score
classes:
Bookplate:
class_uri: bf:Bookplate
description: 'A bookplate (ex libris) or ownership mark found in a book, manuscript, or other library material.
**WHAT IS A BOOKPLATE?**
A bookplate is a printed or decorative label pasted inside a book, typically on the front endpaper, indicating ownership. Also known as "ex libris" (Latin: "from the books of").
**PROVENANCE SIGNIFICANCE**:
Bookplates are crucial for provenance research: - Document historical ownership chains - Connect items to notable collectors - Evidence of institutional vs. personal ownership - May indicate stolen/looted heritage
**USE CASES**:
1. **Provenance Research**: Track ownership history of rare books 2. **Collection Documentation**: Record all bookplates in a volume 3. **Restitution Claims**: Document pre-war ownership evidence
**TYPES OF BOOKPLATES**:
- Printed pictorial bookplates - Armorial bookplates (with coat of arms) - Typographic bookplates (text only) - Stamps and ink marks - Manuscript ownership inscriptions'
exact_mappings:
- bf:Bookplate
close_mappings:
- crm:E37_Mark
- schema:Thing
slots:
- has_or_had_label
- has_or_had_description
- has_or_had_owner
- has_or_had_score
slot_usage:
has_or_had_label:
range: string
required: true
examples:
- value: Ex Libris Johann Wolfgang von Goethe
- value: Bibliotheca Regia
has_or_had_owner:
range: string
examples:
- value: Johann Wolfgang von Goethe
- value: Royal Library of Prussia
comments:
- Used for provenance research in rare book collections
- Links library items to historical owners
- Multiple bookplates may appear in single volume
examples:
- value:
id: https://nde.nl/ontology/hc/bookplate/kb-exlibris-goethe-001
has_or_had_label: Ex Libris J.W. von Goethe
has_or_had_owner: Johann Wolfgang von Goethe
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"