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 Product and Part vocabulary
Licensed Materials (See http://jazz.net/ns/license.html) - Property of IBM.
© Copyright IBM Corporation 2012,2013. 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/pd#
Description:
Rational Product and Part vocabulary.
The Rational Product and Part vocabulary defines items, views, and parts, using concepts similar to those in
ISO 10303.
This vocabulary describes
Information Resources, not real-world objects.
This page lists the RDF classes, properties, and individuals that make up the
Products and Parts
vocabulary.
Following
W3C best practices,
this information is available as HTML (this page) and as
RDF.
More details on how this page is generated and other related material can be found at
Publishing RDF Vocabularies on jazz.net.
See Also:
Classes in this vocabulary:
Item, ItemVersion, Part, View, ViewVersion
Properties in this vocabulary:
view, viewType
Vocabulary Details
Item
Type | rdfs:Class |
Description |
An Item describes properties of a class of product, system, component, or part.
For example, the :CarX12 instance of the pd:Item class describes properties of the X12 model of a car product line, and is not itself a car. |
ItemVersion
Type | rdfs:Class |
Description |
An ItemVersion is a version of an Item (note, not an instance of the class). |
Part
Type | rdfs:Class |
Subclass Of | ldp:Container |
Description |
A Part represents the usage of some child Item within a View of a parent Item. |
View
view
Type | rdf:Property |
Range | pd:View |
Description |
The object is a view of the subject resource, which is typically but not necessarily an Item. |
viewType
ViewVersion
Type | rdfs:Class |
Description |
A ViewVersion is a version of a View. |