Schema Improvements: - Fix YAML import indentation across 800+ class files (sed: '^- ../' → ' - ../') - Add descriptions to 26 inline slots missing them (lint warnings) - Fix malformed imports in BirthPlace.yaml and CustodianObservation.yaml Validation Results: - linkml-lint: 4 warnings (intentional SCREAMING_CASE tier names) - gen-owl: SUCCESS (164,069 lines generated) - gen-json-schema: SUCCESS (9.4MB generated) Files affected: 1,034 files, +23,908 -15,200 lines
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/DualClassLink
|
|
name: DualClassLink
|
|
title: Dual-Class Link
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/DualClassPatternEnum
|
|
- ../slots/dual_class_role
|
|
- ../slots/link_rationale
|
|
- ../slots/linked_class_name
|
|
- ../slots/dual_class_role
|
|
- ../slots/link_rationale
|
|
- ../slots/linked_class_name
|
|
- ../slots/dual_class_role
|
|
- ../slots/link_rationale
|
|
- ../slots/linked_class_name
|
|
classes:
|
|
DualClassLink:
|
|
class_uri: hc:DualClassLink
|
|
description: 'Structured metadata for dual-class pattern linking.
|
|
|
|
Connects custodian types to their corresponding collection types and vice versa.
|
|
|
|
|
|
**Pattern**:
|
|
|
|
- Custodian type (organization) ↔ Collection type (rico:RecordSetType)
|
|
|
|
- E.g., AcademicArchive (custodian) ↔ AcademicArchiveRecordSetType (collection)
|
|
|
|
'
|
|
slots:
|
|
- dual_class_role
|
|
- linked_class_name
|
|
- link_rationale
|
|
annotations:
|
|
specificity_score: 0.4
|
|
specificity_rationale: Structural pattern for heritage ontology class linking
|