Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 419 Bytes

File metadata and controls

14 lines (8 loc) · 419 Bytes

RDF4J-Spring Demo

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.