Remove property name from indexed field

This commit is contained in:
Georgy Litvinov 2020-11-02 12:27:22 +01:00
parent 8d2ecd7594
commit a5d7c99c79

View file

@ -10,7 +10,7 @@
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
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#> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
SELECT DISTINCT ?elenphExcerpt ?property ?value SELECT DISTINCT ?elenphExcerpt ?value
WHERE { WHERE {
?uri rdf:type ts_:elenphArticle . ?uri rdf:type ts_:elenphArticle .
?uri ts_:hasTOC ?toc . ?uri ts_:hasTOC ?toc .