net.fortytwo.linkeddata.rdfizers
Class ImageRdfizer

java.lang.Object
  extended by net.fortytwo.linkeddata.rdfizers.ImageRdfizer
All Implemented Interfaces:
Rdfizer

public class ImageRdfizer
extends Object
implements Rdfizer

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

Constructor Summary
ImageRdfizer()
           
 
Method Summary
 CacheEntry.Status rdfize(InputStream is, org.openrdf.rio.RDFHandler handler, String baseUri)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImageRdfizer

public ImageRdfizer()
Method Detail

rdfize

public CacheEntry.Status rdfize(InputStream is,
                                org.openrdf.rio.RDFHandler handler,
                                String baseUri)
Specified by:
rdfize in interface Rdfizer
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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007-2013. All Rights Reserved.