Remove the restriction on the OWL namespace. There are several reasons why we will need to add statements that assign OWL attributes to resources.

This commit is contained in:
j2blake 2012-03-29 15:03:21 +00:00
parent bec33f53a7
commit 6ed41b7745

View file

@ -46,8 +46,7 @@ public class PropertyRestrictionPolicyHelper {
.getLog(PropertyRestrictionPolicyHelper.class); .getLog(PropertyRestrictionPolicyHelper.class);
private static final Collection<String> PROHIBITED_NAMESPACES = Arrays private static final Collection<String> PROHIBITED_NAMESPACES = Arrays
.asList(new String[] { VitroVocabulary.vitroURI, .asList(new String[] { VitroVocabulary.vitroURI, "" });
VitroVocabulary.OWL, "" });
private static final Collection<String> PERMITTED_EXCEPTIONS = Arrays private static final Collection<String> PERMITTED_EXCEPTIONS = Arrays
.asList(new String[] { .asList(new String[] {