glam/schemas/20251121/linkml/modules/classes/CMS.yaml
kempersc 37852a46b0 Refactor significance and social media classes for improved clarity and multilingual support
- Updated SignificanceType.yaml to enhance descriptions, add alternative language descriptions, and clarify comments.
- Refined CommunitySignificance, EconomicSignificance, HistoricalSignificance, ScientificSignificance, AestheticSignificance, TerroirSignificance, and DiplomaticSignificance classes with structured aliases and comments.
- Enhanced SilenceSegment.yaml with multilingual descriptions and structured aliases.
- Improved Size.yaml with clearer descriptions and added multilingual support.
- Updated SocialMediaPlatformType.yaml and SocialMediaProfile.yaml to include alternative descriptions in multiple languages and refined modeling notes.
- Added has_url slot to SocialMediaProfile for better URL management.
- Enhanced Warehouse and WarehouseType classes with preserved modeling notes for clarity on definitions and distinctions.
- Updated WebClaim and WebPortalType classes with preserved descriptions for better understanding of their roles and structures.
2026-02-15 23:26:52 +01:00

191 lines
6.4 KiB
YAML

id: https://nde.nl/ontology/hc/class/CMS
name: cms_class
title: CMS Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
prov: http://www.w3.org/ns/prov#
doap: http://usefulinc.com/ns/doap#
imports:
- linkml:types
- ../slots/has_label
- ../slots/has_type
- ../slots/has_version
default_prefix: hc
classes:
CMS:
class_uri: schema:SoftwareApplication
description: >-
Content Management System detected on a digital platform through automated discovery or manual identification.
alt_descriptions:
nl:
text: Contentmanagementsysteem gedetecteerd op een digitaal platform via geautomatiseerde ontdekking of handmatige identificatie.
language: nl
de:
text: Content-Management-System, das auf einer digitalen Plattform durch automatisierte Erkennung oder manuelle Identifizierung erkannt wurde.
language: de
fr:
text: Système de gestion de contenu détecté sur une plateforme numérique par découverte automatisée ou identification manuelle.
language: fr
es:
text: Sistema de gestión de contenidos detectado en una plataforma digital mediante descubrimiento automatizado o identificación manual.
language: es
ar:
text: نظام إدارة المحتوى المكتشف على منصة رقمية من خلال الاكتشاف الآلي أو التعريف اليدوي.
language: ar
id:
text: Sistem Manajemen Konten yang terdeteksi pada platform digital melalui penemuan otomatis atau identifikasi manual.
language: id
zh:
text: 通过自动发现或手动识别在数字平台上检测到的内容管理系统。
language: zh
structured_aliases:
nl:
- literal_form: cms
language: nl
- literal_form: contentbeheersysteem
language: nl
de:
- literal_form: CMS
language: de
- literal_form: Content-Management-System
language: de
fr:
- literal_form: CMS
language: fr
- literal_form: système de gestion de contenu
language: fr
es:
- literal_form: CMS
language: es
- literal_form: sistema de gestión de contenidos
language: es
ar:
- literal_form: نظام إدارة المحتوى
language: ar
id:
- literal_form: CMS
language: id
zh:
- literal_form: 内容管理系统
language: zh
broad_mappings:
- schema:SoftwareApplication
close_mappings:
- doap:Project
keywords:
- content management system
- CMS
- digital platform
- website platform
- detection
examples:
- value: |
AuxiliaryDigitalPlatform:
platform_name: Heritage Blog
based_on:
- cms_name: WordPress
cms_version: "6.4.2"
cms_type: CustomCMS
detected_at: "2026-01-19T12:00:00Z"
detection_method: HTTP_HEADER
- value:
cms_name: WordPress
has_version: "6.4.2"
has_type: MuseumCMS
detected_at: "2026-01-19T12:00:00Z"
detection_method: HTTP_HEADER
- value:
cms_name: Omeka S
has_version: "4.0.1"
detection_method: URL_PATTERN
comments:
- Lightweight detection record distinct from CollectionManagementSystem
- Detection via HTTP headers, meta tags, URL patterns, or manual inspection
slots:
- cms_name
- has_version
- has_type
- detected_at
- detection_method
slot_usage:
cms_name:
required: true
examples:
- value: WordPress
- value: Omeka S
- value: CollectiveAccess
has_version:
required: false
examples:
- value: "6.4.2"
- value: "4.0.1"
has_type:
range: CMSType
required: false
examples:
- value: MuseumCMS
- value: ArchiveCMS
detected_at:
range: datetime
required: false
examples:
- value: "2026-01-19T12:00:00Z"
detection_method:
required: false
examples:
- value: HTTP_HEADER
- value: META_TAG
- value: URL_PATTERN
- value: MANUAL
notes:
- |
Preserved from prior description (commit bd8368df):
Preserved from prior description (commit bd8368df):
A detected Content Management System (CMS) on a digital platform.
**Purpose**: Represents a CMS instance detected through automated discovery
or manual identification. Used when a platform based_on a CMS.
**Distinction from CollectionManagementSystem**:
- **CMS**: Lightweight detection record (what CMS was found)
- **CollectionManagementSystem**: Full institutional CMS deployment profile
(configuration, collections managed, custodian relationships)
**Detection Methods** (from original cms_detected documentation):
- HTTP response headers (X-Powered-By, Server)
- HTML meta tags (generator)
- URL patterns (e.g., /providence/, /omeka/)
- JavaScript libraries or framework signatures
- Admin panel detection
**Use Cases**:
1. "What CMS powers this auxiliary platform?" → Check based_on
2. Technical survey: Identify platforms by CMS type
3. Migration planning: Prioritize platforms by CMS technology
**Example**:
**Migration Note**: Created 2026-01-19 per slot_fixes.yaml (Rule 53).
Supports migration from boolean cms_detected to structured CMS reference.
annotations:
custodian_types: '["D"]'
custodian_types_rationale: Digital platforms (D) are the primary users of CMS detection
specificity_score: 0.70
specificity_rationale: Specific to digital platform CMS detection context
slots:
cms_name:
slot_uri: schema:name
description: Name of the Content Management System
# range: string
close_mappings:
- schema:name
- doap:name
detected_at:
slot_uri: prov:generatedAtTime
description: Timestamp when the CMS was detected
range: datetime
close_mappings:
- prov:generatedAtTime
detection_method:
slot_uri: prov:wasGeneratedBy
description: Method used to detect the CMS (HTTP_HEADER, META_TAG, URL_PATTERN, MANUAL)
# range: string