- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
38 lines
989 B
YAML
38 lines
989 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.
|
|
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: '["*"]'
|
|
broad_mappings:
|
|
- prov:Activity
|