Fix article delete query
This commit is contained in:
parent
e9a587e3e9
commit
636b20426a
1 changed files with 2 additions and 0 deletions
|
@ -14,8 +14,10 @@
|
||||||
""" .
|
""" .
|
||||||
<https://litvinovg.pro/text_structures#elenphArticle> display:hasDeleteQuery """
|
<https://litvinovg.pro/text_structures#elenphArticle> display:hasDeleteQuery """
|
||||||
PREFIX ts: <https://litvinovg.pro/text_structures#>
|
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
|
DESCRIBE ?individualURI ?tocElement ?tocItem ?toc ?excerpt ?author ?organization
|
||||||
WHERE {
|
WHERE {
|
||||||
|
?individualURI rdf:type ts:elenphArticle .
|
||||||
OPTIONAL {
|
OPTIONAL {
|
||||||
?individualURI ts:hasTOC ?toc .
|
?individualURI ts:hasTOC ?toc .
|
||||||
?toc (ts:hasTOCItem/ts:pointsTo)* ?tocElement .
|
?toc (ts:hasTOCItem/ts:pointsTo)* ?tocElement .
|
||||||
|
|
Loading…
Add table
Reference in a new issue