Added elenph excerpt delete query
This commit is contained in:
parent
5008806a8c
commit
385c42d415
1 changed files with 10 additions and 0 deletions
|
@ -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 }
|
||||||
|
}
|
||||||
|
""" .
|
||||||
|
|
Loading…
Add table
Reference in a new issue