User-curated citation linking an eprint to a cited work
Record Key
tid
Timestamp-based ID
Properties
citationType
string
Optional
Semantic type of the citation relationship
Known values:
cites, extends, refutes, reviews, uses-data, uses-methodcitedWork
ref
#citedWork
Required
No description available.
context
string
Optional
Contextual note explaining the citation
maxLength: 1000 bytescreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eprintUri
string
at-uri
Required
AT-URI of the eprint that cites this work
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"eprintUri",
"citedWork",
"createdAt"
],
"properties": {
"context": {
"type": "string",
"maxLength": 1000,
"description": "Contextual note explaining the citation"
},
"citedWork": {
"ref": "#citedWork",
"type": "ref"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the eprint that cites this work"
},
"citationType": {
"type": "string",
"description": "Semantic type of the citation relationship",
"knownValues": [
"cites",
"extends",
"refutes",
"reviews",
"uses-data",
"uses-method"
]
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
}
}
},
"description": "User-curated citation linking an eprint to a cited work"
}