Class Cube


  • public class Cube
    extends Object
    Vocabulary definitions from src/main/vocabs/cube.ttl
    Author:
    Auto-generated by schemagen on 14 Feb 2014 08:36
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.jena.ontology.OntClass Attachable
      Abstract superclass for everything that can have attributes and dimensions
      static org.apache.jena.ontology.ObjectProperty attribute
      An alternative to qb:componentProperty which makes explicit that the component is a attribute
      static org.apache.jena.ontology.OntClass AttributeProperty
      The class of components which represent attributes of observations in the cube, e.g.
      static org.apache.jena.ontology.OntClass CodedProperty
      Superclass of all coded ComponentProperties
      static org.apache.jena.ontology.ObjectProperty codeList
      gives the code list associated with a CodedProperty
      static org.apache.jena.ontology.ObjectProperty component
      indicates a component specification which is included in the structure of the dataset
      static org.apache.jena.ontology.OntProperty 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 org.apache.jena.ontology.ObjectProperty componentProperty
      indicates a ComponentProperty (i.e.
      static org.apache.jena.ontology.OntClass ComponentProperty
      Abstract super-property of all properties representing dimensions, attributes or measures
      static org.apache.jena.ontology.DatatypeProperty componentRequired
      Indicates whether a component property is required (true) or optional (false) in the context of a DSD.
      static org.apache.jena.ontology.OntClass ComponentSet
      Abstract class of things which reference one or more ComponentProperties
      static org.apache.jena.ontology.OntClass ComponentSpecification
      Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD.
      static org.apache.jena.ontology.ObjectProperty concept
      gives the concept which is being measured or indicated by a ComponentProperty
      static org.apache.jena.ontology.ObjectProperty dataSet
      indicates the data set of which this observation is a part
      static org.apache.jena.ontology.OntClass DataSet
      Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure.
      static org.apache.jena.ontology.OntClass DataStructureDefinition
      Defines the structure of a DataSet or slice
      static org.apache.jena.ontology.ObjectProperty dimension
      An alternative to qb:componentProperty which makes explicit that the component is a dimension
      static org.apache.jena.ontology.OntClass DimensionProperty
      The class of components which represent the dimensions of the cube
      static org.apache.jena.ontology.OntClass HierarchicalCodeList
      Represents a generalized hierarchy of concepts which can be used for coding.
      static org.apache.jena.ontology.ObjectProperty hierarchyRoot
      Specifies a root of the hierarchy.
      static org.apache.jena.ontology.ObjectProperty measure
      An alternative to qb:componentProperty which makes explicit that the component is a measure
      static org.apache.jena.ontology.ObjectProperty measureDimension
      An alternative to qb:componentProperty which makes explicit that the component is a measure dimension
      static org.apache.jena.ontology.OntClass MeasureProperty
      The class of components which represent the measured value of the phenomenon being observed
      static org.apache.jena.ontology.OntProperty 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 org.apache.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 org.apache.jena.ontology.ObjectProperty observation
      indicates a observation contained within this slice of the data set
      static org.apache.jena.ontology.OntClass Observation
      A single observation in the cube, may have one or more associated measured values
      static org.apache.jena.ontology.ObjectProperty observationGroup
      Indicates a group of observations.
      static org.apache.jena.ontology.OntClass ObservationGroup
      A, possibly arbitrary, group of observations.
      static org.apache.jena.ontology.DatatypeProperty 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 org.apache.jena.ontology.ObjectProperty parentChildProperty
      Specifies a property which relates a parent concept in the hierarchy to a child concept.
      static org.apache.jena.ontology.ObjectProperty slice
      Indicates a subset of a DataSet defined by fixing a subset of the dimensional values
      static org.apache.jena.ontology.OntClass Slice
      Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice
      static org.apache.jena.ontology.ObjectProperty sliceKey
      indicates a slice key which is used for slices in this dataset
      static org.apache.jena.ontology.OntClass SliceKey
      Denotes a subset of the component properties of a DataSet which are fixed in the corresponding slices
      static org.apache.jena.ontology.ObjectProperty sliceStructure
      indicates the sub-key corresponding to this slice
      static org.apache.jena.ontology.ObjectProperty structure
      indicates the structure to which this data set conforms
      static String VERSION_INFO
      The ontology's owl:versionInfo as a string
    • Constructor Summary

      Constructors 
      Constructor Description
      Cube()  
    • Field Detail

      • NAMESPACE

        public static final org.apache.jena.rdf.model.Resource NAMESPACE

        The namespace of the vocabulary as a resource

      • attribute

        public static final org.apache.jena.ontology.ObjectProperty attribute

        An alternative to qb:componentProperty which makes explicit that the component is a attribute

      • codeList

        public static final org.apache.jena.ontology.ObjectProperty codeList

        gives the code list associated with a CodedProperty

      • component

        public static final org.apache.jena.ontology.ObjectProperty component

        indicates a component specification which is included in the structure of the dataset

      • componentProperty

        public static final org.apache.jena.ontology.ObjectProperty componentProperty

        indicates a ComponentProperty (i.e. attribute/dimension) expected on a DataSet, or a dimension fixed in a SliceKey

      • concept

        public static final org.apache.jena.ontology.ObjectProperty concept

        gives the concept which is being measured or indicated by a ComponentProperty

      • dataSet

        public static final org.apache.jena.ontology.ObjectProperty dataSet

        indicates the data set of which this observation is a part

      • dimension

        public static final org.apache.jena.ontology.ObjectProperty dimension

        An alternative to qb:componentProperty which makes explicit that the component is a dimension

      • hierarchyRoot

        public static final org.apache.jena.ontology.ObjectProperty hierarchyRoot

        Specifies a root of the hierarchy. A hierarchy may have multiple roots but must have at least one.

      • measure

        public static final org.apache.jena.ontology.ObjectProperty measure

        An alternative to qb:componentProperty which makes explicit that the component is a measure

      • measureDimension

        public static final org.apache.jena.ontology.ObjectProperty measureDimension

        An alternative to qb:componentProperty which makes explicit that the component is a measure dimension

      • observation

        public static final org.apache.jena.ontology.ObjectProperty observation

        indicates a observation contained within this slice of the data set

      • observationGroup

        public static final org.apache.jena.ontology.ObjectProperty 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

      • parentChildProperty

        public static final org.apache.jena.ontology.ObjectProperty parentChildProperty

        Specifies a property which relates a parent concept in the hierarchy to a child concept.

      • slice

        public static final org.apache.jena.ontology.ObjectProperty slice

        Indicates a subset of a DataSet defined by fixing a subset of the dimensional values

      • sliceKey

        public static final org.apache.jena.ontology.ObjectProperty sliceKey

        indicates a slice key which is used for slices in this dataset

      • sliceStructure

        public static final org.apache.jena.ontology.ObjectProperty sliceStructure

        indicates the sub-key corresponding to this slice

      • structure

        public static final org.apache.jena.ontology.ObjectProperty structure

        indicates the structure to which this data set conforms

      • componentRequired

        public static final org.apache.jena.ontology.DatatypeProperty 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).

      • order

        public static final org.apache.jena.ontology.DatatypeProperty 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

      • componentAttachment

        public static final org.apache.jena.ontology.OntProperty 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.

      • measureType

        public static final org.apache.jena.ontology.OntProperty 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)

      • Attachable

        public static final org.apache.jena.ontology.OntClass Attachable

        Abstract superclass for everything that can have attributes and dimensions

      • AttributeProperty

        public static final org.apache.jena.ontology.OntClass AttributeProperty

        The class of components which represent attributes of observations in the cube, e.g. unit of measurement

      • CodedProperty

        public static final org.apache.jena.ontology.OntClass CodedProperty

        Superclass of all coded ComponentProperties

      • ComponentProperty

        public static final org.apache.jena.ontology.OntClass ComponentProperty

        Abstract super-property of all properties representing dimensions, attributes or measures

      • ComponentSet

        public static final org.apache.jena.ontology.OntClass ComponentSet

        Abstract class of things which reference one or more ComponentProperties

      • ComponentSpecification

        public static final org.apache.jena.ontology.OntClass ComponentSpecification

        Used to define properties of a component (attribute, dimension etc) which are specific to its usage in a DSD.

      • DataSet

        public static final org.apache.jena.ontology.OntClass DataSet

        Represents a collection of observations, possibly organized into various slices, conforming to some common dimensional structure.

      • DataStructureDefinition

        public static final org.apache.jena.ontology.OntClass DataStructureDefinition

        Defines the structure of a DataSet or slice

      • DimensionProperty

        public static final org.apache.jena.ontology.OntClass DimensionProperty

        The class of components which represent the dimensions of the cube

      • HierarchicalCodeList

        public static final org.apache.jena.ontology.OntClass 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.

      • MeasureProperty

        public static final org.apache.jena.ontology.OntClass MeasureProperty

        The class of components which represent the measured value of the phenomenon being observed

      • Observation

        public static final org.apache.jena.ontology.OntClass Observation

        A single observation in the cube, may have one or more associated measured values

      • ObservationGroup

        public static final org.apache.jena.ontology.OntClass ObservationGroup

        A, possibly arbitrary, group of observations.

      • Slice

        public static final org.apache.jena.ontology.OntClass Slice

        Denotes a subset of a DataSet defined by fixing a subset of the dimensional values, component properties on the Slice

      • SliceKey

        public static final org.apache.jena.ontology.OntClass SliceKey

        Denotes a subset of the component properties of a DataSet which are fixed in the corresponding slices

    • Constructor Detail

      • Cube

        public Cube()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        See Also:
        NS