All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tpf.fragment.ftl.html Maven / Gradle / Ivy

<#-- @license ©2015 Miel Vander Sande - Multimedia Lab / iMinds / Ghent University -->
<#setting url_escaping_charset='UTF-8'>

${datasource.getTitle()?cap_first}

Query ${datasource.getTitle()} by triple pattern
    <#list ['subject', 'predicate', 'object'] as component>

Matches in ${datasource.getTitle()} for ${ (query["pattern"]?html)!"" }

<#if (triples?size > 0)> Showing triples ${ start } to ${ end } of <#if totalEstimate != end>± ${ totalEstimate } with ${ itemsPerPage } triples per page. <@pageLinks/> <#else>

${datasource.getTitle()} contains no <#if (totalEstimate > 0) >more triples that match this pattern.

<@pageLinks/> <#macro pageLinks>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy