- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
40 lines
1,010 B
YAML
40 lines
1,010 B
YAML
# IsilCodeEntry - Structured ISIL code entry from Nationaal Archief
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/IsilCodeEntry
|
|
name: IsilCodeEntry
|
|
title: IsilCodeEntry
|
|
|
|
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:
|
|
IsilCodeEntry:
|
|
description: Structured ISIL code entry from Nationaal Archief
|
|
attributes:
|
|
code:
|
|
range: string
|
|
description: ISIL code
|
|
name:
|
|
range: string
|
|
description: Institution name
|
|
assigned_date:
|
|
range: string
|
|
description: Date assigned
|
|
opmerking:
|
|
range: string
|
|
description: Remarks (Dutch)
|
|
note:
|
|
range: string
|
|
description: Additional notes
|