           SPELL=soprano
if [[ $SOP_VER = devel ]];then
         VERSION=svn
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/kdesupport/$SPELL:$SPELL
else
 if [[ $SOP_VER = unstable ]];then
         VERSION=2.2.69
     SOURCE_HASH=sha512:93fbd277fe76cc94afd443810bcd3e39e0fa8769b8b30af66dad4fd4f298c330ec9e76945c68fcec4e035247727fd21cb6856e36bdb4e8ead050891a3f6e260b
          SOURCE=$SPELL-$VERSION.tar.bz2
 else
         VERSION=2.2.4
     SOURCE_HASH=sha512:453dff50090f1a60d791c1af0134c5379c7adba97a8551daa4fc5712347a0cdde05d4aa60b38d61a1fbbad448195f35de3031e85576716b065c0ce58e86121ff
          SOURCE=$SPELL-$VERSION.tar.bz2
 fi
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://$SPELL.SourceForge.net
      LICENSE[0]=GPL
         ENTERED=20070512
        KEYWORDS="RDF"
           SHORT="RDF QT/C++ interface library"
cat << EOF
Soprano (formally known as QRDF) is a library which provides a nice Qt
interface to RDF storage solutions. It has a modular structure which
allows to  replace the actual RDF storage implementation used.

Soprano has the following features:

* Full context (i.e. named graph) support
* Plugin structure for extensibility.
* Backend plugins for:
  - Redland
  - Sesame2
  - Virtuoso
* Parser and serializer plugins for:
  - raptor (rdf+xml, turtle, trig, nTriples)
  - nQuads
* A server and client lib which allows a simple remote
  Soprano server.
* SPARQL http enpoint support
* Simple sopranod server application.
* Simple command line tool to perform commands on models in
  a Soprano server (sopranocmd)
* Rule-based Forward inference engine.
* Full-text index based on CLucene which indexes all literal
  statements (i.e. those statements with a literal object node)
* Hierarchical architecture which allows to stack multiple filter models
  on top of an RDF storage.
EOF
