summaryrefslogtreecommitdiffstats
path: root/kde4-support/soprano/DETAILS
blob: 23b1fa8e21ff26d5018223480a4ea03947eb5063 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
           SPELL=soprano
         VERSION=2.4.0.1
     SOURCE_HASH=sha512:2b461419b2f86eacbc7627192c30a48cd448949156551d428bf683fd889e4cfd2fc4899ea16600b9562e84526b8fd73578a6332dbab9602e806b371641e74b70
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=http://sourceforge.net/projects/soprano/files/Soprano/$VERSION/$SOURCE/download
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