// Alternatively you can use: -Dempire.configuration.file=examples/examples.empire.config.properties
// if so, comment out this line.
System.setProperty("empire.configuration.file", "examples/examples.empire.config.properties");
// loads Sesame bindings for Empire
Empire.init(new OpenRdfEmpireModule());
// create an EntityManager for the specified persistence context
EntityManager aManager = Persistence.createEntityManagerFactory("oreilly")
.createEntityManager();