Version: 9 (current) | Updated: 11/12/2025, 7:13:54 PM
Added description
The records are stored in a machine‑readable format (CSV or JSON) and provide only metadata; full‑text content is not included. The dataset also contains auxiliary fields such as the source platform, distribution channel, and engagement metrics (open and click rates).
@file_pinax -> documents -> @test_collection:document {title: "Test Collection", type: "Collection", creator: "test", institution: "test", created: @date_2023, language: "en", description: "A collection of various digital archival items including Substack posts, newsletter datasets, and system files metadata.", source: "PINAX", rights: "Unknown"}
@newsletter:concept {description: "Periodic publication containing updates"}
@metadata:concept {description: "Data about other data"}
@digital_archives:concept {description: "Archives of digital materials"}
@editor_tutorial:concept {description: "Instructional material for using an editor"}
@promotion:concept {description: "Activities to increase visibility or sales"}
@subscription:concept {description: "Recurring payment for access"}
@modern_life:concept {description: "Contemporary lifestyle topics"}
@historical_essays:concept {description: "Essays about historical subjects"}
@formatting:concept {description: "Styling of text and media"}
@writing_tools:concept {description: "Software or utilities for writing"}
@email_marketing:concept {description: "Marketing via email"}
@content_management:concept {description: "Organizing and handling content"}
@system_files:concept {description: "Files related to system configuration"}
@test_collection -> has subject -> [@substack, @newsletter, @metadata, @digital_archives, @editor_tutorial, @promotion, @subscription, @modern_life, @historical_essays, @formatting, @writing_tools, @email_marketing, @content_management, @system_files]# Reorganization Summary The organizational strategy focuses on separating content-related files from system-generated files. The 'newsletter_posts' group contains the CSV file with details about newsletter posts, which is logically distinct from the 'system_files' group that includes metadata files like .DS_Store.ref.json. This approach ensures clarity and avoids unnecessary duplication of files across groups. ## Groups Created - **newsletter_posts**: Files containing data about newsletter posts, including post IDs, dates, publication status, and audience. - **system_files**: System-generated files, typically used for storing metadata or configurations.