- Updated the generated timestamp in the LinkML manifest file. - Added new CSS styles for schema status and warning indicators in MappingExplorer. - Implemented schema validation logic in MappingExplorer to check field validity against the loaded LinkML schema. - Enhanced the UI to display schema status and warnings for invalid fields in the mapping interface. - Refactored field details panel to show schema validity messages for target classes and slots. - Updated various target classes and slots in custodian data mappings for consistency and accuracy.
87 lines
3.8 KiB
YAML
87 lines
3.8 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_standard
|
|
# ==============================================================================
|
|
# A rule, norm, or requirement an entity adheres to or is measured against.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|-----------------------|------------------------|---------|---------------------------------------------------------|
|
|
# | **DCTerms** | `dcterms:conformsTo` | dcterms.rdf:987-1010 | close | "An established standard to which the described resource conforms." Conformance relationship ≠ having a standard.|
|
|
#
|
|
# CREATED: 2026-02-08
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_standard
|
|
name: has_standard
|
|
title: Has Standard
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
pca: http://rds.posccaesar.org/ontology/plm/rdl/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
has_standard:
|
|
slot_uri: hc:hasStandard
|
|
description: >-
|
|
To specify a rule, norm, or requirement established by an authority or consensus
|
|
that an entity adheres to or is measured against.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Om een regel, norm of vereiste aan te geven die door een autoriteit of consensus
|
|
is vastgesteld en waaraan een entiteit voldoet of waartegen deze wordt gemeten.
|
|
de: >-
|
|
Um eine Regel, Norm oder Anforderung anzugeben, die von einer Autorität oder einem
|
|
Konsens festgelegt wurde und der eine Entität entspricht oder an der sie gemessen wird.
|
|
fr: >-
|
|
Pour spécifier une règle, norme ou exigence établie par une autorité ou un consensus
|
|
à laquelle une entité se conforme ou contre laquelle elle est mesurée.
|
|
ar: >-
|
|
لتحديد قاعدة أو معيار أو متطلب أنشأته سلطة أو إجماع يلتزم به الكيان أو يُقاس وفقاً له.
|
|
id: >-
|
|
Untuk menentukan aturan, norma, atau persyaratan yang ditetapkan oleh otoritas atau
|
|
konsensus yang dipatuhi atau diukur oleh suatu entitas.
|
|
zh: >-
|
|
用于指定由权威机构或共识制定的规则、规范或要求,实体遵守该要求或以此为衡量标准。
|
|
es: >-
|
|
Para especificar una regla, norma o requisito establecido por una autoridad o
|
|
consenso al que una entidad se adhiere o contra el cual se mide.
|
|
structured_aliases:
|
|
- literal_form: Standaard
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Standard
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: Norme
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: معيار
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: Standar
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 标准
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: Estándar
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
multivalued: true
|
|
aliases:
|
|
- has_or_had_standard
|
|
- metadata_standard
|
|
- preservation_standard
|
|
- standards_applied
|
|
- standards_compliance
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
close_mappings:
|
|
- dcterms:conformsTo # dcterms.rdf:987-1010 - "An established standard to which the described resource conforms." Conformance relationship ≠ having a standard.
|
|
related_mappings:
|
|
- pca:PCA_100003538 # POSC Caesar RDL (PCA PLM core): Standard (class)
|