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:
parent
1bad0658cb
commit
e4d301cf98
18 changed files with 243 additions and 59 deletions
11
webapp/web/views/objectPropertyList-default.xml
Normal file
11
webapp/web/views/objectPropertyList-default.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue