- 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.
94 lines
2.9 KiB
YAML
94 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/classes/AnnotatorEntityClaim
|
|
name: AnnotatorEntityClaim
|
|
title: Annotator Entity Claim
|
|
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#
|
|
oa: http://www.w3.org/ns/oa#
|
|
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
|
|
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#
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_type
|
|
classes:
|
|
AnnotatorEntityClaim:
|
|
description: >-
|
|
Individual assertion about a cultural heritage entity extracted using Annotator convention.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Individuele bewering over een cultureel erfgoed entiteit geëxtraheerd met Annotator conventie.
|
|
language: nl
|
|
de:
|
|
text: Einzelne Aussage über eine Kulturgut-Entität, extrahiert mit Annotator-Konvention.
|
|
language: de
|
|
fr:
|
|
text: Affirmation individuelle sur une entité du patrimoine culturel extraite en utilisant la convention Annotator.
|
|
language: fr
|
|
es:
|
|
text: Afirmación individual sobre una entidad de patrimonio cultural extraída usando la convención Annotator.
|
|
language: es
|
|
ar:
|
|
text: تأكيد فردي حول كيان تراثي ثقافي مستخرج باستخدام اتفاقية Annotator.
|
|
language: ar
|
|
id:
|
|
text: Klaim individual tentang entitas warisan budaya yang diekstrak menggunakan konvensi Annotator.
|
|
language: id
|
|
zh:
|
|
text: 使用Annotator约定提取的关于文化遗产实体的单个断言。
|
|
language: zh
|
|
structured_aliases:
|
|
nl:
|
|
- literal_form: entiteitsclaim
|
|
language: nl
|
|
de:
|
|
- literal_form: Entitätsanspruch
|
|
language: de
|
|
fr:
|
|
- literal_form: revendication d'entité
|
|
language: fr
|
|
es:
|
|
- literal_form: reclamo de entidad
|
|
language: es
|
|
ar:
|
|
- literal_form: مطالبة الكيان
|
|
language: ar
|
|
id:
|
|
- literal_form: klaim entitas
|
|
language: id
|
|
zh:
|
|
- literal_form: 实体声明
|
|
language: zh
|
|
class_uri: rdf:Statement
|
|
close_mappings:
|
|
- oa:Annotation
|
|
related_mappings:
|
|
- prov:Entity
|
|
- schema:PropertyValue
|
|
keywords:
|
|
- entity claim
|
|
- Annotator
|
|
- entity assertion
|
|
- extraction
|
|
examples:
|
|
- value:
|
|
has_type: hc:Library
|
|
comments:
|
|
- Represents subject-predicate-object assertion
|
|
- Includes provenance and confidence information
|
|
slots:
|
|
- has_type
|
|
slot_usage:
|
|
has_type:
|
|
inlined: false
|
|
required: true
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: '[''*'']'
|