glam/schemas/20251121/linkml/modules/slots/document.yaml

126 lines
6.2 KiB
YAML

# ==============================================================================
# LinkML Slot Definition: document
# ==============================================================================
# Recording information or evidence in tangible form to substantiate facts
# or preserve knowledge for future reference.
#
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
#
# | Ontology | Property | File/Line | Mapping | Notes |
# |----------------|-----------------------|---------------------|----------|------------------------------------------|
# | **Schema.org** | `schema:about` | schemaorg.owl:6247 | slot_uri | "The subject matter of an object." |
# | **CIDOC-CRM** | `crm:P70_documents` | CIDOC_CRM:2784 | close | "Describes CRM Entities documented as |
# | | | | | instances of E31 Document." |
# | **RiC-O** | `rico:documents` | RiC-O_1-1.rdf:2644 | close | "Connects a Record Resource to the |
# | | | | | Activity that generates it." |
# | **CIDOC-CRM** | `crm:P67_refers_to` | CIDOC_CRM:2706 | broad | Parent of P70_documents |
# | **RiC-O** | `rico:hasOrganicOrFunctionalProvenance` | RiC-O:2646 | broad | Parent of rico:documents |
# | **PROV-O** | `prov:hadPrimarySource`| prov.ttl:661 | close | "Primary source that originated some |
# | | | | | information." (subprop of wasDerivedFrom)|
#
# USAGE: Indicates that a resource or entity records/documents information about
# a subject, substantiating facts or preserving knowledge for future reference.
#
# CREATED: 2026-01-26 - Migrated from documents_budget
# UPDATED: 2026-02-08 - Moved crm:P70_documents and rico:documents from exact to close mappings
# ==============================================================================
id: https://nde.nl/ontology/hc/slot/document
name: document
title: document
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
rico: https://www.ica.org/standards/RiC/ontology#
prov: http://www.w3.org/ns/prov#
imports:
- linkml:types
default_prefix: hc
slots:
document:
slot_uri: schema:about
description: >-
To record information or evidence in a tangible form to substantiate facts or preserve knowledge for future reference.
alt_descriptions:
nl: >-
Informatie of bewijs vastleggen in tastbare vorm om feiten te onderbouwen of kennis te bewaren voor toekomstig gebruik.
de: >-
Informationen oder Beweise in greifbarer Form aufzeichnen, um Fakten zu belegen oder Wissen für zukünftige Referenz zu bewahren.
fr: >-
Enregistrer des informations ou des preuves sous forme tangible pour étayer des faits ou préserver des connaissances pour référence future.
ar: >-
تسجيل المعلومات أو الأدلة بشكل ملموس لإثبات الحقائق أو حفظ المعرفة للرجوع إليها مستقبلاً.
id: >-
Mencatat informasi atau bukti dalam bentuk nyata untuk mendukung fakta atau menyimpan pengetahuan untuk referensi di masa depan.
zh: >-
以有形形式记录信息或证据,以证实事实或保存知识供将来参考。
es: >-
Registrar información o evidencia en forma tangible para fundamentar hechos o preservar conocimiento para referencia futura.
range: uriorcurie
multivalued: true
inlined: false
close_mappings:
- crm:P70_documents # CIDOC_CRM:2784-2798 - describes entities documented in E31 Document
- rico:documents # RiC-O_1-1.rdf:2644-2672 - connects Record Resource to Activity
- prov:hadPrimarySource
broad_mappings:
- crm:P67_refers_to # CIDOC_CRM:2706-2718 - parent property of P70_documents
- rico:hasOrganicOrFunctionalProvenance # RiC-O:2646 - parent property of rico:documents
aliases:
- documents_or_documented
- is_or_was_document
- connections_extracted
- creating_function
structured_aliases:
- literal_form: documenteert
predicate: EXACT_SYNONYM
- literal_form: is_or_was_document
predicate: EXACT_SYNONYM
in_language: nl
- literal_form: dokumentiert
predicate: EXACT_SYNONYM
in_language: de
- literal_form: documente
predicate: EXACT_SYNONYM
in_language: fr
- literal_form: يوثق
predicate: EXACT_SYNONYM
in_language: ar
- literal_form: mendokumentasikan
predicate: EXACT_SYNONYM
in_language: id
- literal_form: 记录
predicate: EXACT_SYNONYM
in_language: zh
- literal_form: documenta
predicate: EXACT_SYNONYM
in_language: es
examples:
- value: hc:activity/AcquisitionProcess
description: Documents an acquisition process
- value: hc:event/Exhibition2024
description: Documents an exhibition event
annotations:
custodian_types: '["*"]'
specificity_score: 0.3
comments:
- Updated 2026-02-03 with broad_mappings
- |
MIGRATED from documents_budget (2026-01-26).
- |
**ONTOLOGY ALIGNMENT** (verified against data/ontology/):
| Ontology | Property | Line | Mapping | Notes |
|----------|----------|------|---------|-------|
| **Schema.org** | `schema:about` | 6247-6274 | slot_uri | "The subject matter of an object" |
| **CIDOC-CRM** | `crm:P70_documents` | 2784-2798 | close | Describes entities documented in E31 Document |
| **RiC-O** | `rico:documents` | 2644-2672 | close | Connects Record Resource to Activity |
| **CIDOC-CRM** | `crm:P67_refers_to` | 2706-2718 | broad | Parent property of P70_documents |
| **RiC-O** | `rico:hasOrganicOrFunctionalProvenance` | 2646 | broad | Parent property of rico:documents |
| **PROV-O** | `prov:hadPrimarySource` | 661-674 | close | Primary source of information derivation |