Aelia Aemilia Arnensis Camilia Claudia Clustumina Collina Cornelia Esquilina Fabia Falerna Galeria Horatia Lemonia Maecia Menenia Oufentina Palatina Papiria Pollia Pomptina Publilia Pupinia Quirina Romilia Sabatina Scaptia Sergia Stellatina Suburana Sulpicia Teretina Tromentina Ulpia Velina Voltinia Voturia Person was stored couldn't be saved document.querySelector('fx-fore').classList.remove('submit-validation-failed'); if (!$xml) return ''; const lt = String.fromCharCode(60); const gt = String.fromCharCode(62); return String($xml) .replace(new RegExp(gt + '\\s*' + lt, 'g'), gt + '\n' + lt) .split('\n') .reduce((state, line) => { line = line.trim(); if (!line) return state; let indent = state.indent; if (line.startsWith(lt + '/')) { indent -= 1; } state.result.push(`${' '.repeat(Math.max(indent, 0))}${line}`); const isOpeningTag = line.startsWith(lt) && !line.startsWith(lt + '/') && !line.startsWith(lt + '?') && !line.startsWith(lt + '!') && !line.endsWith('/' + gt) && !line.includes(lt + '/'); if (isOpeningTag) { indent += 1; } state.indent = indent; return state; }, { result: [], indent: 0 }) .result .join('\n');
TEI person editor

Person record

Edit person data encoded in TEI (Text Encoding Initiative) including custom domain rules for names, using controlled vocabularies and repeated data.

Data
{pretty(log('default'))}
Person
Domain rule A person record is valid when at least one identifying name field is present: Deity, Praenomen, Nomen Gentile, Cognomen or Supernomen.
References
Interaction rule At least one reference row is kept. Delete is only available for additional references.