59 lines
1.9 KiB
YAML
59 lines
1.9 KiB
YAML
# ChAnnotatorIntegrationNote - Note about how the file was created/integrated
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
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.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Derivation because integration notes describe how
|
|
data was derived from source files through transformation.
|
|
- close_mappings includes pav:importedFrom to capture the source-to-target
|
|
relationship in data integration.
|
|
- 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
|