It has been a target of the Ontology SIG for some time to work out mappings between TEI elements and RDF vocabularies. Most notably, there has been a concerted effort to align the TEI with ISO 21127:2006, the CIDOC conceptual reference model. The aim of this paper is to review how far this can be implemented in practice, with the aim of taking an arbitrary TEI document and extracting useful RDF assertions in CIDOC CRM, and thus enabling TEI digital texts to participate more fully in the world of open linked data.
Talk to TEI members meeting in XML and PDF | |
http://tei.svn.sourceforge.net/viewvc/tei/trunk/Stylesheets/rdf/crm.odd | CRM ODD file showing <equiv> |
http://tei.svn.sourceforge.net/viewvc/tei/trunk/Stylesheets/rdf/crm.xsl | Main part of XSLT conversion from TEI to RDF/XML |
http://tei.svn.sourceforge.net/viewvc/tei/trunk/Stylesheets/rdf/tei2rdf.xsl | Wrapper for conversion |
test.xml?style=raw | Test file input |
test.rdf | Test file output (normalized RDF/XML) |
diary.xml?style=raw | 2nd Test file input (Godwin diaries) |
diary.rdf | 2nd Test file output (normalized RDF/XML) |
3011.xml?style=raw | 3rd Test file input (novel) |
3011.rdf | 3rd Test file output (normalized RDF/XML) |
convert.py | Python script to normalize RDF after conversion |