trig-language-server

An editor-agnostic server providing language intelligence (diagnostics, hover tooltips, etc.) for the W3C standard [TriG RDF syntax](https://www.w3.org/TR/trig/) via the Language Server Protocol.

Usage no npm install needed!

<script type="module">
  import trigLanguageServer from 'https://cdn.skypack.dev/trig-language-server';
</script>

README

trig-language-server

An editor-agnostic server providing language intelligence (diagnostics, hover tooltips, etc.) for the W3C standard TriG RDF syntax via the Language Server Protocol.

Features

  • Diagnostics (error hints)
  • Hover tooltips (identifies entities in TriG grammar and shows "expected" symbols in the case of an error)
  • Open source
  • No arbitrary code execution
  • Powers some of the core language intelligence capabilities of Stardog Studio

For full details, including instructions for integrating with editors, see the README for the stardog-language-servers repo.

License

Apache-2.0