- 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.
38 lines
1,019 B
YAML
38 lines
1,019 B
YAML
id: https://nde.nl/ontology/hc/classes/ExternalSearchMetadata
|
|
name: ExternalSearchMetadata
|
|
title: External Search 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#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_tool
|
|
- ../slots/has_timestamp
|
|
- ../slots/has_url
|
|
- ../slots/has_agent
|
|
- ../slots/has_method
|
|
- ../slots/has_note
|
|
classes:
|
|
ExternalSearchMetadata:
|
|
class_uri: prov:Activity
|
|
description: >-
|
|
Provenance record for a third-party search or retrieval operation and its
|
|
execution context.
|
|
exact_mappings:
|
|
- prov:Activity
|
|
close_mappings:
|
|
- schema:SearchAction
|
|
slots:
|
|
- has_tool
|
|
- has_timestamp
|
|
- has_url
|
|
- has_agent
|
|
- has_method
|
|
- has_note
|
|
annotations:
|
|
specificity_score: 0.3
|
|
specificity_rationale: Operational provenance for external search and retrieval.
|
|
custodian_types: '["*"]'
|