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
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
# TechnicalFeature - Technical feature class
|
|
#
|
|
# Created per slot_fixes.yaml migration for: typical_technical_feature
|
|
# Creation date: 2026-01-14
|
|
|
|
id: https://nde.nl/ontology/hc/class/TechnicalFeature
|
|
name: TechnicalFeature
|
|
title: Technical Feature
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- ./TechnicalFeatureType
|
|
- linkml:types
|
|
- ../slots/has_or_had_type
|
|
|
|
classes:
|
|
TechnicalFeature:
|
|
class_uri: schema:PropertyValue
|
|
description: |
|
|
A technical feature or capability of a platform.
|
|
|
|
slots:
|
|
- has_or_had_type
|
|
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: TechnicalFeatureType
|
|
|
|
attributes:
|
|
feature_name:
|
|
description: Name of the technical feature or capability
|
|
range: string
|
|
required: true
|
|
feature_description:
|
|
description: Description of what the technical feature provides
|
|
range: string
|
|
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
|
|
annotations:
|
|
specificity_score: "0.50"
|