- 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.
43 lines
1.7 KiB
YAML
43 lines
1.7 KiB
YAML
id: https://nde.nl/ontology/hc/class/GenBankAccession
|
|
name: GenBankAccession
|
|
title: GenBank Accession
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./Identifier
|
|
classes:
|
|
GenBankAccession:
|
|
class_uri: hc:GenBankAccession
|
|
is_a: Identifier
|
|
description: >-
|
|
Persistent accession identifier assigned to a nucleotide sequence record in
|
|
GenBank.
|
|
alt_descriptions:
|
|
nl: Persistente toegangscode toegekend aan een nucleotide-sequentierecord in GenBank.
|
|
de: Persistente Zugriffkennung fuer einen Nukleotidsequenz-Datensatz in GenBank.
|
|
fr: Numero d'accession persistant attribue a un enregistrement de sequence nucleotidique dans GenBank.
|
|
es: Accesion persistente asignada a un registro de secuencia nucleotidica en GenBank.
|
|
ar: رقم إتاحة دائم يُسند إلى سجل تسلسل نوكليوتيدي في GenBank.
|
|
id: Nomor aksesi persisten yang ditetapkan pada rekaman sekuens nukleotida di GenBank.
|
|
zh: 分配给 GenBank 核苷酸序列记录的持久登录号标识。
|
|
structured_aliases:
|
|
- literal_form: GenBank-toegangscode
|
|
in_language: nl
|
|
- literal_form: GenBank-Zugangsnummer
|
|
in_language: de
|
|
- literal_form: numero d'accession GenBank
|
|
in_language: fr
|
|
- literal_form: numero de acceso GenBank
|
|
in_language: es
|
|
- literal_form: رقم إتاحة GenBank
|
|
in_language: ar
|
|
- literal_form: nomor aksesi GenBank
|
|
in_language: id
|
|
- literal_form: GenBank 登录号
|
|
in_language: zh
|
|
broad_mappings:
|
|
- schema:PropertyValue
|