Fix for previous commit

This commit is contained in:
Georgy Litvinov 2020-08-05 16:54:14 +02:00
parent a67fbe6ded
commit 2425ff570e

View file

@ -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
""" .