Skip to content

Commit

Permalink
Auth query optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Nov 26, 2024
1 parent cb8063a commit 1bf10ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ WHERE
{ $Container a dh:Container }
}
FILTER NOT EXISTS { GRAPH $this
{ $this ?thisP ?thisO }
{ $this sioc:has_parent|sioc:has_container $Container }
}
}
}
Expand All @@ -73,7 +73,7 @@ WHERE
$Container a ?Type
}
FILTER NOT EXISTS { GRAPH $this
{ $this ?thisP ?thisO }
{ $this sioc:has_parent|sioc:has_container $Container }
}
}
UNION
Expand Down

0 comments on commit 1bf10ac

Please sign in to comment.