net.sf.taverna.t2.provenance.lineageservice.rdf
Class JanusOntology

java.lang.Object
  extended by net.sf.taverna.t2.provenance.lineageservice.rdf.JanusOntology

public class JanusOntology
extends java.lang.Object

Vocabulary definitions from /Users/paolo/Documents/workspace/net.sf.taverna.t2.core/provenanceconnector/src/main/resources/janus.owl

Author:
Auto-generated by schemagen on 22 Feb 2010 16:00

Field Summary
static com.hp.hpl.jena.ontology.OntClass collection_structure
           
static com.hp.hpl.jena.ontology.OntClass data_collection
           
static com.hp.hpl.jena.ontology.OntClass Data_Sources
           
static com.hp.hpl.jena.ontology.ObjectProperty derives_from
           
static com.hp.hpl.jena.ontology.OntClass domain_entity
           
static com.hp.hpl.jena.ontology.OntClass domain_parameter
           
static com.hp.hpl.jena.ontology.Individual ensembl
           
static com.hp.hpl.jena.ontology.Individual entrez_gene
           
static com.hp.hpl.jena.ontology.ObjectProperty has_execution
           
static com.hp.hpl.jena.ontology.DatatypeProperty has_iteration
           
static com.hp.hpl.jena.ontology.ObjectProperty has_parameter
           
static com.hp.hpl.jena.ontology.ObjectProperty has_parent_workflow
           
static com.hp.hpl.jena.ontology.DatatypeProperty has_port_order
           
static com.hp.hpl.jena.ontology.DatatypeProperty has_port_type
           
static com.hp.hpl.jena.ontology.DatatypeProperty has_port_value_order
           
static com.hp.hpl.jena.ontology.DatatypeProperty has_processor_type
           
static com.hp.hpl.jena.ontology.ObjectProperty has_source
           
static com.hp.hpl.jena.ontology.ObjectProperty has_value_binding
           
static com.hp.hpl.jena.ontology.ObjectProperty has_value_type
           
static com.hp.hpl.jena.ontology.DatatypeProperty is_processor_input
           
static com.hp.hpl.jena.ontology.DatatypeProperty is_top_level
           
static com.hp.hpl.jena.ontology.Individual KEGG
          A canonical instance of class Gene to associate a semantic type with an instance of a port - the specific gene with which the workflow will be run is not at this stage of workflow design.
static com.hp.hpl.jena.ontology.ObjectProperty links_from
           
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.ObjectProperty part_of
           
static com.hp.hpl.jena.ontology.OntClass pathway
           
static com.hp.hpl.jena.ontology.OntClass port
           
static com.hp.hpl.jena.ontology.Individual port_pathway
          A canonical instance of class pathway to associate a semantic type with an instance of a port - the specific pathway with which the workflow will be run is not at this stage of workflow design.
static com.hp.hpl.jena.ontology.OntClass port_value
           
static com.hp.hpl.jena.ontology.ObjectProperty preceded_by
           
static com.hp.hpl.jena.ontology.OntClass process
           
static com.hp.hpl.jena.ontology.OntClass processor_exec
           
static com.hp.hpl.jena.ontology.OntClass processor_spec
           
static com.hp.hpl.jena.ontology.Individual pubmed
           
static com.hp.hpl.jena.ontology.OntClass temporal_parameter
           
static com.hp.hpl.jena.ontology.Individual uniprot
           
static com.hp.hpl.jena.ontology.OntClass workflow_run
           
static com.hp.hpl.jena.ontology.OntClass workflow_spec
           
 
Constructor Summary
JanusOntology()
           
 
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

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


has_parameter

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

derives_from

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

part_of

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

preceded_by

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

has_execution

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

has_parent_workflow

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

has_source

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

has_value_binding

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

has_value_type

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

links_from

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

has_iteration

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

has_port_order

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

has_port_type

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

has_port_value_order

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

has_processor_type

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

is_processor_input

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

is_top_level

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

data_collection

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

domain_parameter

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

process

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

temporal_parameter

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

Data_Sources

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

collection_structure

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

domain_entity

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

port

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

port_value

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

processor_exec

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

processor_spec

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

workflow_run

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

workflow_spec

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

pathway

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

KEGG

public static final com.hp.hpl.jena.ontology.Individual KEGG

A canonical instance of class Gene to associate a semantic type with an instance of a port - the specific gene with which the workflow will be run is not at this stage of workflow design.


ensembl

public static final com.hp.hpl.jena.ontology.Individual ensembl

entrez_gene

public static final com.hp.hpl.jena.ontology.Individual entrez_gene

port_pathway

public static final com.hp.hpl.jena.ontology.Individual port_pathway

A canonical instance of class pathway to associate a semantic type with an instance of a port - the specific pathway with which the workflow will be run is not at this stage of workflow design.


pubmed

public static final com.hp.hpl.jena.ontology.Individual pubmed

uniprot

public static final com.hp.hpl.jena.ontology.Individual uniprot
Constructor Detail

JanusOntology

public JanusOntology()
Method Detail

getURI

public static java.lang.String getURI()

The namespace of the vocabulary as a string

See Also:
NS