spacemacs/layers/+lang/semantic-web
Boris Buliga d81e75584e
bump year in the copyright headers
Folks, this time of year has come. We can bump year in the copyright headers.
Let's celebrate!
2018-10-16 20:27:05 +03:00
..
img Move semweb to semantic-web 2017-05-26 11:12:08 +02:00
packages.el bump year in the copyright headers 2018-10-16 20:27:05 +03:00
README.org Reformat documentation 2018-10-11 00:13:43 +03:00

Semantic Web layer

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