vivo/productMods/config/listViewConfig-scopusId.xml
2014-06-17 14:34:31 -04:00

30 lines
785 B
XML

<?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
See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
<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-scopusId.ftl</template>
</list-view-config>