<% /* @license MIT ©2013-2016 Ruben Verborgh, Ghent University - imec */ -%> <% inherits('base') %> <% var rdf = 'http://www.w3.org/1999/02/22-rdf-syntax-ns#', rdfs = 'http://www.w3.org/2000/01/rdf-schema#', dc = 'http://purl.org/dc/terms/', voID = 'http://rdfs.org/ns/void#'; %> <% if (!query.features.triplePattern) { %>

Available datasets

Browse the following datasets as Triple Pattern Fragments:

<% for (var datasourceName in datasources) { var datasource = datasources[datasourceName]; if (datasource.role === 'index' || datasource.hide) continue; %>
<%= datasource.title %>
<%= datasource.description || ' ' %>
<% } %>

The current dataset index contains metadata about these datasets.

<% } %> <%- render('fragment') %>