Remove property name from indexed field
This commit is contained in:
parent
11c02b90d4
commit
cd5c0951b8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
|
||||
PREFIX ts_: <https://litvinovg.pro/text_structures#>
|
||||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
||||
SELECT DISTINCT ?elenphExcerpt ?property ?value
|
||||
SELECT DISTINCT ?elenphExcerpt ?value
|
||||
WHERE {
|
||||
?uri rdf:type ts_:elenphArticle .
|
||||
?uri ts_:hasTOC ?toc .
|
||||
|
|
Loading…
Add table
Reference in a new issue