tree: cc239af95fabafe465af10e14b9780558f2f5541 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
jena-extras/jena-commonsrdf/README.md

commonsrdf-jena

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.