Skip to content

Instantly share code, notes, and snippets.

@markotom
Last active December 18, 2015 11:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markotom/5778487 to your computer and use it in GitHub Desktop.
Save markotom/5778487 to your computer and use it in GitHub Desktop.
TEI Boilerplate
{
"_id": "xyz"
, "_rev": "zyx"
, "successor": ""
, "predecessor": ""
, "images": [
{
"url": "http://..."
}
]
, "header": {
"sourceDesc": {
"biblFull": {
"titleStmt": {
"author": {}
, "title": ""
, "summary": ""
, "type": ""
, "recipient": {}
, "date": {}
}
}
}
, "publicationStmt": {
"address": ""
, "publisher": ""
, "pubPlace": ""
, "idno": ""
, "availability": ""
, "date": ""
}
, "profileDesc": [
{
"textClass": [
{
"keywords": []
, "scheme": ""
}
]
, "langUsage": []
}
]
, "fileDesc":{
"titleStmt": {
"type": "[ electronicresource ]"
, "principal": ""
}
}
, "encodingDesc": {
"projectDesc": ""
}
, "references": []
, "annotations": []
, "transcription": {
"closer": {}
, "text": ""
, "opener": {}
}
, "history": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment