qlue-ls 3.5.0

A language server for SPARQL
Documentation
1
2
3
4
PREFIX foaf:  <http://xmlns.com/foaf/0.1/>
PREFIX vcard:  <http://www.w3.org/2001/vcard-rdf/3.0#>
CONSTRUCT   { <http://example.org/person#Alice> vcard:FN ?name . ?a ?b ?c }
WHERE       { ?x foaf:name ?name } LIMIT 10