Download Sesame 2.2.4 and Tomcat7
(first follow the tomcat and openrdf logging error mentioned in a previous post)
http://raptorlicious.blogspot.com/2017/04/spring-framework-tomcat-and-7openrdf.html
(Also click on the images below to make them large.)
See the openrdf-workbench welcome screen
Follow Bob DuCharme's instructions to create a Sesame repository:
See that the welcome screen has changed:
Upload a file:
sudo curl -T /opt/jena/src-examples/jena-examples/src/main/resources/data/pizza.owl.rdf -H "Content-Type: application/rdf+xml;charset=UTF-8" http://localhost:8080/openrdf-sesame/repositories/test1/statements)
Query though the GUI (as querying through the CLI like in Bob DuCharme's blog post does not work yet)
sudo curl -T rdftest1.rdf -H "Content-Type: application/rdf+xml;charset=UTF-8" http://localhost:8080/openrdf-sesame/repositories/rdftest1/statements
No comments:
Post a Comment