glam/schemas/20251121/linkml/modules/classes/CatalogSystem.yaml

113 lines
3.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/CatalogSystem
name: CatalogSystem
title: Catalog System
description: 'Represents an integrated library system (ILS), library management system (LMS),
or catalog system used by heritage institutions for managing collections.
This class captures metadata about catalog/management systems including:
- System name and vendor
- System type (ILS, LMS, DAM, CMS, etc.)
- Temporal usage (when adopted, when deprecated)
Created per slot_fixes.yaml revision for catalog_system migration (Rule 53/56).
'
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
imports:
- linkml:types
- ../slots/has_or_had_name
- ../slots/has_or_had_type
- ../slots/has_or_had_description
- ../slots/has_or_had_url
- ./CatalogSystemType
default_prefix: hc
classes:
CatalogSystem:
class_uri: schema:SoftwareApplication
description: 'An integrated library system, catalog system, or collection management system
used by a heritage institution.
Common systems include:
- ALMA (Ex Libris) - Cloud-based library services platform
- Koha - Open-source ILS
- Sierra (Innovative Interfaces) - ILS for academic/public libraries
- Aleph (Ex Libris) - Legacy ILS
- FOLIO - Open-source library platform
- OCLC WorldShare - Cloud-based library management
- Adlib/Axiell Collections - Museum collection management
- The Museum System (TMS) - Art museum collections
- CollectiveAccess - Open-source collections management
'
slots:
- has_or_had_name
- has_or_had_type
- has_or_had_description
- has_or_had_url
slot_usage:
has_or_had_name:
description: The name of the catalog or collection management system.
required: true
examples:
- value: ALMA
- value: Koha
- value: Sierra
- value: Adlib
has_or_had_type:
description: The type of catalog system (ILS, CMS, DAM, etc.).
range: CatalogSystemType
inlined: true
has_or_had_url:
description: URL to the system vendor or documentation.
exact_mappings:
- schema:SoftwareApplication
close_mappings:
- prov:SoftwareAgent
examples:
- value:
has_or_had_name: ALMA
has_or_had_type:
has_or_had_name: Integrated Library System
has_or_had_description: Ex Libris ALMA cloud-based library services platform
has_or_had_url: https://exlibrisgroup.com/products/alma-library-services-platform/
description: Ex Libris ALMA library platform
- value:
has_or_had_name: Koha
has_or_had_type:
has_or_had_name: Integrated Library System
has_or_had_description: Open-source integrated library system
has_or_had_url: https://koha-community.org/
description: Koha open-source ILS
- value:
has_or_had_name: Adlib
has_or_had_type:
has_or_had_name: Collection Management System
has_or_had_description: Axiell Adlib museum collection management system
has_or_had_url: https://www.axiell.com/solutions/product/axiell-collections/
description: Adlib/Axiell Collections for museums
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept