Added elenph excerpt delete query

This commit is contained in:
Georgy Litvinov 2021-02-22 11:11:09 +01:00
parent 5008806a8c
commit 385c42d415

View file

@ -28,3 +28,13 @@
} }
} }
""" . """ .
<https://litvinovg.pro/text_structures#elenphExcerpt> display:hasDeleteQuery """
PREFIX ts: <https://litvinovg.pro/text_structures#>
DESCRIBE ?individualURI ?tocElement
WHERE
{
?tocElement ts:hasText ?individualURI .
NOT EXISTS {?tocElement ts:hasTOCItem ?tocItem }
}
""" .