Clean up list view config documentation.
This commit is contained in:
parent
25a818efa9
commit
54e6941282
3 changed files with 11 additions and 41 deletions
|
@ -1,25 +1,9 @@
|
|||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<!--
|
||||
Default list view config file for collated object properties
|
||||
|
||||
Required elements:
|
||||
- query: the sparql query used to retrieve the data
|
||||
- template: the name of the template used to display a single property statement
|
||||
<!-- Default list view config file for collated object properties
|
||||
|
||||
Optional elements:
|
||||
- postprocessor: a Java class that postprocesses the data retrieved from the query before
|
||||
sending it to the template
|
||||
|
||||
Query requirements:
|
||||
- WHERE clause must contain a statement ?subject ?property ?object, with the variables
|
||||
?subject and ?property named as such. The object can be given any name, but it must be
|
||||
included in the SELECT terms retrieved by the query. This is the statement that will be edited
|
||||
from the edit links.
|
||||
- Each assertion or set of optional assertions must reference a different graph variable, so that
|
||||
we do not impose a requirement about which assertions are in the same graph.
|
||||
-->
|
||||
See guidelines in vitro/doc/list_view_configuration_guidelines.txt -->
|
||||
|
||||
<list-view-config>
|
||||
<query>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue