Skip to content

simenheg/rdf-prefix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RDF-prefix

RDF-prefix is a package for Emacs which aims to simplify a common task in the work of RDF developers: remembering and looking up URI prefixes.

Getting started

RDF-prefix can be installed by downloading rdf-prefix.el and setting up your load path.

Then the package can be loaded by adding the following line to your init file:

(require 'rdf-prefix)

Alternatively, it can be installed via MELPA.

Usage

This package provides the rdf-prefix-insert command, which is used to look up- and insert URIs based on a prefix.

The prefix list is pulled semi-regularly from http://prefix.cc/.

  • Use the perl script rdf-prefix-update.pl to get a new version, then replace the variable rdf-prefix-alist
  • TODO: reimplement as elisp function rdf-prefix-update
  • Last updated: 2024-04-03