add rangeUri (as ?objectType) to default list view
Be sure that it is required.
This commit is contained in:
parent
3407603a0f
commit
4e5fe68057
1 changed files with 1 additions and 2 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue