add rangeUri (as ?objectType) to default list view

Be sure that it is required.
This commit is contained in:
j2blake 2014-11-18 18:12:25 -05:00
parent 3407603a0f
commit 4e5fe68057

View file

@ -66,8 +66,6 @@
?object rdfs:label ?label . ?object rdfs:label ?label .
} WHERE { } WHERE {
{ {
?subject ?property ?object .
} UNION {
?subject ?property ?object . ?subject ?property ?object .
?object a ?objectType . ?object a ?objectType .
} UNION { } UNION {
@ -98,6 +96,7 @@
} WHERE { } WHERE {
{ {
?subject ?property ?object . ?subject ?property ?object .
?object a ?objectType .
} UNION { } UNION {
?subject ?property ?object . ?subject ?property ?object .
?object a ?objectType . ?object a ?objectType .