- 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.
58 lines
1.5 KiB
YAML
58 lines
1.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/ExtractionMetadata
|
|
name: ExtractionMetadata
|
|
title: Extraction Metadata Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
dct: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ProfileExtractionMethodEnum
|
|
- ../metadata
|
|
- ../slots/has_source
|
|
- ../slots/identified_by
|
|
- ../slots/retrieved_at
|
|
- ../slots/retrieved_by
|
|
- ../slots/has_method
|
|
- ../slots/has_url
|
|
- ../slots/has_expense
|
|
- ../slots/has_provenance
|
|
- ../slots/has_score
|
|
classes:
|
|
ExtractionMetadata:
|
|
class_uri: prov:Activity
|
|
description: Provenance metadata describing how and when extraction was performed.
|
|
exact_mappings:
|
|
- prov:Activity
|
|
close_mappings:
|
|
- schema:Action
|
|
- dct:ProvenanceStatement
|
|
slots:
|
|
- has_source
|
|
- identified_by
|
|
- retrieved_at
|
|
- retrieved_by
|
|
- has_method
|
|
- has_url
|
|
- has_expense
|
|
- has_provenance
|
|
- has_score
|
|
slot_usage:
|
|
retrieved_at:
|
|
range: datetime
|
|
required: true
|
|
has_method:
|
|
range: ProfileExtractionMethodEnum
|
|
required: true
|
|
has_url:
|
|
range: uri
|
|
has_expense:
|
|
range: float
|
|
minimum_value: 0.0
|
|
annotations:
|
|
specificity_score: 0.5
|
|
specificity_rationale: Provenance activity record for extraction pipelines and auditability.
|
|
custodian_types: '["*"]'
|