NIHVIVO-1333 Continued work on display of object properties on individual profile, including getting sparql query and template name from a config file and using it to generate and display statements.

This commit is contained in:
rjy7 2010-12-07 21:30:13 +00:00
parent 1bad0658cb
commit e4d301cf98
18 changed files with 243 additions and 59 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<view-config>
<query>
SELECT ?object WHERE {
?subject ?property ?object .
}
</query>
<template>objectPropertyList-default.ftl</template>
</view-config>