qlue-ls 3.5.0

A language server for SPARQL
Documentation
1
2
3
4
5
6
7
8
9
10
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