VIVO-950, a null range is like a range of Owl:Thing
This commit is contained in:
parent
474b984bed
commit
a829de7923
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ public class ObjectPropertyDaoJena extends PropertyDaoJena implements ObjectProp
|
|||
" ?publicDescription ?stubDeletion \n" +
|
||||
" WHERE { \n" +
|
||||
" ?context config:configContextFor <" + propertyURI + "> . \n";
|
||||
if (domainURI != null) {
|
||||
if (domainURI != null && !domainURI.equals(OWL.Thing.getURI())) {
|
||||
propQuery += " ?context config:qualifiedByDomain <" + domainURI + "> . \n";
|
||||
} else {
|
||||
propQuery += " FILTER NOT EXISTS { ?context config:qualifiedByDomain ?domainURI } \n";
|
||||
|
|
Loading…
Add table
Reference in a new issue