public class CUBE extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.hp.hpl.jena.rdf.model.Resource |
Attachable
Abstract superclass for everything that can have attributes and dimensions
|
static com.hp.hpl.jena.rdf.model.Property |
attribute
An alternative to qb:componentProperty which makes explicit that the component
is a attribute
|
static com.hp.hpl.jena.rdf.model.Resource |
AttributeProperty
The class of components which represent attributes of observations in the
cube, e.g.
|
static com.hp.hpl.jena.rdf.model.Resource |
CodedProperty
Superclass of all coded ComponentProperties
|
static com.hp.hpl.jena.rdf.model.Property |
codeList
gives the code list associated with a CodedProperty
|
static com.hp.hpl.jena.rdf.model.Property |
component
indicates a component specification which is included in the structure of
the dataset
|
static com.hp.hpl.jena.rdf.model.Property |
componentAttachment
Indicates the level at which the component property should be attached, this
might an qb:DataSet, qb:Slice or qb:Observation, or a qb:MeasureProperty.
|
static com.hp.hpl.jena.rdf.model.Property |
componentProperty
indicates a ComponentProperty (i.e.
|
static com.hp.hpl.jena.rdf.model.Resource |
ComponentProperty
Abstract super-property of all properties representing dimensions, attributes
or measures
|
static com.hp.hpl.jena.rdf.model.Property |
componentRequired
Indicates whether a component property is required (true) or optional (false)
in the context of a DSD.
|
static com.hp.hpl.jena.rdf.model.Resource |
ComponentSet
Abstract class of things which reference one or more ComponentProperties
|
static com.hp.hpl.jena.rdf.model.Resource |
ComponentSpecification
Used to define properties of a component (attribute, dimension etc) which
are specific to its usage in a DSD.
|
static com.hp.hpl.jena.rdf.model.Property |
concept
gives the concept which is being measured or indicated by a ComponentProperty
|
static com.hp.hpl.jena.rdf.model.Property |
dataSet
indicates the data set of which this observation is a part
|
static com.hp.hpl.jena.rdf.model.Resource |
DataSet
Represents a collection of observations, possibly organized into various slices,
conforming to some common dimensional structure.
|
static com.hp.hpl.jena.rdf.model.Resource |
DataStructureDefinition
Defines the structure of a DataSet or slice
|
static com.hp.hpl.jena.rdf.model.Property |
dimension
An alternative to qb:componentProperty which makes explicit that the component
is a dimension
|
static com.hp.hpl.jena.rdf.model.Resource |
DimensionProperty
The class of components which represent the dimensions of the cube
|
static com.hp.hpl.jena.rdf.model.Resource |
HierarchicalCodeList
Represents a generalized hierarchy of concepts which can be used for coding.
|
static com.hp.hpl.jena.rdf.model.Property |
hierarchyRoot
Specifies a root of the hierarchy.
|
static com.hp.hpl.jena.rdf.model.Property |
measure
An alternative to qb:componentProperty which makes explicit that the component
is a measure
|
static com.hp.hpl.jena.rdf.model.Property |
measureDimension
An alternative to qb:componentProperty which makes explicit that the component
is a measure dimension
|
static com.hp.hpl.jena.rdf.model.Resource |
MeasureProperty
The class of components which represent the measured value of the phenomenon
being observed
|
static com.hp.hpl.jena.rdf.model.Property |
measureType
Generic measure dimension, the value of this dimension indicates which measure
(from the set of measures in the DSD) is being given by the obsValue (or other
primary measure)
|
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.rdf.model.Property |
observation
indicates a observation contained within this slice of the data set
|
static com.hp.hpl.jena.rdf.model.Resource |
Observation
A single observation in the cube, may have one or more associated measured
values
|
static com.hp.hpl.jena.rdf.model.Property |
observationGroup
Indicates a group of observations.
|
static com.hp.hpl.jena.rdf.model.Resource |
ObservationGroup
A, possibly arbitrary, group of observations.
|
static com.hp.hpl.jena.rdf.model.Property |
order
indicates a priority order for the components of sets with this structure,
used to guide presentations - lower order numbers come before higher numbers,
un-numbered components come last
|
static com.hp.hpl.jena.rdf.model.Property |
parentChildProperty
Specifies a property which relates a parent concept in the hierarchy to a
child concept.
|
static com.hp.hpl.jena.rdf.model.Property |
slice
Indicates a subset of a DataSet defined by fixing a subset of the dimensional
values
|
static com.hp.hpl.jena.rdf.model.Resource |
Slice
Denotes a subset of a DataSet defined by fixing a subset of the dimensional
values, component properties on the Slice
|
static com.hp.hpl.jena.rdf.model.Property |
sliceKey
indicates a slice key which is used for slices in this dataset
|
static com.hp.hpl.jena.rdf.model.Resource |
SliceKey
Denotes a subset of the component properties of a DataSet which are fixed
in the corresponding slices
|
static com.hp.hpl.jena.rdf.model.Property |
sliceStructure
indicates the sub-key corresponding to this slice
|
static com.hp.hpl.jena.rdf.model.Property |
structure
indicates the structure to which this data set conforms
|
static String |
VERSION_INFO
The ontology's owl:versionInfo as a string
|
| Constructor and Description |
|---|
CUBE() |
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 String VERSION_INFO
The ontology's owl:versionInfo as a string
public static final com.hp.hpl.jena.rdf.model.Property attribute
An alternative to qb:componentProperty which makes explicit that the component is a attribute
public static final com.hp.hpl.jena.rdf.model.Property codeList
gives the code list associated with a CodedProperty
public static final com.hp.hpl.jena.rdf.model.Property component
indicates a component specification which is included in the structure of the dataset
public static final com.hp.hpl.jena.rdf.model.Property componentAttachment
Indicates the level at which the component property should be attached, this might an qb:DataSet, qb:Slice or qb:Observation, or a qb:MeasureProperty.
public static final com.hp.hpl.jena.rdf.model.Property componentProperty
indicates a ComponentProperty (i.e. attribute/dimension) expected on a DataSet, or a dimension fixed in a SliceKey
public static final com.hp.hpl.jena.rdf.model.Property componentRequired
Indicates whether a component property is required (true) or optional (false) in the context of a DSD. Only applicable to components correspond to an attribute. Defaults to false (optional).
public static final com.hp.hpl.jena.rdf.model.Property concept
gives the concept which is being measured or indicated by a ComponentProperty
public static final com.hp.hpl.jena.rdf.model.Property dataSet
indicates the data set of which this observation is a part
public static final com.hp.hpl.jena.rdf.model.Property dimension
An alternative to qb:componentProperty which makes explicit that the component is a dimension
public static final com.hp.hpl.jena.rdf.model.Property hierarchyRoot
Specifies a root of the hierarchy. A hierarchy may have multiple roots but must have at least one.
public static final com.hp.hpl.jena.rdf.model.Property measure
An alternative to qb:componentProperty which makes explicit that the component is a measure
public static final com.hp.hpl.jena.rdf.model.Property measureDimension
An alternative to qb:componentProperty which makes explicit that the component is a measure dimension
public static final com.hp.hpl.jena.rdf.model.Property measureType
Generic measure dimension, the value of this dimension indicates which measure (from the set of measures in the DSD) is being given by the obsValue (or other primary measure)
public static final com.hp.hpl.jena.rdf.model.Property observation
indicates a observation contained within this slice of the data set
public static final com.hp.hpl.jena.rdf.model.Property observationGroup
Indicates a group of observations. The domain of this property is left open so that a group may be attached to different resources and need not be restricted to a single DataSet
public static final com.hp.hpl.jena.rdf.model.Property order
indicates a priority order for the components of sets with this structure, used to guide presentations - lower order numbers come before higher numbers, un-numbered components come last
public static final com.hp.hpl.jena.rdf.model.Property parentChildProperty
Specifies a property which relates a parent concept in the hierarchy to a child concept.
public static final com.hp.hpl.jena.rdf.model.Property slice
Indicates a subset of a DataSet defined by fixing a subset of the dimensional values
public static final com.hp.hpl.jena.rdf.model.Property sliceKey
indicates a slice key which is used for slices in this dataset
public static final com.hp.hpl.jena.rdf.model.Property sliceStructure
indicates the sub-key corresponding to this slice
public static final com.hp.hpl.jena.rdf.model.Property structure
indicates the structure to which this data set conforms
public static final com.hp.hpl.jena.rdf.model.Resource Attachable
Abstract superclass for everything that can have attributes and dimensions
public static final com.hp.hpl.jena.rdf.model.Resource AttributeProperty
The class of components which represent attributes of observations in the cube, e.g. unit of measurement
public static final com.hp.hpl.jena.rdf.model.Resource CodedProperty
Superclass of all coded ComponentProperties
public static final com.hp.hpl.jena.rdf.model.Resource ComponentProperty
Abstract super-property of all properties representing dimensions, attributes or measures
public static final com.hp.hpl.jena.rdf.model.Resource ComponentSet
Abstract class of things which reference one or more ComponentProperties
public static final com.hp.hpl.jena.rdf.model.Resource ComponentSpecification
Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD.
public static final com.hp.hpl.jena.rdf.model.Resource DataSet
Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure.
public static final com.hp.hpl.jena.rdf.model.Resource DataStructureDefinition
Defines the structure of a DataSet or slice
public static final com.hp.hpl.jena.rdf.model.Resource DimensionProperty
The class of components which represent the dimensions of the cube
public static final com.hp.hpl.jena.rdf.model.Resource HierarchicalCodeList
Represents a generalized hierarchy of concepts which can be used for coding. The hierarchy is defined by one or more roots together with a property which relates concepts in the hierarchy to thier child concept . The same concepts may be members of multiple hierarchies provided that different qb:parentChildProperty values are used for each hierarchy.
public static final com.hp.hpl.jena.rdf.model.Resource MeasureProperty
The class of components which represent the measured value of the phenomenon being observed
public static final com.hp.hpl.jena.rdf.model.Resource Observation
A single observation in the cube, may have one or more associated measured values
public static final com.hp.hpl.jena.rdf.model.Resource ObservationGroup
A, possibly arbitrary, group of observations.
public static final com.hp.hpl.jena.rdf.model.Resource Slice
Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice
public static final com.hp.hpl.jena.rdf.model.Resource SliceKey
Denotes a subset of the component properties of a DataSet which are fixed in the corresponding slices
Copyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.