glam/schemas/20251121/linkml/modules/classes/Member.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

42 lines
1.8 KiB
YAML

id: https://nde.nl/ontology/hc/class/Member
name: Member
title: Member
description: A member of an organization or group.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
org: http://www.w3.org/ns/org#
default_prefix: hc
imports:
- linkml:types
- ../slots/identified_by
- ../slots/has_name
classes:
Member:
class_uri: org:Membership
description: Person or organization participating in a collective through a defined membership role.
alt_descriptions:
nl: Persoon of organisatie die via een vastgelegde lidmaatschapsrol deelneemt aan een collectief.
de: Person oder Organisation die ueber eine definierte Mitgliedschaftsrolle an einem Kollektiv teilnimmt.
fr: Personne ou organisation participant a un collectif via un role d adhesion defini.
es: Persona u organizacion que participa en un colectivo mediante un rol de membresia definido.
ar: شخص أو منظمة يشارك في كيان جماعي عبر دور عضوية محدد.
id: Orang atau organisasi yang berpartisipasi dalam kolektif melalui peran keanggotaan yang ditetapkan.
zh: 通过明确成员角色参与某一集体的个人或组织。
structured_aliases:
- {literal_form: lid-entiteit, in_language: nl}
- {literal_form: Mitgliedseinheit, in_language: de}
- {literal_form: entite membre, in_language: fr}
- {literal_form: entidad miembro, in_language: es}
- {literal_form: كيان عضو, in_language: ar}
- {literal_form: entitas anggota, in_language: id}
- {literal_form: 成员实体, in_language: zh}
related_mappings:
- org:Membership
slots:
- identified_by
- has_name
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"