2010-12-07 21:30:13 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
<view-config>
|
2010-12-13 15:27:22 +00:00
|
|
|
<query>
|
2010-12-14 16:24:50 +00:00
|
|
|
SELECT ?object {
|
2010-12-07 21:30:13 +00:00
|
|
|
?subject ?property ?object .
|
|
|
|
}
|
|
|
|
</query>
|
|
|
|
|
2010-12-13 20:03:06 +00:00
|
|
|
<collation-target>object</collation-target>
|
|
|
|
|
2010-12-07 21:30:13 +00:00
|
|
|
<template>objectPropertyList-default.ftl</template>
|
|
|
|
</view-config>
|