mixixibihe wrote: > Hello, I am now learning jena,,is there anyone who has a complete program > writen in java. Thank you!
Hi, you can find an "unofficial" (*) collection of small and self contained examples here: https://github.com/castagna/jena-examples If you do not use Git you can download a .zip from here: https://github.com/castagna/jena-examples/zipball/master If you use Eclipse, .classpath and .project files are included, just import it in your IDE. There are a few examples in the Jena/ARQ/etc. source code. There are snipped of code in the Jena website: http://incubator.apache.org/jena/ Personally, I find complete (small) programs the quickest way to learn how to use a new "library" (such as Jena). You'll probably see more examples appearing soon on the Jena website and SVN source tree. Paolo (*) More than happy to contribute these (or part of these) to a jena-examples module if people think it's useful.
