Last active
August 29, 2015 13:56
-
-
Save davidamichelson/8810784 to your computer and use it in GitHub Desktop.
Comparing TEI and MADS date formats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<birth when="0306" source="#bib13-11">0306</birth> | |
<death when="0373" source="#bib13-1">373</death> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mads:namePart type="date">0306-0373</mads:namePart> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<birth notBefore="0430" notAfter="0460" source="#bib44-1">ca. 440s?</birth> | |
<death when="0523" source="#bib44-1">523</death> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mads:namePart type="date">d. 523</mads:namePart> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment