From a3f603e008cc886c7d7605290b5f546c1989840b Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 20 Jun 2012 15:59:34 +0000 Subject: [PATCH] generator had incorrect class URI for vivo:Grant --- .../configuration/generators/AddGrantRoleToPersonGenerator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddGrantRoleToPersonGenerator.java b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddGrantRoleToPersonGenerator.java index 33b648cf..d5a71ec4 100644 --- a/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddGrantRoleToPersonGenerator.java +++ b/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/configuration/generators/AddGrantRoleToPersonGenerator.java @@ -654,7 +654,7 @@ public class AddGrantRoleToPersonGenerator implements EditConfigurationGenerator } public String getGrantType() { - return "http://vivoweb.org/ontology#Grant"; + return "http://vivoweb.org/ontology/core#Grant"; } //Ensure when overwritten that this includes the <> b/c otherwise the query won't work