- Introduced Rule 42: No Ontology Prefixes in Slot Names to enforce clean naming conventions. - Established Rule: No Rough Edits in Schema Files to ensure structural integrity during modifications. - Implemented Rule: No Version Indicators in Names to maintain stable semantic naming. - Created Rule: Ontology Detection vs Heuristics to emphasize the importance of verifying ontology definitions. - Defined Rule 50: Ontology-to-LinkML Mapping Convention to standardize mapping practices. - Added Rule: Polished Slot Storage Location to specify directory structure for polished slot files. - Enforced Rule: Preserve Bespoke Slots Until Refactoring to prevent unintended migrations during slot updates. - Instituted Rule 56: Semantic Consistency Over Simplicity to mandate execution of revisions in slot_fixes.yaml. - Added new Genealogy Archives Registry Enrichment class with multilingual support and structured aliases.
48 lines
1.9 KiB
YAML
48 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/Gender
|
|
name: Gender
|
|
title: Gender
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
classes:
|
|
Gender:
|
|
class_uri: hc:Gender
|
|
description: >-
|
|
Classification term used to represent stated gender identity in descriptive
|
|
metadata contexts.
|
|
alt_descriptions:
|
|
nl: Classificatieterm voor het weergeven van opgegeven genderidentiteit in beschrijvende metadata.
|
|
de: Klassifikationsterm zur Darstellung angegebener Geschlechtsidentitaet in beschreibenden Metadatenkontexten.
|
|
fr: Terme de classification utilise pour representer l'identite de genre declaree dans des metadonnees descriptives.
|
|
es: Termino de clasificacion para representar identidad de genero declarada en contextos de metadatos descriptivos.
|
|
ar: مصطلح تصنيفي لتمثيل الهوية الجندرية المصرّح بها ضمن سياقات البيانات الوصفية.
|
|
id: Istilah klasifikasi untuk merepresentasikan identitas gender yang dinyatakan dalam konteks metadata deskriptif.
|
|
zh: 用于在描述性元数据语境中表示申报性别认同的分类术语。
|
|
structured_aliases:
|
|
- literal_form: gender
|
|
in_language: nl
|
|
- literal_form: Geschlechtsidentitaet
|
|
in_language: de
|
|
- literal_form: identite de genre
|
|
in_language: fr
|
|
- literal_form: identidad de genero
|
|
in_language: es
|
|
- literal_form: الهوية الجندرية
|
|
in_language: ar
|
|
- literal_form: identitas gender
|
|
in_language: id
|
|
- literal_form: 性别认同
|
|
in_language: zh
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
broad_mappings:
|
|
- schema:GenderType
|
|
- skos:Concept
|