tree: bb0ab2fef7dc4c2125c396e5cbc0a98ca81ba707 [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.