11 lines
334 B
XML
11 lines
334 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 WHERE {
|
||
|
?subject ?property ?object .
|
||
|
}
|
||
|
</query>
|
||
|
|
||
|
<template>objectPropertyList-default.ftl</template>
|
||
|
</view-config>
|