Fixed text excerpt delete query

This commit is contained in:
Georgy Litvinov 2021-03-01 12:30:55 +01:00
parent 79be5fbe3c
commit 2330615e77

View file

@ -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 }
} }
""" . """ .