- Added `fix_dual_class_link.py` to remove dual class link references from specified YAML files. - Created `fix_specific_ghosts.py` to apply specific replacements in YAML files based on defined mappings. - Introduced `migrate_staff_count.py` to migrate staff count references to a new structure in specified YAML files. - Developed `migrate_type_slots.py` to replace type-related slots with new identifiers across YAML files. - Implemented `scan_ghost_references.py` to identify and report ghost references to archived slots and classes in YAML files. - Added `verify_ontology_terms.py` to verify the presence of ontology terms in specified ontology files against schema definitions.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/EnrichmentMethod
|
|
name: EnrichmentMethod
|
|
title: Enrichment Method Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
dcterms: http://purl.org/dc/terms/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
classes:
|
|
EnrichmentMethod:
|
|
class_uri: prov:Plan
|
|
description: 'The method used for data enrichment (e.g. "WhatsApp API Extraction", "Manual Verification").
|
|
|
|
**Ontology Alignment**: - **Primary**: `prov:Plan` (subclass of prov:Entity) - **Close**: `schema:Action` (instrument)'
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.3
|
|
specificity_rationale: Provenance metadata.
|