Class DataCubeOnt


  • public class DataCubeOnt
    extends Object
    Vocabulary definitions from /Users/serasset/dev/dbnary/gitlab/dbnary/dbnary-ontology/src/main/resources/org/getalp/dbnary/cube.ttl
    Author:
    Auto-generated by schemagen on 20 Jul 2024 14:17
    • Field Summary

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

      Constructors 
      Constructor Description
      DataCubeOnt()  
    • 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.rdf.model.Property attribute

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

      • codeList

        public static final org.apache.jena.rdf.model.Property codeList

        gives the code list associated with a CodedProperty

      • component

        public static final org.apache.jena.rdf.model.Property component

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

      • componentAttachment

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

      • componentProperty

        public static final org.apache.jena.rdf.model.Property componentProperty

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

      • componentRequired

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

      • concept

        public static final org.apache.jena.rdf.model.Property concept

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

      • dataSet

        public static final org.apache.jena.rdf.model.Property dataSet

        indicates the data set of which this observation is a part

      • dimension

        public static final org.apache.jena.rdf.model.Property dimension

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

      • hierarchyRoot

        public static final org.apache.jena.rdf.model.Property 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.rdf.model.Property measure

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

      • measureDimension

        public static final org.apache.jena.rdf.model.Property measureDimension

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

      • measureType

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

      • observation

        public static final org.apache.jena.rdf.model.Property observation

        indicates a observation contained within this slice of the data set

      • observationGroup

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

      • order

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

      • parentChildProperty

        public static final org.apache.jena.rdf.model.Property parentChildProperty

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

      • slice

        public static final org.apache.jena.rdf.model.Property slice

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

      • sliceKey

        public static final org.apache.jena.rdf.model.Property sliceKey

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

      • sliceStructure

        public static final org.apache.jena.rdf.model.Property sliceStructure

        indicates the sub-key corresponding to this slice

      • structure

        public static final org.apache.jena.rdf.model.Property structure

        indicates the structure to which this data set conforms

      • Attachable

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

        Abstract superclass for everything that can have attributes and dimensions

      • AttributeProperty

        public static final org.apache.jena.rdf.model.Resource 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.rdf.model.Resource CodedProperty

        Superclass of all coded ComponentProperties

      • ComponentProperty

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

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

      • ComponentSet

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

        Abstract class of things which reference one or more ComponentProperties

      • ComponentSpecification

        public static final org.apache.jena.rdf.model.Resource 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.rdf.model.Resource DataSet

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

      • DataStructureDefinition

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

        Defines the structure of a DataSet or slice

      • DimensionProperty

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

        The class of components which represent the dimensions of the cube

      • HierarchicalCodeList

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

      • MeasureProperty

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

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

      • Observation

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

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

      • ObservationGroup

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

        A, possibly arbitrary, group of observations.

      • Slice

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

      • SliceKey

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

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

    • Constructor Detail

      • DataCubeOnt

        public DataCubeOnt()
    • Method Detail

      • getURI

        public static String getURI()

        The namespace of the vocabulary as a string

        Returns:
        namespace as String
        See Also:
        NS