C++/Qt based interface library for RDF
Soprano is an open and pluggable RDF resource framework which is built
on top of Qt. It provides RDF storage, RDF parsing, serialization,
inference, and full text indexing in a nice C++ API. The main target of
Soprano are desktop applications as it is being developed as a
subproject of Nepomuk, the semantic desktop initiative.
- Links to home:wolfi323:b...KDE:Frameworks5 / soprano
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:wolfi323:branches:home:wolfi323:branches:KDE:Frameworks5/soprano && cd $_ - Create Badge
Refresh
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000146 146 Bytes | |
| baselibs.conf | 0000000012 12 Bytes | |
| debug.patch | 0000006560 6.41 KB | |
| pre_checkin.sh | 0000000621 621 Bytes | |
| ready | 0000000000 0 Bytes | |
| soprano-2.9.4.tar.bz2 | 0001958856 1.87 MB | |
| soprano-backend-sesame.changes | 0000028448 27.8 KB | |
| soprano-backend-sesame.spec | 0000002565 2.5 KB | |
| soprano-backend-sesame.spec.in | 0000001959 1.91 KB | |
| soprano-backend-virtuoso.changes | 0000028448 27.8 KB | |
| soprano-backend-virtuoso.spec | 0000002530 2.47 KB | |
| soprano-backend-virtuoso.spec.in | 0000001924 1.88 KB | |
| soprano-rpmlintrc | 0000000039 39 Bytes | |
| soprano.changes | 0000028448 27.8 KB | |
| soprano.spec | 0000006132 5.99 KB |
Comments 1
kdelibs build aborts because raptor_free_parser( parser ) causes a double free in raptor_turtle_parse_terminate()->raptor_namespaces_clear()->raptor_free_namespace(). Bug in raptor?
The crash happens after the parser returns an error though, apparently the improved (in 2.0.16) turtle parser can't cope with chunked data anymore (bug in the parser?).