eu.larkc.core.data
Class RDFProviders

java.lang.Object
  extended by eu.larkc.core.data.ORDITestCase
      extended by eu.larkc.core.data.RDFProviders

public class RDFProviders
extends ORDITestCase

Tests various retrieval methods of RDF graphs. Tests currently include:

Author:
?, Christoph Fuchs

Field Summary
static int TOPIC_COUNT_ONTOTEXT
          Expected topic count of the Ontotext entry in dbpedia.
static java.lang.String TOPIC_URL_KNOWLEDGE_ENGINEERING
          URL of the Knowledge Engineering entry in dbpedia
static java.lang.String TOPIC_URL_ONTOTEXT
          URL of the Ontotext entry in dbpedia
 
Constructor Summary
RDFProviders()
           
 
Method Summary
 void testPassGraphByDatasetReference()
          This example demonstrates how to pass an RdfGraph by a SPARQL dataset reference.
 void testPassGraphByHTTPReference()
          This example demonstrate how to pass RdfGraph by HTTP reference.
 void testPassGraphByLabeledGroup()
          This example demonstrates how to pass an RdfGraph by a labeled group reference.
 void testPassGraphByValue()
          This example demonstrate how to pass RdfGraph by Value
 
Methods inherited from class eu.larkc.core.data.ORDITestCase
deleteOrdiTreeDirectory, retrieveNewDataFactory
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOPIC_COUNT_ONTOTEXT

public static final int TOPIC_COUNT_ONTOTEXT
Expected topic count of the Ontotext entry in dbpedia.

See Also:
Constant Field Values

TOPIC_URL_ONTOTEXT

public static final java.lang.String TOPIC_URL_ONTOTEXT
URL of the Ontotext entry in dbpedia

See Also:
Constant Field Values

TOPIC_URL_KNOWLEDGE_ENGINEERING

public static final java.lang.String TOPIC_URL_KNOWLEDGE_ENGINEERING
URL of the Knowledge Engineering entry in dbpedia

See Also:
Constant Field Values
Constructor Detail

RDFProviders

public RDFProviders()
Method Detail

testPassGraphByValue

public void testPassGraphByValue()
This example demonstrate how to pass RdfGraph by Value


testPassGraphByHTTPReference

public void testPassGraphByHTTPReference()
This example demonstrate how to pass RdfGraph by HTTP reference.


testPassGraphByDatasetReference

public void testPassGraphByDatasetReference()
This example demonstrates how to pass an RdfGraph by a SPARQL dataset reference.


testPassGraphByLabeledGroup

public void testPassGraphByLabeledGroup()
This example demonstrates how to pass an RdfGraph by a labeled group reference.