spacemacs/layers/+lang/semantic-web
syl20bnr e2e532bb49 core: change <function>p to <function>-p suffixes for consistency
Also defined aliases for backward compatibility with `usedp` functions.
2017-07-02 10:09:39 -04:00
..
img Move semweb to semantic-web 2017-05-26 11:12:08 +02:00
packages.el core: change <function>p to <function>-p suffixes for consistency 2017-07-02 10:09:39 -04:00
README.org Update semantic-web documentation (fix tests) 2017-05-26 11:47:41 +02:00

Semantic Web layer

/TakeV/spacemacs/media/commit/27a3684e3be4e24f31fb4e641c45a26073057a03/layers/+lang/semantic-web/img/semweb.png

Description

This layer adds support for RDF files in N3 and Turtle syntax using ttl-mode and for SPARQL queries using sparql-mode.

SPARQL-mode supports the execution of queries. When first called, you will be prompted for a SPARQL HTTP endpoint in the minibuffer, which defaults to http://localhost:2020/. Once set, it will be used for all subsequent queries in that buffer. Results will be displayed in another buffer in CSV format.

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add semweb to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key Binding Description
SPC m q Execute SPARQL query