org.topbraid.sparql
Class SPARQL

java.lang.Object
  extended by org.topbraid.sparql.SPARQL

public class SPARQL
extends java.lang.Object


Field Summary
static java.lang.String BASE_URI
           
static com.hp.hpl.jena.rdf.model.Property constructor
           
static java.lang.String NS
           
static com.hp.hpl.jena.rdf.model.Property query
           
static java.lang.String SPARQL_PROPERTY_URI
           
 
Constructor Summary
SPARQL()
           
 
Method Summary
static boolean isQueryProperty(com.hp.hpl.jena.rdf.model.Property property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URI

public static final java.lang.String BASE_URI
See Also:
Constant Field Values

NS

public static final java.lang.String NS
See Also:
Constant Field Values

SPARQL_PROPERTY_URI

public static final java.lang.String SPARQL_PROPERTY_URI
See Also:
Constant Field Values

constructor

public static final com.hp.hpl.jena.rdf.model.Property constructor

query

public static final com.hp.hpl.jena.rdf.model.Property query
Constructor Detail

SPARQL

public SPARQL()
Method Detail

isQueryProperty

public static boolean isQueryProperty(com.hp.hpl.jena.rdf.model.Property property)