glam/schemas/20251121/linkml/modules/classes/DetectedEntity.yaml
kempersc 86b9dcebff Refactor Digital Platform Classes and Introduce New Classes
- Renamed DigitalPlatformV2DataSource to DigitalPlatformDataSource with updated description and mappings.
- Updated DigitalPlatformV2KeyContact to DigitalPlatformKeyContact, enhancing description and mappings.
- Refined DigitalPlatformV2OrganizationProfile to DigitalPlatformOrganizationProfile, improving description and slot usage.
- Revised DigitalPlatformV2OrganizationStatus to DigitalPlatformOrganizationStatus, clarifying description and mappings.
- Changed DigitalPlatformV2PrimaryPlatform to DigitalPlatformPrimaryPlatform, enhancing description and slot definitions.
- Updated DigitalPlatformV2Provenance to DigitalPlatformProvenance, refining description and mappings.
- Revised DigitalPlatformV2ServiceDetails to DigitalPlatformServiceDetails, improving description and mappings.
- Changed DigitalPlatformV2TransformationMetadata to DigitalPlatformTransformationMetadata, enhancing description and mappings.
- Added new classes: DetectionThreshold, DeviceType, DeviceTypes, DiarizationStatus, DigitalArchive, DigitalArchiveRecordSetType, DigitalArchiveRecordSetTypes, and DigitalConfidence with appropriate descriptions and mappings.
- Established rules for class descriptions, multilingual support, and slot definitions to ensure consistency and clarity across the schema.
2026-02-15 15:54:26 +01:00

73 lines
3.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/DetectedEntity
name: DetectedEntity
title: Detected Entity Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
prov: http://www.w3.org/ns/prov#
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../slots/geographic_extent
- ../slots/identified_by
- ../slots/has_label
- ../slots/has_time_interval
- ../slots/has_type
- ../slots/generated_by
classes:
DetectedEntity:
class_uri: prov:Entity
description: >-
Observation artifact produced by automated analysis indicating a
machine-detected item with confidence and localization metadata.
alt_descriptions:
nl: {text: Observatieartefact uit geautomatiseerde analyse dat een machinaal gedetecteerd item met confidence- en lokalisatiemetadata vastlegt., language: nl}
de: {text: Beobachtungsartefakt aus automatisierter Analyse, das ein maschinell erkanntes Element mit Konfidenz- und Lokalisierungsmetadaten festhaelt., language: de}
fr: {text: Artefact d observation issu d une analyse automatisee indiquant un element detecte avec metadonnees de confiance et de localisation., language: fr}
es: {text: Artefacto de observacion generado por analisis automatizado que indica un elemento detectado con metadatos de confianza y localizacion., language: es}
ar: {text: أثر ملاحظاتي ناتج عن تحليل آلي يشير إلى عنصر مكتشف آلياً مع بيانات الثقة والتموضع., language: ar}
id: {text: Artefak observasi hasil analisis otomatis yang menunjukkan item terdeteksi mesin beserta metadata kepercayaan dan lokalisasi., language: id}
zh: {text: 由自动分析产生的观测实体,表示机器检测项及其置信度与定位元数据。, language: zh}
structured_aliases:
nl: [{literal_form: gedetecteerde entiteit, language: nl}]
de: [{literal_form: erkannte Entitaet, language: de}]
fr: [{literal_form: entite detectee, language: fr}]
es: [{literal_form: entidad detectada, language: es}]
ar: [{literal_form: كيان مكتشف, language: ar}]
id: [{literal_form: entitas terdeteksi, language: id}]
zh: [{literal_form: 检测实体, language: zh}]
exact_mappings:
- prov:Entity
close_mappings:
- crm:E73_Information_Object
related_mappings:
- schema:Thing
slots:
- identified_by
- has_label
- has_type
- generated_by
- has_time_interval
- geographic_extent
- begin_of_the_begin
slot_usage:
has_type:
required: true
generated_by:
range: GenerationEvent
required: false
inlined: true
has_time_interval:
range: TimeInterval
required: false
inlined: true
geographic_extent:
range: float
multivalued: true
required: false
annotations:
specificity_score: '0.65'
specificity_rationale: Fairly specific for media-analysis and extraction workflows
custodian_types: "['*']"