fixed required 'name' itemprop for Person and made position organizations more descriptive; JIRA VIVO-882

This commit is contained in:
Nate Prewitt 2014-10-15 10:06:54 -06:00
parent acef06450d
commit 4dec645dd8
2 changed files with 8 additions and 4 deletions

View file

@ -72,7 +72,7 @@
<#else>
<h1 class="vcard foaf-person">
<#-- Label -->
<span itemprop="alternateName" class="fn"><@p.label individual editable labelCount localesCount/></span>
<span itemprop="name" class="fn"><@p.label individual editable labelCount localesCount/></span>
<#-- Display preferredTitle if it exists; otherwise mostSpecificTypes -->
<#assign title = propertyGroups.pullProperty("http://purl.obolibrary.org/obo/ARG_2000028","http://www.w3.org/2006/vcard/ns#Title")!>