Skip to content

Latest commit

 

History

History
36 lines (34 loc) · 1.19 KB

cod-contents.md

File metadata and controls

36 lines (34 loc) · 1.19 KB

Codicology Contents

🔑 ID: it.vedph.codicology.contents

  • contents (CodContent[]):
    • eid (string)
    • workId (AssertedCompositeId): the optional reference to an authority work. When set, usually you do not need to set author and title.
    • range* (CodLocationRange):
      • start* (CodLocation):
        • endleaf (int): 0=none 1=start 2=end
        • s (string): system
        • n* (int): sheet number
        • rmn (boolean): Roman system for n
        • sfx (string): arbitrary suffix
        • v (boolean?): verso or recto or unspecified/not-applicable
        • c (string): column
        • l (string): line
        • word (string): reference word
      • end* (CodLocation)
    • states* (string[] 📚 cod-content-states)
    • author (string)
    • title (string)
    • location (string)
    • claimedAuthor (string)
    • claimedTitle (string)
    • tag (string 📚 cod-content-tags)
    • note (string)
    • incipit (string)
    • explicit (string)
    • annotations (CodContentAnnotation[]):
      • type* (string 📚 cod-content-annotation-types)
      • range* (CodLocationRange)
      • incipit* (string)
      • explicit (string)
      • text (string)
      • note (string)