public class CircusRecipe_owl2 extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.ontology.OntClass |
BR_FEATURE |
static com.hp.hpl.jena.ontology.OntClass |
BR_META |
static com.hp.hpl.jena.ontology.OntClass |
BROKER_RECIPE
For bootstrap shenanigans and top level config - should not be referred to
other than by a bootCircus, sysCircus, or similar.
|
static com.hp.hpl.jena.ontology.OntClass |
CAT_HOWL |
static com.hp.hpl.jena.ontology.OntClass |
CAT_LOAD_AND_WIRE |
static com.hp.hpl.jena.ontology.OntClass |
CAT_RUN_ONCE |
static com.hp.hpl.jena.ontology.OntClass |
CIRCUS_ACTION_TOKEN |
static com.hp.hpl.jena.ontology.OntClass |
CIRCUS_RECIPE
Circus is an intended corruption of Circuit.
|
static com.hp.hpl.jena.ontology.OntClass |
EXTRA_SPARQL_THING
Placeholder for when we figure out multi-inheritance mapping in impl
|
static com.hp.hpl.jena.ontology.OntClass |
FLAG_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
FR_SPARQL_ASK |
static com.hp.hpl.jena.ontology.OntClass |
GH_R_REFER
Points to metadata for an mdir:GHost record, via hasGraphHost.
|
static com.hp.hpl.jena.ontology.OntClass |
GH_R_VARIABLE
Expects that some GHost will be provided at runtime through a hidden mechanism.
|
static com.hp.hpl.jena.ontology.OntClass |
GHOST_RECIPE
Produces a usable runtime reference to a GHost container, usually including
matchable metadata.
|
static com.hp.hpl.jena.ontology.OntClass |
GR_APPENDABLE
Any graph which may receive more triples is GR_Appendable, subtype of GR_Volatile.
|
static com.hp.hpl.jena.ontology.OntClass |
GR_APPENDABLE_MONOTONIC
A graph which may accept new triples, but may not delete or modify existing
triples.
|
static com.hp.hpl.jena.ontology.OntClass |
GR_COMPUTE |
static com.hp.hpl.jena.ontology.OntClass |
GR_FIXED |
static com.hp.hpl.jena.ontology.OntClass |
GR_LOAD |
static com.hp.hpl.jena.ontology.OntClass |
GR_MODIFIABLE
Triples may be deleted or replaced (as well as added).
|
static com.hp.hpl.jena.ontology.OntClass |
GR_MONOTONIC |
static com.hp.hpl.jena.ontology.OntClass |
GR_REFER
Instances of Refer may be used as variables with value in the :hasInputGraphPointer
and :hasInputGraphPointerSet links.
|
static com.hp.hpl.jena.ontology.OntClass |
GR_RELEASED_REF
Recipe that contains a reference to a well known, released graph data version.
|
static com.hp.hpl.jena.ontology.OntClass |
GR_VOLATILE
A graph which may change in some way, after it is accessed for the first time.
|
static com.hp.hpl.jena.ontology.OntClass |
GRAPH_RECIPE
The main logical way to refer to a graph in a circusRecipe is via these GraphRecipes.
|
static com.hp.hpl.jena.ontology.OntClass |
GRC_INFER |
static com.hp.hpl.jena.ontology.OntClass |
GRC_INFER_JENA_RULES |
static com.hp.hpl.jena.ontology.OntClass |
GRC_INFER_OWL_LITE |
static com.hp.hpl.jena.ontology.OntClass |
GRC_INFER_RDFS |
static com.hp.hpl.jena.ontology.OntClass |
GRC_INFER_SPIN_RULES |
static com.hp.hpl.jena.ontology.OntClass |
GRC_SPARQL_CONSTRUCT
Applies input SPARQL{-text, -spinIndiv} to input graph to produce output graph.
|
static com.hp.hpl.jena.ontology.OntClass |
GRC_UNION
Combines any number of graphs from input recipes.
|
static com.hp.hpl.jena.ontology.DatatypeProperty |
HAS_CONSTANT_TEXT |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_GRAPH_HOST
Points at a grounding mdir:GraphHost record of some dimension (3,4,5).
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_GRAPH_POINTER |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_GRAPH_POINTER_SET |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_BROKER_RECIPE
Instance data used only iby a meta-broker implementing bootstrap circuses.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_GHOST_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_GRAPH_RECIPE
This may point to a concrete graph supply chain, or to a resolvable GR_Refer,
which can be thought of as a graph/graph-set
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_NAME_TEXT_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_PROPERTY_NAME_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_QRY_GR_SET_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_RECIPE
parent inRecipe property may be used for summary queries, when inference is
available.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_RULE_TEXT_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_SPARQL_TEXT_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_SUBJECT_NAME_RECIPE
Used to access a known individual, including to specify a GraphPointer record
by name.
|
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_TEXT_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_IN_URI_RECIPE |
static com.hp.hpl.jena.ontology.ObjectProperty |
HAS_OUT_RECIPE
Identifies an output of a circus, of type given by the target recipe type.
|
static com.hp.hpl.jena.ontology.OntClass |
LITERAL_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
MATRIX_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
MR_CIRCUS_RESULT_ROWS |
static com.hp.hpl.jena.ontology.OntClass |
MR_DENSE_REGULAR_COLUMNS
A matrix with regular column structure, which determines the types (and name-keys)
of output values.
|
static com.hp.hpl.jena.ontology.OntClass |
MR_SPARQL_SELECT_ROWS |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource
|
static String |
NS
The namespace of the vocabulary as a string
|
static com.hp.hpl.jena.ontology.OntClass |
NUMBER_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
QGSR_AGGREGATE
Produce a queryGraphSet via aggregation of any number of graph(pointer)s produced
by input GraphRecipes.
|
static com.hp.hpl.jena.ontology.OntClass |
QGSR_AGGREGATE_SIBLINGS |
static com.hp.hpl.jena.ontology.OntClass |
QGSR_REFER
Refers to an existing mdir:GraphPointerSet via :hasGraphPointerSet.
|
static com.hp.hpl.jena.ontology.OntClass |
QRY_GR_SET_RECIPE
Produces a set of graphs for query (by SPARQL, usually).
|
static com.hp.hpl.jena.ontology.DatatypeProperty |
R_DATA_PROP |
static com.hp.hpl.jena.ontology.ObjectProperty |
R_OBJ_PROP |
static com.hp.hpl.jena.ontology.OntClass |
RECIPE
A recipe can be used to (repeatedly) produce the most current value for some
slot, of some known type.
|
static com.hp.hpl.jena.ontology.OntClass |
RTHING |
static com.hp.hpl.jena.ontology.OntClass |
RTOKEN |
static com.hp.hpl.jena.ontology.OntClass |
STAMP_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
TEXT_RECIPE |
static com.hp.hpl.jena.ontology.OntClass |
TR_CONSTANT |
static com.hp.hpl.jena.ontology.OntClass |
TR_PROP_GRAB
Evaluates inSubjectNameR .
|
static com.hp.hpl.jena.ontology.OntClass |
UR_COLUMN
Expects to pull URI value from a column of a Matrix, e.g.
|
static com.hp.hpl.jena.ontology.OntClass |
UR_TEXT
Expect to construct a URI from some text produced by a TextRecipe.
|
static com.hp.hpl.jena.ontology.OntClass |
URI_RECIPE |
| Constructor and Description |
|---|
CircusRecipe_owl2() |
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_GRAPH_HOST
Points at a grounding mdir:GraphHost record of some dimension (3,4,5). Can be used to refer directly in storage, or to refer to a captured result at runtime.
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_GRAPH_POINTER
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_GRAPH_POINTER_SET
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_BROKER_RECIPE
Instance data used only iby a meta-broker implementing bootstrap circuses. Plain URI of the broker instance may be used to find the impl at runtime.
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_GHOST_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_GRAPH_RECIPE
This may point to a concrete graph supply chain, or to a resolvable GR_Refer, which can be thought of as a graph/graph-set
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_NAME_TEXT_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_PROPERTY_NAME_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_QRY_GR_SET_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_RECIPE
parent inRecipe property may be used for summary queries, when inference is available.
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_RULE_TEXT_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_SPARQL_TEXT_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_SUBJECT_NAME_RECIPE
Used to access a known individual, including to specify a GraphPointer record by name.
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_TEXT_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_IN_URI_RECIPE
public static final com.hp.hpl.jena.ontology.ObjectProperty HAS_OUT_RECIPE
Identifies an output of a circus, of type given by the target recipe type. Only circus recipes may have outputs. The circus result itself is then merely the aggregation of these potentially changing outputs. In software, we expect each such circus output to be visible as a result source, which may be queried and evented on.
public static final com.hp.hpl.jena.ontology.ObjectProperty R_OBJ_PROP
public static final com.hp.hpl.jena.ontology.DatatypeProperty HAS_CONSTANT_TEXT
public static final com.hp.hpl.jena.ontology.DatatypeProperty R_DATA_PROP
public static final com.hp.hpl.jena.ontology.OntClass BR_FEATURE
public static final com.hp.hpl.jena.ontology.OntClass BR_META
public static final com.hp.hpl.jena.ontology.OntClass BROKER_RECIPE
For bootstrap shenanigans and top level config - should not be referred to other than by a bootCircus, sysCircus, or similar.
public static final com.hp.hpl.jena.ontology.OntClass CAT_HOWL
public static final com.hp.hpl.jena.ontology.OntClass CAT_LOAD_AND_WIRE
public static final com.hp.hpl.jena.ontology.OntClass CAT_RUN_ONCE
public static final com.hp.hpl.jena.ontology.OntClass CIRCUS_ACTION_TOKEN
public static final com.hp.hpl.jena.ontology.OntClass CIRCUS_RECIPE
Circus is an intended corruption of Circuit. A Circus is an executable workflow that produces the results of its output components, designated from this recipe by use of :hasOutRecipe.
public static final com.hp.hpl.jena.ontology.OntClass EXTRA_SPARQL_THING
Placeholder for when we figure out multi-inheritance mapping in impl
public static final com.hp.hpl.jena.ontology.OntClass FR_SPARQL_ASK
public static final com.hp.hpl.jena.ontology.OntClass FLAG_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass GRC_INFER
public static final com.hp.hpl.jena.ontology.OntClass GRC_INFER_JENA_RULES
public static final com.hp.hpl.jena.ontology.OntClass GRC_INFER_OWL_LITE
public static final com.hp.hpl.jena.ontology.OntClass GRC_INFER_RDFS
public static final com.hp.hpl.jena.ontology.OntClass GRC_INFER_SPIN_RULES
public static final com.hp.hpl.jena.ontology.OntClass GRC_SPARQL_CONSTRUCT
Applies input SPARQL{-text, -spinIndiv} to input graph to produce output graph.
public static final com.hp.hpl.jena.ontology.OntClass GRC_UNION
Combines any number of graphs from input recipes.
public static final com.hp.hpl.jena.ontology.OntClass GR_APPENDABLE
Any graph which may receive more triples is GR_Appendable, subtype of GR_Volatile.
public static final com.hp.hpl.jena.ontology.OntClass GR_APPENDABLE_MONOTONIC
A graph which may accept new triples, but may not delete or modify existing triples.
public static final com.hp.hpl.jena.ontology.OntClass GR_COMPUTE
public static final com.hp.hpl.jena.ontology.OntClass GR_FIXED
public static final com.hp.hpl.jena.ontology.OntClass GR_LOAD
public static final com.hp.hpl.jena.ontology.OntClass GR_MODIFIABLE
Triples may be deleted or replaced (as well as added). Not usable with monotonic reasoning, but may use rules in some defeasible way, or by rerunning downstream inference from scratch on changes. Generally we want to keep the number of such graphs relatively small, since they are connected with complexity in our systems. We expect careful manipulation of these modifiable graphs, with relatively large supporting context of of monotonic, often immutable (GR_Fixed) data.
public static final com.hp.hpl.jena.ontology.OntClass GR_MONOTONIC
public static final com.hp.hpl.jena.ontology.OntClass GR_REFER
Instances of Refer may be used as variables with value in the :hasInputGraphPointer and :hasInputGraphPointerSet links.
public static final com.hp.hpl.jena.ontology.OntClass GR_RELEASED_REF
Recipe that contains a reference to a well known, released graph data version. We know this data is fixed and thus also monotonic for reasoning purposes.
public static final com.hp.hpl.jena.ontology.OntClass GR_VOLATILE
A graph which may change in some way, after it is accessed for the first time. Before we load or calculate any graph the first time, we want to know if it is GR_Fixed or GR_Volatile. When a MetaDir GP record is used to index the result of such a recipe, that result will always be of type GP_Open.
public static final com.hp.hpl.jena.ontology.OntClass GH_R_REFER
Points to metadata for an mdir:GHost record, via hasGraphHost.
public static final com.hp.hpl.jena.ontology.OntClass GH_R_VARIABLE
Expects that some GHost will be provided at runtime through a hidden mechanism. That mechanism may use the URI of this indiv to convey its GHost impl.
public static final com.hp.hpl.jena.ontology.OntClass GHOST_RECIPE
Produces a usable runtime reference to a GHost container, usually including matchable metadata. Used in lower level C.R.U.D. circuits. For apps is less useful for most purposes than the GraphRecipe and QryGrSetRecipe.
public static final com.hp.hpl.jena.ontology.OntClass GRAPH_RECIPE
The main logical way to refer to a graph in a circusRecipe is via these GraphRecipes. A GraphRecipe produces something describable with mdir:GraphPointers. Typically the consumer circus at runtime will use the result in the form of an object providing access to the GraphPointer data as well as the graph it points to, with appropriate semantics for read/write based on the details. The runtime output GraphPointer may or may not have a durable URI assigned to it in either of the crucial positions discussed in mdir:GraphPointer. 1) pointer name = durable URI or blank node. To supply a name-pipeline, use hasInSubjectNameRecipe (attached to this GraphRecipe). Here the subject is for the graphPointer individual being output according to this recipe. 2) host-qualifier-name = unassigned (for a direct GHost3 pointer), or hasGraphNameUri val (for GHost-4 narrowing).
public static final com.hp.hpl.jena.ontology.OntClass LITERAL_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass MR_CIRCUS_RESULT_ROWS
public static final com.hp.hpl.jena.ontology.OntClass MR_DENSE_REGULAR_COLUMNS
A matrix with regular column structure, which determines the types (and name-keys) of output values. The matrix data may often be delievered incrementally in rows. This type is compatible with a SPARQL or SQL result rowset. Output values types are generally constant in each column, across the rows. However the types in the columns (often defined by separate column sub-recipes, as in the case of a MR_CircusResultRows) may be quite different from each other - e.g. they may produce in each output row an assortment of literals, URIs, graphs, queryGraphSets, more matrices, or even entire circuses!
public static final com.hp.hpl.jena.ontology.OntClass MR_SPARQL_SELECT_ROWS
public static final com.hp.hpl.jena.ontology.OntClass MATRIX_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass NUMBER_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass QGSR_AGGREGATE
Produce a queryGraphSet via aggregation of any number of graph(pointer)s produced by input GraphRecipes.
public static final com.hp.hpl.jena.ontology.OntClass QGSR_AGGREGATE_SIBLINGS
public static final com.hp.hpl.jena.ontology.OntClass QGSR_REFER
Refers to an existing mdir:GraphPointerSet via :hasGraphPointerSet.
public static final com.hp.hpl.jena.ontology.OntClass QRY_GR_SET_RECIPE
Produces a set of graphs for query (by SPARQL, usually). That might be an existing dataset (aka GHost4), or might be a GraphPointerSet. This is *not* normally used as a direct target for updates. Updates are instead usually sent to particular GR_Volatile graphs
public static final com.hp.hpl.jena.ontology.OntClass RTHING
public static final com.hp.hpl.jena.ontology.OntClass RTOKEN
public static final com.hp.hpl.jena.ontology.OntClass RECIPE
A recipe can be used to (repeatedly) produce the most current value for some slot, of some known type. The slot might be single valued or array valued (possibly ordered, possibly of growing size). Usually recipes are constructed with reference to other input recipes, which is a shorthand to referring to the output of those recipes. When a specific known chunk of data is desired as input, we use a Refer recipe to point to some known MetaDir: resource.
public static final com.hp.hpl.jena.ontology.OntClass STAMP_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass TR_CONSTANT
public static final com.hp.hpl.jena.ontology.OntClass TR_PROP_GRAB
Evaluates inSubjectNameR . inPropertyNameR
public static final com.hp.hpl.jena.ontology.OntClass TEXT_RECIPE
public static final com.hp.hpl.jena.ontology.OntClass UR_COLUMN
Expects to pull URI value from a column of a Matrix, e.g. SPARQL SELECT result.
public static final com.hp.hpl.jena.ontology.OntClass UR_TEXT
Expect to construct a URI from some text produced by a TextRecipe.
public static final com.hp.hpl.jena.ontology.OntClass URI_RECIPE
Copyright © 2010-2016. All Rights Reserved.