- Updated descriptions for EADDownload, EBook, EcclesiasticalProvince, EconomicArchive, EconomicArchiveRecordSetType, Edition, Editor, Education, EducationFacilityType, EducationLevel, and EducationProviderSubtype to improve clarity and multilingual support. - Introduced alternative descriptions and structured aliases for better localization. - Adjusted mappings to align with broader and close ontology relationships. - Added new ConflictTypes schema with detailed classifications for various crisis categories affecting heritage.
32 lines
904 B
YAML
32 lines
904 B
YAML
id: https://nde.nl/ontology/hc/classes/ExtractionSourceInfo
|
|
name: ExtractionSourceInfo
|
|
title: Extraction Source Info Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_field
|
|
- ../slots/has_text
|
|
- ../slots/has_method
|
|
classes:
|
|
ExtractionSourceInfo:
|
|
class_uri: prov:Entity
|
|
description: Source-level extraction trace containing extracted field, text, and method.
|
|
exact_mappings:
|
|
- prov:Entity
|
|
close_mappings:
|
|
- schema:PropertyValue
|
|
related_mappings:
|
|
- prov:Derivation
|
|
slots:
|
|
- has_field
|
|
- has_text
|
|
- has_method
|
|
annotations:
|
|
specificity_score: 0.35
|
|
specificity_rationale: Low-level extraction trace entity used for audit and debugging.
|
|
custodian_types: '["*"]'
|