spacemacs/layers/+lang/semantic-web
duianto ee811f7b13 Unify packages list parentheses style
problem:
some layer packages lists have the open and closing parentheses on the same line
as the first and last listed package, but most seem to have them on a separate
lines.

solution:
put the open and close parentheses on separate lines, except for lists with only
a single package, they are written on the same line as the variable name and
parentheses.

fix the lists indentation
2018-11-21 21:35:38 +00:00
..
img
packages.el Unify packages list parentheses style 2018-11-21 21:35:38 +00:00
README.org

Semantic Web layer

/TakeV/spacemacs/media/commit/cc1764b2ad3a0bca2a3f89f7542288194ce7ad9b/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.

Features:

  • Provides an alternative way to search the web using SPARQL queries.

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