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 https://jazz.net/ns/license.html) - Property of IBM.
© Copyright IBM Corporation 2015. 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/process#
This vocabulary defines terms that describe the resource types supported by the Jazz Foundation Process component. The main resource types are project area, team area, timeline, and iteration.
This vocabulary is under development. All terms currently have the status testing.
Label: Jazz Process Vocabulary
See Also:
This document lists the RDF classes, properties, and individuals that are defined by this vocabulary. Following W3C best practices, this vocabulary is available as HTML (this document) and as RDF source.
Details about how this document was generated, and other related material, can be found in the wiki article Publishing RDF Vocabularies on jazz.net.
Classes defined by this vocabulary(14):
Admins
, History
, Iteration
, Iterations
, Links
, Members
, ProjectAdmins
, ProjectArea
, ReadAccessList
, Roles
, TeamArea
, TeamAreas
, Timeline
, Timelines
Properties defined by this vocabulary(25):
admins
, childIterations
, endDate
, history
, isAccessPublic
, isAccessVisibleToAccessList
, isAccessVisibleToMembers
, isInitialized
, isProjectTimeline
, iteration
, iterations
, links
, members
, parentIteration
, parentTeamArea
, projectAdmins
, projectArea
, readAccessList
, roles
, startDate
, summary
, teamArea
, teamAreas
, timeline
, timelines
Individuals defined by this vocabulary(0):
None.
Prefixes defined in this vocabulary:
Prefix | URI |
---|---|
process: | http://jazz.net/ns/process# |
Pre-defined standard prefixes:
admins
process:admins
is an RDF property.
This property is used to link a resource to a collection of administrators. For example, a project area has a collection of administrators.
Status: testing
Label: admins
Type: rdf:Property
Has range:
childIterations
process:childIterations
is an RDF property.
This property is used to link a resource to an iteration collection resource that contains the children of this resource. For example, team areas and iterations have children.
Status: testing
Label: childIterations
Type: rdf:Property
Has range:
endDate
process:endDate
is an RDF property.
This datetime property is the end date of time period associated with the resource. For example, timelines and iterations have end dates.
Status: testing
Label: endDate
Type: rdf:Property
History
process:History
is an RDF class.
This class is the type of history resources.
Status: testing
Label: History
Type: rdfs:Class
Is range of:
history
process:history
is an RDF property.
This property is used to link a resource to a history. For example, a project area has a history.
Status: testing
Label: history
Type: rdf:Property
Has range:
isAccessPublic
process:isAccessPublic
is an RDF property.
This boolean property is true if and only if the resource defines an access context and the resources contained in that context are accessible to the public. For example, a project area may define an access context that is accessible to the public.
Status: testing
Label: isAccessPublic
Type: rdf:Property
isAccessVisibleToAccessList
process:isAccessVisibleToAccessList
is an RDF property.
This boolean property is true if and only if the resource defines an access context and the members of its access list also have access to this resource. For example, a project area definition be visible to users on its access list.
Status: testing
Label: isAccessVisibleToAccessList
Type: rdf:Property
isAccessVisibleToMembers
process:isAccessVisibleToMembers
is an RDF property.
This boolean property is true if and only if the resource defines an access context and the members of the context also have access to this resource. For example, a project area definition have be visible to its members.
Status: testing
Label: isAccessVisibleToMembers
Type: rdf:Property
isInitialized
process:isInitialized
is an RDF property.
This boolean property is true if and only if the resource has been initialized. For example, a project area may be initialized.
Status: testing
Label: isInitialized
Type: rdf:Property
isProjectTimeline
process:isProjectTimeline
is an RDF property.
This boolean property is true if and only if the resource is the default timeline of its project area.
Status: testing
Label: isProjectTimeline
Type: rdf:Property
Has domain:
Iteration
process:Iteration
is an RDF class.
This class is the type of iteration resources.
Status: testing
Label: Iteration
Type: rdfs:Class
Is domain of:
Is range of:
iteration
process:iteration
is an RDF property.
This property is used to link a resource to its iteration. For example, a workitem may be planned for an iteration.
Status: testing
Label: iteration
Inverse Label: iterationIsRelatedTo
Type: rdf:Property
Has range:
Iterations
process:Iterations
is an RDF class.
This class is the type of iteration collection resources.
Status: testing
Label: Iterations
Type: rdfs:Class
Is range of:
iterations
process:iterations
is an RDF property.
This property is used to link a resource to a collection of iterations. For example, a team area has a collection of iterations.
Status: testing
Label: iterations
Type: rdf:Property
Has range:
Links
process:Links
is an RDF class.
This class is the type of link collection resources.
Status: testing
Label: Links
Type: rdfs:Class
Is range of:
links
process:links
is an RDF property.
This property is used to link a resource to a collection of links. For example, a project area has a collection of links.
Status: testing
Label: links
Type: rdf:Property
Has range:
Members
process:Members
is an RDF class.
This class is the type of member collection resources.
Status: testing
Label: Members
Type: rdfs:Class
Is range of:
members
process:members
is an RDF property.
This property is used to link a resource to a collection of members. For example, a project area has a collection of members.
Status: testing
Label: members
Type: rdf:Property
Has range:
parentIteration
process:parentIteration
is an RDF property.
This property is used to link an iteration to its parent iteration.
Status: testing
Label: parentIteration
Inverse Label: childIteration
Type: rdf:Property
Has domain:
Has range:
parentTeamArea
process:parentTeamArea
is an RDF property.
This property is used to link a team area to its parent team area.
Status: testing
Label: parentTeamArea
Inverse Label: childTeamArea
Type: rdf:Property
Has domain:
Has range:
ProjectAdmins
process:ProjectAdmins
is an RDF class.
This class is the type of project administrator collection resources.
According to Process REST API
this class was deprecated in the Foundation 3.0.1 release.
Use
Status: archaic
Label: ProjectAdmins
Type: rdfs:Class
Is range of:
projectAdmins
process:projectAdmins
is an RDF property.
This property is used to link a resource to a collection of project administrators.
For example, a project area has a collection of project administrators.
This class is the type of project administrator collection resources.
According to Process REST API
this property was deprecated in the Foundation 3.0.1 release.
Use
Status: archaic
Label: projectAdmins
Type: rdf:Property
Has range:
ProjectArea
process:ProjectArea
is an RDF class.
This class is the type of project area resources.
Status: testing
Label: ProjectArea
Type: rdfs:Class
Is range of:
projectArea
process:projectArea
is an RDF property.
This property is used to link a resource to its project area. For example, a workitem may belong to a project area.
Status: testing
Label: projectArea
Inverse Label: projectAreaIsRelatedTo
Type: rdf:Property
Has range:
ReadAccessList
process:ReadAccessList
is an RDF class.
This class is the type of read access list resources.
Status: testing
Label: ReadAccessList
Type: rdfs:Class
Is range of:
readAccessList
process:readAccessList
is an RDF property.
This property is used to link a resource to a read access list. For example, a project area has a read access list.
Status: testing
Label: readAccessList
Type: rdf:Property
Has range:
Roles
process:Roles
is an RDF class.
This class is the type of role collection resources.
Status: testing
Label: Roles
Type: rdfs:Class
Is range of:
roles
process:roles
is an RDF property.
This property is used to link a resource to a collection of roles. For example, a project area has a collection of roles.
Status: testing
Label: roles
Type: rdf:Property
Has range:
startDate
process:startDate
is an RDF property.
This datetime property is the start date of time period associated with the resource. For example, timelines and iterations have start dates.
Status: testing
Label: startDate
Type: rdf:Property
summary
process:summary
is an RDF property.
This property is a summary of the resource.
Status: testing
Label: summary
Type: rdf:Property
TeamArea
process:TeamArea
is an RDF class.
This class is the type of team area resources.
Status: testing
Label: TeamArea
Type: rdfs:Class
Is domain of:
Is range of:
teamArea
process:teamArea
is an RDF property.
This property is used to link a resource to its team area. For example, a workitem may belong to a team area.
Status: testing
Label: teamArea
Inverse Label: teamAreaIsRelatedTo
Type: rdf:Property
Has range:
TeamAreas
process:TeamAreas
is an RDF class.
This class is the type of team area collection resources.
Status: testing
Label: TeamAreas
Type: rdfs:Class
Is range of:
teamAreas
process:teamAreas
is an RDF property.
This property is used to link a resource to a collection of team areas. For example, a project area has a collection of team areas.
Status: testing
Label: teamAreas
Type: rdf:Property
Has range:
Timeline
process:Timeline
is an RDF class.
This class is the type of timeline resources.
Status: testing
Label: Timeline
Type: rdfs:Class
Is domain of:
Is range of:
timeline
process:timeline
is an RDF property.
This property is used to link a resource to its timeline. For example, an iteration may belong to a timeline.
Status: testing
Label: timeline
Inverse Label: timelineIsRelatedTo
Type: rdf:Property
Has range:
Timelines
process:Timelines
is an RDF class.
This class is the type of timeline collection resources.
Status: testing
Label: Timelines
Type: rdfs:Class
Is range of:
timelines
process:timelines
is an RDF property.
This property is used to link a resource to a collection of timelines. For example, a project area has a collection of timelines.
Status: testing
Label: timelines
Type: rdf:Property
Has range:
I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
html | process-vocabulary.html | manage | 41.7 K | 2015-03-02 - 16:58 | UnknownUser | Jazz Process Vocabulary (HTML) |
ttl | process-vocabulary.ttl | manage | 14.1 K | 2021-02-23 - 22:56 | UnknownUser | Jazz Process Vocabulary (Turtle) |
This class is the type of administrator collection resources.