spacemacs/layers/+lang/semantic-web
smile13241324 d85eb092d0 Fixed the next bunch of documents
Fix doc for coq, semantic-web, source-control, evil-commentary
and spotify layer.
2018-02-04 06:21:18 +02:00
..
img
packages.el
README.org Fixed the next bunch of documents 2018-02-04 06:21:18 +02:00

Semantic Web layer

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