- Introduced PriceRange class to categorize price levels for hospitality services, including structured metadata for various price categories. - Added Publication class to represent publication events, capturing details like publisher, publication place, and edition. - Created TaxDeductibilityType as an abstract class for tax deductibility status, promoting previous enum values to a class hierarchy for richer metadata. - Implemented TaxDeductibilityTypes with concrete subclasses detailing various tax deductibility statuses. - Archived previous DeductibilityStatusEnum and related slots, transitioning to a more structured approach for tax deductibility classification. - Updated multiple slot definitions to align with new class structures and naming conventions, including has_or_had_measurement and has_or_had_price. - Enhanced documentation and examples across new and existing slots for clarity and compliance with naming conventions.
89 lines
3.3 KiB
YAML
89 lines
3.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_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
|