vitro/webapp/web/config/objectPropertyList-default.xml

13 lines
No EOL
389 B
XML

<?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 {
?subject ?property ?object .
}
</query>
<collation-target>object</collation-target>
<template>objectPropertyList-default.ftl</template>
</view-config>