- 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.
47 lines
1.4 KiB
YAML
47 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/RetrievalAgent
|
|
name: RetrievalAgent
|
|
title: Retrieval Agent Class
|
|
description: >-
|
|
Agent responsible for retrieving or extracting data.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_score
|
|
default_prefix: hc
|
|
classes:
|
|
RetrievalAgent:
|
|
class_uri: prov:SoftwareAgent
|
|
description: >-
|
|
Software or agent that performed data retrieval/extraction.
|
|
alt_descriptions:
|
|
nl: Software of agent die gegevensophaling/-extractie heeft uitgevoerd.
|
|
de: Software oder Agent, der Datenabruf/-extraktion durchgeführt hat.
|
|
fr: Logiciel ou agent qui a effectué la récupération/extraction de données.
|
|
structured_aliases:
|
|
- literal_form: ophaalagent
|
|
in_language: nl
|
|
- literal_form: Abrufagent
|
|
in_language: de
|
|
- literal_form: agent de récupération
|
|
in_language: fr
|
|
comments:
|
|
- Rule 53 compliant - created for extraction_agent migration.
|
|
exact_mappings:
|
|
- prov:SoftwareAgent
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_label:
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|