glam/schemas/20251121/linkml/modules/classes/Entity.yaml
kempersc 66adec257e Add scripts for normalizing LinkML schemas and validating schema integrity
- Implement `normalize_linkml_alt_descriptions.py` to convert structured alt_descriptions to the expected scalar form.
- Implement `normalize_linkml_structured_aliases.py` to flatten language-keyed structured_aliases into a standard list-of-objects format.
- Implement `validate_linkml_schema_integrity.py` to validate the integrity of LinkML schema bundles, checking for import resolution, YAML parsing, and reference existence.
2026-02-16 10:16:51 +01:00

56 lines
2.6 KiB
YAML

id: https://nde.nl/ontology/hc/class/Entity
name: Entity
title: Entity
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
skos: http://www.w3.org/2004/02/skos/core#
rdfs: http://www.w3.org/2000/01/rdf-schema#
org: http://www.w3.org/ns/org#
xsd: http://www.w3.org/2001/XMLSchema#
default_prefix: hc
imports:
- linkml:types
classes:
Entity:
class_uri: prov:Entity
description: >-
Generic provenance entity used as an abstract base for things that can be
described, versioned, and related through provenance statements.
alt_descriptions:
nl: Generieke provenance-entiteit als abstracte basis voor zaken die beschreven geversioneerd en via provenance-relaties verbonden worden.
de: Generische Provenienz-Entitaet als abstrakte Basis fuer Dinge die beschrieben versioniert und ueber Provenienzbeziehungen verbunden werden koennen.
fr: Entite de provenance generique servant de base abstraite pour les objets decrits versionnes et relies par des declarations de provenance.
es: Entidad de procedencia generica usada como base abstracta para elementos que pueden describirse versionarse y relacionarse mediante procedencia.
ar: كيان إسناد عام يستخدم كأساس مجرد للأشياء التي يمكن وصفها وإصدارتها وربطها ببيانات الإسناد.
id: Entitas provenance generik sebagai dasar abstrak untuk hal yang dapat dideskripsikan diberi versi dan dihubungkan melalui pernyataan provenance.
zh: 通用溯源实体,作为可被描述、版本化并通过溯源声明关联之对象的抽象基础。
structured_aliases:
- {literal_form: generieke entiteit, in_language: nl}
- {literal_form: generische Entitaet, in_language: de}
- {literal_form: entite generique, in_language: fr}
- {literal_form: entidad generica, in_language: es}
- {literal_form: كيان عام, in_language: ar}
- {literal_form: entitas generik, in_language: id}
- {literal_form: 通用实体, in_language: zh}
broad_mappings:
- prov:Entity
close_mappings:
- schema:Thing
annotations:
specificity_score: 0.2
specificity_rationale: Low specificity - generic entity concept.
custodian_types: '[''*'']'
examples:
- value:
has_label: Dataset A
has_uri: https://nde.nl/dataset/a
has_type: DATASET
description: Generic entity reference
slots:
- has_label
- has_type