- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
105 lines
3 KiB
YAML
105 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
|
|
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: "['*']"
|