Collections
ArcaQ feature
ยง1 โ What you can collect
Collections are not folders โ they are typed RDF resources with named membership edges.
Notes & writings
Any text node can be added to one or more collections.
Graph entities
Any URI in your knowledge graph can be curated into a collection.
Files & documents
Files ingested into Brain Ingestion can be bookmarked in collections.
Color-coded identity
Choose a hex color for each collection โ always visually distinct in the sidebar.
Item count & drill-down
Collections view shows item counts at a glance. Click to expand members.
SPARQL-native
Stored in <arcaq:collections/> named graph โ queryable by any SPARQL client.
ยง2 โ API reference
Six REST endpoints for the full CRUD lifecycle of collections and members.
| Method | Endpoint | Description |
|---|---|---|
| POST | /second-brain/collections | Create a new collection |
| GET | /second-brain/collections | List user's collections |
| GET | /second-brain/collections/{id}/items | Get collection items |
| POST | /second-brain/collections/{id}/items | Add item to collection |
| DELETE | /second-brain/collections/{id}/items | Remove item from collection |
| DELETE | /second-brain/collections/{id} | Delete a collection |