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:
parent
bec33f53a7
commit
6ed41b7745
1 changed files with 1 additions and 2 deletions
|
@ -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[] {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue