NIHVIVO-3186 Fix title, create new Person correctly.
This commit is contained in:
parent
46ffdedf4f
commit
f671684658
2 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
<#assign submissionErrors = editSubmission.validationErrors/>
|
<#assign submissionErrors = editSubmission.validationErrors/>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<h2>${titleVerb} educational training entry for ${editConfiguration.subjectName}</h2>
|
<h2>${titleVerb} position history entry for ${editConfiguration.subjectName}</h2>
|
||||||
|
|
||||||
<#if submissionErrors?has_content>
|
<#if submissionErrors?has_content>
|
||||||
<section id="error-alert" role="alert">
|
<section id="error-alert" role="alert">
|
||||||
|
|
|
@ -115,7 +115,8 @@ public class OrganizationHasPositionHistoryGenerator extends VivoBaseGenerator
|
||||||
+ " core:positionInOrganization ?organization ; \n"
|
+ " core:positionInOrganization ?organization ; \n"
|
||||||
+ " core:positionForPerson ?person . \n" //
|
+ " core:positionForPerson ?person . \n" //
|
||||||
+ "\n" //
|
+ "\n" //
|
||||||
+ "?person core:personInPosition ?position .";
|
+ "?person core:personInPosition ?position ;"
|
||||||
|
+ " rdfs:label ?personLabel";
|
||||||
|
|
||||||
private static final String N3_NEW_START_NODE = ""
|
private static final String N3_NEW_START_NODE = ""
|
||||||
+ "@prefix core: <http://vivoweb.org/ontology/core#> . \n"
|
+ "@prefix core: <http://vivoweb.org/ontology/core#> . \n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue