net.fortytwo.linkeddata
Interface Rdfizer

All Known Implementing Classes:
ImageRdfizer, VerbatimRdfizer

public interface Rdfizer

An object which consumes a document and extracts RDF statements from it, creating an RDF document.

Author:
Joshua Shinavier (http://fortytwo.net)

Method Summary
 CacheEntry.Status rdfize(InputStream is, org.openrdf.rio.RDFHandler handler, String baseUri)
           
 

Method Detail

rdfize

CacheEntry.Status rdfize(InputStream is,
                         org.openrdf.rio.RDFHandler handler,
                         String baseUri)
Parameters:
is - a stream representation of the resource to be consumed
handler - a handler for the extracted RDF statements
baseUri - the base URI of the extracted RDF document
Returns:
the outcome of the rdfize operation


Copyright © 2007-2013. All Rights Reserved.