glam/schemas/20251121/linkml/modules/classes/ChAnnotatorIntegrationNote.yaml
2026-01-31 00:15:53 +01:00

45 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/classes/ChAnnotatorIntegrationNote
name: ChAnnotatorIntegrationNote
title: ChAnnotatorIntegrationNote
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
xsd: http://www.w3.org/2001/XMLSchema#
pav: http://purl.org/pav/
imports:
- linkml:types
default_range: string
classes:
ChAnnotatorIntegrationNote:
description: "Note about how a file was created or integrated into the dataset, documenting the source file, creation method, and integration process.\nOntology mapping rationale: - class_uri is prov:Derivation because integration notes describe how\n data was derived from source files through transformation.\n- close_mappings includes pav:importedFrom to capture the source-to-target\n relationship in data integration.\n- related_mappings includes prov:Activity as integration is an activity."
class_uri: prov:Derivation
close_mappings:
- pav:importedFrom
related_mappings:
- prov:Activity
- prov:Entity
attributes:
created_from:
range: string
description: Source file name
creation_date:
range: datetime
description: When the file was created
creation_method:
range: string
description: Script/method used to create
integrated_from:
range: string
description: Source file name (alternative key)
integration_date:
range: datetime
description: When integration was performed
match_type:
range: string
description: Type of match performed during integration
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"