- Updated WorldCatIdentifier class with improved descriptions and multilingual support. - Refined WorldHeritageSite class to clarify its purpose and added structured aliases. - Enhanced WritingSystem class with detailed descriptions and examples for script identification. - Introduced BirthPlace class to represent birth locations with historical context and geographic identifiers. - Added AnnotatorAnnotationMetadata class for quality metrics and verification of cultural heritage annotations. - Created AnnotatorAnnotationProvenance class to track provenance of annotation activities. - Developed AnnotatorBlock class to aggregate entity claims and metadata for annotations. - Established AnnotatorEntityClaim class for individual assertions about cultural heritage entities. - Introduced AnnotatorEntityClassification class for taxonomic categorization of entities. - Added AnnotatorIntegrationNote class to document file creation and integration processes. - Developed AnnotatorModel class for machine learning models used in entity extraction. - Created AnnotatorProvenance class to track extraction provenance and source data access.
84 lines
2.6 KiB
YAML
84 lines
2.6 KiB
YAML
id: https://nde.nl/ontology/hc/classes/AnnotatorModel
|
|
name: AnnotatorModel
|
|
title: Annotator Model
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
AnnotatorModel:
|
|
description: >-
|
|
Machine learning model used for cultural heritage entity extraction and annotation.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Machine learning model gebruikt voor cultureel erfgoed entiteitextractie en -annotatie.
|
|
language: nl
|
|
de:
|
|
text: Maschinelles Lernmodell zur Extraktion und Annotation von Kulturgut-Entitäten.
|
|
language: de
|
|
fr:
|
|
text: Modèle d'apprentissage automatique utilisé pour l'extraction et l'annotation d'entités du patrimoine culturel.
|
|
language: fr
|
|
es:
|
|
text: Modelo de aprendizaje automático utilizado para la extracción y anotación de entidades de patrimonio cultural.
|
|
language: es
|
|
ar:
|
|
text: نموذج التعلم الآلي المستخدم لاستخراج وتعليق كيانات التراث الثقافي.
|
|
language: ar
|
|
id:
|
|
text: Model pembelajaran mesin yang digunakan untuk ekstraksi dan anotasi entitas warisan budaya.
|
|
language: id
|
|
zh:
|
|
text: 用于文化遗产实体提取和注释的机器学习模型。
|
|
language: zh
|
|
structured_aliases:
|
|
nl:
|
|
- literal_form: annotatiemodel
|
|
language: nl
|
|
de:
|
|
- literal_form: Annotationsmodell
|
|
language: de
|
|
fr:
|
|
- literal_form: modèle d'annotation
|
|
language: fr
|
|
es:
|
|
- literal_form: modelo de anotación
|
|
language: es
|
|
ar:
|
|
- literal_form: نموذج التعليق
|
|
language: ar
|
|
id:
|
|
- literal_form: model anotasi
|
|
language: id
|
|
zh:
|
|
- literal_form: 注释模型
|
|
language: zh
|
|
class_uri: prov:SoftwareAgent
|
|
close_mappings:
|
|
- schema:SoftwareApplication
|
|
related_mappings:
|
|
- prov:Agent
|
|
- prov:Entity
|
|
keywords:
|
|
- annotator model
|
|
- Annotator
|
|
- machine learning
|
|
- entity extraction
|
|
- glm-4.5-flash
|
|
examples:
|
|
- value:
|
|
model_name: glm-4.5-flash
|
|
convention: annotator-v1_7_0
|
|
comments:
|
|
- Includes model name, convention identifier, and timestamp
|
|
- Acts as software agent in provenance chains
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|
|
slots:
|
|
- generated_by
|