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. |
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:
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 is an RDF class.http://jazz.net/ns/dcs#BaseResourceGroup
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 is an RDF property.http://jazz.net/ns/dcs#baseXPath
This represents the root XML path of the REST service XML document that is returned.
See Also:
column is an RDF property.http://jazz.net/ns/dcs#column
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 is an RDF property.http://jazz.net/ns/dcs#dbTransform
Specifies in an map the transformation a value is suppose to undergo before being stored into the target table and column.
See Also:
defaultSyntax is an RDF property.http://jazz.net/ns/dcs#defaultSyntax
Specifies the default value, action, transformation, sql statement in a mapping.
See Also:
deliveryKey is an RDF property.http://jazz.net/ns/dcs#deliveryKey
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 is an RDF property.http://jazz.net/ns/dcs#deliveryType
Defines how to handle the data delivery to the target database, i.e. update records, append to the table etc.
See Also:
dependency is an RDF property.http://jazz.net/ns/dcs#dependency
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 is an RDF class.http://jazz.net/ns/dcs#DimensionTableMap
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 is an RDF property.http://jazz.net/ns/dcs#enabled
Specifies whether a specific map group is enabled for collection when the collection jobs runs. Valid values are true or false
See Also:
FactTableMap is an RDF class.http://jazz.net/ns/dcs#FactTableMap
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 is an RDF property.http://jazz.net/ns/dcs#filter
Specifies filter criteria either for incoming data or data being stored in the target table.
See Also:
filterAction is an RDF property.http://jazz.net/ns/dcs#filterAction
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 is an RDF property.http://jazz.net/ns/dcs#filterType
Specifies whether the filtering applies to the incoming data or to the data being stored to a target table.
See Also:
filterValue is an RDF property.http://jazz.net/ns/dcs#filterValue
The filter criteria to apply to the data
See Also:
linkDeletion is an RDF property. See Also:http://jazz.net/ns/dcs#linkDeletion
localTransform is an RDF property.http://jazz.net/ns/dcs#localTransform
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 is an RDF property.http://jazz.net/ns/dcs#lookupCondition
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 is an RDF property.http://jazz.net/ns/dcs#lookupKey
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 is an RDF property.http://jazz.net/ns/dcs#lookupNotMatch
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 is an RDF class.http://jazz.net/ns/dcs#MapGroup
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 is an RDF property.http://jazz.net/ns/dcs#name
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 is an RDF property. See Also:http://jazz.net/ns/dcs#needLock
ODSTableMap is an RDF class.http://jazz.net/ns/dcs#ODSTableMap
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 is an RDF property.http://jazz.net/ns/dcs#oracleSyntax
Specifies a value, action, transformation, sql statement in a mapping specific to Oracle
See Also:
predicateColumnLookup is an RDF property.http://jazz.net/ns/dcs#predicateColumnLookup
In a lookup specification, identifies which predicate and parent table column name to use as a key to match records.
See Also:
predicateName is an RDF property.http://jazz.net/ns/dcs#predicateName
In a lookup specification, identifies the predicate name used as a key to match records.
See Also:
relativeURL is an RDF property.http://jazz.net/ns/dcs#relativeURL
Relative URL to the REST service server URL to use to retrieve the actual XML data for a particular resource
See Also:
resourceInfo is an RDF property.http://jazz.net/ns/dcs#resourceInfo
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 is an RDF property.http://jazz.net/ns/dcs#schemaName
Identifies the table schema of the table in the target database specified in the mapping.
See Also:
sqlServerSyntax is an RDF property.http://jazz.net/ns/dcs#sqlServerSyntax
Specifies a value, action, transformation, sql statement in a mapping specific to SQLServer
See Also:
surrogateKey is an RDF property.http://jazz.net/ns/dcs#surrogateKey
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 is an RDF class.http://jazz.net/ns/dcs#TableInfo
A TableInfo refers to a database table specification. It contains physical table meta data in the database.
See Also:
tableInfo is an RDF property.http://jazz.net/ns/dcs#tableInfo
Used in the specification to enclose information regarding a physical table in the target database.
See Also:
tableName is an RDF property.http://jazz.net/ns/dcs#tableName
Identifies the tables physical name in the mapping specification.
See Also:
xPath is an RDF property.http://jazz.net/ns/dcs#xPath
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:I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
html | dcs_vocabulary.html | manage | 16.5 K | 2014-06-26 - 17:23 | UnknownUser | Data Collection Vocabulary (HTML) |
ttl | dcs_vocabulary.ttl | manage | 11.3 K | 2014-06-26 - 15:54 | UnknownUser | Data Collection Vocabulary (Turtle) |