<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>http://www.marinelives.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GavinRobinson</id>
		<title>MarineLives - User contributions [en-gb]</title>
		<link rel="self" type="application/atom+xml" href="http://www.marinelives.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=GavinRobinson"/>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/wiki/Special:Contributions/GavinRobinson"/>
		<updated>2026-05-23T12:00:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25alpha</generator>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson&amp;diff=131057</id>
		<title>User:GavinRobinson</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson&amp;diff=131057"/>
				<updated>2025-05-09T08:26:14Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: updated for current circumstances&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dr Gavin Robinson''' is a professional research assistant and manuscript transcriber. Formerly an independent historian. No longer doing unpaid work.&lt;br /&gt;
&lt;br /&gt;
Data from his old research on the British Civil Wars is freely available at [https://github.com/drgavinr Github].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:ColinGreenstreet/Issue_log&amp;diff=129022</id>
		<title>User:ColinGreenstreet/Issue log</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:ColinGreenstreet/Issue_log&amp;diff=129022"/>
				<updated>2018-05-21T11:25:01Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: /* Item 3. Red links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Issue Log and Open Questions'''&lt;br /&gt;
&lt;br /&gt;
==Issue Log==&lt;br /&gt;
----&lt;br /&gt;
===Item 1.Duplicate sections inserted every time Form is saved===&lt;br /&gt;
&lt;br /&gt;
'''The [[Form:SemBioLongInfoBoxThreeWithBanner]] seems to insert an extra section every time a page created using the Template and associated Form is saved'''&lt;br /&gt;
&lt;br /&gt;
- Is there a glitch or have I coded the Form incorrectly?&lt;br /&gt;
- The form should create three sections, which are optional for filling out. The sections are (1) Biographical synthesis (2) Evidence from High Court of Admiralty (2) Comment on sources&lt;br /&gt;
- NB: The extra inserted section on saving is ONLY the Comment on sources section, and the extra insertion only happens if that section contains no text after the Form creating the Semantic biography has been saved for the first time&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 2. Form filled out in popout mode won't save though logged in===&lt;br /&gt;
&lt;br /&gt;
I have filled out a form in popup mode [[Form:SemBioLongInfoBoxThreeWithBanner]] to create a new semantic biography, which I accessed via the Create/Edit button I have put on the front page of the wiki.&lt;br /&gt;
&lt;br /&gt;
The button contains popup instructions:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#forminput:form=SemBioLongInfoBoxThreeWithBanner|size=50|default value=|placeholder=Type name of an Admiralty Court deponent|button text=Create or edit a MarineLives biography|popup}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When I try to save the form it won't save, although all the mandatory fields were filled out.&lt;br /&gt;
&lt;br /&gt;
I have re-keyed in the data to the same form accessed through http://www.marinelives.org/wiki/Special:Forms&lt;br /&gt;
&lt;br /&gt;
and I have been able to save this form and data perfectly well.&lt;br /&gt;
&lt;br /&gt;
The saved page is here: http://www.marinelives.org/wiki/Edward_Odling&lt;br /&gt;
&lt;br /&gt;
'''Am I doing something wrong, or is there a problem in saving data from a popup Form?'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 3. Uploading an image file from a Form===&lt;br /&gt;
&lt;br /&gt;
I am trying to add capability to my [[Form:SemBioLongInfoBoxThreeWithBanner]] and [[Template:SemBioLongInfoBoxThree]] similar to the upload image capability [[Tools: Tech Talk|Rowan Beenje]], the designer of the MarineLives SMW built into the [[Form:Page]] we use to create standard High Court of Admiralty deposition pages, which contain both transcriptions and a single image. The image in our standard pages has the Property:Transcription image&lt;br /&gt;
&lt;br /&gt;
The relevant MediaWiki manual page seems to be: https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Input_types#Uploading_files&lt;br /&gt;
&lt;br /&gt;
I have created a new Property called &amp;quot;Has signoff image&amp;quot; which is intended to be used for thumbnail size images of signatures or markes taken from the bottom of depositions using the Microsoft snipping tool to create an image.&lt;br /&gt;
&lt;br /&gt;
I want to make these thumbnail images uploadable through the [[Form:SemBioLongInfoBoxThreeWithBanner]] and to make them displayable in the InfoBox which this Form produces.&lt;br /&gt;
&lt;br /&gt;
I have given the Property &amp;quot;Has signoff image&amp;quot;  the data type &amp;quot;Has type:Page&amp;quot;, though perhaps it should be &amp;quot;Has type:Text&amp;quot;. There isn't an option &amp;quot;Has type:Image&amp;quot;&lt;br /&gt;
&lt;br /&gt;
The code I have added to the Template:SemBioLongInfoBoxThree&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
! Has signoff image&lt;br /&gt;
| [[Has signoff image::{{{Has signoff image|}}}]]&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
The Template is now called out as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{SemBioLongInfoBoxThree&lt;br /&gt;
|Person=&lt;br /&gt;
|Title=&lt;br /&gt;
|First name=&lt;br /&gt;
|Middle name(s)=&lt;br /&gt;
|Last name=&lt;br /&gt;
|Occupation=&lt;br /&gt;
|Training=&lt;br /&gt;
|Had apprentice(s)=&lt;br /&gt;
|Citizen=&lt;br /&gt;
|Literacy=&lt;br /&gt;
|Has signoff text=&lt;br /&gt;
|Has signoff image=&lt;br /&gt;
|Language skills=&lt;br /&gt;
|Birth street=&lt;br /&gt;
|Birth parish=&lt;br /&gt;
|Birth town=&lt;br /&gt;
|Birth county=&lt;br /&gt;
|Birth province=&lt;br /&gt;
|Birth country=&lt;br /&gt;
|Res street=&lt;br /&gt;
|Res parish=&lt;br /&gt;
|Res town=&lt;br /&gt;
|Res county=&lt;br /&gt;
|Res province=&lt;br /&gt;
|Res country=&lt;br /&gt;
|Birth year=&lt;br /&gt;
|Marriage year=&lt;br /&gt;
|Death year=&lt;br /&gt;
|Probate date=&lt;br /&gt;
|Deposition date(s)=&lt;br /&gt;
|Act book start page(s)=&lt;br /&gt;
|Deposition start page(s)=&lt;br /&gt;
|Personal Answer start page(s)=&lt;br /&gt;
|Chancery start page(s)=&lt;br /&gt;
|Letter start page(s)=&lt;br /&gt;
|Miscellaneous start page(s)=&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The code I have added to the Form:SemBioLongInfoBoxThreeWithBanner is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
! Has signoff image&lt;br /&gt;
| {{{field|Has signoff image|size=100|default filename=|uploadable|image preview}}}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This should specify an upload box (and does), and should also display a thumbnail image (I believe) in the Form, when the image is successfully uploaded.&lt;br /&gt;
&lt;br /&gt;
The Data type of &amp;quot;Has signoff image&amp;quot; is Text (because I can't see an &amp;quot;Image&amp;quot; data type)&lt;br /&gt;
&lt;br /&gt;
The relevant bit of the Form now looks like:&lt;br /&gt;
&lt;br /&gt;
[[File:Has Signoff Image 01082016.PNG|500px|thumb|left|Extract from [[Form:SemBioLongInfoBoxThreeWithBanner]] showing Upload file button and text box]]&lt;br /&gt;
&lt;br /&gt;
When I click on Upload file I get the following box:&lt;br /&gt;
&lt;br /&gt;
[[File:Choose File 01082016.PNG|500px|thumb|left|Upload box accessed from Form]]&lt;br /&gt;
&lt;br /&gt;
I select a file and add the following data, with the name of the file set to default&lt;br /&gt;
&lt;br /&gt;
[[File:Chose Image Selected 01082016.PNG|500px|thumb|left|File selected with upload file button]]&lt;br /&gt;
&lt;br /&gt;
I click on Upload File and the URL goes to: http://www.marinelives.org/wiki/Special:UploadWindow, but otherwise the screen is blank and appears to be frozen.&lt;br /&gt;
&lt;br /&gt;
When I go back to the main Template in edit mode the file appears not to have loaded.&lt;br /&gt;
&lt;br /&gt;
For the text in the Form against the Field &amp;quot;Has signoff image&amp;quot; I have typed &amp;quot;Henry Betts signoff image, HCA 13/72 f.30v Annotate&amp;quot;, which I assume will display at the footer of the thumnail once I can get the image to display properly?&lt;br /&gt;
&lt;br /&gt;
However, when I try again from the Form to upload the same image I get the following screen&lt;br /&gt;
&lt;br /&gt;
[[File:Image Uploaded Henry Betts 01082016.PNG|500px|thumb|left|Image uploaded but doesn't display as thumbnail in Form nor in final page]]&lt;br /&gt;
&lt;br /&gt;
But, I am not getting a thumbnail preview of the image in the Form under the &amp;quot;Has signoff image field&amp;quot; which is what the SMW instruction say I should (See: https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Input_types#Uploading_files).&lt;br /&gt;
&lt;br /&gt;
So I have gone ahead and saved the form. &lt;br /&gt;
&lt;br /&gt;
The image does not appear in the Henry Betts biography, but and in [http://www.marinelives.org/wiki/Special:Browse/Henry_Betts Browse page screen] for Henry Betts I get &amp;quot;Has signoff image	Henry Betts signoff image, HCA 13/72 f.30v Annotate  +&amp;quot;&lt;br /&gt;
&lt;br /&gt;
What am I doing wrong?&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 4.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 5.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 6.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 7.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 8.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 9.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 10.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Open Questions==&lt;br /&gt;
----&lt;br /&gt;
===Item 1.  Use of Templates and Forms===&lt;br /&gt;
&lt;br /&gt;
'''Is my use of Templates and Forms correct?'''&lt;br /&gt;
&lt;br /&gt;
- In the case of the SemOccupation Form and Template and I have added a second Template to both the first Form and Template. The second Template is [[Template:CreateBio]] and codes for a float box with a purple header bar on the left hand side below the output of the Inline Query, which is the main component of the [[Template:SemOccupation]]. I added the second Template to the [[Form:SemOccupation]].&lt;br /&gt;
- Is it correct to call the Template:CreateBio a Sub Template, or is that something else?&lt;br /&gt;
- The reason for including the second Template is for efficiency of revising the float box content, since the float box will be used on circa 100 Semantic Occupations&lt;br /&gt;
- Would it have been better to leave the second Template out of the first Template and simply have the second Template selected through the Form:SemOccupation?&lt;br /&gt;
-- I have actually included the following code in the [[Form:SemOccupation]], but I don't think it is correct, and I think it duplicates me pasting the [[Template:CreateBio]] into [[Template:SemOccupation]]?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{{for template|CreateBio}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
|)&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Template:SemBioLongInfoBoxThree]] defines category: Form3withbanner semantic biography&lt;br /&gt;
[[Form:SemBioLongInfoBoxThreeWithBanner]]&lt;br /&gt;
&lt;br /&gt;
[[Template:SemParish]] defines category: Semantic parish&lt;br /&gt;
[[Form:SemParish]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 2.  How deal with some structural issues to do with Property naming and definition in a particular Template and Form?===&lt;br /&gt;
&lt;br /&gt;
'''How handle Mariner occupations?'''&lt;br /&gt;
- Sometimes stated in upfront deposition summary that deponent is a Mariner, but sometimes stated in text&lt;br /&gt;
- Many mariners are just described as Mariners, but some have additional roles stated in upfront deposition summary, e.g. Master, Boatswain, Carpenter's Mate&lt;br /&gt;
- I have created a second Property called &amp;quot;Mariner occupation&amp;quot;&lt;br /&gt;
- How make filling out &amp;quot;Mariner occupation&amp;quot; conditional on ticking a box, or filling out, &amp;quot;Mariner&amp;quot; OR &amp;quot;Sailor&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
[[Template:SemOccupation]] defines category: Semantic occupation&lt;br /&gt;
[[Form:SemOccupation]]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 3. Red links===&lt;br /&gt;
&lt;br /&gt;
'''How direct red links of certain types to certain types of Form to create new pages?'''&lt;br /&gt;
&lt;br /&gt;
- I am keen to stop volunteers having the option of creating a new page without a Form&lt;br /&gt;
- I am keen to direct volunteers to using the right Form to create a new Semantic biography (or, just possibly, another type of page)&lt;br /&gt;
&lt;br /&gt;
e.g. links which are Property type &amp;quot;Is apprentice of&amp;quot;, &amp;quot;Spouse of&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
e.g. Both red links in free text in a semantic biography page and red links in the semantic biography InfoBox?&lt;br /&gt;
&lt;br /&gt;
'''I have tried inserting the following code into [[:Template:XXX]]:'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
! Is apprentice of&lt;br /&gt;
| [[Is apprentice of::{{#formredlink:target={{{Is apprentice of|}}}|form=SemBioLongInfoBoxThreeWithBanner|new window}}]]&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I have then entered the name David Keate into the Form for Richard Keate in the entry box for &amp;quot;Is apprentice of&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
David Keate displays correctly as a red link, however, I get a warning triangle by the name Keate in the Richard Keate page, which when I hover over it says &amp;quot;David Keate&amp;quot; cannot be used as a page name in this wiki.  Nevertheless, when I click on the David Keate red link a new page correctly opens as a Form to create the page David Keate.:&lt;br /&gt;
&lt;br /&gt;
[http://www.marinelives.org/wiki/Special:FormEdit/SemBioLongInfoBoxThreeWithBanner/David_Keate Create SemBioLongInfoBoxThreeWithBanner: David Keate]&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
'''What am I doing wrong?'''&lt;br /&gt;
&lt;br /&gt;
I was struggling with this too and I found this page while looking for examples. I've now found an answer that works but it seems like an awkward fudge and I'm surprised there isn't an easier way of doing it. The parser function #formredlink automatically creates a vanilla wikilink so you don't have to add square brackets, but there's no obvious way of making this link into a semantic property so you have to use the #set parser function to set the property separately. The way to do it in your example would be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
! Is apprentice of&lt;br /&gt;
| {{#formredlink:target={{{Is apprentice of|}}}|form=SemBioLongInfoBoxThreeWithBanner|new window}}&lt;br /&gt;
{{#set:Is apprentice of={{{Is apprentice of|}}} }}&lt;br /&gt;
|-&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 11:23, May 21, 2018 (UTC)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 4. Edit with Form===&lt;br /&gt;
&lt;br /&gt;
'''How shut off the Edit source code option so that a volunteer or a user with a certain user status can only see the Edit with Form option for pages created with a specifc Form?&lt;br /&gt;
&lt;br /&gt;
- Can another group of users be specified so that they can see the source code opetion (s.g. systems ops/administrators?&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 5. Review the developing semantic structure of the wiki===&lt;br /&gt;
&lt;br /&gt;
'''Role of semantic biography pages?'''&lt;br /&gt;
&lt;br /&gt;
'''Role of semantic geography pages?'''&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 6. Skype contact buttons===&lt;br /&gt;
&lt;br /&gt;
'''Is there a way to add a Skype contact button to a MarineLives wiki page?'''&lt;br /&gt;
&lt;br /&gt;
- Either to show a Skype address, or to originate a call?&lt;br /&gt;
&lt;br /&gt;
See: https://support.skype.com/en/faq/FA99/how-do-i-add-contact-me-buttons-and-skype-uri-links-to-my-website-or-app&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 7. Suppressing blanks in an InfoBox===&lt;br /&gt;
&lt;br /&gt;
'''How do I code to suppress the blanks in rows in the Semantic biography InfoBox for which there are no data?'''&lt;br /&gt;
&lt;br /&gt;
- I haven't decided whether it is best to show blanks or not, but want to know technically how I would do that&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 8. Collapsible/Expandible sections in an InfoBox===&lt;br /&gt;
&lt;br /&gt;
'''How would I create collapsible/expandible sections in my InfoBox in the Semantic biography pages?'''&lt;br /&gt;
&lt;br /&gt;
- This would be an alternative to suppressing the blanks in rows for which there is no data&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 9. ShowFactBox Magic word often does not work===&lt;br /&gt;
&lt;br /&gt;
'''In a good number of pages the ShowFactBox magic word does not generate a semantic FactBox at the bottom of a page'''&lt;br /&gt;
&lt;br /&gt;
- The magic word &amp;lt;nowiki&amp;gt;__SHOWFACTBOX__&amp;lt;/nowiki&amp;gt; is included in the various Tenmplates I have used to create new pages&lt;br /&gt;
- There seems no good reason why it works on same pages and not others&lt;br /&gt;
&lt;br /&gt;
e.g. It doesn't on most of the Semantic biography pages, e.g. [[Samuell Haughton]], but the semantic properties are there and can be seen in the Samuell Haughton example  [http://www.marinelives.org/wiki/Special:Browse/Samuell_Haughton Special Browse for Samuell Haughton]&lt;br /&gt;
e.g. It does work in the Semantic parish pages, for example [[Saint Dunstans in the East]]&lt;br /&gt;
&lt;br /&gt;
You can see the &amp;lt;nowiki&amp;gt;__SHOWFACTBOX__&amp;lt;/nowiki&amp;gt; code at the bottom of the [[Template:SemBioLongInfoBoxThree]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
! Has source comment completed&lt;br /&gt;
| [[Has source comment completed::{{{Has source comment completed|}}}]] &lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
__NOEDITSECTION__&lt;br /&gt;
__SHOWFACTBOX__&lt;br /&gt;
&lt;br /&gt;
[[Category:Semantic biography]]&lt;br /&gt;
[[Category:Form3withbanner semantic biography]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 10. Sub queries===&lt;br /&gt;
&lt;br /&gt;
'''I am struggling to understand how to write and use a subquery'''&lt;br /&gt;
&lt;br /&gt;
- I want to be able to combine queried data from our two main types of semantic page (1) Transcription pages (Category:Page) and (2) Semantic biography pages (Catgeory:Semantic biography&lt;br /&gt;
- The sort of queries I have in mind are:&lt;br /&gt;
&lt;br /&gt;
e.g. Show me the all the start pages of depositions for people with semantic biographies of a particular type, and show me for those people the deposition start pages and when they were first transcribed! (Property:First transcribed)&lt;br /&gt;
e.g. Show me the all the start pages of depositions for people with semantic biographies of a particular type, and show me for those people the deposition start pages and the text of the transcription (Property:Transcription)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 11. InfoBox row not appearing in bold===&lt;br /&gt;
&lt;br /&gt;
'''One row in my InfoBox on Semantic biography pages is not appearing in bold'''&lt;br /&gt;
&lt;br /&gt;
- I created a new [[Property:Has opening text]] and gave it &amp;quot;Has type&amp;quot; Text&lt;br /&gt;
- I added the new Property to the [[Template:Floatboxsembiolong]] defines category: Semantic biography&lt;br /&gt;
- I added the new Property etc. to the [[Form:SemBioLongInfoBoxThreeWithBanner]]&lt;br /&gt;
&lt;br /&gt;
s far as I can see everything is correct, but when I look at the InfoBox in any Semantic biography, after refreshing the page, the row label is NOT bold&lt;br /&gt;
&lt;br /&gt;
'''What am I doing wrong?''' &lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;RESOLVED - I deleted the new material from the Template and the Form, saved, then added it back in again and saved, and now the row is in bold!&amp;lt;/span&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
===Item 12. Workaround for sorting deposition by deposition page numbers===&lt;br /&gt;
&lt;br /&gt;
'''Is there a workaround to get deposition page names to sort by the number correctly?'''&lt;br /&gt;
&lt;br /&gt;
e.g.. HCA 13/70 f.30v Annotate coming before HCA 13/70 f.252r Annotate, not after it?&lt;br /&gt;
----&lt;br /&gt;
===Item 13. Linking two fields for later querying===&lt;br /&gt;
&lt;br /&gt;
'''Is it possible to link two fields for use in queries?'''&lt;br /&gt;
&lt;br /&gt;
- I want to create multiple rows for residential address.&lt;br /&gt;
&lt;br /&gt;
e.g. the following properties&lt;br /&gt;
&lt;br /&gt;
Res. parish 1, Res parish 2, Res parish 3&lt;br /&gt;
&lt;br /&gt;
and to associate a date with each item when the person was known to be resident there&lt;br /&gt;
&lt;br /&gt;
e.g. Res 1 - 1652; Res 2 1658; Res 3 Res 1662&lt;br /&gt;
&lt;br /&gt;
Is it possible to make that associateion, and if so how would I do that?&lt;br /&gt;
&lt;br /&gt;
What I DON't want to do is to have a Property:Res1 1652 and a separate property Res2 1658&lt;br /&gt;
&lt;br /&gt;
I want to then be able to do queries like:&lt;br /&gt;
&lt;br /&gt;
- Show me all the residential addresses for this type of person&lt;br /&gt;
&lt;br /&gt;
- Show me the residential addresses and the dates associated with those addressesz (in separate sortable columns, but in same row)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 14. Assigning multiple properties to the same value entered via a Form in InfoBox===&lt;br /&gt;
&lt;br /&gt;
'''Is it possible to assign multiple properties to the same value in a Form?'''&lt;br /&gt;
&lt;br /&gt;
- I want to assign double tag the deposition start pages in the Info Box in the Semantic biography pages as&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;[[Page::Dep start:: VALUE]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;e.g. [[Page::Dep start::HCA 13/62 f.12r Annotate]]&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
I think this will then allow me to conduct searches of both Pages and Semantic biographies&lt;br /&gt;
&lt;br /&gt;
e.g. Show me all the transcribers of transcription pages which are classified as &amp;quot;Dep start&amp;quot;?&lt;br /&gt;
&lt;br /&gt;
e.g. show me all the &amp;quot;Transcription text&amp;quot; Property fields for people for whom semantic biographies exist of a particular occupation, or location?&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 15. Text divider in Info box===&lt;br /&gt;
&lt;br /&gt;
'''Have I correctly coded to insert colour text divider in InfoBox on Semantic biography pages?'''&lt;br /&gt;
&lt;br /&gt;
Is there a way to include an option in the Form when filled out to specify the colour of that text divider so that it can be varied between page, but using the same Template and Form?&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 16. Sections vs Sections as Properties===&lt;br /&gt;
&lt;br /&gt;
'''Should the Sections in my Semantic biographies better be treated as Property fields with Has type=Text? &lt;br /&gt;
&lt;br /&gt;
This is how Rowan Beentje has coded the Transcription, People, Places, Material..sections of the standard MarineLives transcription page&lt;br /&gt;
&lt;br /&gt;
This would enable (say) the text of the section &amp;quot;Biographical synthesis&amp;quot; to be displayed in a search result&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 17. Modifiable Semantic parish template===&lt;br /&gt;
&lt;br /&gt;
'''How would I modify the [[:Template:SemParish]] so that it can become more generic?'''&lt;br /&gt;
&lt;br /&gt;
- Currently the SemParish Template contains the hardwired text:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;Pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;'''This page summarises data in the MarineLives wiki regarding the parish of {{PAGENAME}}.'''&lt;br /&gt;
&lt;br /&gt;
The parish of {{PAGENAME}} is located in [[Located in::London]].&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This means that I can only use it for parishes and only use it for parishes in London&lt;br /&gt;
&lt;br /&gt;
To make the Template more versitile I would be able to input via the related Form the &amp;lt;nowiki&amp;gt;[[Located in::ADD PLACE]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
- Do I need a separate Template, say &amp;lt;nowiki&amp;gt;Template:AddLocatedIn&amp;lt;/nowiki&amp;gt;, which I would incorporate into the [[:Form:SemParish]]?&lt;br /&gt;
&lt;br /&gt;
This Template would look something like&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;include only&amp;gt;&lt;br /&gt;
'''This page summarises data in the MarineLives wiki regarding the parish of {{PAGENAME}}.'''&lt;br /&gt;
&lt;br /&gt;
The parish of {{PAGENAME}} is located in [[Located in::ADD TOWN]].&lt;br /&gt;
&amp;lt;/include only&amp;gt;&amp;lt;/Pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red;&amp;quot;&amp;gt;MY SOLUTION - Comments would be appreciated, since the solution, though it works, may not be &amp;quot;best practice&amp;quot;. Also I think I should probably create a generic Geography Template in which the creator of a new page types in whether the place is a parish, a town, a county, or a country.  The problem with having a generic geography template and form is that there can only be one query for all levels of geography.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''I have come up with the following solution, creating two new templates: [[:Template:AddLocatedIn]] and [[Template:SemParishQueryOnly]] and one new form [[:Form:SemParishNonLondon]]'''&lt;br /&gt;
&lt;br /&gt;
The first Template has the code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
'''This page summarises data in the MarineLives wiki regarding the parish of {{PAGENAME}}.'''&lt;br /&gt;
&lt;br /&gt;
The parish of {{PAGENAME}} is located in [[Located in::{{{Located in|}}}]]. {{Invert-property|Located in|Location of}} [[Category:Semantic parish]] __SHOWFACTBOX__&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I had to put the Invert-property Template, and the Category and ShowFactBox inormation on the same line, because otherwise it messes up the spacing in the final page&lt;br /&gt;
&lt;br /&gt;
The second Template has the code:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;{{#ask: [[Category:Semantic biography]] [[Res parish::{{PAGENAME}}]]&lt;br /&gt;
 |mainlabel=Full name&lt;br /&gt;
 |?Title&lt;br /&gt;
 |?Firstname&lt;br /&gt;
 |?Lastname&lt;br /&gt;
 |?Suffix&lt;br /&gt;
 |?Birth year&lt;br /&gt;
 |?Death year&lt;br /&gt;
 |?Birth place&lt;br /&gt;
 |?Res parish&lt;br /&gt;
 |?Res town&lt;br /&gt;
 |?Res county&lt;br /&gt;
 |?Occupation&lt;br /&gt;
 |?Training&lt;br /&gt;
 |?Citizen&lt;br /&gt;
 |?Has literacy&lt;br /&gt;
 |intro=This table aggregates data from all semantic biographies in the MarineLives wiki relating to the parish of {{PAGENAME}}&lt;br /&gt;
 |sort=Lastname&lt;br /&gt;
 |order=ascending&lt;br /&gt;
 |default=Currently there are no semantic biographies for the parish of {{PAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Semantic parish]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I created a new Form called [[:Form:SemParishNonLondon]]&lt;br /&gt;
&lt;br /&gt;
The code for this form is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
{{{for template|AddLocatedIn}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
! Located in&lt;br /&gt;
|{{{field|Located in|mandatory|size=100|input type=text|placeholder=Enter name of next higher up place in which subject place is located}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
{{{for template|SemParishQueryOnly}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
'''Free text:'''&lt;br /&gt;
&lt;br /&gt;
{{{standard input|free text|rows=10}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|minor edit}}} {{{standard input|watch}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
===Item 18. Multiple-instance templates===&lt;br /&gt;
&lt;br /&gt;
'''Is this how I would allow a user to add rows to the inputs into the [[:Form:SemBioLongInfoBoxThreeWithBanner]]?'''&lt;br /&gt;
&lt;br /&gt;
- For example, if I want to allow a user to add a second residential parish?&lt;br /&gt;
&lt;br /&gt;
See [https://www.mediawiki.org/wiki/Extension:Semantic_Forms/Defining_forms#Multiple-instance_templatesMultiple-instance templates]&lt;br /&gt;
----&lt;br /&gt;
===Item 19. Defining a Property for Keywords===&lt;br /&gt;
&lt;br /&gt;
'''Could we define a &amp;lt;nowiki&amp;gt;[[Property:Keywords]]&amp;lt;/nowiki&amp;gt; and constrain the Keywords that can be input to a pre-created glossary?'''&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Suggested Systems Improvements==&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 1. Adding Semantic Drill Down and Semantic Maps Extensions===&lt;br /&gt;
&lt;br /&gt;
Extensions&lt;br /&gt;
&lt;br /&gt;
I have been reading up on various SMW extensions, and looking at examples of their implementation on other SMWs.&lt;br /&gt;
&lt;br /&gt;
The two extensions which would have the biggest impact on improving the user experience of the MarineLives wiki would be&lt;br /&gt;
&lt;br /&gt;
(1) Semantic Drill Down [https://www.mediawiki.org/wiki/Extension:Semantic_Drilldown]&lt;br /&gt;
&lt;br /&gt;
(2) Semantic Maps [https://www.mediawiki.org/wiki/Extension:Semantic_Maps] (which I believe also requires the MediaWiki Maps extension as well: https://www.mediawiki.org/wiki/Extension:Maps&lt;br /&gt;
&lt;br /&gt;
Drill Down will be a very powerful way of using filters to navigate through the 3000 + semantic biographies which I am suggesting we plan to have on the wiki by March 2017 and the 10,000 transcription pages (with related images) we already have.&lt;br /&gt;
&lt;br /&gt;
An example of Drilldown applied to European Public Sector projects can be seen here: http://www.epsa-projects.eu/index.php?title=Special:BrowseData/Projects. The EPSA drill down analyses 825 projects with 7 filters (1) Award year (2) Award category (3) Award type (4) Sector (5)Type of activity (6) Level of Government(7) Country.&lt;br /&gt;
&lt;br /&gt;
We could do something similar to drill down through 3000+ semantic biographies filtered by:&lt;br /&gt;
&lt;br /&gt;
(1) Occupation (2) Geography (3) Age.&lt;br /&gt;
&lt;br /&gt;
We could also drill down through the volume type and number and page hierachies, using filters such as Record type (Depositions, Personal Answers, Act Books, Miscellaneous, Letters, Prerogative Court of Canterbury Will), Volume number, Year and month of record creation...)&lt;br /&gt;
&lt;br /&gt;
Semantic Maps would be a powerful way to find and display data, and could be used as a way of displaying drill down data. I believe the current versions are Maps 3.5 and Semantic Maps 3.3 [https://www.entropywins.wtf/blog/tag/semantic-maps/]. A lot of our data have strong geographical patterns, so mapping is an obvious functionality.&lt;br /&gt;
&lt;br /&gt;
I have begun to assemble basic geographical coordinate information which I would like to be able to include in (1) Queries (2) Display of query results as soon as possible&lt;br /&gt;
&lt;br /&gt;
See: [[:Category:Semantic parish]] , which includes a table showing London parish geo-coordinates&lt;br /&gt;
&lt;br /&gt;
[https://www.semantic-mediawiki.org/wiki/Semantic_Result_Formats Semantic Results Formats Extension] is also worth looking at&lt;br /&gt;
&lt;br /&gt;
- See: https://www.semantic-mediawiki.org/wiki/Help:Filtered_format&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
===Item 2.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 3.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
===Item 4.===&lt;br /&gt;
&lt;br /&gt;
ADD DATA&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
__NOINDEX__&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Test_page_with_form&amp;diff=112392</id>
		<title>User talk:GavinRobinson/Test page with form</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Test_page_with_form&amp;diff=112392"/>
				<updated>2016-07-18T16:36:49Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: edit with form working&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'Edit with form' isn't appearing for this page. Have I set it up wrong or is it waiting for something to go through the job queue? The default form parser function is in [[Template:Get person subobjects]].--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 19:08, July 17, 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
: Edit with form is working now. I've also updated the form and template so that the transcribed text is a template parameter, like the real edit form. That should give a better idea of how the form-based approach would work.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 16:36, July 18, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112391</id>
		<title>Form:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112391"/>
				<updated>2016-07-18T16:34:15Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: adding transcript parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Persname&amp;quot; form.&lt;br /&gt;
To create a page with this form, enter the page name below;&lt;br /&gt;
if a page with that name already exists, you will be sent to a form to edit that page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#forminput:form=Persname}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{{for template|Get person subobjects}}}&lt;br /&gt;
&lt;br /&gt;
'''Transcript:'''&lt;br /&gt;
{{{field|transcript|input type = textarea}}}&lt;br /&gt;
&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Persname in form|multiple|add button text=Add another person}}}&lt;br /&gt;
'''Name as transcribed:''' {{{field|transcribed_name}}}&lt;br /&gt;
&lt;br /&gt;
'''Role:''' {{{field|person_role|default=Mentioned}}}&lt;br /&gt;
&lt;br /&gt;
'''Identified as person:''' {{{field|person_key|property=Identified as person}}}&lt;br /&gt;
&lt;br /&gt;
'''Could be person:''' {{{field|possible_person_keys|list|delimiter=;|property=Could be person}}}&lt;br /&gt;
&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|minor edit}}} {{{standard input|watch}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_with_form&amp;diff=112390</id>
		<title>User:GavinRobinson/Test page with form</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_with_form&amp;diff=112390"/>
				<updated>2016-07-18T16:28:07Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: moved transcript into template parameter&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Persname in form&lt;br /&gt;
|transcribed_name=George Willingham&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|person_key=User:GavinRobinson/George Willingham (d. 1651), merchant&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=David Avys&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|person_key=User:GavinRobinson/David Avys&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=Daniell Sowton&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=William Pease&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|possible_person_keys=William Pease senior;William Pease junior&lt;br /&gt;
}}&lt;br /&gt;
{{Get person subobjects| transcript = This page is partly copied from horse lists in [[SP 28/131/3]] and partly made up. It demonstrates the use of [[Template:persname in form]] for adding metadata about people using Semantic Forms.&lt;br /&gt;
&lt;br /&gt;
George Willingham of Londonstone painter stainer entred one gray horse, his rider David Avys armed with a Carbine, a case of pistolls a buffe coate and a sword&lt;br /&gt;
&lt;br /&gt;
Daniell Sowton of Mountacue close in Southwarke entred one blacke roane horse, his rider armed with a Carbine a case of pistolls a buffe coate and a sword&lt;br /&gt;
&lt;br /&gt;
William Pease sadler enrolled one bay horse with a starr in his forehead, his rider armed with a case of pistolls, a carbine a buffecoate and sword}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112389</id>
		<title>Template:Get person subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112389"/>
				<updated>2016-07-18T16:26:40Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: adding parameter for transcript to be more like real transcript forms&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;==Transcript==&lt;br /&gt;
&lt;br /&gt;
{{{transcript|}}}&lt;br /&gt;
&lt;br /&gt;
==People==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[-Has subobject::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}{{#default_form:Persname}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used in [[Form:persname]] to display metadata about people. It has no parameters.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Named_entity_subobjects&amp;diff=112388</id>
		<title>User:GavinRobinson/Named entity subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Named_entity_subobjects&amp;diff=112388"/>
				<updated>2016-07-18T16:25:34Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: /* Templates, Forms and Transcripts */ link to query template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a demo of possible ways of using semantic tags for named entities mentioned in transcribed documents. The current version concentrates on people but if it works it could easily be extended to other types of named entity such as ships or places. You can discuss it on the talk page of this page or on talk pages of more specific pages linked to below. Everyone should feel free to edit the test pages.&lt;br /&gt;
&lt;br /&gt;
==General Principles==&lt;br /&gt;
&lt;br /&gt;
* Template everything. Hiding the implementation makes things easier for editors because they only have to learn templates. It's also easy to change the implementation in the future without editing every page.&lt;br /&gt;
* Getting the best out of Semantic MediaWiki means not having to search as much. Most users should be able to find most of what they want by clicking through a trail of wikilinks, although the trail will usually have to start with a simple search, and there will always be a need for some users to construct their own queries.&lt;br /&gt;
* Historical data is often uncertain. Semantic markup needs to represent uncertainty.&lt;br /&gt;
* TEI can help us to think more clearly about the structure and semantics of documents even if we're not using it for markup.&lt;br /&gt;
&lt;br /&gt;
==Subobjects and Properties==&lt;br /&gt;
&lt;br /&gt;
This approach uses subobjects to group together the following properties:&lt;br /&gt;
&lt;br /&gt;
* [[Property:Name transcribed as]] text property containing the name string as transcribed in the text. This allows searching on strings marked up as names even if the person they refer to hasn't been identified.&lt;br /&gt;
* [[Property:Identified as person]] page property linking to a page for the person if they can be positively identified.&lt;br /&gt;
* [[Property:Could be person]] page property similar to above but for people whose identity isn't as certain. Allows multiple values if it could be more than one person.&lt;br /&gt;
* [[Property:Performs role in document]] the person's role in the document, eg deponent. Currently a text property but could be changed to a page property in future as that would allow documenting what each role means.&lt;br /&gt;
* [[Property:Mentioned in page]] always defaults to the page name of the page that contains the subobject. Used to hide subobjects in query results and avoid the need for an extra level of query to find the parent page.&lt;br /&gt;
&lt;br /&gt;
==Templates, Forms and Transcripts==&lt;br /&gt;
&lt;br /&gt;
The subobjects can be used in two different ways:&lt;br /&gt;
&lt;br /&gt;
* inline markup: [[Template:persname]] can be embedded directly in transcribed text. If the person is positively identified, it creates a wikilink to their page. For example, see [[User:GavinRobinson/Test page inline]].&lt;br /&gt;
* semantic forms: [[Template:persname in form]] is a repeatable template that can be added to a form. It allows entering metadata about people separately from the transcribed text. For example, see [[User:GavinRobinson/Test page with form]], which uses [[Form:persname]] (which also transcludes [[Template:Get person subobjects]]).&lt;br /&gt;
&lt;br /&gt;
There's plenty of room to explore and debate which approach is better. Inline is likely to be easier for readers but harder for editors, and could be inconvenient for text miners. The semantic forms approach is likely to be easier for editors but harder for readers, and fits better with current practice at Marine Lives.&lt;br /&gt;
&lt;br /&gt;
==Person Pages==&lt;br /&gt;
&lt;br /&gt;
These are examples of pages for people that can contain a biography, queries for other pages that mention them, and links to external sources:&lt;br /&gt;
&lt;br /&gt;
* [[User:GavinRobinson/George Willingham (d. 1651), merchant]]&lt;br /&gt;
* [[User:GavinRobinson/David Avys]]&lt;br /&gt;
&lt;br /&gt;
In future, pages like this could contain structured semantic data about people. They could contain semantic links to each other, which might be something else to think about when deciding on semantic markup of names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Query==&lt;br /&gt;
&lt;br /&gt;
This inline query should return every existing person subobject that has at least a transcribed name:&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Name transcribed as::+]]&lt;br /&gt;
|?Mentioned in page&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|?Performs role in document&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property_talk:Name_transcribed_as&amp;diff=112387</id>
		<title>Property talk:Name transcribed as</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property_talk:Name_transcribed_as&amp;diff=112387"/>
				<updated>2016-07-18T16:23:28Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: wiki getting type wrong&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The wiki seems to be treating this as a page type property even though its type has always been set as text. That's making some queries and subobjects misbehave. [[Property:Performs role in document]] seemed to have a similar problem yesterday but has since gone right by itself.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 16:23, July 18, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112386</id>
		<title>Template:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112386"/>
				<updated>2016-07-18T16:14:15Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{person_key|{{{2|}}}}}}&lt;br /&gt;
|{{#tag:ref|Identified as [[{{{person_key|{{{2|}}}}}}]].}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Identified as person={{{person_key|{{{2}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{#if:{{{possible_person_keys|{{{3|}}}}}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#tag:ref|Could be {{#arraymap:{{{possible_person_keys|{{{3|}}}}}}|;|@@@|[[@@@]]}}.}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Could be person={{{possible_person_keys|{{{3}}}}}}|+sep=;&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
}}}}&amp;lt;noinclude&amp;gt;This template can be embedded directly in transcribed text to mark up person names. It's named after and roughly analagous to the TEI element persName.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
Parameter names can be omitted if the values are entered in this order:&lt;br /&gt;
&lt;br /&gt;
# '''transcribed_name''' ''required'' the person's name as transcribed from the original document. Linked to [[Property:Name transcribed as]].&lt;br /&gt;
# '''person_key''' ''optional'' the name of a page for the person if they can be identified. Linked to [[Property:Identified as person]].&lt;br /&gt;
# '''possible_person_key''' ''optional'' Names of one or more pages separated by ; for possible people if they can't be positively identified. Linked to [[Property:Could be person]].&lt;br /&gt;
# '''person_role''' ''optional'' A person's role in the document, such as deponent. If no value is entered, it defaults to 'Mentioned'. Linked to [[Property:Performs role in document]].&lt;br /&gt;
&lt;br /&gt;
Only one of '''person_key''' and '''possible_person_key''' should be used. If you use one of them, leave the other blank.&lt;br /&gt;
&lt;br /&gt;
==Example Usage==&lt;br /&gt;
&lt;br /&gt;
===Unidentified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a person's name without making any claims about who it is or what their role in the document is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Unidentified person with role===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name without making any claims about who it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith| person_role = deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Identified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the page for an identified person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|John Smith, merchant captain||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple possibilities===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the pages for more than one person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith||John Smith, merchant captain;John Smith, army officer|deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112385</id>
		<title>Template:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112385"/>
				<updated>2016-07-18T16:12:47Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: moved 'identified as' wikilink to footnote to fix linebreak problem&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{person_key|{{{2|}}}}}}&lt;br /&gt;
|{{#tag:ref|Identified as [[{{{person_key|{{{2|}}}}}}|{{{transcribed_name|{{{1|}}}}}}]].}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Identified as person={{{person_key|{{{2}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{#if:{{{possible_person_keys|{{{3|}}}}}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#tag:ref|Could be {{#arraymap:{{{possible_person_keys|{{{3|}}}}}}|;|@@@|[[@@@]]}}.}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Could be person={{{possible_person_keys|{{{3}}}}}}|+sep=;&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
}}}}&amp;lt;noinclude&amp;gt;This template can be embedded directly in transcribed text to mark up person names. It's named after and roughly analagous to the TEI element persName.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
Parameter names can be omitted if the values are entered in this order:&lt;br /&gt;
&lt;br /&gt;
# '''transcribed_name''' ''required'' the person's name as transcribed from the original document. Linked to [[Property:Name transcribed as]].&lt;br /&gt;
# '''person_key''' ''optional'' the name of a page for the person if they can be identified. Linked to [[Property:Identified as person]].&lt;br /&gt;
# '''possible_person_key''' ''optional'' Names of one or more pages separated by ; for possible people if they can't be positively identified. Linked to [[Property:Could be person]].&lt;br /&gt;
# '''person_role''' ''optional'' A person's role in the document, such as deponent. If no value is entered, it defaults to 'Mentioned'. Linked to [[Property:Performs role in document]].&lt;br /&gt;
&lt;br /&gt;
Only one of '''person_key''' and '''possible_person_key''' should be used. If you use one of them, leave the other blank.&lt;br /&gt;
&lt;br /&gt;
==Example Usage==&lt;br /&gt;
&lt;br /&gt;
===Unidentified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a person's name without making any claims about who it is or what their role in the document is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Unidentified person with role===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name without making any claims about who it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith| person_role = deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Identified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the page for an identified person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|John Smith, merchant captain||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple possibilities===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the pages for more than one person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith||John Smith, merchant captain;John Smith, army officer|deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_inline&amp;diff=112384</id>
		<title>User:GavinRobinson/Test page inline</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_inline&amp;diff=112384"/>
				<updated>2016-07-18T16:10:54Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: added line breaks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is partly copied from Nehemiah Wharton's letters and partly made up. It demonstrates the use of [[Template:persname]] for inline semantic markup of person names.&lt;br /&gt;
&lt;br /&gt;
To his much Honored Frend M[aste]r {{persname|George&lt;br /&gt;
Willingham|User:GavinRobinson/George Willingham (d. 1651), merchant}} at the Golden Anchor in S[ain]t Swethins Lane Marchant&lt;br /&gt;
&lt;br /&gt;
this day I againe meet with {{persname|Davy your&lt;br /&gt;
horseman|User:GavinRobinson/David Avys}} and both horse and man are in good case&lt;br /&gt;
Saturday I met with your auntient maide servant {{persname|Lydea}} with her father and her brethren who all wept for joy&lt;br /&gt;
when they saw mee an officer in this Deseigne for the day&lt;br /&gt;
wee marched into Coventry the Rebels had command to pillage Anstey&lt;br /&gt;
the habitation of her father and Bromagam&lt;br /&gt;
the place of her and her husbands dwellinge both which&lt;br /&gt;
are but 3 miles from Coventry she hath bin maried 3 yeares&lt;br /&gt;
&lt;br /&gt;
Alsoe the {{persname|earle of denbye||William Fielding, 1st Earl of Denbigh;Basil Fielding, 2nd Earl of Denbigh}} [?XXXXXXXX]&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Test_page_with_form&amp;diff=112345</id>
		<title>User talk:GavinRobinson/Test page with form</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Test_page_with_form&amp;diff=112345"/>
				<updated>2016-07-17T19:10:33Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: 'edit with form' not appearing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'Edit with form' isn't appearing for this page. Have I set it up wrong or is it waiting for something to go through the job queue? The default form parser function is in [[Template:Get person subobjects]].--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 19:08, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112344</id>
		<title>Template:Get person subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112344"/>
				<updated>2016-07-17T15:57:46Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;==People==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[-Has subobject::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}{{#default_form:Persname}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used in [[Form:persname]] to display metadata about people. It has no parameters.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112343</id>
		<title>Template:Get person subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112343"/>
				<updated>2016-07-17T15:51:36Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: added default form parser function&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;==People==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[-Has subobject::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}{{#default_form:persname}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used in [[Form:persname]] to display metadata about people. It has no parameters.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form_talk:Persname&amp;diff=112342</id>
		<title>Form talk:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form_talk:Persname&amp;diff=112342"/>
				<updated>2016-07-17T15:48:47Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This probably still needs some improvements. It might be helpful for the role field to display a default value. I'm not sure if the inputs for identified and possible people are working as well as they could.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 14:17, July 17, 2016 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Default value for role and properties for autocompleting person keys now set, which makes it a bit easier to use.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 15:48, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112341</id>
		<title>Form:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112341"/>
				<updated>2016-07-17T15:45:49Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: trying some improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Persname&amp;quot; form.&lt;br /&gt;
To create a page with this form, enter the page name below;&lt;br /&gt;
if a page with that name already exists, you will be sent to a form to edit that page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#forminput:form=Persname}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{{section|Transcript|level=2}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Persname in form|multiple|add button text=Add another person}}}&lt;br /&gt;
'''Name as transcribed:''' {{{field|transcribed_name}}}&lt;br /&gt;
&lt;br /&gt;
'''Role:''' {{{field|person_role|default=Mentioned}}}&lt;br /&gt;
&lt;br /&gt;
'''Identified as person:''' {{{field|person_key|property=Identified as person}}}&lt;br /&gt;
&lt;br /&gt;
'''Could be person:''' {{{field|possible_person_keys|list|delimiter=;|property=Could be person}}}&lt;br /&gt;
&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Get person subobjects}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|minor edit}}} {{{standard input|watch}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template_talk:Get_person_subobjects&amp;diff=112340</id>
		<title>Template talk:Get person subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template_talk:Get_person_subobjects&amp;diff=112340"/>
				<updated>2016-07-17T15:34:48Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created page with &amp;quot;It's not really best practice for a page to query itself but this was the quickest way to do it for demo purposes.--~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It's not really best practice for a page to query itself but this was the quickest way to do it for demo purposes.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 15:34, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form_talk:Persname&amp;diff=112339</id>
		<title>Form talk:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form_talk:Persname&amp;diff=112339"/>
				<updated>2016-07-17T14:17:55Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: possible improvements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This probably still needs some improvements. It might be helpful for the role field to display a default value. I'm not sure if the inputs for identified and possible people are working as well as they could.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 14:17, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Named_entity_subobjects&amp;diff=112338</id>
		<title>User talk:GavinRobinson/Named entity subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User_talk:GavinRobinson/Named_entity_subobjects&amp;diff=112338"/>
				<updated>2016-07-17T14:14:35Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created page with &amp;quot;Some things don't look quite right in the query results but we'll see if it sorts itself out later.--~~~~&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Some things don't look quite right in the query results but we'll see if it sorts itself out later.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 14:14, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template_talk:Persname&amp;diff=112337</id>
		<title>Template talk:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template_talk:Persname&amp;diff=112337"/>
				<updated>2016-07-17T14:13:04Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: possible limitations&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I know the source code looks horrible and is hard to read but that's just the way it is with Mediawiki template and parser function syntax. The way I've done the wikilinks might cause problems further down the line with using default forms to create redlinked pages but I haven't investigated that properly yet.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 14:12, July 17, 2016 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_with_form&amp;diff=112336</id>
		<title>User:GavinRobinson/Test page with form</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_with_form&amp;diff=112336"/>
				<updated>2016-07-17T14:09:05Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created page with &amp;quot;==Transcript== This page is partly copied from horse lists in SP 28/131/3 and partly made up. It demonstrates the use of Template:persname in form for adding metadata...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Transcript==&lt;br /&gt;
This page is partly copied from horse lists in [[SP 28/131/3]] and partly made up. It demonstrates the use of [[Template:persname in form]] for adding metadata about people using Semantic Forms.&lt;br /&gt;
&lt;br /&gt;
==Transcript==&lt;br /&gt;
&lt;br /&gt;
George Willingham of Londonstone painter stainer entred one gray horse, his rider David Avys armed with a Carbine, a case of pistolls a buffe coate and a sword&lt;br /&gt;
&lt;br /&gt;
Daniell Sowton of Mountacue close in Southwarke entred one blacke roane horse, his rider armed with a Carbine a case of pistolls a buffe coate and a sword&lt;br /&gt;
&lt;br /&gt;
William Pease sadler enrolled one bay horse with a starr in his forehead, his rider armed with a case of pistolls, a carbine a buffecoate and sword&lt;br /&gt;
&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=George Willingham&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|person_key=User:GavinRobinson/George Willingham (d. 1651), merchant&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=David Avys&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|person_key=User:GavinRobinson/David Avys&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=Daniell Sowton&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
}}&lt;br /&gt;
{{Persname in form&lt;br /&gt;
|transcribed_name=William Pease&lt;br /&gt;
|person_role=Mentioned&lt;br /&gt;
|possible_person_keys=William Pease senior;William Pease junior&lt;br /&gt;
}}&lt;br /&gt;
{{Get person subobjects}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112335</id>
		<title>Form:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112335"/>
				<updated>2016-07-17T14:05:03Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: manual edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Persname&amp;quot; form.&lt;br /&gt;
To create a page with this form, enter the page name below;&lt;br /&gt;
if a page with that name already exists, you will be sent to a form to edit that page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#forminput:form=Persname}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{{section|Transcript|level=2}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Persname in form|multiple|add button text=Add another person}}}&lt;br /&gt;
'''Name as transcribed:''' {{{field|transcribed_name}}}&lt;br /&gt;
&lt;br /&gt;
'''Role:''' {{{field|person_role}}}&lt;br /&gt;
&lt;br /&gt;
'''Identified as person:''' {{{field|person_key}}}&lt;br /&gt;
&lt;br /&gt;
'''Could be person:''' {{{field|possible_person_keys|list|delimiter=;}}}&lt;br /&gt;
&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Get person subobjects}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|minor edit}}} {{{standard input|watch}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112334</id>
		<title>Form:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Form:Persname&amp;diff=112334"/>
				<updated>2016-07-17T14:01:19Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: demo form for adding metadata about people - still needs some manual edits&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
This is the &amp;quot;Persname&amp;quot; form.&lt;br /&gt;
To create a page with this form, enter the page name below;&lt;br /&gt;
if a page with that name already exists, you will be sent to a form to edit that page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{#forminput:form=Persname}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;div id=&amp;quot;wikiPreview&amp;quot; style=&amp;quot;display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
==Transcript==&lt;br /&gt;
{{{section|Transcript|level=2}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Persname in form|multiple}}}&lt;br /&gt;
'''Name as transcribed:''' {{{field|transcribed_name}}}&lt;br /&gt;
&lt;br /&gt;
'''Identified as person:''' {{{field|person_key}}}&lt;br /&gt;
&lt;br /&gt;
'''Role:''' {{{field|person_role}}}&lt;br /&gt;
&lt;br /&gt;
'''Could be person:''' {{{field|possible_person_keys}}}&lt;br /&gt;
&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
{{{for template|Get person subobjects}}}&lt;br /&gt;
{| class=&amp;quot;formtable&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
{{{end template}}}&lt;br /&gt;
&lt;br /&gt;
'''Free text:'''&lt;br /&gt;
&lt;br /&gt;
{{{standard input|free text|rows=10}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{{standard input|summary}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|minor edit}}} {{{standard input|watch}}}&lt;br /&gt;
&lt;br /&gt;
{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Persname_in_form&amp;diff=112333</id>
		<title>Template:Persname in form</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Persname_in_form&amp;diff=112333"/>
				<updated>2016-07-17T13:57:46Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: to create person subobjects via form&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|}}}&lt;br /&gt;
|Identified as person={{{person_key|}}}&lt;br /&gt;
|Performs role in document={{{person_role|Mentioned}}}&lt;br /&gt;
|Could be person={{{possible_person_keys|}}}|+sep=;&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;Repeatable template that creates a subobject for a person mentioned in a transcript. Designed to be used in [[Form:persname]].&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112332</id>
		<title>Template:Get person subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Get_person_subobjects&amp;diff=112332"/>
				<updated>2016-07-17T13:53:53Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: to display subobject data&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;==People==&lt;br /&gt;
&lt;br /&gt;
{{#ask: [[-Has subobject::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}&amp;lt;/includeonly&amp;gt;&amp;lt;noinclude&amp;gt;This template is used in [[Form:persname]] to display metadata about people. It has no parameters.&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/David_Avys&amp;diff=112331</id>
		<title>User:GavinRobinson/David Avys</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/David_Avys&amp;diff=112331"/>
				<updated>2016-07-17T13:39:30Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: another example person page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;David Avys was a parliamentarian cavalry trooper and former servant of [[User:GavinRobinson/George Willingham (d. 1651), merchant|George Willingham]]. &lt;br /&gt;
&lt;br /&gt;
==Pages that mention this person==&lt;br /&gt;
&lt;br /&gt;
This query could and should be templated in future.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Identified as person::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Mentioned in page&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Performs role in document&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sixdegreesoffrancisbacon.com/?id=10054832 Six Degrees of Francis Bacon]&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/George_Willingham_(d._1651),_merchant&amp;diff=112330</id>
		<title>User:GavinRobinson/George Willingham (d. 1651), merchant</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/George_Willingham_(d._1651),_merchant&amp;diff=112330"/>
				<updated>2016-07-17T13:36:46Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: example of a person page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;George Willingham was a freeman of the London Painterstainers' Company but traded as a merchant. He lived at the Golden Anchor in St Swithin's Lane, near London Stone. In 1642 he received several letters from his former servant, Nehemiah Wharton, who was serving as a sergeant in the parliamentarian army.&lt;br /&gt;
&lt;br /&gt;
==Pages that mention this person==&lt;br /&gt;
&lt;br /&gt;
This query could and should be templated in future.&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Identified as person::{{FULLPAGENAME}}]]&lt;br /&gt;
|?Mentioned in page&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Performs role in document&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==External sources==&lt;br /&gt;
&lt;br /&gt;
* [http://www.sixdegreesoffrancisbacon.com/?id=10054830 Six Degrees of Francis Bacon]&lt;br /&gt;
* [http://discovery.nationalarchives.gov.uk/details/r/D3384622 PCC will]&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_inline&amp;diff=112329</id>
		<title>User:GavinRobinson/Test page inline</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Test_page_inline&amp;diff=112329"/>
				<updated>2016-07-17T13:32:32Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: demo of inline markup in transcript&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page is partly copied from Nehemiah Wharton's letters and partly made up. It demonstrates the use of [[Template:persname]] for inline semantic markup of person names.&lt;br /&gt;
&lt;br /&gt;
To his much Honored Frend M[aste]r {{persname|George Willingham|User:GavinRobinson/George Willingham (d. 1651), merchant}} at the Golden Anchor in S[ain]t Swethins Lane Marchant&lt;br /&gt;
&lt;br /&gt;
this day I againe meet with {{persname|Davy your horseman|User:GavinRobinson/David Avys}} and both horse and man are in good case Saturday I met with your auntient maide servant {{persname|Lydea}} with her father and her brethren who all wept for joy when they saw mee an officer in this Deseigne for the day wee marched into Coventry the Rebels had command to pillage Anstey the habitation of her father and Bromagam the place of her and her husbands dwellinge both which are but 3 miles from Coventry she hath bin maried 3 yeares&lt;br /&gt;
&lt;br /&gt;
Alsoe the {{persname|earle of denbye||William Fielding, 1st Earl of Denbigh;Basil Fielding, 2nd Earl of Denbigh}} [?XXXXXXXX]&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112328</id>
		<title>Template:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112328"/>
				<updated>2016-07-17T13:29:29Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{person_key|{{{2|}}}}}}&lt;br /&gt;
|[[{{{person_key|{{{2|}}}}}}|{{{transcribed_name|{{{1|}}}}}}]]{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Identified as person={{{person_key|{{{2}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{#if:{{{possible_person_keys|{{{3|}}}}}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#tag:ref|Could be {{#arraymap:{{{possible_person_keys|{{{3|}}}}}}|;|@@@|[[@@@]]}}.}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Could be person={{{possible_person_keys|{{{3}}}}}}|+sep=;&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
}}}}&amp;lt;noinclude&amp;gt;This template can be embedded directly in transcribed text to mark up person names. It's named after and roughly analagous to the TEI element persName.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
Parameter names can be omitted if the values are entered in this order:&lt;br /&gt;
&lt;br /&gt;
# '''transcribed_name''' ''required'' the person's name as transcribed from the original document. Linked to [[Property:Name transcribed as]].&lt;br /&gt;
# '''person_key''' ''optional'' the name of a page for the person if they can be identified. Linked to [[Property:Identified as person]].&lt;br /&gt;
# '''possible_person_key''' ''optional'' Names of one or more pages separated by ; for possible people if they can't be positively identified. Linked to [[Property:Could be person]].&lt;br /&gt;
# '''person_role''' ''optional'' A person's role in the document, such as deponent. If no value is entered, it defaults to 'Mentioned'. Linked to [[Property:Performs role in document]].&lt;br /&gt;
&lt;br /&gt;
Only one of '''person_key''' and '''possible_person_key''' should be used. If you use one of them, leave the other blank.&lt;br /&gt;
&lt;br /&gt;
==Example Usage==&lt;br /&gt;
&lt;br /&gt;
===Unidentified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a person's name without making any claims about who it is or what their role in the document is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Unidentified person with role===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name without making any claims about who it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith| person_role = deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Identified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the page for an identified person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|John Smith, merchant captain||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple possibilities===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the pages for more than one person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith||John Smith, merchant captain;John Smith, army officer|deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112327</id>
		<title>Template:Persname</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Template:Persname&amp;diff=112327"/>
				<updated>2016-07-17T13:28:58Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: template for inline markup of person names&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#if:{{{person_key|{{{2|}}}}}}&lt;br /&gt;
|[[{{{person_key|{{{2|}}}}}}|{{{transcribed_name|{{{1|}}}}}}]]{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Identified as person={{{person_key|{{{2}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{#if:{{{possible_person_keys|{{{3|}}}}}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#tag:ref|Could be {{#arraymap:{{{possible_person_keys|{{{3|}}}}}}|;|@@@|[[@@@]]}}.}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Could be person={{{possible_person_keys|{{{3}}}}}}|+sep=;&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
|{{{transcribed_name|{{{1|}}}}}}{{#subobject:&lt;br /&gt;
|Name transcribed as={{{transcribed_name|{{{1|}}}}}}&lt;br /&gt;
|Performs role in document={{{person_role|{{{4|Mentioned}}}}}}&lt;br /&gt;
|Mentioned in page={{FULLPAGENAME}}&lt;br /&gt;
}}&lt;br /&gt;
}}}}&amp;lt;noinclude&amp;gt;This template can be embedded directly in transcribed text to markup up person names. It's named after and roughly analagous to the TEI element persName.&lt;br /&gt;
&lt;br /&gt;
==Parameters==&lt;br /&gt;
&lt;br /&gt;
Parameter names can be omitted if the values are entered in this order:&lt;br /&gt;
&lt;br /&gt;
# '''transcribed_name''' ''required'' the person's name as transcribed from the original document. Linked to [[Property:Name transcribed as]].&lt;br /&gt;
# '''person_key''' ''optional'' the name of a page for the person if they can be identified. Linked to [[Property:Identified as person]].&lt;br /&gt;
# '''possible_person_key''' ''optional'' Names of one or more pages separated by ; for possible people if they can't be positively identified. Linked to [[Property:Could be person]].&lt;br /&gt;
# '''person_role''' ''optional'' A person's role in the document, such as deponent. If no value is entered, it defaults to 'Mentioned'. Linked to [[Property:Performs role in document]].&lt;br /&gt;
&lt;br /&gt;
Only one of '''person_key''' and '''possible_person_key''' should be used. If you use one of them, leave the other blank.&lt;br /&gt;
&lt;br /&gt;
==Example Usage==&lt;br /&gt;
&lt;br /&gt;
===Unidentified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a person's name without making any claims about who it is or what their role in the document is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Unidentified person with role===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name without making any claims about who it is:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith| person_role = deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Identified person===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the page for an identified person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith|John Smith, merchant captain||deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Multiple possibilities===&lt;br /&gt;
&lt;br /&gt;
To mark up a string as a deponent's name and link to the pages for more than one person:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;{{persname|John Smith||John Smith, merchant captain;John Smith, army officer|deponent}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Mentioned_in_page&amp;diff=112326</id>
		<title>Property:Mentioned in page</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Mentioned_in_page&amp;diff=112326"/>
				<updated>2016-07-17T13:26:29Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]]. The name of a page that a person is mentioned in. Used to hide subobjects in query results and avoid the need for an extra level of query to find the parent page.&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Mentioned_in_page&amp;diff=112325</id>
		<title>Property:Mentioned in page</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Mentioned_in_page&amp;diff=112325"/>
				<updated>2016-07-17T13:25:36Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created a property of type Has type::Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Performs_role_in_document&amp;diff=112324</id>
		<title>Property:Performs role in document</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Performs_role_in_document&amp;diff=112324"/>
				<updated>2016-07-17T13:25:13Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Text]]. The role that someone performs in a transcribed document, such as deponent.&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Performs_role_in_document&amp;diff=112323</id>
		<title>Property:Performs role in document</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Performs_role_in_document&amp;diff=112323"/>
				<updated>2016-07-17T13:24:37Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created a property of type Has type::Text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Text]].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Could_be_person&amp;diff=112322</id>
		<title>Property:Could be person</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Could_be_person&amp;diff=112322"/>
				<updated>2016-07-17T13:24:08Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]]. It links to pages for people mentioned in transcripts if they can't be positively identified but there are one or more possibilities.&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Could_be_person&amp;diff=112321</id>
		<title>Property:Could be person</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Could_be_person&amp;diff=112321"/>
				<updated>2016-07-17T13:23:13Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created a property of type Has type::Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Identified_as_person&amp;diff=112320</id>
		<title>Property:Identified as person</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Identified_as_person&amp;diff=112320"/>
				<updated>2016-07-17T13:22:48Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]]. Links to a page for a person mentioned in a transcript if they can be positively identified.&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Identified_as_person&amp;diff=112319</id>
		<title>Property:Identified as person</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Identified_as_person&amp;diff=112319"/>
				<updated>2016-07-17T13:22:01Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created a property of type Has type::Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Page]].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Name_transcribed_as&amp;diff=112318</id>
		<title>Property:Name transcribed as</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Name_transcribed_as&amp;diff=112318"/>
				<updated>2016-07-17T13:21:26Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: documentation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Text]]. Contains a person name string as transcribed in the text. This allows searching on strings marked up as names even if the person they refer to hasn't been identified.&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Property:Name_transcribed_as&amp;diff=112317</id>
		<title>Property:Name transcribed as</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Property:Name_transcribed_as&amp;diff=112317"/>
				<updated>2016-07-17T13:20:32Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: Created a property of type Has type::Text&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a property of type [[Has type::Text]].&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson/Named_entity_subobjects&amp;diff=112316</id>
		<title>User:GavinRobinson/Named entity subobjects</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson/Named_entity_subobjects&amp;diff=112316"/>
				<updated>2016-07-17T13:18:34Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: overview of demo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a demo of possible ways of using semantic tags for named entities mentioned in transcribed documents. The current version concentrates on people but if it works it could easily be extended to other types of named entity such as ships or places. You can discuss it on the talk page of this page or on talk pages of more specific pages linked to below. Everyone should feel free to edit the test pages.&lt;br /&gt;
&lt;br /&gt;
==General Principles==&lt;br /&gt;
&lt;br /&gt;
* Template everything. Hiding the implementation makes things easier for editors because they only have to learn templates. It's also easy to change the implementation in the future without editing every page.&lt;br /&gt;
* Getting the best out of Semantic MediaWiki means not having to search as much. Most users should be able to find most of what they want by clicking through a trail of wikilinks, although the trail will usually have to start with a simple search, and there will always be a need for some users to construct their own queries.&lt;br /&gt;
* Historical data is often uncertain. Semantic markup needs to represent uncertainty.&lt;br /&gt;
* TEI can help us to think more clearly about the structure and semantics of documents even if we're not using it for markup.&lt;br /&gt;
&lt;br /&gt;
==Subobjects and Properties==&lt;br /&gt;
&lt;br /&gt;
This approach uses subobjects to group together the following properties:&lt;br /&gt;
&lt;br /&gt;
* [[Property:Name transcribed as]] text property containing the name string as transcribed in the text. This allows searching on strings marked up as names even if the person they refer to hasn't been identified.&lt;br /&gt;
* [[Property:Identified as person]] page property linking to a page for the person if they can be positively identified.&lt;br /&gt;
* [[Property:Could be person]] page property similar to above but for people whose identity isn't as certain. Allows multiple values if it could be more than one person.&lt;br /&gt;
* [[Property:Performs role in document]] the person's role in the document, eg deponent. Currently a text property but could be changed to a page property in future as that would allow documenting what each role means.&lt;br /&gt;
* [[Property:Mentioned in page]] always defaults to the page name of the page that contains the subobject. Used to hide subobjects in query results and avoid the need for an extra level of query to find the parent page.&lt;br /&gt;
&lt;br /&gt;
==Templates, Forms and Transcripts==&lt;br /&gt;
&lt;br /&gt;
The subobjects can be used in two different ways:&lt;br /&gt;
&lt;br /&gt;
* inline markup: [[Template:persname]] can be embedded directly in transcribed text. If the person is positively identified, it creates a wikilink to their page. For example, see [[User:GavinRobinson/Test page inline]].&lt;br /&gt;
* semantic forms: [[Template:persname in form]] is a repeatable template that can be added to a form. It allows entering metadata about people separately from the transcribed text. For example, see [[User:GavinRobinson/Test page with form]], which uses [[Form:persname]].&lt;br /&gt;
&lt;br /&gt;
There's plenty of room to explore and debate which approach is better. Inline is likely to be easier for readers but harder for editors, and could be inconvenient for text miners. The semantic forms approach is likely to be easier for editors but harder for readers, and fits better with current practice at Marine Lives.&lt;br /&gt;
&lt;br /&gt;
==Person Pages==&lt;br /&gt;
&lt;br /&gt;
These are examples of pages for people that can contain a biography, queries for other pages that mention them, and links to external sources:&lt;br /&gt;
&lt;br /&gt;
* [[User:GavinRobinson/George Willingham (d. 1651), merchant]]&lt;br /&gt;
* [[User:GavinRobinson/David Avys]]&lt;br /&gt;
&lt;br /&gt;
In future, pages like this could contain structured semantic data about people. They could contain semantic links to each other, which might be something else to think about when deciding on semantic markup of names.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example Query==&lt;br /&gt;
&lt;br /&gt;
This inline query should return every existing person subobject that has at least a transcribed name:&lt;br /&gt;
&lt;br /&gt;
{{#ask:&lt;br /&gt;
[[Name transcribed as::+]]&lt;br /&gt;
|?Mentioned in page&lt;br /&gt;
|?Name transcribed as&lt;br /&gt;
|?Identified as person&lt;br /&gt;
|?Could be person&lt;br /&gt;
|?Performs role in document&lt;br /&gt;
|mainlabel=-&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=User:GavinRobinson&amp;diff=112315</id>
		<title>User:GavinRobinson</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=User:GavinRobinson&amp;diff=112315"/>
				<updated>2016-07-17T13:15:37Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: red links for demo pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Dr Gavin Robinson''' is a professional palaeographer and director of [http://www.differenthand.ltd.uk Different Hand Ltd]. He gained his PhD from Reading University in 2001, and has since published on horse supply, cavalry tactics and allegiance in the English Civil War.&amp;lt;ref&amp;gt;'Horse Supply and the Development of the New Model Army', ''War in History'', 15 (2008), 121-41; 'Equine Battering Rams? A Reassessment of Cavalry Charges in the English Civil War' ''Journal of Military History'' 75/3 (2011), 719-31; ''Horses, People and Parliament in the English Civil War: Extracting Resources and Constructing Allegiance'' (Ashgate, 2012).&amp;lt;/ref&amp;gt; He was a community moderator at Your Archives, and used to blog at [http://www.investigationsofadog.co.uk/ Investigations of a Dog].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Test pages==&lt;br /&gt;
&lt;br /&gt;
* [[/Named entity subobjects]]&lt;br /&gt;
* [[/Test page inline]]&lt;br /&gt;
* [[/Test page with form]]&lt;br /&gt;
* [[/George Willingham (d. 1651), merchant]]&lt;br /&gt;
* [[/David Avys]]&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=SP_28/131/4_f.10r_Annotate&amp;diff=96575</id>
		<title>SP 28/131/4 f.10r Annotate</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=SP_28/131/4_f.10r_Annotate&amp;diff=96575"/>
				<updated>2015-07-19T17:17:00Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: created manually to even out folio images&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PageMetaData&lt;br /&gt;
|Parent volume=SP 28/131/4&lt;br /&gt;
|Folio=10&lt;br /&gt;
|Side=Recto&lt;br /&gt;
|Status=Transcribed; requires image&lt;br /&gt;
|First transcriber=Gavin Robinson&lt;br /&gt;
|First transcribed=2015/07/19&lt;br /&gt;
}}&lt;br /&gt;
{{PageHelp}}&lt;br /&gt;
{{PageTranscription&lt;br /&gt;
|Transcription image={{#transcription-image: }}&lt;br /&gt;
|Transcription=2. die Novembris 1642. by the Comissaries &amp;amp;#91;CENTRE HEADING&amp;amp;#93;&lt;br /&gt;
&lt;br /&gt;
Thomas Crosse of Deddome in Essex Listed one white Nagg with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
5-10-00&lt;br /&gt;
&lt;br /&gt;
George Cole of the same Clothier, Listed one Croppeard browne bay Nagg blinde of one Eye with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
John Ricks of the same Clothier Listed one browne bay Mare with bridle and sadle&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
Nathaniell Backler of the same Clothier listed one bay Mare with a blaze with bridle and sadle&lt;br /&gt;
&lt;br /&gt;
6-00-00&lt;br /&gt;
&lt;br /&gt;
Thomas Heckford of the same Clothier listed one gray Guelding with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
7-00-00&lt;br /&gt;
&lt;br /&gt;
Edward fforman of The same Tanner, Listed one browne Nagg with a sadle and bridle&lt;br /&gt;
&lt;br /&gt;
4-10-00&lt;br /&gt;
&lt;br /&gt;
Edmond Sherman of the same Clothier listed one blacke Guelding with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
8-00-00&lt;br /&gt;
&lt;br /&gt;
Richard Sherman of the same Clothier Listed one bay Guelding with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
7-00-00&lt;br /&gt;
&lt;br /&gt;
John Price of the same Haberdasher Listed one bay bald Nagg with two white feete&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
Alexander Somer Draper listed one black Mare bare&lt;br /&gt;
&lt;br /&gt;
3-00-00&lt;br /&gt;
&lt;br /&gt;
Mathew Bridges gent listed one gray Mare with wall Eyes one white Nagg and one black Nagg with a starr&lt;br /&gt;
&lt;br /&gt;
16-00-00&lt;br /&gt;
&lt;br /&gt;
Joseph Vaughan Goldsmith Listed one grissell bay Nagg with a bald face and three white feete, sadle and bridle&lt;br /&gt;
&lt;br /&gt;
4-10-00&lt;br /&gt;
&lt;br /&gt;
John Charles Brewer Listed one gray horse, and one black Nagg, with one sadle and bridle&lt;br /&gt;
&lt;br /&gt;
8-00-00&lt;br /&gt;
&lt;br /&gt;
John Wood Clothier, listed one black Nagg with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
4-00-00&lt;br /&gt;
&lt;br /&gt;
John Hale of Towlesunt Darsie Clerke listed one browne spaid Mare bare&lt;br /&gt;
&lt;br /&gt;
3-00-00&lt;br /&gt;
&lt;br /&gt;
William Stacye yeoman listed one Iron gray Guelding&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
Robert ffoscett Haberdasher listed one white Mare&lt;br /&gt;
&lt;br /&gt;
3-10-00&lt;br /&gt;
&lt;br /&gt;
George Tharpe listed one white fleabitten guelding and one bay Mare&lt;br /&gt;
&lt;br /&gt;
7-00-00&lt;br /&gt;
&lt;br /&gt;
William Blacke of the old Jury Barber Chirurgion listed one blacke Guelding with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
4-10-00&lt;br /&gt;
&lt;br /&gt;
Nathaniell Warde of Sackwell in Essex Clerke, listed one bay guelding with a starr with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
Thomas Massie Girdler listed one bay guelding sadle and bridle&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
&lt;br /&gt;
Daniell Sherman of Deddome Clothier, Listed one sorrell Guelding with sadle and bridle&lt;br /&gt;
&lt;br /&gt;
5-00-00&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=SP_28/131/5&amp;diff=96574</id>
		<title>SP 28/131/5</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=SP_28/131/5&amp;diff=96574"/>
				<updated>2015-07-19T11:49:04Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: volume info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Volume&lt;br /&gt;
|Start date=October 11, 1642&lt;br /&gt;
|End date=July 4, 1643&lt;br /&gt;
|Volume information=Account book listing cavalry horses and arms subscribed for the London Militia under the system known as the Propositions. This is a fair copy compiled by the commissaries John Smith and Thomas Richardson, and submitted to the Committee for Taking Accounts of the Whole Kingdom on 26 April 1644. The horses were probably all listed directly with Smith and Richardson in London.&lt;br /&gt;
&lt;br /&gt;
At best the entries give:&lt;br /&gt;
&lt;br /&gt;
* commander of the troop that received the horse (usually given in the left margin)&lt;br /&gt;
* subscriber's name, address and occupation or status&lt;br /&gt;
* a description of the horse&lt;br /&gt;
* the rider's name&lt;br /&gt;
* a list of arms and equipment&lt;br /&gt;
* the value of the horse and arms&lt;br /&gt;
&lt;br /&gt;
Many entries omit some of these details.&lt;br /&gt;
&lt;br /&gt;
[[SP 28/131/5 f.18r Annotate|Folio 18r]] gives the total number of horses listed in the book as 459, and gives the totals issued to each troop.&lt;br /&gt;
}}&lt;br /&gt;
Indexes of this volume: {{#ask:&lt;br /&gt;
[[indexes volume::{{PAGENAME}}]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=SP_28/131/3&amp;diff=96573</id>
		<title>SP 28/131/3</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=SP_28/131/3&amp;diff=96573"/>
				<updated>2015-07-19T11:46:56Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: note on original index&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Volume&lt;br /&gt;
|Start date=June 21, 1642&lt;br /&gt;
|End date=June 10, 1643&lt;br /&gt;
|Volume information=Account book listing cavalry horses and arms subscribed for the parliamentary army under the system known as the Propositions. This is a fair copy compiled by the commissaries John Smith and Thomas Richardson from several original account books that no longer survive. Folios [[SP 28/131/3 f.43r Annotate|43r]], [[SP 28/131/3 f.49r Annotate|49r]], [[SP 28/131/3 f.91v Annotate|91v]] and [[SP 28/131/3 f.132r Annotate|132r]] note where some of the original books began and ended. This copy was submitted to the Committee for Taking Accounts of the Whole Kingdom on 26 April 1644.&lt;br /&gt;
&lt;br /&gt;
Many of the horses were probably listed directly with Smith and Richardson in London, but the book also includes some lists compiled by local commissaries outside London:&lt;br /&gt;
&lt;br /&gt;
* Thomas Westall and Thomas Sanders in Buckinghamshire, August 1642, starts on [[SP 28/131/3 f.49v Annotate|f.49v]]&lt;br /&gt;
* William Singleton and Thomas Pury in Gloucester, September 1642, starts on [[SP 28/131/3 f.99r Annotate|f.99r]]&lt;br /&gt;
* John Luchocke, George Blunt and Anthony Leycester in Oxfordshire, October 1642, starts on [[SP 28/131/3 f.121r Annotate|f.121r]]&lt;br /&gt;
&lt;br /&gt;
Geographical patterns in the lists, such as large clusters in Essex in August and September 1642, could suggest that other local lists have been silently merged with the main account.&lt;br /&gt;
&lt;br /&gt;
At best the entries give:&lt;br /&gt;
&lt;br /&gt;
* subscriber's name, address and occupation or status&lt;br /&gt;
* a description of the horse&lt;br /&gt;
* the rider's name&lt;br /&gt;
* a list of arms and equipment&lt;br /&gt;
* the value of the horse and arms&lt;br /&gt;
&lt;br /&gt;
Many entries omit some of these details. Some horses came without arms, and many came without riders.&lt;br /&gt;
&lt;br /&gt;
The account does not include any record of which units received the horses. [[SP 28/131/3 f.132r Annotate|Folio 132r]] gives the total number of horses listed in this book as 3,757.&lt;br /&gt;
&lt;br /&gt;
The manuscript includes an original index of people which has not been included in these transcripts.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=SP_28/131/4&amp;diff=96572</id>
		<title>SP 28/131/4</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=SP_28/131/4&amp;diff=96572"/>
				<updated>2015-07-19T11:46:11Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: volume info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Volume&lt;br /&gt;
|Start date=October 5, 1642&lt;br /&gt;
|End date=July 6, 1643&lt;br /&gt;
|Volume information=Account book listing dragoon and draught horses and equipment subscribed for the Earl of Essex's parliamentary army under the system known as the Propositions. This is a fair copy compiled by the commissaries John Smith and Thomas Richardson from several original accounts that no longer survive. This copy was submitted to the Committee for Taking Accounts of the Whole Kingdom on 26 April 1644.&lt;br /&gt;
&lt;br /&gt;
A contemporary note on [[SP 28/131/4 f.1r Annotate|f.1r]] states that most of the horses were listed in the counties by deputy lieutenants and then sent up to London along with the lists. Many of these original lists have been silently merged into the main account and can only be deduced from clusters of place names, but some are clearly separated and the local commissaries identified:&lt;br /&gt;
&lt;br /&gt;
* Mayor of Colchester, Essex, 1 November 1642, starts [[SP 28/131/4 f.8r Annotate|f.8r]]&lt;br /&gt;
* Mayor and Aldermen of Boston, Lincolnshire, 7 November 1642, starts [[SP 28/131/4 f.20v Annotate|f.20v]]&lt;br /&gt;
* Suffolk, November 1642, starts [[SP 28/131/4 f.35r Annotate|f.35r]]&lt;br /&gt;
* Daniel Marvell and John Gray in Watford, Hertfordshire, November 1642, starts [[SP 28/131/4 f.43r Annotate|f.43r]]&lt;br /&gt;
&lt;br /&gt;
Most of these horses came with no riders and very little equipment. At best the entries give:&lt;br /&gt;
&lt;br /&gt;
* subscriber's name, address and occupation or status&lt;br /&gt;
* a description of the horse&lt;br /&gt;
* a list of equipment&lt;br /&gt;
* the value of the horse and equipment&lt;br /&gt;
&lt;br /&gt;
Many entries omit some of these details. Sometimes wagons are carts are listed with horses, or separately.&lt;br /&gt;
&lt;br /&gt;
[[SP 28/131/4 f.53r Annotate|Folio 53r]] gives the total number of horses listed in the book as 2,488.&lt;br /&gt;
&lt;br /&gt;
The manuscript includes an original index of people which has not been included in these transcripts.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=SP_28/131/3&amp;diff=96571</id>
		<title>SP 28/131/3</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=SP_28/131/3&amp;diff=96571"/>
				<updated>2015-07-19T11:42:54Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: volume info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Volume&lt;br /&gt;
|Start date=June 21, 1642&lt;br /&gt;
|End date=June 10, 1643&lt;br /&gt;
|Volume information=Account book listing cavalry horses and arms subscribed for the parliamentary army under the system known as the Propositions. This is a fair copy compiled by the commissaries John Smith and Thomas Richardson from several original account books that no longer survive. Folios [[SP 28/131/3 f.43r Annotate|43r]], [[SP 28/131/3 f.49r Annotate|49r]], [[SP 28/131/3 f.91v Annotate|91v]] and [[SP 28/131/3 f.132r Annotate|132r]] note where some of the original books began and ended. This copy was submitted to the Committee for Taking Accounts of the Whole Kingdom on 26 April 1644.&lt;br /&gt;
&lt;br /&gt;
Many of the horses were probably listed directly with Smith and Richardson in London, but the book also includes some lists compiled by local commissaries outside London:&lt;br /&gt;
&lt;br /&gt;
* Thomas Westall and Thomas Sanders in Buckinghamshire, August 1642, starts on [[SP 28/131/3 f.49v Annotate|f.49v]]&lt;br /&gt;
* William Singleton and Thomas Pury in Gloucester, September 1642, starts on [[SP 28/131/3 f.99r Annotate|f.99r]]&lt;br /&gt;
* John Luchocke, George Blunt and Anthony Leycester in Oxfordshire, October 1642, starts on [[SP 28/131/3 f.121r Annotate|f.121r]]&lt;br /&gt;
&lt;br /&gt;
Geographical patterns in the lists, such as large clusters in Essex in August and September 1642, could suggest that other local lists have been silently merged with the main account.&lt;br /&gt;
&lt;br /&gt;
At best the entries give:&lt;br /&gt;
&lt;br /&gt;
* subscriber's name, address and occupation or status&lt;br /&gt;
* a description of the horse&lt;br /&gt;
* the rider's name&lt;br /&gt;
* a list of arms and equipment&lt;br /&gt;
* the value of the horse and arms&lt;br /&gt;
&lt;br /&gt;
Many entries omit some of these details. Some horses came without arms, and many came without riders.&lt;br /&gt;
&lt;br /&gt;
The account does not include any record of which units received the horses. [[SP 28/131/3 f.132r Annotate|Folio 132r]] gives the total number of horses listed in this book as 3,757.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96311</id>
		<title>Talk:SP 28/131/5</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96311"/>
				<updated>2015-07-17T19:02:57Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: fixed problem by refreshing pages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've manually added a query to the source of this page just to test it. In future it could be added to [[Template:Volume]] so that every volume automatically gets a list of any indexes that cover that volume.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 16:11, July 17, 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
That's interesting, let's discuss that with [[User:RowanBeentje|RowanBeentje]].--[[User:ColinGreenstreet|ColinGreenstreet]] 16:58, July 17, 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
: An odd thing is that some of the indexes that point here are showing up in the query results but some aren't. It could just be that some things haven't gone through the job queue yet.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 17:40, July 17, 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
:: I've fixed it by refreshing the index pages then refreshing the volume page. I think they're all there now.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 19:02, July 17, 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96299</id>
		<title>Talk:SP 28/131/5</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96299"/>
				<updated>2015-07-17T17:40:45Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: some indexes not in query results yet&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've manually added a query to the source of this page just to test it. In future it could be added to [[Template:Volume]] so that every volume automatically gets a list of any indexes that cover that volume.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 16:11, July 17, 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
That's interesting, let's discuss that with [[User:RowanBeentje|RowanBeentje]].--[[User:ColinGreenstreet|ColinGreenstreet]] 16:58, July 17, 2015 (UTC)&lt;br /&gt;
&lt;br /&gt;
: An odd thing is that some of the indexes that point here are showing up in the query results but some aren't. It could just be that some things haven't gone through the job queue yet.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 17:40, July 17, 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	<entry>
		<id>http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96288</id>
		<title>Talk:SP 28/131/5</title>
		<link rel="alternate" type="text/html" href="http://www.marinelives.org/index.php?title=Talk:SP_28/131/5&amp;diff=96288"/>
				<updated>2015-07-17T16:12:43Z</updated>
		
		<summary type="html">&lt;p&gt;GavinRobinson: about semantic query for indexes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I've manually added a query to the source of this page just to test it. In future it could be added to [[Template:Volume]] so that every volume automatically gets a list of any indexes that cover that volume.--[[User:GavinRobinson|GavinRobinson]] ([[User talk:GavinRobinson|talk]]) 16:11, July 17, 2015 (UTC)&lt;/div&gt;</summary>
		<author><name>GavinRobinson</name></author>	</entry>

	</feed>