- Updated titles for clarity in WikidataClassification, WikidataCollectionInfo, WikidataContact, WikidataCoordinates, WikidataEnrichment, WikidataEntity, WikidataIdentifiers, WikidataLocation, WikidataMedia, and WikidataOrganization classes. - Enhanced descriptions with multilingual support, providing translations in Dutch, German, French, Spanish, Arabic, Indonesian, and Chinese. - Added structured aliases for better synonym mapping in multiple languages. - Improved comments and keywords for better understanding and searchability. - Ensured consistent use of slots and mappings across classes to align with ontology standards.
69 lines
2.8 KiB
YAML
69 lines
2.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/Code
|
|
name: Code
|
|
title: Code
|
|
description: A code or identifier from a controlled vocabulary or classification system. MIGRATED from feature_code/feature_class slots.
|
|
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/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_label
|
|
default_prefix: hc
|
|
classes:
|
|
Code:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Controlled notation token used to represent a predefined category,
|
|
status, or identifier value in a managed scheme.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Gecontroleerde notatiewaarde die een vooraf gedefinieerde categorie, status of identificatiewaarde in een beheerd schema representeert.
|
|
language: nl
|
|
de:
|
|
text: Kontrolliertes Notationszeichen zur Darstellung einer vordefinierten Kategorie, eines Status oder Kennwerts in einem verwalteten Schema.
|
|
language: de
|
|
fr:
|
|
text: Jeton de notation controle utilise pour representer une categorie, un statut ou une valeur d identifiant predefinis dans un schema gere.
|
|
language: fr
|
|
es:
|
|
text: Token de notacion controlada usado para representar una categoria, estado o valor identificador predefinido en un esquema gestionado.
|
|
language: es
|
|
ar:
|
|
text: رمز ترميز مضبوط يستخدم لتمثيل فئة أو حالة أو قيمة معرف محددة مسبقا ضمن مخطط مُدار.
|
|
language: ar
|
|
id:
|
|
text: Token notasi terkendali untuk merepresentasikan kategori, status, atau nilai pengenal yang telah ditetapkan dalam skema terkelola.
|
|
language: id
|
|
zh:
|
|
text: 在受管方案中用于表示预定义类别、状态或标识值的受控符号标记。
|
|
language: zh
|
|
structured_aliases:
|
|
nl: [{literal_form: codewaarde, language: nl}]
|
|
de: [{literal_form: Kenncode, language: de}]
|
|
fr: [{literal_form: valeur codee, language: fr}]
|
|
es: [{literal_form: valor codificado, language: es}]
|
|
ar: [{literal_form: قيمة مرمزة, language: ar}]
|
|
id: [{literal_form: nilai kode, language: id}]
|
|
zh: [{literal_form: 编码值, language: zh}]
|
|
broad_mappings:
|
|
- skos:Concept
|
|
keywords:
|
|
- controlled vocabulary
|
|
- coded value
|
|
- scheme notation
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|