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
24 lines
517 B
YAML
24 lines
517 B
YAML
id: https://nde.nl/ontology/hc/slot/function_name
|
|
name: function_name_slot
|
|
title: Function Name Slot
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
slots:
|
|
function_name:
|
|
slot_uri: hc:function_name
|
|
range: string
|
|
description: |
|
|
Function Name for heritage custodian entities.
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.5
|