glam/frontend/public/schemas/20251121/linkml/modules/classes/Agent.yaml
kempersc ce103100d4
All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 2m7s
Refactor code structure and optimize performance across multiple modules
2026-02-11 12:22:00 +01:00

72 lines
2.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/Agent
name: Agent
title: Agent
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
foaf: http://xmlns.com/foaf/0.1/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
default_prefix: hc
imports:
- linkml:types
- ../slots/identified_by
- ../slots/has_name
- ../slots/has_type
classes:
Agent:
class_uri: prov:Agent
description: "An agent (person, organization, or software) that performs actions.\n\
\n**RULE 53 MIGRATION**:\nReplaces simple string slots with a structured agent\
\ model:\n- `acquired_by` → Agent (this class)\n- Supports typed agents\
\ (person, organization, software)\n\n**USAGE**:\n```yaml\nacquired_by:\n\
\ - agent_name: \"Dr. Jane Smith\"\n agent_type: person\n identified_by:\n\
\ - identifier_scheme: ORCID\n identifier_value: \"0000-0001-2345-6789\"\
\n```\n\n**Ontological Alignment**:\n- **Primary** (`class_uri`): `prov:Agent`\
\ - PROV-O agent\n- **Close**: `foaf:Agent` - FOAF agent\n- **Close**: `schema:Person`\
\ / `schema:Organization` - Schema.org agents\n- **Close**: `dcterms:Agent`\
\ - Dublin Core agent\n\n**Use Cases**:\n- Specimen collectors (field biologists)\n\
- Artwork donors/sellers\n- Archive depositors\n- Record creators\n"
exact_mappings:
- prov:Agent
close_mappings:
- foaf:Agent
- dcterms:Agent
related_mappings:
- schema:Person
- schema:Organization
slots:
- has_name
- has_type
- identified_by
slot_usage:
has_name:
# range: string # uriorcurie
required: false
has_type:
# range: string # uriorcurie
required: false
identified_by:
# range: string # uriorcurie
multivalued: true
required: false
annotations:
specificity_score: '0.25'
specificity_rationale: Broadly applicable - agents appear across all heritage
contexts.
template_specificity: '{"archive_search": 0.30, "museum_search": 0.30, "library_search":
0.30, "collection_discovery": 0.40, "person_research": 0.60, "location_browse":
0.15, "identifier_lookup": 0.35, "organizational_change": 0.25, "digital_platform":
0.20, "general_heritage": 0.25}'
custodian_types: '[''*'']'
examples:
- value: null
- value: null
- value:
identified_by:
- identifier_scheme: ISIL
comments:
- Created per slot_fixes.yaml migration (2026-01-22)
- 'RULE 53: Replaces collector string slot with structured model'
- Generic agent class for persons, organizations, and software