2012-07-18 19:06:38 +00:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<!-- VIVO-specific default list view config file for object properties
|
|
|
|
|
2015-07-31 12:02:28 -06:00
|
|
|
See guidelines at https://wiki.duraspace.org/x/eYXVAw -->
|
2012-07-18 19:06:38 +00:00
|
|
|
|
|
|
|
<list-view-config>
|
|
|
|
<query-select>
|
|
|
|
SELECT ?value
|
|
|
|
WHERE {
|
|
|
|
|
|
|
|
?subject ?property ?value
|
|
|
|
FILTER isLiteral(?value)
|
|
|
|
} ORDER BY ?value
|
|
|
|
</query-select>
|
|
|
|
|
|
|
|
<query-construct>
|
|
|
|
CONSTRUCT {
|
|
|
|
?subject ?property ?value
|
|
|
|
} WHERE {
|
|
|
|
?subject ?property ?value
|
|
|
|
}
|
|
|
|
</query-construct>
|
|
|
|
|
|
|
|
<template>propStatement-dataDefault.ftl</template>
|
|
|
|
</list-view-config>
|