All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 3m57s
- Remove inline slot definitions from 144 class files - Create 7 new centralized slot files in modules/slots/: - custodian_type_broader.yaml - custodian_type_narrower.yaml - custodian_type_related.yaml - definition.yaml - finding_aid_access_restriction.yaml - finding_aid_description.yaml - finding_aid_temporal_coverage.yaml - Add centralize_inline_slots.py automation script - Update manifest with new timestamp Rule 48: Class files must NOT define inline slots - all slots must be imported from modules/slots/ directory. Note: Pre-existing IdentifierFormat duplicate class definition (in Standard.yaml and IdentifierFormat.yaml) not addressed in this commit - requires separate schema refactor.
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/SpecificityAnnotation
|
|
name: SpecificityAnnotation
|
|
title: Specificity Annotation
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/specificity_agent
|
|
- ../slots/specificity_rationale
|
|
- ../slots/specificity_score
|
|
- ../slots/specificity_timestamp
|
|
- ../slots/template_specificity
|
|
classes:
|
|
SpecificityAnnotation:
|
|
class_uri: hc:SpecificityAnnotation
|
|
description: 'Structured metadata for RAG retrieval specificity scoring.
|
|
|
|
Documents how specific/general a class is for different search templates.
|
|
|
|
|
|
**Scoring Semantics** (LOWER = more broadly relevant):
|
|
|
|
- 0.00-0.20: Universal (HeritageCustodian, Location)
|
|
|
|
- 0.20-0.40: Broadly useful (Collection, Identifier)
|
|
|
|
- 0.40-0.60: Moderately specific (ChangeEvent, PersonProfile)
|
|
|
|
- 0.60-0.80: Fairly specific (Archive, Museum, Library)
|
|
|
|
- 0.80-1.00: Highly specific (LinkedInConnectionExtraction)
|
|
|
|
'
|
|
slots:
|
|
- specificity_score
|
|
- specificity_rationale
|
|
- specificity_timestamp
|
|
- specificity_agent
|
|
- template_specificity
|
|
annotations:
|
|
specificity_score: 0.2
|
|
specificity_rationale: Meta-class for specificity annotations
|