PI
Version: 4 (current) | Updated: 12/11/2025, 12:07:34 AM | Created: 12/11/2025, 12:05:46 AM
Added description
The collection’s structure is straightforward: the metadata file references the two text files, and the creator entity “Arke” is linked to the metadata record.
@arke:person {role: "creator"}
@test_files_collection:document {title: "Test Files Collection", description: "Collection of test files containing sample text.", language: "en", source: "PINAX", creator: @arke}
@file_pinax:file {filename: "pinax.json", file_type: "Metadata (PINAX)", id: "01KC5BMZHPNECEXQ4TM3G2MSRH"}
@file_test_file_2:file {filename: "test-file-2.txt", description: "Test file 2"}
@file_test_file:file {filename: "test-file.txt", content: "Hello, Arke!"}
@test_files_collection -> includes -> [@file_pinax, @file_test_file_2, @file_test_file]
@file_pinax -> created by -> @arke
@file_test_file -> contains text -> "Hello, Arke!"Test file 2
Hello, Arke!
No children (leaf entity)