swish: A semantic web toolkit.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Swish is a framework, written in the purely functional programming language Haskell, for performing deductions in RDF data using a variety of techniques. Swish is conceived as a toolkit for experimenting with RDF inference, and for implementing stand-alone RDF file processors (usable in similar style to CWM, but with a view to being extensible in declarative style through added Haskell function and data value declarations). It explores Haskell as "a scripting language for the Semantic Web".

Swish is a work-in-progress, and currently incorporates:

Changes are given in the https://gitlab.com/dburke/swish/raw/master/CHANGELOG file.

References:


[Skip to Readme]

Properties

Versions 0.2.1, 0.3.0.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.3.2.1, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.6.0.0, 0.6.0.1, 0.6.1.0, 0.6.1.1, 0.6.1.2, 0.6.2.1, 0.6.3.0, 0.6.4.0, 0.6.5.0, 0.6.5.1, 0.6.5.2, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.8.0.0, 0.8.0.2, 0.8.0.3, 0.9.0.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8, 0.9.0.9, 0.9.0.10, 0.9.0.11, 0.9.0.12, 0.9.0.13, 0.9.0.14, 0.9.0.15, 0.9.1.0, 0.9.1.1, 0.9.1.2, 0.9.1.3, 0.9.1.5, 0.9.1.6, 0.9.1.7, 0.9.1.8, 0.9.1.9, 0.9.1.10, 0.9.2.0, 0.9.2.1, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.0.3, 0.10.0.3, 0.10.0.4, 0.10.0.5, 0.10.0.6, 0.10.0.7, 0.10.0.8, 0.10.0.9, 0.10.1.0, 0.10.2.0, 0.10.3.0, 0.10.4.0, 0.10.5.0, 0.10.6.0, 0.10.7.0
Change log CHANGELOG
Dependencies base (>=4.5 && <4.14), containers (>=0.5 && <0.7), directory (>=1.0 && <1.4), filepath (>=1.1 && <1.5), hashable (>=1.1 && <1.2 || >=1.2.0.6 && <1.4), intern (>=0.8 && <1.0), mtl (>=2 && <3), network, network-uri (<2.7), old-locale (>=1.0 && <1.1), polyparse (>=1.6 && <1.14), semigroups (>=0.16 && <0.19), swish, text (>=0.11 && <1.3), time (>=1.1 && <1.9 || >=1.9.1 && <1.10) [details]
License LGPL-2.1-only
Copyright (c) 2003, 2004 G. Klyne; 2009 Vasili I Galchin; 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Doug Burke; All rights reserved.
Author Graham Klyne - GK@ninebynine.org
Maintainer dburke@cfa.harvard.edu
Category Semantic Web
Home page https://gitlab.com/dburke/swish
Bug tracker https://gitlab.com/dburke/swish/issues
Source repo head: git clone https://gitlab.com/dburke/swish.git
Uploaded by DouglasBurke at 2020-02-22T04:38:44Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
w3ctests

Build the RunW3CTests application

Disabled
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for swish-0.10.0.3

[back to package description]

Introduction

Swish - which stands for Semantic Web Inference Scripting in Haskell - was written by Graham Klyne as a framework, written in the purely functional programming language Haskell, for performing deductions in RDF data using a variety of techniques. Swish was conceived as a toolkit for experimenting with RDF inference, and for implementing stand-alone RDF file processors (usable in similar style to CWM, but with a view to being extensible in declarative style through added Haskell function and data value declarations). One of the aims was to explore Haskell as "a scripting language for the Semantic Web".

It was updated from version 0.2.1 by Vasili I Galchin so that it would build with the current version of GHC, and released on Hackage.

Since then it has been updated to take advantage of recent developments in the Haskell ecosystem, add support for the NTriples and Turtle serialisation formats, and a number of convenience functions. Development is done on GitLab at https://gitlab.com/dburke/swish and the previous bitbucket site is now outdated (you may also find a version on GitHub which should also be ignored).

I attempt to keep Swish buildable on recent GHC versions but it is done on a best-effort basis, so support for "older" versions of GHC is not guaranteed.

Aim

Current development is based on my own needs, which are more about using this as a RDF library for I/O with limited querying rather than for inferencing or use as a flexible graph-processing library (e.g. for extensions to non-RDF models).

Copyright

(c) 2003, 2004 G. Klyne
(c) 2009 Vasili I Galchin
(c) 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019,
    2020 Doug Burke

All rights reserved.

License

LGPL V2.1

Haskell and the Semantic Web

Other Haskell packages for RDF support include

Installation

The following commands will install a command-line tool Swish along with the modules in the Swish namespace; documentation can be found on Hackage.

With cabal

Install a recent version of the Haskell platform and then try

% cabal update
% cabal install swish

With stack

Swish is available as part of the stackage curated package set.

There are several stack configuration files, for different GHC versions:

% cd swish
% stack install
% STACK_YAML=stack-8.8.yaml stack install
% STACK_YAML=stack-8.6.yaml stack install
% STACK_YAML=stack-8.4.yaml stack install
% STACK_YAML=stack-8.2.yaml stack install
% STACK_YAML=stack-8.0.yaml stack install
% STACK_YAML=stack-7.10.yaml stack install

With nix

There is now support for building with the nix package manager:

% nix-shell
...
nix-shell% cabal test

At the time of writing this uses GHC 8.8.2, but you can switch compiler

% nix-shell --argstr compiler ghc865