From 2a7defb04c5534848e79ca0a91ccbd3460f8894b Mon Sep 17 00:00:00 2001 From: rjy7 Date: Tue, 21 Dec 2010 13:41:11 +0000 Subject: [PATCH] NIHVIVO-1341 Added notes to list view config files on required and optional elements and how to structure the query. Removed edit-object since this can be derived from the ?subject ?property ?object statement in the query where clause. --- .../listViewConfig-authorInAuthorship.xml | 19 +++++++++++++++++-- .../listViewConfig-educationalTraining.xml | 19 +++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 7c8352d0..96da0684 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -1,5 +1,22 @@ + + + PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> @@ -20,7 +37,5 @@ } ORDER BY DESC(?dateTime) - edTraining - \ No newline at end of file diff --git a/productMods/config/listViewConfig-educationalTraining.xml b/productMods/config/listViewConfig-educationalTraining.xml index 895bc2ef..c7c958ad 100644 --- a/productMods/config/listViewConfig-educationalTraining.xml +++ b/productMods/config/listViewConfig-educationalTraining.xml @@ -1,5 +1,22 @@ + + + PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> @@ -20,7 +37,5 @@ } ORDER BY DESC(?dateTime) - edTraining - \ No newline at end of file