spacemacs/layers/+lang/semantic-web
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
img Move semweb to semantic-web 2017-05-26 11:12:08 +02:00
README.org Fix links 2020-10-03 21:52:09 +03:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

Semantic Web layer

/TakeV/spacemacs/media/branch/develop/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 semantic-web to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key binding Description
SPC m q Execute SPARQL query