Fix for previous commit
This commit is contained in:
parent
a67fbe6ded
commit
2425ff570e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ display:getExcerptAssignedArticlesDataGetter
|
|||
SELECT DISTINCT ?articleName ?articleUri
|
||||
WHERE {
|
||||
?articleUri rdf:type ts_:elenphArticle .
|
||||
?articleUri (ts_:hasTOCItem/ts_:pointsTo)+/ts_:hasText <https://iph.ras.ru/text_structures#elenphExcerpt/w2phtml_vdovina_riker0_0_1> .
|
||||
?articleUri (ts_:hasTOCItem/ts_:pointsTo)+/ts_:hasText ?individualURI .
|
||||
?articleUri rdfs:label ?articleName .
|
||||
} ORDER BY ?articleName
|
||||
""" .
|
||||
|
|
Loading…
Add table
Reference in a new issue