{* Attributes assignation: assignation of pre-defined variables *} {attribute->getInstanceRecordType assign='InstanceRecordType'} {attribute->getInstanceRecordDescription assign='InstanceRecordDescription'} {attribute->getInstanceRecordLabel assign='InstanceRecordLabel'} {attribute->getInstanceRecordDataset assign='InstanceRecordDataset'} {attribute->getLinksTo assign='linksTo'} {* ----------------------------------------- *} {attribute->getUnasigned assign='unasignedAttributes'} {if $InstanceRecordLabel != ''}{$InstanceRecordLabel}{else}Untitled {$InstanceRecordType}{/if}
 Declare un-used variables
 {$bkn_central_bkn_roleValues[0].valueLiteral} 
 

is a

 Type of the thing to display
{$InstanceRecordType}

 Description of the thing to display

{if $InstanceRecordDescription != "" or $bkn_central_aboutValues[0].valueLiteral != ""}

Description

{$bkn_central_aboutValues[0].valueLiteral}

{$InstanceRecordDescription}

{/if}

 

 Untemplated attributes display

{if count($unasignedAttributes) > 0}

Other Information

{foreach from=$unasignedAttributes item=value} {if $value.valueType == "resource"} {else} {/if} {/foreach}
{$value.attributeLabel}: {$value.valueLiteral}
{$value.attributeLabel}: {$value.valueLiteral}

{/if}

 Links-to display

 

{if count($linksTo) > 0}

Pages referring here

{foreach from=$linksTo item=value} {/foreach}
{$value.referrerLabel}   ({$value.attributeLabel})

{/if}