- 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.
128 lines
4.1 KiB
YAML
128 lines
4.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Category
|
|
name: category_class
|
|
title: Category Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_score
|
|
# default_range: string
|
|
enums:
|
|
CategoryTypeEnum:
|
|
description: Types of categories for classification.
|
|
permissible_values:
|
|
SUBJECT:
|
|
description: Subject or topic category (art, science, history)
|
|
meaning: skos:Concept
|
|
THEME:
|
|
description: Thematic category (Dutch Golden Age, WWII, Islamic art)
|
|
MATERIAL:
|
|
description: Material or medium category (paintings, manuscripts, specimens)
|
|
GEOGRAPHIC:
|
|
description: Geographic category (European, Asian, African)
|
|
TEMPORAL:
|
|
description: Temporal/period category (Medieval, Renaissance, Contemporary)
|
|
CREATOR:
|
|
description: Creator-focused category (single artist, school, movement)
|
|
TYPOLOGY:
|
|
description: Typological category (portraits, landscapes, genre scenes)
|
|
FORMAT:
|
|
description: Format category (books, photographs, digital)
|
|
GENRE:
|
|
description: Genre category (fiction, documentary, liturgical)
|
|
classes:
|
|
Category:
|
|
class_uri: skos:Concept
|
|
description: >-
|
|
Classification term for describing the subject, scope, or focus of collections and items.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Classificatieterm voor het beschrijven van het onderwerp, de reikwijdte of de focus van collecties en items.
|
|
language: nl
|
|
de:
|
|
text: Klassifikationsbegriff zur Beschreibung des Themas, Umfangs oder Schwerpunkts von Sammlungen und Objekten.
|
|
language: de
|
|
fr:
|
|
text: Terme de classification pour décrire le sujet, la portée ou l'accent des collections et des éléments.
|
|
language: fr
|
|
es:
|
|
text: Término de clasificación para describir el tema, alcance o enfoque de colecciones y elementos.
|
|
language: es
|
|
ar:
|
|
text: مصطلح تصنيفي لوصف الموضوع أو النطاق أو التركيز للمجموعات والعناصر.
|
|
language: ar
|
|
id:
|
|
text: Istilah klasifikasi untuk mendeskripsikan subjek, cakupan, atau fokus koleksi dan item.
|
|
language: id
|
|
zh:
|
|
text: 用于描述藏品和项目的主题、范围或焦点的分类术语。
|
|
language: zh
|
|
structured_aliases:
|
|
nl:
|
|
- literal_form: categorie
|
|
language: nl
|
|
- literal_form: classificatie
|
|
language: nl
|
|
de:
|
|
- literal_form: Kategorie
|
|
language: de
|
|
- literal_form: Klassifikation
|
|
language: de
|
|
fr:
|
|
- literal_form: catégorie
|
|
language: fr
|
|
- literal_form: classification
|
|
language: fr
|
|
es:
|
|
- literal_form: categoría
|
|
language: es
|
|
- literal_form: clasificación
|
|
language: es
|
|
ar:
|
|
- literal_form: فئة
|
|
language: ar
|
|
- literal_form: تصنيف
|
|
language: ar
|
|
id:
|
|
- literal_form: kategori
|
|
language: id
|
|
- literal_form: klasifikasi
|
|
language: id
|
|
zh:
|
|
- literal_form: 类别
|
|
language: zh
|
|
- literal_form: 分类
|
|
language: zh
|
|
broad_mappings:
|
|
- skos:Concept
|
|
close_mappings:
|
|
- schema:DefinedTerm
|
|
- dcterms:subject
|
|
keywords:
|
|
- category
|
|
- classification
|
|
- subject
|
|
- theme
|
|
- taxonomy
|
|
examples:
|
|
- value:
|
|
category_name: "Dutch Golden Age paintings"
|
|
category_type: THEME
|
|
vocabulary_source: "AAT"
|
|
- value:
|
|
category_name: "Lepidoptera"
|
|
category_type: SUBJECT
|
|
vocabulary_source: "ITIS"
|
|
comments:
|
|
- SKOS-based category model for collection classification
|
|
- Supports hierarchical and faceted classifications
|
|
slots:
|
|
- has_score
|
|
annotations:
|
|
specificity_score: 0.45
|
|
specificity_rationale: Broadly useful - applies to many collection contexts
|
|
custodian_types: '[''*'']'
|