I believe you asked the same questions ealier. Here's a copy of an
earlier response (I haven't heard of anything since then):
I've stumbled upon some people, here are some links to get you started:
https://github.com/LeifW/MusicPath
http://svn.floop.org.uk/trunk/ukgovdata/traffic
http://semantictemplates.googlecode.com/hg/
If you find or publish some code which uses Scardf, please let me know.
> By the way, can scardf work without jena api?
org.scardf API does not depend on Jena, but has rather limited
functionality by itself (only N-Triples serialization, no querying
etc.)
> can it work with Virtuoso rdf store?
I've never worked with Virtuoso so I can't be certain, but I guess the
standard functionality could be relatively easy to connect to. You
would need to implement the bridge yourself, like the one in
org.scardf.jena for Jena.