- Apply Rule 39: RiC-O style temporal naming (hasOrHad*, isOrWas*) - Apply Rule 43: Singular noun convention for slot names - Remove duplicate slot definitions consolidated into centralized files - Net reduction: 6,162 lines across 305 deleted files
18 lines
472 B
YAML
18 lines
472 B
YAML
id: https://nde.nl/ontology/hc/slot/note
|
|
name: note_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
note:
|
|
slot_uri: skos:note
|
|
range: string
|
|
description: Additional notes or comments about the resource. Free-text field for supplementary information.
|
|
exact_mappings:
|
|
- skos:note
|
|
close_mappings:
|
|
- rdfs:comment
|