LinkedArt API
Linked Art (linked.art) JSON-LD export. Serves one document per object: libro, DLU, event-within-DLU, relation-within-DLU, and authority record. Read-only. Use this surface for downstream consumers that want CIDOC-CRM-shaped JSON-LD instead of the engine’s native shape.
| Method | Path | Summary | Key params | Response |
|---|---|---|---|---|
| GET | /v1/linked-art/authority/{kind}/{id} | Linked Art authority document | kind (path:string)id (path:integer) | (no body) |
| GET | /v1/linked-art/{collection}/{libro} | Linked Art libro document | collection (path:string)libro (path:integer) | (no body) |
| GET | /v1/linked-art/{collection}/{libro}/dlu/{id} | Linked Art DLU document | collection (path:string)libro (path:integer)id (path:integer) | (no body) |
| GET | /v1/linked-art/{collection}/{libro}/dlu/{id}/event/{seq} | Linked Art event document | collection (path:string)libro (path:integer)id (path:integer)… | (no body) |
| GET | /v1/linked-art/{collection}/{libro}/dlu/{id}/relation/{seq} | Linked Art relation document | collection (path:string)libro (path:integer)id (path:integer)… | (no body) |
Examples
Section titled “Examples”Fetch a DLU as Linked Art
curl "$ARCHAIC/v1/linked-art/dipucoru/1/dlu/{id}"