Papyrus Oxyrhynchus 274

Papyrus Oxyrhynchus 274 (P. Oxy. 274 or P. Oxy. II 274) is a fragment of a Register of Property, in Greek. It was discovered in Oxyrhynchus. The manuscript was written on papyrus in the form of a sheet. It is dated to 28 August 97. Currently it is housed in the Union Theological Seminary (Rare Book Library) in New York City.[1]

Description

The document was written by an unknown scribe. It is a part of an official Register of real Property owned by various persons.[2]

The measurements of the fragment are 345 by 215 mm. The document is mutilated.[2]

It was discovered by Grenfell and Hunt in 1897 in Oxyrhynchus. The text was published by Grenfell and Hunt in 1899.[2]

gollark: > inputs longer string> program goes crazy
gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```

See also

References

  1. P. Oxy. 274 at the Oxyrhynchus Online
  2. Grenfell, B. P.; Hunt, A. S. (1898). Oxyrhynchus Papyri II. London: Egypt Exploration Fund. pp. 259–262.

 This article incorporates text from a publication now in the public domain: B. P. Grenfell; A. S. Hunt (1899). Oxyrhynchus Papyri II. London: Egypt Exploration Fund.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.