- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
115 lines
3.9 KiB
YAML
115 lines
3.9 KiB
YAML
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:
|
||
- wd:Q42032
|
||
- skos:Concept
|
||
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: "['*']"
|