37 lines
1 KiB
YAML
37 lines
1 KiB
YAML
# DuplicateEntry - Reference to a duplicate institution entry
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/DuplicateEntry
|
|
name: DuplicateEntry
|
|
title: DuplicateEntry
|
|
|
|
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:
|
|
DuplicateEntry:
|
|
description: Reference to a duplicate institution entry
|
|
attributes:
|
|
label:
|
|
range: string
|
|
description: Name/label of the duplicate institution
|
|
entry_index:
|
|
range: integer
|
|
description: Index of the duplicate entry in source data
|
|
entry_file:
|
|
range: string
|
|
description: Filename of the duplicate entry
|
|
reason:
|
|
range: string
|
|
description: Reason why this is considered a duplicate
|