Skip to content

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.

MethodPathSummaryKey paramsResponse
GET/v1/linked-art/authority/{kind}/{id}Linked Art authority documentkind (path:string)
id (path:integer)
(no body)
GET/v1/linked-art/{collection}/{libro}Linked Art libro documentcollection (path:string)
libro (path:integer)
(no body)
GET/v1/linked-art/{collection}/{libro}/dlu/{id}Linked Art DLU documentcollection (path:string)
libro (path:integer)
id (path:integer)
(no body)
GET/v1/linked-art/{collection}/{libro}/dlu/{id}/event/{seq}Linked Art event documentcollection (path:string)
libro (path:integer)
id (path:integer)
(no body)
GET/v1/linked-art/{collection}/{libro}/dlu/{id}/relation/{seq}Linked Art relation documentcollection (path:string)
libro (path:integer)
id (path:integer)
(no body)

Fetch a DLU as Linked Art

Terminal window
curl "$ARCHAIC/v1/linked-art/dipucoru/1/dlu/{id}"