info.sswap.impl.empire
Class Vocabulary

java.lang.Object
  extended by info.sswap.impl.empire.Vocabulary

public class Vocabulary
extends java.lang.Object

The class containing constants for vocabulary used in SSWAP.

Author:
Blazej Bulka

Field Summary
static com.hp.hpl.jena.rdf.model.Resource ABOUT_URI
          Constant for sswap:aboutURI URI
static com.hp.hpl.jena.rdf.model.Resource ASYNC_RRG
          A marker class to denote that a particular individual is an asynchronous RRG.
static com.hp.hpl.jena.rdf.model.Resource HAS_MAPPING
           
static com.hp.hpl.jena.rdf.model.Resource ICON
          Constant for sswap:icon
static com.hp.hpl.jena.rdf.model.Resource INPUT_URI
          Constant for sswap:inputURI URI
private static com.hp.hpl.jena.rdf.model.Model internalModel
          The internal Jena model which is used to create the constants below
static com.hp.hpl.jena.rdf.model.Resource MAPS_TO
           
static com.hp.hpl.jena.rdf.model.Resource METADATA
          Constant for sswap:metadata URI
static com.hp.hpl.jena.rdf.model.Resource NAME
          Constant for sswap:name
static com.hp.hpl.jena.rdf.model.Resource ONE_LINE_DESCRIPTION
          Constant for sswap:oneLineDescription URI
static com.hp.hpl.jena.rdf.model.Resource OPERATES_ON
           
static com.hp.hpl.jena.rdf.model.Resource OUTPUT_URI
          Constant for sswap:outputURI URI
static com.hp.hpl.jena.rdf.model.Resource PROVIDED_BY
           
static com.hp.hpl.jena.rdf.model.Resource PROVIDES_RESOURCE
           
static com.hp.hpl.jena.rdf.model.Resource SSWAP
           
static com.hp.hpl.jena.rdf.model.Resource SSWAP_GRAPH
          Jena resource for sswap:Graph
static java.lang.String SSWAP_HTTP_EXCEPTION_HEADER
          Non-standard HTTP Header to return error message
static com.hp.hpl.jena.rdf.model.Resource SSWAP_OBJECT
          Jena resource for sswap:Object
static java.lang.String SSWAP_ONTOLOGY_URI
          The URI of SSWAP Ontology
static java.lang.String SSWAP_OUTPUT_URI_HEADER
          Non-standard HTTP header to return information about sswap:outputURI (e.g., to provide this information to clients that do not have capability to process RDF/XML)
static com.hp.hpl.jena.rdf.model.Resource SSWAP_PROVIDER
          Jena resource for sswap:Provider
static com.hp.hpl.jena.rdf.model.Resource SSWAP_RESOURCE
          Jena resource for sswap:Resource
static com.hp.hpl.jena.rdf.model.Resource SSWAP_SUBJECT
          Jena resource for sswap:Subject
static com.hp.hpl.jena.rdf.model.Resource TOKEN
          The token used to retrieve an RRG in an asynchronous version of SSWAP protocol.
 
Constructor Summary
Vocabulary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

internalModel

private static final com.hp.hpl.jena.rdf.model.Model internalModel
The internal Jena model which is used to create the constants below


SSWAP

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

SSWAP_RESOURCE

public static final com.hp.hpl.jena.rdf.model.Resource SSWAP_RESOURCE
Jena resource for sswap:Resource


SSWAP_GRAPH

public static final com.hp.hpl.jena.rdf.model.Resource SSWAP_GRAPH
Jena resource for sswap:Graph


SSWAP_SUBJECT

public static final com.hp.hpl.jena.rdf.model.Resource SSWAP_SUBJECT
Jena resource for sswap:Subject


SSWAP_OBJECT

public static final com.hp.hpl.jena.rdf.model.Resource SSWAP_OBJECT
Jena resource for sswap:Object


SSWAP_PROVIDER

public static final com.hp.hpl.jena.rdf.model.Resource SSWAP_PROVIDER
Jena resource for sswap:Provider


PROVIDED_BY

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

PROVIDES_RESOURCE

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

MAPS_TO

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

OPERATES_ON

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

HAS_MAPPING

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

NAME

public static final com.hp.hpl.jena.rdf.model.Resource NAME
Constant for sswap:name


ONE_LINE_DESCRIPTION

public static final com.hp.hpl.jena.rdf.model.Resource ONE_LINE_DESCRIPTION
Constant for sswap:oneLineDescription URI


ABOUT_URI

public static final com.hp.hpl.jena.rdf.model.Resource ABOUT_URI
Constant for sswap:aboutURI URI


INPUT_URI

public static final com.hp.hpl.jena.rdf.model.Resource INPUT_URI
Constant for sswap:inputURI URI


OUTPUT_URI

public static final com.hp.hpl.jena.rdf.model.Resource OUTPUT_URI
Constant for sswap:outputURI URI


ICON

public static final com.hp.hpl.jena.rdf.model.Resource ICON
Constant for sswap:icon


METADATA

public static final com.hp.hpl.jena.rdf.model.Resource METADATA
Constant for sswap:metadata URI


SSWAP_ONTOLOGY_URI

public static final java.lang.String SSWAP_ONTOLOGY_URI
The URI of SSWAP Ontology

See Also:
Constant Field Values

SSWAP_HTTP_EXCEPTION_HEADER

public static final java.lang.String SSWAP_HTTP_EXCEPTION_HEADER
Non-standard HTTP Header to return error message

See Also:
Constant Field Values

SSWAP_OUTPUT_URI_HEADER

public static final java.lang.String SSWAP_OUTPUT_URI_HEADER
Non-standard HTTP header to return information about sswap:outputURI (e.g., to provide this information to clients that do not have capability to process RDF/XML)

See Also:
Constant Field Values

TOKEN

public static final com.hp.hpl.jena.rdf.model.Resource TOKEN
The token used to retrieve an RRG in an asynchronous version of SSWAP protocol.


ASYNC_RRG

public static final com.hp.hpl.jena.rdf.model.Resource ASYNC_RRG
A marker class to denote that a particular individual is an asynchronous RRG.

Constructor Detail

Vocabulary

public Vocabulary()


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.