de.fuberlin.wiwiss.ng4j.semwebclient
Class Gleaner

java.lang.Object
  extended by de.fuberlin.wiwiss.ng4j.semwebclient.Gleaner

public class Gleaner
extends Object

The Gleaner examines an HTML representation of a web resource to locate applicable GRDDL transformations and subsequently applies those transformations to the original document to get RDF descriptions.

Author:
Stelios Sfakianakis

Constructor Summary
Gleaner(String u, InputStream is)
           
 
Method Summary
 void glean(NamedGraphSet ngs)
           
 ArrayList links()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gleaner

public Gleaner(String u,
               InputStream is)
Method Detail

links

public ArrayList links()

glean

public void glean(NamedGraphSet ngs)

main

public static void main(String[] args)