Code showing using Apache CommonsRDF with Apache Jena.
package org.apache.jena.commonsrdf.examples
Ex_ParseIntoCommonsRDFGraph
Shows how to use Jena parsers to stream parser output into any CommonsRDF graph.
Ex_JenaGraphToCommonsRDFGraph
Shows wrapping existing Jena data to use with CommonsRDF so you can inject Jena-backed RDF into a general CommonsRDF algorithm and see the results in Jena later.