<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template to display the source of our RDF data, both for the context and for the current request. --> ${stylesheets.add('')}

The information displayed here has also been written to the log.

Current RDF Data Structures

RDFServices

<#list rdfServices?keys as which>
 ContextRequest
${which}
${rdfServices[which].context}
${rdfServices[which].request}

Datasets

<#list datasets?keys as which>
 ContextRequest
${which}
${datasets[which].context}
${datasets[which].request}

ModelAccess

Context
${modelAccess.context}
Request
${modelAccess.request}

Models

<#list models.CONFIGURATION?keys as name> <#list models.CONTENT?keys as name>
Name(Context only)
 CONFIGURATION
${name}
${models.CONFIGURATION[name].context}
 CONTENT
${name}
${models.CONTENT[name].context}

OntModels

<#list ontModels?keys as name>
NameContextRequest
${name}
${ontModels[name].context}
${ontModels[name].request}