glam/schemas/20251121/linkml/modules/classes/MergeNote.yaml
2026-01-08 15:56:28 +01:00

34 lines
943 B
YAML

# MergeNote - Note about a merge operation between duplicate entries
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
# Extraction date: 2026-01-08
id: https://nde.nl/ontology/hc/classes/MergeNote
name: MergeNote
title: MergeNote
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
imports:
- linkml:types
default_range: string
classes:
MergeNote:
description: Note about a merge operation between duplicate entries
attributes:
source:
range: string
description: Source entry identifier that was merged
merged_on:
range: string
description: Date when merge occurred (YYYY-MM-DD)
reason:
range: string
description: Reason for the merge (e.g., duplicate Wikidata ID, same place ID)