- 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.
29 lines
793 B
YAML
29 lines
793 B
YAML
id: https://nde.nl/ontology/hc/class/ExtractionMethod
|
|
name: ExtractionMethod
|
|
title: Extraction Method Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_label
|
|
classes:
|
|
ExtractionMethod:
|
|
class_uri: prov:Plan
|
|
description: Planned or declared method used to extract information from a source.
|
|
exact_mappings:
|
|
- prov:Plan
|
|
close_mappings:
|
|
- schema:HowTo
|
|
slots:
|
|
- has_label
|
|
slot_usage:
|
|
has_label:
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.35
|
|
specificity_rationale: Method vocabulary term for reproducible extraction workflows.
|
|
custodian_types: '["*"]'
|