Fixed text excerpt delete query

This commit is contained in:
Georgy Litvinov 2021-03-01 12:30:55 +01:00
parent 2ae90346e6
commit cc6c590df6

View file

@ -35,6 +35,6 @@
WHERE
{
?tocElement ts:hasText ?individualURI .
NOT EXISTS {?tocElement ts:hasTOCItem ?tocItem }
FILTER NOT EXISTS {?tocElement ts:hasTOCItem ?tocItem }
}
""" .