User-generated tag on eprint (TaxoFolk) with optional knowledge graph linking
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
eprintUri
string
at-uri
Required
AT-URI of the tagged eprint
nodeSlug
string
Optional
Node slug for display fallback when nodeUri is present
maxLength: 100 bytesnodeSubkind
string
Optional
Subkind of the linked node for styling (e.g., 'topic', 'concept', 'field')
maxLength: 50 bytesnodeUri
string
at-uri
Optional
Optional AT-URI to linked knowledge graph node (subkind=topic, concept, field, etc.)
schemaRevision
integer
Optional
Schema revision this record was created with. Absent means revision 1.
minimum: 1tag
string
Required
Tag label (user-provided text)
maxLength: 100 bytesView raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"eprintUri",
"tag",
"createdAt"
],
"properties": {
"tag": {
"type": "string",
"maxLength": 100,
"description": "Tag label (user-provided text)"
},
"nodeUri": {
"type": "string",
"format": "at-uri",
"description": "Optional AT-URI to linked knowledge graph node (subkind=topic, concept, field, etc.)"
},
"nodeSlug": {
"type": "string",
"maxLength": 100,
"description": "Node slug for display fallback when nodeUri is present"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"eprintUri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the tagged eprint"
},
"nodeSubkind": {
"type": "string",
"maxLength": 50,
"description": "Subkind of the linked node for styling (e.g., 'topic', 'concept', 'field')"
},
"schemaRevision": {
"type": "integer",
"minimum": 1,
"description": "Schema revision this record was created with. Absent means revision 1."
}
}
},
"description": "User-generated tag on eprint (TaxoFolk) with optional knowledge graph linking"
}