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_description - ../slots/has_name - ../slots/has_type - ../slots/has_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_name - has_type - has_description - has_url slot_usage: has_name: required: true examples: - value: ALMA - value: Koha - value: Sierra - value: Adlib has_type: range: CatalogSystemType inlined: true has_url: exact_mappings: - schema:SoftwareApplication close_mappings: - prov:SoftwareAgent examples: - value: has_name: ALMA has_type: has_name: Integrated Library System has_description: Ex Libris ALMA cloud-based library services platform has_url: https://exlibrisgroup.com/products/alma-library-services-platform/ - value: has_name: Koha has_type: has_name: Integrated Library System has_description: Open-source integrated library system has_url: https://koha-community.org/ - value: has_name: Adlib has_type: has_name: Collection Management System has_description: Axiell Adlib museum collection management system has_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: "['*']"