glam/schemas/20251121/linkml/modules/classes/RetrievalAgent.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

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.
broad_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: "['*']"