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