- Updated descriptions and titles for Price and PriceRange classes to enhance understanding. - Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes. - Enhanced examples in Price and PriceRange classes to provide clearer context. - Improved annotations and comments for better documentation and understanding of class purposes. - Introduced new slots for official names (including and excluding type) to standardize naming conventions. - Added sorting variant for official names to facilitate alphabetical ordering. - Ensured all changes align with the latest schema requirements and best practices.
62 lines
2.9 KiB
YAML
62 lines
2.9 KiB
YAML
id: https://w3id.org/nde/ontology/PersonalLibrary
|
|
name: PersonalLibrary
|
|
title: Personal Library
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- ../classes/AgentType
|
|
- linkml:types
|
|
- ../slots/identified_by
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
classes:
|
|
PersonalLibrary:
|
|
description: Private book collection held by an individual, often preserved as part of a personal archive or literary estate.
|
|
alt_descriptions:
|
|
nl: {text: Persoonlijke bibliotheek van een individu, vaak bewaard als onderdeel van een nalatenschap of persoonlijk archief., language: nl}
|
|
de: {text: Private Bibliothek einer Person, haeufig als Teil eines Nachlasses oder persoenlichen Archivs erhalten., language: de}
|
|
fr: {text: Bibliotheque personnelle d un individu, souvent conservee dans un fonds personnel ou un legs litteraire., language: fr}
|
|
es: {text: Biblioteca personal de un individuo, a menudo conservada como parte de un archivo personal o legado literario., language: es}
|
|
ar: {text: مكتبة شخصية لفرد، غالبا ما تُحفظ ضمن أرشيف شخصي أو تركة أدبية., language: ar}
|
|
id: {text: Perpustakaan pribadi milik individu, sering dipelihara sebagai bagian dari arsip pribadi atau warisan sastra., language: id}
|
|
zh: {text: 个人所藏的私人图书馆,常作为个人档案或文学遗产的一部分保存。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: persoonlijke bibliotheek, language: nl}]
|
|
de: [{literal_form: Privatbibliothek, language: de}]
|
|
fr: [{literal_form: bibliotheque personnelle, language: fr}]
|
|
es: [{literal_form: biblioteca personal, language: es}]
|
|
ar: [{literal_form: مكتبة شخصية, language: ar}]
|
|
id: [{literal_form: perpustakaan pribadi, language: id}]
|
|
zh: [{literal_form: 个人藏书, language: zh}]
|
|
is_a: CustodianType
|
|
class_uri: skos:Concept
|
|
annotations:
|
|
skos:prefLabel: Personal Library
|
|
skos:altLabel: "Autorenbibliothek, biblioteca de autor, biblioth\xE8que personnelle, Private Library"
|
|
collection_type: personal collection
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|
|
slots:
|
|
- has_type
|
|
- has_score
|
|
- identified_by
|
|
slot_usage:
|
|
identified_by:
|
|
has_type:
|
|
equals_expression: '["hc:LibraryType", "hc:PersonalCollectionType"]'
|
|
see_also:
|
|
- Nachlass
|
|
- LiteraryArchive
|
|
- PersonalArchive
|
|
- SpecialCollection
|
|
comments:
|
|
- Autorenbibliothek (de)
|
|
- biblioteca de autor (es)
|
|
- "biblioth\xE8que personnelle (fr)"
|
|
- Private book collection of an individual
|
|
- May include annotated books and marginalia
|
|
- Often preserved with personal papers
|