best rdf database to quickly start a semantic web
rdf, semantics, sparql
Solution
OpenRDF Sesame is an open-source framework for RDF that offers full SPARQL 1.1 support and has vendor-neutral access APIs to multiple triplestore solutions. Although Sesame is in Java, it can be easily accessed from Python (see this blog post by Jeni Tennisson for a quick walkthrough).
Sesame is a Java web application, to set up simply install Tomcat and deploy the Sesame WAR file. See the Sesame user documentation for installation, configuration, and usage instructions.
Problem
Hipal! I'm a newbee to semantic web. I wanna choose a RDF database which meets the Resource Description Framework and supports SPARQL.There are 4store,AllegroGraph etc. which one is better,more easier to start and has good documents(with Python in Ubuntu) for building a semantic web for Image Search. It's better to display visual graphs of a store's resources.Any guidance would be greatly appreciated.