EditWYSIWYGAttachPrintable
r2 - 2014-06-26 - 15:56:09 - Main.petroulaYou are here: TWiki >  LinkedData Web > DataCollectionVocabulary
This wiki: The development wiki is a work area where Jazz development teams plan and discuss technical designs and operations for the projects at Jazz.net. Work items often link to documents here. You are welcome to browse, follow along, and participate. Participation is what Jazz.net is all about! But please keep in mind that information here is "as is", unsupported, and may be outdated or inaccurate. For information on released products, consult IBM Knowledge Center, support tech notes, and the Jazz.net library. See also the Jazz.net Terms of Use.


Any documentation or reference material found in this wiki is not official product documentation, but it is primarily for the use of the development teams. For your end use, you should consult official product documentation (infocenters), IBM.com support artifacts (tech notes), and the jazz.net library as officially "stamped" resources.

Rational Data Collection Service vocabulary -- Draft

Licensed Materials (See http://jazz.net/ns/license.html) - Property of IBM.
© Copyright IBM Corporation 2012. All Rights Reserved.
U.S. Government Users Restricted Rights: Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

The namespace URI for this vocabulary is:

http://jazz.net/ns/dcs#

This page lists the RDF classes, properties, and individuals that make up the Data Collection Service vocabulary. Following W3C best practices, this information is available as HTML (this page) and as RDF.

More details on how this page was generated and other related material can be found in the wiki article Publishing RDF Vocabularies on jazz.net.

Description:

Data Collection Service

The Rational Data Collection Service vocabulary terms, an extension to the R2RML vocabulary for the purpose of mapping xml and RDF data to relational data.

See Also:

    Classes in this vocabulary:

    BaseResourceGroup, DimensionTableMap, FactTableMap, MapGroup, ODSTableMap, TableInfo

    Properties in this vocabulary:

    baseXPath, column, dbTransform, defaultSyntax, deliveryKey, deliveryType, dependency, enabled, filter, filterAction, filterType, filterValue, linkDeletion, localTransform, lookupCondition, lookupKey, lookupNotMatch, name, needLock, oracleSyntax, predicateColumnLookup, predicateName, relativeURL, resourceInfo, schemaName, sqlServerSyntax, surrogateKey, tableInfo, tableName, xPath

    BaseResourceGroup

    http://jazz.net/ns/dcs#BaseResourceGroup
    BaseResourceGroup is an RDF class.

    A BaseResourceGroup refers to a specific class or type of source that can provide a set of web resources. For example RTC would constitute a base resource group .

    See Also:

      baseXPath

      http://jazz.net/ns/dcs#baseXPath
      baseXPath is an RDF property.

      This represents the root XML path of the REST service XML document that is returned.

      See Also:

        column

        http://jazz.net/ns/dcs#column
        column is an RDF property.

        Column name of a database table. Used in the mapping specification to indicate which column an XML attribute of a particular XML resource is being mapped to. In the case of the database DDL specification, it simply indicates the name of a column in a particular table.

        See Also:

          dbTransform

          http://jazz.net/ns/dcs#dbTransform
          dbTransform is an RDF property.

          Specifies in an map the transformation a value is suppose to undergo before being stored into the target table and column.

          See Also:

            defaultSyntax

            http://jazz.net/ns/dcs#defaultSyntax
            defaultSyntax is an RDF property.

            Specifies the default value, action, transformation, sql statement in a mapping.

            See Also:

              deliveryKey

              http://jazz.net/ns/dcs#deliveryKey
              deliveryKey is an RDF property.

              This represents the column(s) to use during the data collection when delivering data to a table, to identify if a particular record exists or not in the target table. Essentially the natural key of a record.

              See Also:

                deliveryType

                http://jazz.net/ns/dcs#deliveryType
                deliveryType is an RDF property.

                Defines how to handle the data delivery to the target database, i.e. update records, append to the table etc.

                See Also:

                  dependency

                  http://jazz.net/ns/dcs#dependency
                  dependency is an RDF property.

                  Identifies a dependency between two map groups. This information is used to determine the data dependencies that exist between two map groups. This information can be used to determine a map group processing order.

                  See Also:

                    DimensionTableMap

                    http://jazz.net/ns/dcs#DimensionTableMap
                    DimensionTableMap is an RDF class.

                    A DimensionTableMap contains information about one or more resources to collect data from to eventually store in a data mart dimension database table. It contains the information regarding the source data, what to extract, how to transform and in which column to store the information for the selected resources.

                    See Also:

                      enabled

                      http://jazz.net/ns/dcs#enabled
                      enabled is an RDF property.

                      Specifies whether a specific map group is enabled for collection when the collection jobs runs. Valid values are true or false

                      See Also:

                        FactTableMap

                        http://jazz.net/ns/dcs#FactTableMap
                        FactTableMap is an RDF class.

                        A FactTableMap contains information about one or more resources to collect data from to eventually store in a data mart fact database table. It contains the information regarding the source data, what to extract, how to transform and in which column to store the information for the selected resources.

                        See Also:

                          filter

                          http://jazz.net/ns/dcs#filter
                          filter is an RDF property.

                          Specifies filter criteria either for incoming data or data being stored in the target table.

                          See Also:

                            filterAction

                            http://jazz.net/ns/dcs#filterAction
                            filterAction is an RDF property.

                            Within a filter specification, specifies if the filter is to include the data meeting the criteria or exclude the data meeting the criteria.

                            See Also:

                              filterType

                              http://jazz.net/ns/dcs#filterType
                              filterType is an RDF property.

                              Specifies whether the filtering applies to the incoming data or to the data being stored to a target table.

                              See Also:

                                filterValue

                                http://jazz.net/ns/dcs#filterValue
                                filterValue is an RDF property.

                                The filter criteria to apply to the data

                                See Also:

                                  linkDeletion

                                  http://jazz.net/ns/dcs#linkDeletion
                                  linkDeletion is an RDF property.

                                  See Also:

                                    localTransform

                                    http://jazz.net/ns/dcs#localTransform
                                    localTransform is an RDF property.

                                    Specifies the invocation of a DCS function to transform data. Local implies the function is an implementation in DCS and the data is transformed in the DCS engine.

                                    See Also:

                                      lookupCondition

                                      http://jazz.net/ns/dcs#lookupCondition
                                      lookupCondition is an RDF property.

                                      In a mapping specification that defines a lookup, this property specifies a logical operator to use when specifying to lookup data in a target table. Limited to AND and OR.

                                      See Also:

                                        lookupKey

                                        http://jazz.net/ns/dcs#lookupKey
                                        lookupKey is an RDF property.

                                        In a mapping specification that defines a lookup, this property specifies what constitutes the key column(s) to use to compare values in a table in order to find a matching record stored in another table.

                                        See Also:

                                          lookupNotMatch

                                          http://jazz.net/ns/dcs#lookupNotMatch
                                          lookupNotMatch is an RDF property.

                                          In a mapping specification that defines a lookup, this property specifies how to handle the case when a record match is not found.

                                          See Also:

                                            MapGroup

                                            http://jazz.net/ns/dcs#MapGroup
                                            MapGroup is an RDF class.

                                            A MapGroup refers to a set of ODSTableMap,FactTableMap or DimensionTableMap instances mapping specifications grouped together with the intent to process the data as one unit of collection cycle. For example we could define a MapGroup called RTC Workitem that groups together all of the ODSTableMap mapping specifications for collecting work item data from RTC.

                                            See Also:

                                              name

                                              http://jazz.net/ns/dcs#name
                                              name is an RDF property.

                                              Logical name of an XML attribute in the mapping definition. The name could be identical to the actual xml attribute name or different.

                                              See Also:

                                                needLock

                                                http://jazz.net/ns/dcs#needLock
                                                needLock is an RDF property.

                                                See Also:

                                                  ODSTableMap

                                                  http://jazz.net/ns/dcs#ODSTableMap
                                                  ODSTableMap is an RDF class.

                                                  An ODSTableMap contains information about one or more resources to collect data from to eventually store in a Operational Data Store (ODS) database table. It contains the information regarding the source data, what to extract, how to transform and in which column to store the information for the selected resources.

                                                  See Also:

                                                    oracleSyntax

                                                    http://jazz.net/ns/dcs#oracleSyntax
                                                    oracleSyntax is an RDF property.

                                                    Specifies a value, action, transformation, sql statement in a mapping specific to Oracle

                                                    See Also:

                                                      predicateColumnLookup

                                                      http://jazz.net/ns/dcs#predicateColumnLookup
                                                      predicateColumnLookup is an RDF property.

                                                      In a lookup specification, identifies which predicate and parent table column name to use as a key to match records.

                                                      See Also:

                                                        predicateName

                                                        http://jazz.net/ns/dcs#predicateName
                                                        predicateName is an RDF property.

                                                        In a lookup specification, identifies the predicate name used as a key to match records.

                                                        See Also:

                                                          relativeURL

                                                          http://jazz.net/ns/dcs#relativeURL
                                                          relativeURL is an RDF property.

                                                          Relative URL to the REST service server URL to use to retrieve the actual XML data for a particular resource

                                                          See Also:

                                                            resourceInfo

                                                            http://jazz.net/ns/dcs#resourceInfo
                                                            resourceInfo is an RDF property.

                                                            Provides information regarding XML resources, or database resources. Information provided include the base resource group, the relative URL and the X path in the case of an XML based resource or an SQL query in the case of a database resource.

                                                            See Also:

                                                              schemaName

                                                              http://jazz.net/ns/dcs#schemaName
                                                              schemaName is an RDF property.

                                                              Identifies the table schema of the table in the target database specified in the mapping.

                                                              See Also:

                                                                sqlServerSyntax

                                                                http://jazz.net/ns/dcs#sqlServerSyntax
                                                                sqlServerSyntax is an RDF property.

                                                                Specifies a value, action, transformation, sql statement in a mapping specific to SQLServer

                                                                See Also:

                                                                  surrogateKey

                                                                  http://jazz.net/ns/dcs#surrogateKey
                                                                  surrogateKey is an RDF property.

                                                                  Specifies which column in the target table acts as the surrogate key for the table for which DCS needs to generate a value.

                                                                  See Also:

                                                                    TableInfo

                                                                    http://jazz.net/ns/dcs#TableInfo
                                                                    TableInfo is an RDF class.

                                                                    A TableInfo refers to a database table specification. It contains physical table meta data in the database.

                                                                    See Also:

                                                                      tableInfo

                                                                      http://jazz.net/ns/dcs#tableInfo
                                                                      tableInfo is an RDF property.

                                                                      Used in the specification to enclose information regarding a physical table in the target database.

                                                                      See Also:

                                                                        tableName

                                                                        http://jazz.net/ns/dcs#tableName
                                                                        tableName is an RDF property.

                                                                        Identifies the tables physical name in the mapping specification.

                                                                        See Also:

                                                                          xPath

                                                                          http://jazz.net/ns/dcs#xPath
                                                                          xPath is an RDF property.

                                                                          Excluding the root XPath of a particular XML document, this represents the XML path of an element in an XML document. The root XML path (baseXPath) is prepended eventually to this path at runtime to get the entire XML path of an element.

                                                                          See Also:
                                                                            Error: File attachment at https://jazz.net/wiki/pub/LinkedData/DataCollectionVocabulary/dcs-vocabulary-relm.html,%PARAM2% does not exist
                                                                            Topic attachments
                                                                            I Attachment ActionSorted ascending Size Date Who Comment
                                                                            Htmlhtml dcs-vocabulary-relm.html manage 1.7 K 2014-05-27 - 13:16 UnknownUser Data Collection Vocabulary (RELM HTML)
                                                                            Rdfrdf dcs-vocabulary.rdf manage 1.0 K 2014-05-27 - 13:14 UnknownUser Data Collection Vocabulary (RDF/XML)
                                                                            Htmlhtml dcs_vocabulary.html manage 16.5 K 2014-06-26 - 15:52 UnknownUser Data Collection Vocabulary (HTML)
                                                                            Ttlttl dcs_vocabulary.ttl manage 11.3 K 2014-06-26 - 15:54 UnknownUser Data Collection Vocabulary (Turtle)
                                                                            Xmlxml dcs_vocabulary.xml manage 19.3 K 2014-06-26 - 15:53 UnknownUser Data Collection Vocabulary (RDF/XML)
                                                                            Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r5 < r4 < r3 < r2 < r1 | More topic actions...
                                                                             
                                                                            This site is powered by the TWiki collaboration platformCopyright © by IBM and non-IBM contributing authors. All material on this collaboration platform is the property of the contributing authors.
                                                                            Contributions are governed by our Terms of Use
                                                                            Ideas, requests, problems regarding TWiki? Send feedback
                                                                            Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.