org.d2rq.vocab
Class SD

java.lang.Object
  extended by org.d2rq.vocab.SD

public class SD
extends Object


Field Summary
static Resource Dataset
           
static Property defaultDatasetDescription
           
static Property defaultGraph
           
static Resource Graph
           
static Resource NAMESPACE
           
static String NS
           
static Property resultFormat
           
static Resource Service
           
static Property url
           
 
Constructor Summary
SD()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final String NS
See Also:
Constant Field Values

NAMESPACE

public static final Resource NAMESPACE

Service

public static final Resource Service

Dataset

public static final Resource Dataset

Graph

public static final Resource Graph

url

public static final Property url

defaultDatasetDescription

public static final Property defaultDatasetDescription

defaultGraph

public static final Property defaultGraph

resultFormat

public static final Property resultFormat
Constructor Detail

SD

public SD()