From 6ed41b7745fab7c585bfa12504d0773a150dc760 Mon Sep 17 00:00:00 2001 From: j2blake Date: Thu, 29 Mar 2012 15:03:21 +0000 Subject: [PATCH] Remove the restriction on the OWL namespace. There are several reasons why we will need to add statements that assign OWL attributes to resources. --- .../auth/policy/bean/PropertyRestrictionPolicyHelper.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionPolicyHelper.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionPolicyHelper.java index 273b9baa0..68ee18b04 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionPolicyHelper.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/auth/policy/bean/PropertyRestrictionPolicyHelper.java @@ -46,8 +46,7 @@ public class PropertyRestrictionPolicyHelper { .getLog(PropertyRestrictionPolicyHelper.class); private static final Collection PROHIBITED_NAMESPACES = Arrays - .asList(new String[] { VitroVocabulary.vitroURI, - VitroVocabulary.OWL, "" }); + .asList(new String[] { VitroVocabulary.vitroURI, "" }); private static final Collection PERMITTED_EXCEPTIONS = Arrays .asList(new String[] {