Location Document Template
This document is currently in draft. When it has been reviewed and proofed, it will
be
published on the site.
Please note that it is not of publishable quality yet.
Location Document Template
-
<TEI xmlns="http://www.tei-c.org/ns/1.0" version="5.0" xml:id="[Insert document xml:id.]">
1-
<teiHeader>
2-
<fileDesc>
-
<titleStmt>
-
<respStmt>
4-
<resp ref="molresp:aut">
Author
</resp>
-
<name ref="mol:[Insert author’s xml:id.]>
[Insert author’s name.]
</name>
</respStmt>
-
-
<respStmt>
-
<resp ref="molresp:mrk">
Encoder
</resp>
-
<name ref="mol:[Insert encoder’s xml:id.]>
[Insert encoder’s name.]
</name>
</respStmt>
-
-
<respStmt>
-
<resp ref="molresp:gis">
Geographic Information Specialist
</resp>
-
<name ref="mol:[Insert geographic inofmation specialist’s xml:id.]>
[Insert geographic information specialist’s name.]
</name>
</respStmt>
-
-
<respStmt>
-
<resp ref="molresp:rth">
Assistant Project Director
</resp>
-
<name ref="mol:MCFI1">
Kim McLean-Fiander
</name>
</respStmt>
-
-
<respStmt>
-
<resp ref="molresp:prg">
Programmer
</resp>
-
<name ref="mol:HOLM3">
Martin Holmes
</name>
</respStmt>
-
-
<respStmt>
-
<resp ref="molresp:pdr">
Project Director
</resp>
-
<name ref="mol:JENS1">
Janelle Jenstad
</name>
</respStmt>
-
-
[...]
-
<publicationStmt>
-
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../boilerplate/includes.xml" xpointer="xpointer(//publicationStmt[@xml:id=[Insert straight apostrophe character.]inc_global_publicationStmt[Insert straight apostrophe character.]]/*)" parse="xml">
5-
<xi:fallback>
<p>
Unable to find the publicationStmt element in the includes.xml file.
</p>
</xi:fallback>
-
-
</xi:include>
</publicationStmt>
-
-
<sourceDesc>
<p>
Born digital.
</p>
</sourceDesc>
-
-
</fileDesc>
-
<profileDesc>
-
<textClass>
-
<catRef scheme="mdt:molDocumentTypes" target="mdt:mdtBornDigital"/>
6 -
<catRef scheme="mdt:molDocumentTypes" target="mdt:mdtEncyclopediaLocation"/>
-
-
</textClass>
-
-
</profileDesc>
-
<encodingDesc>
-
<p>
Our editorial and encoding practices are documented in detail in the
<ref target="mol:praxis">
Praxis
</ref>
section of our website.
</p>
-
-
</encodingDesc>
-
<!-- Changes recorded here are only major changes or those resulting from automated processing. Later changes should be placed first. A complete record of the history of any of our files is available through the Subversion log. -->
-
<revisionDesc status="[Insert document status.]">
7-
<change who="[Insert your xml:id.]">
Created document.
</change>
-
[...]
-
-
</revisionDesc>
-
-
</teiHeader>
-
<facsimile>
8-
<surface>
-
<graphic url="[Insert image url for the Agas map square in which the location is depicted.]"/>
-
<zone xml:id="[Insert unique xml:id.] points="[Insert pixel points of where the location is depicted in the specified Agas map image.]"/>
-
-
</surface>
-
-
</facsimile>
-
<text>
-
<front>
-
<docTitle>
-
</docTitle>
-
-
</front>
-
<body>
-
<div type="placeInfo">
10-
<head>
[Insert location name.]
</head>
-
<listPlace>
-
<place corresp="[Insert Agas grid identifier and location xml:id, seperated by underscore character.]">
-
<placeName>
[Insert location name.]
</placeName>
-
<location>
-
[...]
-
</location>
-
[...]
-
-
</place>
-
-
</listPlace>
-
-
</div>
-
<div xml:id="[Insert unique xml:id for div.]">
12 -
[Add document content.]
-
</div>
-
-
</body>
-
-
</text>
-
-
</TEI>
Notes
- The value for the
@xml:id
attribute should match the document’s filename. For more information, see docunmentation on document structure.↑ - We use the
<teiHeader>
to encode metadata for documents. For more information, see documentation on encoding a<teiHeader>
.↑ - Use the
<title>
element to tag the location’s authority name.↑ - For information about how to add content to the
<respStmt>
tag, see documentation on the encoding responsibility statements. Note that, depending on the location document you are encoding, you may not necessarily include all the responsibilty statements listed in this template. Conversely, you may also include responsibility statements that are not listed in this document.↑ - Note that .xml document templates include actual straight apostrophe characters in
the
@xpointer
value field.↑ - We use the
<catRef>
element to classify documents according to the MoEML Document Type Taxonomy. For more information, see documentation on understanding the mdt taxonomy.↑ - For information about how to add content to the
<revisionDesc>
tag, see documentation on the encoding revision descriptions.↑ - For information about how to add content to the
<facsimile>
tag, see documentation on the location document structure.↑ - Use the
<titlePart>
element to tag the location’s authority name again.↑ - For information about how to add content to the
<div type="placeInfo">
tag, see documentation on location document structure and encoding geo-coordinates in a location document.↑ - For information about how to obtain and encode geo-coordinates, see documentation on geocoding MoEML locations.↑
- Use this
<div>
(and further<div>
elements) to encode the main content of a location document (i.e., a stub entry, an encyclopedia article, etc.).↑