From 85a0800d1f41ce595ca8f793141668a8853f70d5 Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Sat, 14 Oct 2017 13:15:35 +0100 Subject: [PATCH] Fix issue with advising relationships. --- webapp/src/main/webapp/config/listViewConfig-adviseeIn.xml | 2 ++ webapp/src/main/webapp/config/listViewConfig-advisorIn.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/webapp/src/main/webapp/config/listViewConfig-adviseeIn.xml b/webapp/src/main/webapp/config/listViewConfig-adviseeIn.xml index c4658aaf..d8331a7a 100644 --- a/webapp/src/main/webapp/config/listViewConfig-adviseeIn.xml +++ b/webapp/src/main/webapp/config/listViewConfig-adviseeIn.xml @@ -47,6 +47,8 @@ ?advisingRel core:relates ?advisorRole . ?advisorRole <http://purl.obolibrary.org/obo/RO_0000052> ?advisor . ?advisor a foaf:Person . + ?advisor <http://purl.obolibrary.org/obo/RO_0000053> ?advisorRole . + ?advisorRole a core:AdvisorRole . ?advisor rdfs:label ?advisorLabel . } OPTIONAL { diff --git a/webapp/src/main/webapp/config/listViewConfig-advisorIn.xml b/webapp/src/main/webapp/config/listViewConfig-advisorIn.xml index d5963924..03e0c8d4 100644 --- a/webapp/src/main/webapp/config/listViewConfig-advisorIn.xml +++ b/webapp/src/main/webapp/config/listViewConfig-advisorIn.xml @@ -48,6 +48,8 @@ ?adviseeRole a core:AdviseeRole . ?adviseeRole <http://purl.obolibrary.org/obo/RO_0000052> ?advisee . ?advisee a foaf:Person . + ?advisee <http://purl.obolibrary.org/obo/RO_0000053> ?adviseeRole . + ?adviseeRole a core:AdviseeRole . ?advisee rdfs:label ?adviseeLabel . } OPTIONAL {