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

11 lines
334 B
XML
Raw Normal View History

<?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>