- ab
- abbr
- acquisition
- add
- additional
- additions
- antiphon
- app
- bibl
- binding
- bindingDesc
- catDesc
- category
- cb
- Certainty
- change
- choice
- cit
- citedRange
- collation
- collection
- colophon
- condition
- country
- creation
- custEvent
- date
- decoDesc
- decoNote
- del
- depth
- desc
- dim
- dimensions
- div
- editor
- ex
- expan
- explicit
- facsimile
- faith
- filiation
- foliation
- foreign
- gap
- geo
- graphic
- keywords
- handDesc
- handNote
- handShift
- height
- hi
- history
- idno
- incipit
- item
- l
- language
- layout
- layoutDesc
- lb
- lem
- list
- listApp
- listBibl
- listPerson
- listRelation
- listWit
- locus
- material
- measure
- msContents
- msDesc
- msIdentifier
- msItem
- msFrag
- msPart
- nationality
- notatedMusic
- note
- objectDesc
- occupation
- orig
- origDate
- origin
- origPlace
- p
- pb
- persName
- person
- personGrp
- physDesc
- place
- placeName
- provenance
- ptr
- q
- quote
- rdg
- ref
- region
- relation
- repository
- roleName
- rubric
- seal
- sealDesc
- seg
- settlement
- signatures
- source
- space
- subst
- summary
- supportDesc
- supplied
- surrogates
- TEI
- term
- textLang
- title
- unclear
- watermark
- width
- witness
- active
- ana
- assertedValue
- atLeast
- atMost
- cRef
- calendar
- cause
- cert
- color
- columns
- contemporary
- corresp
- defective
- dur
- evidence
- facs
- form
- from
- hand
- href
- ident
- key
- n
- name
- new
- notAfter
- notAfter-custom
- notBefore
- notBefore-custom
- part
- passive
- pastedown
- place
- reason
- ref
- rend
- rendition
- resp
- role
- sameAs
- script
- source
- subtype
- target
- to
- type
- unit
- url
- value
- when
- when-custom
- who
- wit
- writtenLines
- xml:base
- xml:id
- xml:lang
- @source
- Additional
- Additions and Varia
- Aligning transliteration and morphological annotations with Alpheios Alignment Tool
- Art Themes
- Attribution of single statements
- Authority files (keywords)
- Bibliographic References
- Binding Description
- Canonicalized TEI
- Catalogue Workflow
- Collation
- Colophons, Titles and Supplications
- Contributing sets of images to the research environment
- Contributing to the research environment
- Corpora
- Create New Entry
- Create a new file, delete existing, deal with doublets
- Critical Apparatus
- Critical Edition Workflow
- Dates
- Decoration Description
- Definition of Works, Textparts and Narrative Units
- Documentary Texts
- Dubious spelling
- Editing the Schema
- Editing these Guidelines
- Editions in Work Records
- Entities ID structure
- Event
- Figures and Links to Images
- General
- General Structure of Work Records
- Groups
- Hands Description
- History
- Identifiers Structure
- Images
- Images of Manuscripts for editions
- Inscriptions
- Keywords
- La Syntaxe du Codex
- Language
- Layout
- Letters
- Linking from Wikidata to the research environment
- Manuscript Contents
- Manuscript Description
- Manuscript Physical Description
- Manuscripts
- Named Entities
- Narrative Units
- Object Description
- Person
- Place or Repository
- Places
- References
- References to a text and its structure
- Referencing parts of the manuscript
- Relations
- Relative Location
- Repositories
- Revisions
- Roles and roleNames
- Scrolls
- Seals Description
- Setup
- Some useful how-to for personal workspace set up
- Spaces
- Stand-off annotations with Hypothes.is
- Standardisation of transcription from Encyclopaedia Aethiopica
- State and Certainty
- Statements about persons
- Structure
- Summary on the Use of @ref and @corresp
- TEI
- Taxonomy
- Team IDs
- Text Encoding
- Training Materials
- Transcriptions with Transkribus
- Transformation
- Transliteration Principles
- Users
- Using Xinclude
- Validation process
- Workflow
- Works
- Works Description
- Zotero Bibliography Guidelines
- titleStmt of Manuscript Records
Scrolls
We treat scrolls in the same way as codices and any other written artefacts,
and only add in <objectDesc>
↗ the value Scroll for @form
. However,
there are several specific features of encoding the descriptions of scrolls.
Since the scrolls are sewn together mostly of several parchment strips,
there is a possibility of assigning <xml:id>
↗s to single strips and of a consistent
encoding of their sizes, as follows:
<dimensions type="outer" unit="mm">
<height>1590</height>
</dimensions>
<dimensions type="outer" unit="mm" xml:id="strip1">
<height>486</height>
<width>100</width>
</dimensions>
<dimensions type="outer" unit="mm" xml:id="strip2">
<height>588</height>
<width>120</width>
</dimensions>
<dimensions type="outer" unit="mm" xml:id="strip3">
<height>540</height>
<width>97</width>
</dimensions>
Example 1
The assigned <xml:id>
↗s can be referenced to while encoding
other features. For example:
<layout columns="2" writtenLines="68" corresp="#strip1">
</layout>
Example 2
When structuring the text transcription of your scroll
for referencing you may consider
to use specific <div>
↗s for recto and verso.
<div type="edition">
<div type="textpart" subtype="recto">
...
</div>
<div type="textpart" subtype="verso">
...
</div>
</div>
Example 3
If you have <lb>
↗ inside these divisions you will of course be able to use them
as a referencing structure.
<ref cRef="MyScroll1.recto.12"></ref>
Example 4
The same method can be used if desired to encode parchment strips, however it is likely that
hierarchies problems will arise, it is thus advisable to use
a simple <milestone unit="parchmentStip">
↗ with @n
.
This will not become a referencing structure in the BM application
but will allow you to encode in any point of the text where this is
convenient the occurrence of this change. While a page break occurs only in one point, this
type of change, as the one of block of stone for a running
architectural inscription, for example, are likely to occur several times in one transcription.
You will have where convenient this <milestone>
↗ as many times as needed (with the same @n
).
It is generally enough to encode the text of the inscription in the file, but there are cases in which you might need to separate the content from the support description, in which case, simply use a work record for the content and place there the edition of the text.
This page is referred to in the following pages
Revisions of this page
- Pietro Maria Liuzzo on 2020-06-22: Created page
- Daria Elagina on 2021-02-10: Added the examples on encoding of physical description.