The Rational Team Concert Configuration Management Vocabulary

Licensed Materials (See http://jazz.net/ns/license.html) - Property of IBM.
© Copyright IBM Corporation 2014. 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/rtc/scm/config#

This page lists the RDF classes, properties, and individuals that make up the Rational Team Concert Configuration Management vocabulary. Following W3C best practices, this information is available as HTML (this page) and as RDF.

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

Description:

Vocabulary terms from the Rational Team Concert Configuration Management namespace. These terms are intended to complement the OSLC Configuration Management vocabulary with terms that are specific to Rational Team Concert.

See Also:

Prefixes used in this document:

PrefixURI
oslc_config:http://open-services.net/ns/config#
rtc_scm_config:http://jazz.net/ns/rtc/scm/config#

Classes defined by this vocabulary:

ConfigBaseline, ConfigSnapshot, ConfigStream

Properties defined by this vocabulary:

None.

ConfigBaseline

rtc_scm_config:ConfigBaseline is an RDF class.

A configuration that is a Rational Team Concert baseline. The resource probably also has the type oslc_config:Configuration. RTC baselines typically have no oslc_config:accepts property and an oslc_config:acceptedBy property with the value oslc_config:Configuration since RTC baselines may only appear as leaf nodes in an OSLC configuration hierarchy.

See Also:

ConfigSnapshot

rtc_scm_config:ConfigSnapshot is an RDF class.

A configuration that is a Rational Team Concert snapshot. The resource probably also has the type oslc_config:Configuration. RTC snapshots will normally have an oslc_config:acceptedBy property with the value oslc_config:Configuration since RTC snapshots may appear within an OSLC configuration hierarchy.

See Also:

ConfigStream

rtc_scm_config:ConfigStream is an RDF class.

A configuration that is a Rational Team Concert stream. The resource probably also has the type oslc_config:Configuration. RTC stream configurations typically have an oslc_config:accepts property with the value rtc_scm_config:ConfigBaseline as an RTC stream may have component baselines as contributions. Also, instances will normally have an oslc_config:acceptedBy property with the value oslc_config:Configuration since RTC streams may appear within an OSLC configuration hierarchy.

See Also: