NIHVIVO-3186 Fix title, create new Person correctly.

This commit is contained in:
j2blake 2011-11-22 17:33:43 +00:00
parent 46ffdedf4f
commit f671684658
2 changed files with 3 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<#assign submissionErrors = editSubmission.validationErrors/>
</#if>
<h2>${titleVerb}&nbsp;educational training entry for ${editConfiguration.subjectName}</h2>
<h2>${titleVerb}&nbsp;position history entry for ${editConfiguration.subjectName}</h2>
<#if submissionErrors?has_content>
<section id="error-alert" role="alert">

View file

@ -115,7 +115,8 @@ public class OrganizationHasPositionHistoryGenerator extends VivoBaseGenerator
+ " core:positionInOrganization ?organization ; \n"
+ " core:positionForPerson ?person . \n" //
+ "\n" //
+ "?person core:personInPosition ?position .";
+ "?person core:personInPosition ?position ;"
+ " rdfs:label ?personLabel";
private static final String N3_NEW_START_NODE = ""
+ "@prefix core: <http://vivoweb.org/ontology/core#> . \n"