- Introduced `refer_to` slot to link identifiers to entities, with ontology alignment to CIDOC-CRM and DCTerms. - Added `remove` slot for recording objects removed during deaccessioning, aligned with CIDOC-CRM properties. - Created `reported_on` slot to capture URIs of reports documenting entities, with mappings to CIDOC-CRM and Schema.org. - Implemented `signed_by` slot to identify individuals who signed documents, referencing RiC-O and Schema.org. - Established `specified_as` slot to indicate the precision level of place references, with broad mappings to CRM and DQV.
107 lines
4.1 KiB
YAML
107 lines
4.1 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: generated_by
|
|
# ==============================================================================
|
|
# Links an entity to the activity that generated it.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |------------|-----------------------|--------------------|---------|--------------------------------------|
|
|
# | **PROV-O** | `prov:wasGeneratedBy` | prov.ttl:1132-1145 | exact | "Generation is the completion of |
|
|
# | | | | | production of a new entity by an |
|
|
# | | | | | activity" |
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# UPDATED: 2026-02-03 - Updated slot_uri to prov:wasGeneratedBy, fixed description, added multilingual
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/generated_by
|
|
name: generated_by
|
|
title: Generated By
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
owl: http://www.w3.org/2002/07/owl#
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
generated_by:
|
|
slot_uri: prov:wasGeneratedBy
|
|
description: >-
|
|
To be produced, created, or brought into existence by a specific agent,
|
|
system, process, or algorithm.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Geproduceerd, gecreëerd of in het leven geroepen door een specifieke
|
|
agent, systeem, proces of algoritme.
|
|
de: >-
|
|
Von einem bestimmten Agenten, System, Prozess oder Algorithmus
|
|
produziert, erstellt oder ins Leben gerufen zu werden.
|
|
fr: >-
|
|
Être produit, créé ou mis en existence par un agent, un système,
|
|
un processus ou un algorithme spécifique.
|
|
ar: >-
|
|
أن يتم إنتاجه أو إنشاؤه أو إيجاده بواسطة وكيل أو نظام أو
|
|
عملية أو خوارزمية محددة.
|
|
id: >-
|
|
Diproduksi, dibuat, atau diwujudkan oleh agen, sistem, proses,
|
|
atau algoritma tertentu.
|
|
zh: >-
|
|
由特定代理、系统、过程或算法生成、创建或产生。
|
|
es: >-
|
|
Ser producido, creado o traído a la existencia por un agente,
|
|
sistema, proceso o algoritmo específico.
|
|
structured_aliases:
|
|
- literal_form: gegenereerd door
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: generiert von
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: généré par
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: تم إنشاؤه بواسطة
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: dihasilkan oleh
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 由...生成
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: generado por
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: uriorcurie
|
|
multivalued: true
|
|
implements:
|
|
- owl:ObjectProperty
|
|
exact_mappings:
|
|
- prov:wasGeneratedBy # prov.ttl:1132-1145 - "Generation is the completion of production of a new entity by an activity"
|
|
aliases:
|
|
- is_or_was_generated_by
|
|
- was_generated_by
|
|
- model_version
|
|
- model
|
|
examples:
|
|
- value: https://nde.nl/activity/import-2024
|
|
description: Activity that generated this record
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
comments:
|
|
- |
|
|
**USAGE**: Use this slot for:
|
|
- Linking records to generation activities
|
|
- Tracking automated processing
|
|
- Provenance chains
|