- Introduced `prepared_by` slot to identify the individual or organization responsible for preparing an item, specimen, or document, with ontology alignment to CIDOC-CRM, PROV-O, Schema.org, and FOAF. - Added `prepared_on` slot to capture the date when a sample or document was prepared, including mappings to DC Terms and Schema.org. - Created `preserve` slot to define actions related to maintaining and protecting entities from harm or decay, with references to CIDOC-CRM and other ontologies. - Implemented `provide` slot to document the act of supplying resources or services, with related mappings to Schema.org and PROV-O. - Established `provide_to` slot to identify recipients of services or resources, with ontology alignment to Schema.org and CIDOC-CRM. - Added `receive` slot to capture the act of accepting delivery of objects or services. - Introduced `recommend` slot for suggesting courses of action or services. - Created `started_on` slot to record the initiation date of activities or processes, with mappings to PROV and Schema.org.
107 lines
4.8 KiB
YAML
107 lines
4.8 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_marginale
|
|
# ==============================================================================
|
|
# Associates a document with notes or glosses written in its margins.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |----------------|-------------------|-------------------------------|---------|----------------------------------------------------------------|
|
|
# | **CIDOC-CRM** | `crm:P3_has_note` | CIDOC_CRM_v7.1.3.rdf:1227-1241 | broad | "has note" E1→Literal; general annotation, broader concept. |
|
|
# | **OA** | `oa:hasBody` | oa.ttl:229-230 | related | Body of an Annotation; structural, not margin-specific. |
|
|
# | **BIBFRAME** | `bf:note` | bibframe.rdf:1377-1380 | related | General textual note; not specific to marginal annotations. |
|
|
#
|
|
# No external ontology defines a property specifically for marginalia or
|
|
# marginal glosses. crm:P3_has_note is the closest general concept for
|
|
# attaching textual notes to entities. Marginalia are a specific subset
|
|
# of annotations particular to manuscript and book studies.
|
|
#
|
|
# CREATED: 2026-02-02
|
|
# UPDATED: 2026-02-11
|
|
# ==============================================================================
|
|
id: https://nde.nl/ontology/hc/slot/has_marginale
|
|
name: has_marginale
|
|
title: Has Marginale
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
oa: http://www.w3.org/ns/oa#
|
|
bf: http://id.loc.gov/ontologies/bibframe/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
has_marginale:
|
|
slot_uri: hc:hasMarginale
|
|
description: >-
|
|
Associates a document, manuscript, or text with the notes, comments, or
|
|
glosses written in its margins. Marginalia often provide commentary,
|
|
corrections, cross-references, or reader responses, and are significant
|
|
for understanding the reception and interpretation history of texts in
|
|
heritage collections.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Associeert een document, manuscript of tekst met de aantekeningen,
|
|
opmerkingen of glossen die in de marges zijn geschreven.
|
|
de: >-
|
|
Verknüpft ein Dokument, Manuskript oder einen Text mit den
|
|
Anmerkungen, Kommentaren oder Glossen, die in seinen Rändern
|
|
geschrieben wurden.
|
|
fr: >-
|
|
Associe un document, manuscrit ou texte aux notes, commentaires ou
|
|
gloses écrits dans ses marges.
|
|
ar: >-
|
|
يربط وثيقة أو مخطوطة أو نصًا بالملاحظات أو التعليقات أو الحواشي
|
|
المكتوبة في هوامشها.
|
|
id: >-
|
|
Mengasosiasikan dokumen, manuskrip, atau teks dengan catatan, komentar,
|
|
atau glos yang ditulis di marginnya.
|
|
zh: >-
|
|
将文档、手稿或文本与写在其页边空白处的注释、评论或批注关联起来。
|
|
es: >-
|
|
Asocia un documento, manuscrito o texto con las notas, comentarios o
|
|
glosas escritas en sus márgenes.
|
|
structured_aliases:
|
|
- literal_form: heeft marginale
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: hat Marginalie
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: a une marginale
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: يحتوي على هامشية
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: memiliki marginalia
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 有旁注
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: tiene marginalia
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
multivalued: true
|
|
broad_mappings:
|
|
- crm:P3_has_note # CIDOC_CRM_v7.1.3.rdf:1227-1241 - "has note" E1→Literal; general annotation
|
|
related_mappings:
|
|
- oa:hasBody # oa.ttl:229-230 - body of an Annotation; structural container
|
|
- bf:note # bibframe.rdf:1377-1380 - general textual note about a resource
|
|
aliases:
|
|
- marginalia
|
|
examples:
|
|
- value: "Reader's annotation in Latin commenting on chapter III"
|
|
description: >-
|
|
A 16th-century manuscript contains marginal glosses added by a
|
|
later reader providing commentary on the main text.
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
comments:
|
|
- >-
|
|
Marginalia are significant in codicology, book history, and
|
|
provenance research. They can indicate ownership, scholarly use,
|
|
censorship, or textual transmission patterns.
|