Skip to main content
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.

MethodEndpointDescription
POST/second-brain/collectionsCreate a new collection
GET/second-brain/collectionsList user's collections
GET/second-brain/collections/{id}/itemsGet collection items
POST/second-brain/collections/{id}/itemsAdd item to collection
DELETE/second-brain/collections/{id}/itemsRemove item from collection
DELETE/second-brain/collections/{id}Delete a collection

Get started