- 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.
46 lines
1.9 KiB
YAML
46 lines
1.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/GBIFIdentifier
|
|
name: GBIFIdentifier
|
|
title: GBIF Identifier
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dwc: http://rs.tdwg.org/dwc/terms/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./Identifier
|
|
classes:
|
|
GBIFIdentifier:
|
|
class_uri: hc:GBIFIdentifier
|
|
is_a: Identifier
|
|
description: >-
|
|
Persistent identifier used to reference a biodiversity occurrence record in
|
|
GBIF-linked data pipelines.
|
|
alt_descriptions:
|
|
nl: Persistente identifier voor verwijzing naar een biodiversiteitswaarneming in GBIF-gekoppelde datastromen.
|
|
de: Persistenter Identifikator zur Referenzierung eines Biodiversitaetsnachweises in GBIF-verbundenen Datenablaeufen.
|
|
fr: Identifiant persistant utilise pour referencer un enregistrement d'occurrence de biodiversite dans des flux de donnees lies a GBIF.
|
|
es: Identificador persistente para referenciar un registro de ocurrencia de biodiversidad en flujos de datos vinculados a GBIF.
|
|
ar: معرّف دائم للإشارة إلى سجل وقوع للتنوع الحيوي ضمن مسارات بيانات مرتبطة بـ GBIF.
|
|
id: Pengidentifikasi persisten untuk merujuk catatan kejadian keanekaragaman hayati dalam alur data terkait GBIF.
|
|
zh: 用于在 GBIF 关联数据流程中引用生物多样性出现记录的持久标识符。
|
|
structured_aliases:
|
|
- literal_form: GBIF-id
|
|
in_language: nl
|
|
- literal_form: GBIF-Kennung
|
|
in_language: de
|
|
- literal_form: identifiant GBIF
|
|
in_language: fr
|
|
- literal_form: identificador GBIF
|
|
in_language: es
|
|
- literal_form: معرف GBIF
|
|
in_language: ar
|
|
- literal_form: pengenal GBIF
|
|
in_language: id
|
|
- literal_form: GBIF 标识符
|
|
in_language: zh
|
|
broad_mappings:
|
|
- schema:PropertyValue
|
|
close_mappings:
|
|
- dwc:occurrenceID
|