<% if (!valueResolved && MetacatUI.appModel.get("bioportalAPIKey")) { %>
        Looking for more information about 
<%= valueLabel %>.
    <% } else if (valueResolved && valueDefinition === null) { %>
        No extra information could be found for 
<%= valueLabel %>.
    <% } else if(valueDefinition) { %>
        
 <%= valueLabel %> is defined as "<%= valueDefinition %>".
    <% } %>
    Find more information about this term at 
<%= valueURI %>.