Work — JSON-LD
const url = 'https://textrefs.org/id/work/example.json';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://textrefs.org/id/work/example.jsonParameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Flat registry key.
Responses
Section titled “Responses”Work record as JSON-LD.
object
Successor IRI. Only present when status is deprecated, withdrawn, or blocked.
Flat registry key: lowercase, starts with [a-z0-9], allows . _ -
Additional names for the work — abbreviations, translated titles, and established short forms. Search and display only. Identity-neutral, because no label is a UUID seed input, so a label change never moves an identifier. Unique within one work; two different works MAY share an alternative label.
Key of the CitationSystem this work is cited under by default. Governs the bare /cite/{work_key}/{locator} alias and default presentation only; it is identity-neutral and never affects how a fully qualified reference validates or resolves.
Compiler-derived from the work’s alternateOf MappingAssertions that are not deprecated, withdrawn or blocked. The array enriches the work and makes no review claim. Read the MappingAssertion for status. Read-only, never authored.
Compiler-derived from the work’s isReferencedBy MappingAssertions that are not deprecated, withdrawn or blocked. The array enriches the work and makes no review claim. Read the MappingAssertion for status. Read-only, never authored.
Example
{ "status": "draft", "type": "Work", "creators": [ { "kind": "person" } ]}No registry object found at this identifier. The site is static, so the
host cannot build a per-path error body. It serves the site’s own 404
page instead: text/html, with the same navigation as every other
page. A client detects the miss from the status code, not from the body.
The site’s HTML 404 page.