Fix for previous commit
This commit is contained in:
parent
d7e36b6f6b
commit
bbf3242a03
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ display:getExcerptAssignedArticlesDataGetter
|
||||||
SELECT DISTINCT ?articleName ?articleUri
|
SELECT DISTINCT ?articleName ?articleUri
|
||||||
WHERE {
|
WHERE {
|
||||||
?articleUri rdf:type ts_:elenphArticle .
|
?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 .
|
?articleUri rdfs:label ?articleName .
|
||||||
} ORDER BY ?articleName
|
} ORDER BY ?articleName
|
||||||
""" .
|
""" .
|
||||||
|
|
Loading…
Add table
Reference in a new issue