https://github.com/seebi/semweb.vim
Semantic Web vim bundle
https://github.com/seebi/semweb.vim
Last synced: 4 months ago
JSON representation
Semantic Web vim bundle
- Host: GitHub
- URL: https://github.com/seebi/semweb.vim
- Owner: seebi
- Created: 2011-05-11T12:15:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T22:40:26.000Z (over 10 years ago)
- Last Synced: 2025-07-20T01:50:25.431Z (4 months ago)
- Language: VimL
- Homepage:
- Size: 97.7 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-semantic-web - semweb.vim
- awesome-GLAM-semweb - semweb.vim
- awesome-semantic-web - semweb.vim
README
# vim bundle for working with RDF knowledge bases
## Installation
This bundle is created to work with `pathogen` so just copy the folder
into your bundle directory.
## Features
* namespace completion
* syntax highlightning
* insert xsd:dateTime current time literal with abbrevation `xsdnow`
## namespace completion
You can use ctrl-x+u (autocomplete user function) for completing
rdf prefixes (as `owl`, `skos` and `foaf`) to namespace URIs (e.g.
`http://xmlns.com/foaf/0.1/` for the `foaf` prefix).
This done with the multifunctional shell script
[rdf.sh](https://github.com/seebi/rdf.sh) which is a dependency and must
be available as `rdf` in the path.
## syntax highlightning
### N3 Syntax
I just pull the syntax file from [Niklas
Lindström](git://github.com/vim-scripts/n3.vim.git) here.
### SPARQL Syntax
I just pull the syntax file from [Jeroen
Pulles](https://github.com/vim-scripts/sparql.vim) here.