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

49 lines
2.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/Membership
name: Membership
title: Membership
description: A membership relationship.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
org: http://www.w3.org/ns/org#
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
prov: http://www.w3.org/ns/prov#
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_role
- ../slots/temporal_extent
classes:
Membership:
class_uri: org:Membership
description: Relationship linking an agent to an organization with role and validity period.
alt_descriptions:
nl: Relatie die een actor aan een organisatie verbindt met rol en geldigheidsperiode.
de: Beziehung die einen Akteur mit Rolle und Gueltigkeitszeitraum an eine Organisation bindet.
fr: Relation reliant un agent a une organisation avec role et periode de validite.
es: Relacion que vincula un agente con una organizacion mediante rol y periodo de vigencia.
ar: علاقة تربط وكيلاً بمنظمة مع تحديد الدور وفترة الصلاحية.
id: Relasi yang menghubungkan agen ke organisasi dengan peran dan periode berlaku.
zh: 将主体以角色和有效期连接到组织的关系。
structured_aliases:
- {literal_form: lidmaatschapsrelatie, in_language: nl}
- {literal_form: Mitgliedschaftsbeziehung, in_language: de}
- {literal_form: relation d adhesion, in_language: fr}
- {literal_form: relacion de membresia, in_language: es}
- {literal_form: علاقة عضوية, in_language: ar}
- {literal_form: relasi keanggotaan, in_language: id}
- {literal_form: 成员关系, in_language: zh}
exact_mappings:
- org:Membership
slots:
- has_role
- temporal_extent
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"