Fix article delete query
This commit is contained in:
parent
393b805e25
commit
e201890a1f
1 changed files with 2 additions and 0 deletions
|
@ -14,8 +14,10 @@
|
|||
""" .
|
||||
<https://litvinovg.pro/text_structures#elenphArticle> display:hasDeleteQuery """
|
||||
PREFIX ts: <https://litvinovg.pro/text_structures#>
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
DESCRIBE ?individualURI ?tocElement ?tocItem ?toc ?excerpt ?author ?organization
|
||||
WHERE {
|
||||
?individualURI rdf:type ts:elenphArticle .
|
||||
OPTIONAL {
|
||||
?individualURI ts:hasTOC ?toc .
|
||||
?toc (ts:hasTOCItem/ts:pointsTo)* ?tocElement .
|
||||
|
|
Loading…
Add table
Reference in a new issue