glam/schemas/20251121/linkml/modules/classes/CatalogSystem.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

106 lines
3 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_description
- ../slots/has_or_had_name
- ../slots/has_or_had_type
- ../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:
required: true
examples:
- value: ALMA
- value: Koha
- value: Sierra
- value: Adlib
has_or_had_type:
range: CatalogSystemType
inlined: true
has_or_had_url:
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/
- 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/
- 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/
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"