glam/schemas/20251121/linkml/modules/classes/Alpha3Code.yaml
kempersc 6251b84d11 Refactor schema definitions and enhance multilingual support
- Updated descriptions and comments across multiple classes to improve clarity and provide additional context.
- Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others.
- Improved the organization of comments and examples for better understanding of class usage and relationships.
- Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints.
- Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes.
- General cleanup and standardization of annotations and slot usages across various classes.
2026-02-15 22:43:52 +01:00

115 lines
3.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id: https://nde.nl/ontology/hc/class/Alpha3Code
name: Alpha3Code
title: ISO 3166-1 Alpha-3 Country Code
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
skos: http://www.w3.org/2004/02/skos/core#
schema: http://schema.org/
wd: http://www.wikidata.org/entity/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_code
classes:
Alpha3Code:
class_uri: skos:Concept
description: >-
Three-letter country code conforming to ISO 3166-1 alpha-3 standard,
providing more recognizable abbreviations for countries and dependent
territories than alpha-2 codes while remaining concise.
alt_descriptions:
nl: >-
Drieletterige landcode conform de ISO 3166-1 alpha-3 standaard, die
herkenbaardere afkortingen biedt voor landen en afhankelijke gebieden
dan alpha-2 codes, en toch beknopt blijft.
de: >-
Dreibuchstabiger Laendercode nach ISO 3166-1 alpha-3 Standard, der
erkennbarere Abkuerzungen fuer Laender und abhaengige Gebiete bietet
als Alpha-2-Codes und dabei praezise bleibt.
fr: >-
Code pays a trois lettres conforme a la norme ISO 3166-1 alpha-3,
fournissant des abreviations plus reconnaissables pour les pays et
territoires dependants que les codes alpha-2 tout en restant concis.
es: >-
Codigo de pais de tres letras conforme al estandar ISO 3166-1 alfa-3,
que proporciona abreviaturas mas reconocibles para paises y territorios
dependientes que los codigos alfa-2 sin dejar de ser concisos.
ar: >-
رمز بلد من ثلاثة أحرف يتوافق مع معيار ISO 3166-1 alpha-3، يوفر
اختصارات أكثر وضوحًا للبلدان والأقاليم التابعة من رموز alpha-2
مع الحفاظ على الإيجاز.
id: >-
Kode negara tiga huruf yang sesuai dengan standar ISO 3166-1 alpha-3,
memberikan singkatan yang lebih dikenali untuk negara dan wilayah
dependensi daripada kode alfa-2 sambil tetap ringkas.
zh: >-
符合ISO 3166-1 alpha-3标准的三字母国家代码比alpha-2代码提供更具
辨识度的国家和属地缩写,同时保持简洁。
examples:
- value:
has_code: NLD
description: Netherlands
- value:
has_code: BEL
description: Belgium
- value:
has_code: DEU
description: Germany
structured_aliases:
- literal_form: alfa-3-code
in_language: nl
- literal_form: Alpha-3-Code
in_language: de
- literal_form: code alpha-3
in_language: fr
- literal_form: codigo alfa-3
in_language: es
- literal_form: رمز ألفا-3
in_language: ar
- literal_form: kode alfa-3
in_language: id
- literal_form: alpha-3代码
in_language: zh
keywords:
- ISO 3166
- country code
- three-letter
- standard
- geographic
broad_mappings:
- skos:Concept
- wd:Q42032
slots:
- has_code
slot_usage:
has_code:
pattern: "^[A-Z]{3}$"
required: true
examples:
- value: NLD
- value: BEL
comments:
- ISO 3166-1 alpha-3 codes are maintained by ISO
- More recognizable than alpha-2 codes
- |
Preserved from prior description:
**DEFINITION**:
A three-letter country code as defined by ISO 3166-1 alpha-3 standard.
Used for representing countries and dependent territories with more
recognizable abbreviations.
**EXAMPLES**:
- NLD = Netherlands
- BEL = Belgium
- DEU = Germany
- USA = United States
**ONTOLOGY ALIGNMENT**:
- SKOS Concept: Codes are concepts in ISO 3166-1 vocabulary
annotations:
specificity_score: "0.30"
specificity_rationale: Standardized country code format
custodian_types: "['*']"