org.topbraid.spreadsheets
Class SS

java.lang.Object
  extended by org.topbraid.spreadsheets.SS

public class SS
extends java.lang.Object

Vocabulary definitions from http://www.topbraidcomposer.org/2006/08/spreadsheets.owl

Author:
Auto-generated by schemagen on 15 Aug 2006 16:16

Field Summary
static com.hp.hpl.jena.ontology.OntClass BOOLEAN_CELL
           
static com.hp.hpl.jena.ontology.ObjectProperty cell
           
static com.hp.hpl.jena.ontology.OntClass CELL
           
static com.hp.hpl.jena.ontology.DatatypeProperty cellContents
           
static com.hp.hpl.jena.ontology.ObjectProperty cellType
           
static com.hp.hpl.jena.ontology.DatatypeProperty column
           
static com.hp.hpl.jena.ontology.OntClass DATE_CELL
           
static com.hp.hpl.jena.ontology.OntClass ERROR_CELL
           
static com.hp.hpl.jena.ontology.DatatypeProperty hidden
           
static com.hp.hpl.jena.ontology.ObjectProperty hyperlink
           
static com.hp.hpl.jena.ontology.OntClass LABEL_CELL
           
static com.hp.hpl.jena.rdf.model.Resource NAMESPACE
          The namespace of the vocabulary as a resource
static java.lang.String NS
          The namespace of the vocabulary as a string
static com.hp.hpl.jena.ontology.OntClass NUMBER_CELL
           
static java.lang.String PREFIX
           
static com.hp.hpl.jena.ontology.DatatypeProperty row
           
static com.hp.hpl.jena.ontology.OntClass SHEET_CLASS
           
static com.hp.hpl.jena.ontology.DatatypeProperty sheetIndex
           
static com.hp.hpl.jena.ontology.ObjectProperty workbook
           
static com.hp.hpl.jena.ontology.OntClass WORKBOOK_CLASS
           
 
Constructor Summary
SS()
           
 
Method Summary
static java.lang.String getURI()
          The namespace of the vocabulary as a string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static java.lang.String PREFIX

NS

public static final java.lang.String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


cell

public static final com.hp.hpl.jena.ontology.ObjectProperty cell

workbook

public static final com.hp.hpl.jena.ontology.ObjectProperty workbook

sheetIndex

public static final com.hp.hpl.jena.ontology.DatatypeProperty sheetIndex

hidden

public static final com.hp.hpl.jena.ontology.DatatypeProperty hidden

row

public static final com.hp.hpl.jena.ontology.DatatypeProperty row

column

public static final com.hp.hpl.jena.ontology.DatatypeProperty column

cellContents

public static final com.hp.hpl.jena.ontology.DatatypeProperty cellContents

hyperlink

public static final com.hp.hpl.jena.ontology.ObjectProperty hyperlink

cellType

public static final com.hp.hpl.jena.ontology.ObjectProperty cellType

LABEL_CELL

public static final com.hp.hpl.jena.ontology.OntClass LABEL_CELL

ERROR_CELL

public static final com.hp.hpl.jena.ontology.OntClass ERROR_CELL

WORKBOOK_CLASS

public static final com.hp.hpl.jena.ontology.OntClass WORKBOOK_CLASS

NUMBER_CELL

public static final com.hp.hpl.jena.ontology.OntClass NUMBER_CELL

BOOLEAN_CELL

public static final com.hp.hpl.jena.ontology.OntClass BOOLEAN_CELL

DATE_CELL

public static final com.hp.hpl.jena.ontology.OntClass DATE_CELL

CELL

public static final com.hp.hpl.jena.ontology.OntClass CELL

SHEET_CLASS

public static final com.hp.hpl.jena.ontology.OntClass SHEET_CLASS
Constructor Detail

SS

public SS()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS