Added values of allowed properties in ALLTEXT Elenph article

This commit is contained in:
Georgy Litvinov 2020-11-02 13:26:50 +01:00
parent b72fa02b9f
commit 41dfe40b4f

View file

@ -15,6 +15,7 @@
?uri rdf:type ts_:elenphArticle . ?uri rdf:type ts_:elenphArticle .
?uri ts_:hasTOC ?toc . ?uri ts_:hasTOC ?toc .
?toc (ts_:hasTOCItem/ts_:pointsTo)+/ts_:hasText ?elenphExcerpt . ?toc (ts_:hasTOCItem/ts_:pointsTo)+/ts_:hasText ?elenphExcerpt .
VALUES ?property { ts_:works ts_:bibliography ts_:htmlExcerpt ts_:keywords }
?elenphExcerpt ?property ?value . ?elenphExcerpt ?property ?value .
} }
""" . """ .