Fixed text excerpt delete query

This commit is contained in:
Georgy Litvinov 2021-03-01 12:30:55 +01:00
parent 21c9d6113c
commit d3e7cd6349

View file

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