swish
Version 0.10.10.0 revision 0 uploaded by DouglasBurke.
Package meta
- Synopsis
- A semantic web toolkit.
- Description
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:
Turtle, Notation3 and NTriples input and output. The N3 support is incomplete (no handling of
@forAll
).RDF graph isomorphism testing and merging.
Display of differences between RDF graphs.
Inference operations in forward chaining, backward chaining and proof-checking modes.
Simple Horn-style rule implementations, extendable through variable binding modifiers and filters.
Class restriction rule implementation, primarily for datatype inferences.
RDF formal semantics entailment rule implementation.
Complete, ready-to-run, command-line and script-driven programs.
Changes are given in the https://gitlab.com/dburke/swish/raw/master/CHANGELOG file.
References:
- Author
- Graham Klyne - GK@ninebynine.org
- Bug reports
- https://gitlab.com/dburke/swish/issues
- Category
- Semantic Web
- Copyright
- (c) 2003, 2004 G. Klyne; 2009 Vasili I Galchin; 2011 - 2024 Doug Burke; All rights reserved.
- Homepage
- https://gitlab.com/dburke/swish
- Maintainer
- dburke.gw@gmail.com
- Package URL
- n/a
- Stability
- experimental
Components
- lib:swish
- exe:Swish
- exe:runw3ctests
- test:test-builtinmap
- test:test-graph
- test:test-graphpartition
- test:test-n3formatter
- test:test-n3parser
- test:test-nt
- test:test-qname
- test:test-rdfdatatypexsdinteger
- test:test-rdfgraph
- test:test-rdfproof
- test:test-rdfproofcontext
- test:test-rdfquery
- test:test-rdfruleset
- test:test-turtle
- test:test-varbinding