Small demo application for rdf4j-spring.
The purpose of rdf4j-spring is to use an RDF4J repository as the data backend of a spring or spring boot application.
To run the demo, do
mvn spring-boot:run
The program writes to stdout and exits. The class ArtDemoCli is a good starting point for looking at the code.