org.topbraid.spin.vocabulary
Class SPR

java.lang.Object
  extended by org.topbraid.spin.vocabulary.SPR

public class SPR
extends java.lang.Object

Vocabulary for http://spinrdf.org/spr Automatically generated with TopBraid Composer.


Field Summary
static java.lang.String BASE_URI
           
static Resource cell
           
static Resource colCount
           
static Resource colName
           
static java.lang.String NS
           
static java.lang.String PREFIX
           
static Resource rowCount
           
static Resource Table
           
static Resource TableClass
           
 
Constructor Summary
SPR()
           
 
Method Summary
static boolean exists(Model model)
           
static java.lang.String getURI()
           
 
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

PREFIX

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

Table

public static final Resource Table

TableClass

public static final Resource TableClass

cell

public static final Resource cell

colCount

public static final Resource colCount

colName

public static final Resource colName

rowCount

public static final Resource rowCount
Constructor Detail

SPR

public SPR()
Method Detail

getURI

public static java.lang.String getURI()

exists

public static boolean exists(Model model)