Fixed text excerpt delete query
This commit is contained in:
parent
21c9d6113c
commit
d3e7cd6349
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
||||||
WHERE
|
WHERE
|
||||||
{
|
{
|
||||||
?tocElement ts:hasText ?individualURI .
|
?tocElement ts:hasText ?individualURI .
|
||||||
NOT EXISTS {?tocElement ts:hasTOCItem ?tocItem }
|
FILTER NOT EXISTS {?tocElement ts:hasTOCItem ?tocItem }
|
||||||
}
|
}
|
||||||
""" .
|
""" .
|
||||||
|
|
Loading…
Add table
Reference in a new issue