From e7b75b7e91366d93dbb8a595c12d68653e1b7bd1 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:21:25 +0900 Subject: [PATCH 01/32] Create shapes.ttl --- content/ns/promcoe/shapes.ttl | 1 + 1 file changed, 1 insertion(+) create mode 100644 content/ns/promcoe/shapes.ttl diff --git a/content/ns/promcoe/shapes.ttl b/content/ns/promcoe/shapes.ttl new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/content/ns/promcoe/shapes.ttl @@ -0,0 +1 @@ + From 3bf492f660476bdfafaf503debc33939c1e33430 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:46:55 +0900 Subject: [PATCH 02/32] Delete content/ns/promcoe directory --- content/ns/promcoe/shapes.ttl | 1 - 1 file changed, 1 deletion(-) delete mode 100644 content/ns/promcoe/shapes.ttl diff --git a/content/ns/promcoe/shapes.ttl b/content/ns/promcoe/shapes.ttl deleted file mode 100644 index 8b137891..00000000 --- a/content/ns/promcoe/shapes.ttl +++ /dev/null @@ -1 +0,0 @@ - From 392b66e5d50f831a56f6d60e5ee40e2edbb1f2cd Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:48:03 +0900 Subject: [PATCH 03/32] Create readme.md --- content/ns/promcode/readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 content/ns/promcode/readme.md diff --git a/content/ns/promcode/readme.md b/content/ns/promcode/readme.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/content/ns/promcode/readme.md @@ -0,0 +1 @@ + From f21c295497664618267c05c7724f1a1dad099fb5 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:50:17 +0900 Subject: [PATCH 04/32] Add files via upload --- content/ns/promcode/promcode-shapes.ttl | 1068 +++++++++++++++++++++++ content/ns/promcode/promcode-vocab.ttl | 397 +++++++++ 2 files changed, 1465 insertions(+) create mode 100644 content/ns/promcode/promcode-shapes.ttl create mode 100644 content/ns/promcode/promcode-vocab.ttl diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl new file mode 100644 index 00000000..c484c914 --- /dev/null +++ b/content/ns/promcode/promcode-shapes.ttl @@ -0,0 +1,1068 @@ +# OSLC PROMCODE Version 1.0 +# Committee Specification Draft +# 2 November 2021 +# Copyright (c) OASIS Open 2021. All Rights Reserved. +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs01/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/promcode-spec.html +# TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php + +# This document is a part of specification being provided under the RF on Limited Terms Mode of +# the OASIS IPR Policy, the mode chosen when the Technical Committee was established. For information +# on whether any patents have been disclosed that may be essential to implementing this specification, +# and any offers of patent licensing terms, please refer to the Intellectual Property Rights section +# of the TC’s web page (https://www.oasis-open.org/committees/oslc-promcode/ipr.php). + + +@prefix dcterms: . +@prefix oslc: . +@prefix oslc_promcode: . +@prefix rdf: . +@prefix rdfs: . +@prefix xml: . +@prefix xsd: . + +@prefix : . + +# OSLC PROMCODE Resource Shapes + +: + a oslc:ResourceShapeConstraints ; + dcterms:title "OSLC PROMCODE Constraints" ; + rdfs:label "OSLC PROMCODE Constraints" ; + dcterms:description "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^rdf:XMLLiteral ; + dcterms:publisher ; + dcterms:issued "2021-03-23"^^ ; + dcterms:license ; + dcterms:source ; + dcterms:isPartOf ; + dcterms:hasVersion "CSD01" . + +:IssueCollection a oslc:ResourceShape ; + oslc:describes oslc_promcode:IssueCollection ; + + oslc:property [ a oslc:Property ; + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " + ] ; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Issue ; + oslc:representation oslc:Either ; + oslc:valueShape :Issue ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this IssueCollection resource collects Issue resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier of the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this IssueCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of an IssueCollection resource."^^rdf:XMLLiteral . + +:ManagedItemCollection a oslc:ResourceShape ; + oslc:describes oslc_promcode:ManagedItemCollection ; + oslc:property [ a oslc:Property ; + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + ]; + + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this ManagedItemCollection resource collects member resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ManagedItemCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this ManagedItemCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of ManagedItemCollection."^^rdf:XMLLiteral . + +:Report a oslc:ResourceShape ; + oslc:describes oslc_promcode:Report ; + oslc:property [ a oslc:Property ; + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between this Report resource and a Project resources. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." + ]; + oslc:property [ a oslc:Property ; + oslc:name "correspondsTo" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:correspondsTo ; + oslc:range oslc_promcode:Plan ; + oslc:representation oslc:Reference ; + oslc:valueShape :Plan ; + oslc:valueType oslc:Resource ; + dcterms:description "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this Report resource collects member resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Report resource that is a source of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "includes" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:includes ; + oslc:range oslc_promcode:Measurement ; + oslc:representation oslc:Either ; + oslc:valueShape :Measurement ; + oslc:valueType oslc:Resource ; + dcterms:description "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of a Report resource"^^rdf:XMLLiteral . + +:RiskCollection a oslc:ResourceShape ; + oslc:describes oslc_promcode:RiskCollection ; + oslc:property [ a oslc:Property ; + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the RiskCollection resource and a Project resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Risk ; + oslc:representation oslc:Either ; + oslc:valueShape :Risk ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between a RiskCollection resource and a Risk resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this RiskCollection resource collects member resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a RiskCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this RiskCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of a RiskCollection resource."^^rdf:XMLLiteral . + +:Issue a oslc:ResourceShape ; + oslc:describes oslc_promcode:Issue ; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the Issue resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Issue resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Issue resource that is a source of this Issue resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "raisedBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:raisedBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "raisedDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:raisedDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "stateOfIssue" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:stateOfIssue ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." + ]; + dcterms:title "Shape resource of an Issue resource."^^rdf:XMLLiteral . + + +:Measurement a oslc:ResourceShape ; + oslc:describes oslc_promcode:Measurement ; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "date is a property of a Measurement resource. It is the date on which the measurement was made. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Measurement resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "measures" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:measures ; + oslc:range oslc_promcode:Artifact ; + oslc:representation oslc:Reference ; + oslc:valueShape :Artifact ; + oslc:valueType oslc:Resource ; + dcterms:description "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "observes" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:observes ; + oslc:range oslc_promcode:Measure ; + oslc:representation oslc:Inline ; + oslc:valueShape :Measure ; + oslc:valueType oslc:AnyResource ; + dcterms:description "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of a Measurement resource"^^rdf:XMLLiteral . + + +:Plan a oslc:ResourceShape ; + oslc:describes oslc_promcode:Plan ; + oslc:property [ a oslc:Property ; + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between a Plan resource and a Project resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this Plan resource collects member resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Plan resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Plan resource that is a source of this Plan resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Plan resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of a Plan resource"^^rdf:XMLLiteral . + + +:Risk a oslc:ResourceShape ; + oslc:describes oslc_promcode:Risk ; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human to understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Risk resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Risk resource that is a source of this Risk resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a Risk resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifiedBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:identifiedBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifiedDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:identifiedDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "identifiedDate is the date on which the risk was identified." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "stateOfRisk" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:stateOfRisk ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." + ]; + dcterms:title "Shape resource of a Risk resource."^^rdf:XMLLiteral . + + +:Measure a oslc:ResourceShape ; + oslc:describes oslc_promcode:Measure ; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Measure resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Measure resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "metricOfMeasure" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:metricOfMeasure ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "unitOfMeasure" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:unitOfMeasure ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." + ]; + oslc:property [ a oslc:Property ; + oslc:name "valueOfMeasure" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:valueOfMeasure ; + oslc:valueType xsd:decimal ; + dcterms:description "valueOfMeasure is a property that represents a value for the Measure resource." + ]; + dcterms:title "Shape resource of a Measure resource"^^rdf:XMLLiteral . + +:WorkItem a oslc:ResourceShape ; + oslc:describes oslc_promcode:WorkItem ; + oslc:name "WorkItem" ; + oslc:property [ a oslc:Property ; + oslc:name "actualEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "actualStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the WorkItem resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the WorkItem resource that is a source of this WorkItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for the WorkItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:isPartOf ; + oslc:range oslc_promcode:WorkItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :WorkItem ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "plannedEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "plannedStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "representedBy" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:representedBy ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "requiredBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:requiredBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." + ]; + dcterms:title "Shape resource of a WorkItem resource" . + +:Artifact a oslc:ResourceShape ; + oslc:describes oslc_promcode:Artifact ; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Artifact resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Artifact resource that is a source of this Artifact resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:isPartOf ; + oslc:range oslc_promcode:Artifact ; + oslc:representation oslc:Reference ; + oslc:valueShape :Artifact ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "producedFor" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:producedFor ; + oslc:range oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ManagedItem; + oslc:valueType oslc:Resource ; + dcterms:description "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "targets" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:targets ; + oslc:range oslc_promcode:Measure ; + oslc:representation oslc:Inline ; + oslc:valueShape :Measure ; + oslc:valueType oslc:AnyResource ; + dcterms:description "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." + ]; + dcterms:title "Shape resource of an Artifact resource."^^rdf:XMLLiteral . + +:ScopeItem a oslc:ResourceShape ; + oslc:describes oslc_promcode:ScopeItem ; + oslc:property [ a oslc:Property ; + oslc:name "actualSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualSize ; + oslc:valueType xsd:decimal ; + dcterms:description "actualSize is a property for actual development size for a ScopeItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ScopeItem resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a ScopeItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:isPartOf ; + oslc:range oslc_promcode:ScopeItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ScopeItem ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "plannedSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedSize ; + oslc:valueType xsd:decimal ; + dcterms:description "plannedSize is a property for estimated development size for a ScopeItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource of a ScopeItem resource"^^rdf:XMLLiteral . + +:ManagedItem a oslc:ResourceShape ; + oslc:describes oslc_promcode:ManagedItem ; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ManagedItem resource. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a ManagedItem resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + dcterms:title "Shape resource for ManagedItem."^^rdf:XMLLiteral . + +:Project a oslc:ResourceShape ; + oslc:describes oslc_promcode:Project ; + oslc:property [ a oslc:Property ; + oslc:name "actualEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "actualStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property of a Project resource to help a human understand the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Project resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Project resource that is a source of this Project resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a Project resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "metricOfScopeItemSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:metricOfScopeItemSize ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + ]; + oslc:property [ a oslc:Property ; + oslc:name "plannedEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "plannedStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral + ]; + oslc:property [ a oslc:Property ; + oslc:name "unitOfScopeItemSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:unitOfScopeItemSize ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " + ]; + dcterms:title "Shape resource of a Project resource."^^rdf:XMLLiteral . + diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl new file mode 100644 index 00000000..176201b1 --- /dev/null +++ b/content/ns/promcode/promcode-vocab.ttl @@ -0,0 +1,397 @@ +# OSLC PROMCODE Version 1.0 +# Committee Specification Draft +# 2 November 2021 +# Copyright (c) OASIS Open 2021. All Rights Reserved. +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs01/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/promcode-spec.html +# TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php + +# This document is a part of specification being provided under the RF on Limited Terms Mode of +# the OASIS IPR Policy, the mode chosen when the Technical Committee was established. For information +# on whether any patents have been disclosed that may be essential to implementing this specification, +# and any offers of patent licensing terms, please refer to the Intellectual Property Rights section +# of the TC’s web page (https://www.oasis-open.org/committees/oslc-promcode/ipr.php). + + +@prefix dcterms: . +@prefix foaf: . +@prefix oslc: . +@prefix owl: . +@prefix rdf: . +@prefix rdfs: . +@prefix vann: . + +@prefix : . + +: + a owl:Ontology ; + dcterms:title "The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary" ; + rdfs:label "The OSLC PROMCODE Vocabulary" ; + dcterms:description "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^rdf:XMLLiteral ; + vann:preferredNamespacePrefix "oslc_promcode" ; + dcterms:publisher ; + dcterms:source ; + dcterms:hasVersion "CSD01" ; + dcterms:issued "2021-03-23"^^ ; + dcterms:isPartOf ; + dcterms:license . + +# classes + +:Artifact + a rdfs:Class ; + rdfs:subClassOf :ManagedItem ; + rdfs:isDefinedBy : ; + rdfs:label "Artifact" ; + rdfs:comment """Artifact is a subclass of ManagedItem class. An Artifact resource is a work product that is produced in a project such as design documents, source code, test report, and so on.""" . + +:Issue + a rdfs:Class ; + rdfs:subClassOf :ManagedItem ; + rdfs:isDefinedBy : ; + rdfs:label "Issue" ; + rdfs:comment """Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives +of a project. Issue resources shared between an acquirer and a supplier must be managed. +Internal issues which must be resolved by a supplier alone may not be shared. +Failure to resolve the situation may result in negative +consequences for the project, such as a schedule delay.""" . + +:IssueCollection + a rdfs:Class ; + rdfs:subClassOf :ManagedItemCollection ; + rdfs:isDefinedBy : ; + rdfs:label "IssueCollection" ; + rdfs:comment """IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. +Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.""" . + + +:ManagedItem + a rdfs:Class ; + rdfs:isDefinedBy : ; + rdfs:label "ManagedItem" ; + rdfs:comment """ManagedItem is a super class which abstracts its five concrete subclasses, that are, ScopeItem, WorkItem, Artifact, Issue, and Risk.""" . + +:ManagedItemCollection + a rdfs:Class ; + rdfs:isDefinedBy : ; + rdfs:label "ManagedItemCollection" ; + rdfs:comment """A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. +A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. +ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. +A ManagedItemCollection resource is linked to a Project resource it belongs to. """ . + +:Measurement + a rdfs:Class ; + rdfs:isDefinedBy : ; + rdfs:label "Measurement" ; + rdfs:comment """A Measurement resource has a link to an Artifact resource and a link to measure resources that represent actual measures of the Artifact. It also has the date on which the measures are taken.""" . + +:Measure + a rdfs:Class ; + rdfs:isDefinedBy : ; + rdfs:label "Measure" ; + rdfs:comment """A Measure resource represents an observation of some measurable aspect of an Artifact. """ . + +:Plan + a rdfs:Class ; + rdfs:subClassOf :ManagedItemCollection ; + rdfs:isDefinedBy : ; + rdfs:label "Plan" ; + rdfs:comment """A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. + Plan is a subclass of ManagedItemCollection. """. + +:Project + a rdfs:Class ; + rdfs:isDefinedBy : ; + rdfs:label "Project" ; + rdfs:comment """A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. +A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. """ . + +:Report + a rdfs:Class ; + rdfs:subClassOf :ManagedItemCollection ; + rdfs:isDefinedBy : ; + rdfs:label "Report" ; + rdfs:comment """A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. +It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. +It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. """ . + +:Risk + a rdfs:Class ; + rdfs:subClassOf :ManagedItem ; + rdfs:isDefinedBy : ; + rdfs:label "Risk" ; + rdfs:comment """Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. +Internal risks which must be resolved by a supplier alone may not be shared. +Failure to control the potential problem may result in negative +consequences for the project, such as a schedule delay.""" . + +:RiskCollection + a rdfs:Class ; + rdfs:subClassOf :ManagedItemCollection ; + rdfs:isDefinedBy : ; + rdfs:label "RiskCollection" ; + rdfs:comment """RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. +Shared risks of resolved status continue to be included in the collection. +Only Risk resources can be collected in a RiskCollection resource. +Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.""" . + +:ScopeItem + a rdfs:Class ; + rdfs:subClassOf :ManagedItem ; + rdfs:isDefinedBy : ; + rdfs:label "ScopeItem" ; + rdfs:comment """ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. +It defines the binding between an acquirer and a supplier for the project.""" . + +:WorkItem + a rdfs:Class ; + rdfs:subClassOf :ManagedItem ; + rdfs:isDefinedBy : ; + rdfs:label "WorkItem" ; + rdfs:comment """WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. +It defines the work to be performed to create a (part of) content described by a ScopeItem. +The work may typically include cost, schedule, and resource requirements. +The set of all WorkItem resources in a project might form a work breakdown structure.""" . + +# properties + +:actualEndDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "actualEndDate" ; + rdfs:comment """actualEndDate is either a property of a WorkItem resource or a Project resource. It is the actual end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.""" ; + . + +:actualSize + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "actualSize" ; + rdfs:comment """actualSize is a property actual development size of the scope described by the ScopeItem resource.""" ; + . + +:actualStartDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "actualStartDate" ; + rdfs:comment """actualStartDate is either a property of a WorkItem resource or a Project resource. +It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime.""" ; + . + +:belongsTo + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "belongsTo" ; + rdfs:comment """belongsTo is a relation between ManagedItemCollections and a Project resource. +An acquirer and a supplier may operate multiple projects in parallel. +This relation is used to identify which collection belongs to which project.""" ; + . + + +:collects + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "collects" ; + rdfs:comment """collects is a relation between a ManagedItemCollection resource and ManagedItem resources. +A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. +An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.""" ; + . + +:correspondsTo + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "correspondsTo" ; + rdfs:comment """correspondsTo is a relation between a Plan resource and a Report resource. + A Report resource has at most one correspondsTo relation to a Plan resource. +If a new Plan resource is created, a Report resource may need to be related to the new Plan resource.""" ; + . + +:identifiedBy + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "identifiedBy" ; + rdfs:comment """identifiedBy is a relation between a Risk resource and ManagedItem resources. +A Risk may be identified by one or more ManagedItem resources.""" ; + . + +:identifiedDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "identifiedDate" ; + rdfs:comment """identifiedDate is an optional property of a Risk resource. +It is the identified date of the Risk resource. +Its value is a dateTime.""" ; + . + +:includes + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "includes" ; + rdfs:comment """includes is a relation between a Report resource and Measurement resources. A Measurement resource linked from the Report resource measures a quality value of the Artifact resource in the collection of the ManagedItem resources of the Report resource."""; + . + +:isPartOf + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "isPartOf" ; + rdfs:comment """isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. +It represents the parent and child relationship of ManagedItem resources of the same type."""; + . + +:measures + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "measures" ; + rdfs:comment """measures is a relation between a Measurement resource and an Artifact resource. +A Measurement measures an Artifact.""" ; + . + +:metricOfMeasure + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "metricOfMeasure" ; + rdfs:comment """metricOfMeasure is a relation between a Measure resource and a Metric resource. +It defines a metric of Measure. """ ; + . + +:metricOfScopeItemSize + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "metricOfScopeItemSize" ; + rdfs:comment """metricOfScopeItemSize is a relation between a Project resource and a Metric resource. +It defines a metric of the size which all the ScopeItem resources in the project refer to. """ ; + . + +:observes + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "observes" ; + rdfs:comment """observes is a relation between a Measurement resource and a Measure resource. +One Measurement observes zero or many Measures.""" ; + . + +:plannedEndDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "plannedEndDate" ; + rdfs:comment """plannedEndDate is either a property of a WorkItem resource or a Project resource. +It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime.""" ; + . + +:plannedSize + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "plannedSize" ; + rdfs:comment """plannedSize is a property on the estimated development size of the scope described by a ScopeItem resource.""" ; + . + +:plannedStartDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "plannedStartDate" ; + rdfs:comment """plannedStartDate is either a property of a WorkItem resource or of a Project resource. +It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime.""" ; + . + +:producedFor + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "producedFor" ; + rdfs:comment """producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. +Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.""" ; + . + +:raisedBy + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "raisedBy" ; + rdfs:comment """raisedBy is a relation between an Issue resource and ManagedItem resources. +An Issue may be raised by one or more ManagedItem resources.""" ; + . + +:raisedDate + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "raisedDate" ; + rdfs:comment """raisedDate is an optional property of an Issue resource. +It is the raised date of the Issue resource. +Its value is a dateTime.""" ; + . + +:representedBy + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "representedBy" ; + rdfs:comment """representedBy is a relation between a WorkItem resource and a person in charge. +A work item may be represented by a person who acts as the contact for the work item. +This person is responsible for the progress of the work described by the WorkItem resource. +This person may or may not actually do the required work.""" ; + . + +:requiredBy + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "requiredBy" ; + rdfs:comment """requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. +A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. +A WorkItem resource may also be required to implement the scope described by a ScopeItem resource.""" ; + . + +:sequenceNumber + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "sequenceNumber" ; + rdfs:comment """sequenceNumber is a unique number which represents the position of the resource in a sequential order of all the resources of each subclass of ManagedItem.""" ; + . + +:stateOfIssue + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "stateOfIssue" ; + rdfs:comment """stateOfIssue is a relation between an Issue resource and a State resource. +The State resource defines a set of values which represent the state of an issue resource.""" ; + . + +:stateOfRisk + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "stateOfRisk" ; + rdfs:comment """stateOfRisk is a relation between a Risk resource and a State resource. +The State resource defines a set of values which represent the state of a Risk resource.""" ; + . + +:targets + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "targets" ; + rdfs:comment """targets is a relation between an Artifact resource and a Measure resource. The Measure resource represents a target goal of quality measure of the Artificat resource.""" ; + . + +:unitOfMeasure + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "unitOfMeasure" ; + rdfs:comment """unitOfMeasure is a relation between a Measure resource and a Unit resource. +It is a unit of volume. +If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.""" ; + . + +:unitOfScopeItemSize + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "unitOfScopeItemSize" ; + rdfs:comment """unitOfScopeItemSize is a relation between a Project resource and a Unit resource. +It defines a unit of size which all the ScopeItem resources refer to in the project. """ ; + . + +:valueOfMeasure + a rdf:Property ; + rdfs:isDefinedBy : ; + rdfs:label "valueOfMeasure" ; + rdfs:comment """valueOfMeasure is a property that represents a value for a Measure resource."""; + . + + From f3cbc2ccd0e5a50c1729689b84953a1cae80f8bc Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:51:52 +0900 Subject: [PATCH 05/32] Delete readme.md --- content/ns/promcode/readme.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 content/ns/promcode/readme.md diff --git a/content/ns/promcode/readme.md b/content/ns/promcode/readme.md deleted file mode 100644 index 8b137891..00000000 --- a/content/ns/promcode/readme.md +++ /dev/null @@ -1 +0,0 @@ - From 2b4fa43738a3c76c0c745824116e65ebf99073e6 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:10:55 +0900 Subject: [PATCH 06/32] added information on PROMCODE --- content/specifications/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/specifications/_index.md b/content/specifications/_index.md index 30dfcc8b..bd0f0f57 100644 --- a/content/specifications/_index.md +++ b/content/specifications/_index.md @@ -39,6 +39,7 @@ Note: The open-services.net specifications that are being migrated to OASIS by t | [Asset Management 2.0 Final](https://archive.open-services.net/wiki/asset-management/OSLC-Asset-Management-2.0-Specification/index.html) | OSLC Asset Management WG (closed) | Defines the OSLC services and vocabulary for the Asset Management domain. | | [Automation 2.0 Final](https://archive.open-services.net/wiki/automation/OSLC-Automation-Specification-Version-2.0/index.html) | OSLC Automation WG (closed) | Defines the OSLC services and vocabulary for the domain that supports automation of sequences of actions on OSLC resources. | | [Performance Monitoring 2.0 Final](https://archive.open-services.net/wiki/performance-monitoring/OSLC-Performance-Monitoring-Specification-Version-2.0/index.html) | OSLC Performance Monitoring WG (closed) | Defines the OSLC services and vocabulary for the Performance Monitoring domain. | +| [Promcode 1.0 CS02](https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html) | OSLC PROMCODE TC | The latest published version of the OSLC services and vocabulary for Project Management for Contracted Software Delivery. Committee Specification | ## Working Drafts From 2ac2d669ab655c61c6be517d9c65fbc7407a3ca3 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:58:24 +0900 Subject: [PATCH 07/32] Update _index.md --- content/specifications/vocabularies/_index.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/content/specifications/vocabularies/_index.md b/content/specifications/vocabularies/_index.md index 392a6c59..3cc2e7b8 100644 --- a/content/specifications/vocabularies/_index.md +++ b/content/specifications/vocabularies/_index.md @@ -145,6 +145,20 @@ OSLC [version compatibility guidelines](http://docs.oasis-open.org/oslc-core/osl | **OSLC Query prefix** |`pm%3Dhttp%3A%2F%2Fopen-services.net%2Fns%2Fperfmon%23` | | **Specified Vocabulary**| [PerfMon 2.0 vocabulary][auto] | +### OSLC PROMCODE + +| Property | Value | +| ----------------------: | :----------------------------------------------| +| **Deployed vocabulary** | PROMCODE 1.0 | +| **Publication date** | 10 November 2021 | +| **Status** | **ACTIVE** | +| **Recommended prefix** |`oslc_promcode` | +| **Namespace URI** |`http://open-services.net/ns/promcode#` | +| **Turtle prefix** |`@prefix oslc_promcode: `| +| **SPARQL prefix** |`PREFIX oslc_promcode: ` | +| **OSLC Query prefix** |`oslc_promcode%3Dhttp%3A%2F%2Fopen-services.net%2Fns%2Fpromcode%23` | +| **Specified Vocabulary**| [PROMCODE 1.0 vocabulary][promcode] | + ### Linked Data Basic Profile | Property | Value | @@ -163,6 +177,7 @@ OSLC [version compatibility guidelines](http://docs.oasis-open.org/oslc-core/osl [am]: https://docs.oasis-open-projects.org/oslc-op/am/v3.0/ps01/architecture-management-vocab.html [asset]: https://archive.open-services.net/wiki/asset-management/OSLC-Asset-Management-2.0-Specification/index.html#OSLC-Asset-Management-Resource-Definitions [auto]: https://archive.open-services.net/wiki/automation/OSLC-Automation-Specification-Version-2.0/index.html#Automation-Resource-Definitions +[promcode]: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-vocab.html > **NB!** All namespace URIs support content negotiation. Acceptable RDF MIME types: > @@ -201,4 +216,6 @@ In order to foster open integration, we will allow additional domain vocabularie ### Unpublished vocabularies - `crvt`: [Common IT Resource Type Vocabulary Version 2.0](https://archive.open-services.net/wiki/reconciliation/Common-IT-Resource-Type-Vocabulary-Version-2.0/index.html) + From 3fb8b7ee7c757ff8ee2ee89fe887ef4ba2463f35 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Mon, 17 Jan 2022 16:12:51 +0900 Subject: [PATCH 08/32] Add files via upload --- content/ns/promcode/promcode-shapes.jsonld | 1248 +++++++++++++++++++ content/ns/promcode/promcode-shapes.nt | 1019 +++++++++++++++ content/ns/promcode/promcode-shapes.rdf | 1297 ++++++++++++++++++++ content/ns/promcode/promcode-vocab.jsonld | 340 +++++ content/ns/promcode/promcode-vocab.nt | 192 +++ content/ns/promcode/promcode-vocab.rdf | 307 +++++ 6 files changed, 4403 insertions(+) create mode 100644 content/ns/promcode/promcode-shapes.jsonld create mode 100644 content/ns/promcode/promcode-shapes.nt create mode 100644 content/ns/promcode/promcode-shapes.rdf create mode 100644 content/ns/promcode/promcode-vocab.jsonld create mode 100644 content/ns/promcode/promcode-vocab.nt create mode 100644 content/ns/promcode/promcode-vocab.rdf diff --git a/content/ns/promcode/promcode-shapes.jsonld b/content/ns/promcode/promcode-shapes.jsonld new file mode 100644 index 00000000..f8f0c7e6 --- /dev/null +++ b/content/ns/promcode/promcode-shapes.jsonld @@ -0,0 +1,1248 @@ +{ + "@graph" : [ { + "@id" : "_:b0", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b1", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "date is a property of a Measurement resource. It is the date on which the measurement was made. " + }, { + "@id" : "_:b10", + "@type" : "oslc:Property", + "name" : "unitOfMeasure", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:unitOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." + }, { + "@id" : "_:b100", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." + }, { + "@id" : "_:b101", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for the Artifact resource." + }, { + "@id" : "_:b102", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of the resource." + }, { + "@id" : "_:b103", + "@type" : "oslc:Property", + "name" : "plannedStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedStartDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b104", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Risk resource that is a source of this Risk resource." + }, { + "@id" : "_:b105", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b106", + "@type" : "oslc:Property", + "name" : "isPartOf", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:isPartOf", + "range" : "oslc_promcode:Artifact", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "valueType" : "oslc:Resource", + "dcterms:description" : "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." + }, { + "@id" : "_:b107", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." + }, { + "@id" : "_:b108", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b109", + "@type" : "oslc:Property", + "name" : "plannedEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedEndDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b11", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for the Measure resource. " + }, { + "@id" : "_:b110", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." + }, { + "@id" : "_:b111", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for a ManagedItem resource." + }, { + "@id" : "_:b112", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." + }, { + "@id" : "_:b113", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b114", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a Risk resource. " + }, { + "@id" : "_:b115", + "@type" : "oslc:Property", + "name" : "stateOfIssue", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:stateOfIssue", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." + }, { + "@id" : "_:b116", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:WorkItem", "oslc_promcode:Risk", "oslc_promcode:Issue" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." + }, { + "@id" : "_:b117", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + }, { + "@id" : "_:b118", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for the resource." + }, { + "@id" : "_:b119", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." + }, { + "@id" : "_:b12", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b120", + "@type" : "oslc:Property", + "name" : "metricOfScopeItemSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:metricOfScopeItemSize", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + }, { + "@id" : "_:b13", + "@type" : "oslc:Property", + "name" : "actualSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualSize", + "valueType" : "xsd:decimal", + "dcterms:description" : "actualSize is a property for actual development size for a ScopeItem resource." + }, { + "@id" : "_:b14", + "@type" : "oslc:Property", + "name" : "raisedDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:raisedDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." + }, { + "@id" : "_:b15", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the WorkItem resource that is a source of this WorkItem resource." + }, { + "@id" : "_:b16", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Plan resource that is a source of this Plan resource." + }, { + "@id" : "_:b17", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for a Project resource." + }, { + "@id" : "_:b18", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." + }, { + "@id" : "_:b19", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." + }, { + "@id" : "_:b2", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b20", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "dcterms:description" : "belongsTo is a relation between this Report resource and a Project resources. " + }, { + "@id" : "_:b21", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "dcterms:description" : "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + }, { + "@id" : "_:b22", + "@type" : "oslc:Property", + "name" : "actualEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b23", + "@type" : "oslc:Property", + "name" : "actualStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualStartDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b24", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b25", + "@type" : "oslc:Property", + "name" : "identifiedBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:identifiedBy", + "range" : [ "oslc_promcode:Risk", "oslc_promcode:Artifact", "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + }, { + "@id" : "_:b26", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:Artifact", "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." + }, { + "@id" : "_:b27", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a Report resource." + }, { + "@id" : "_:b28", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Report resource that is a source of this Report resource." + }, { + "@id" : "_:b29", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this Report resource." + }, { + "@id" : "_:b3", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : "oslc_promcode:Issue", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", + "valueType" : "oslc:Resource", + "dcterms:description" : "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." + }, { + "@id" : "_:b30", + "@type" : "oslc:Property", + "name" : "correspondsTo", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:correspondsTo", + "range" : "oslc_promcode:Plan", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", + "valueType" : "oslc:Resource", + "dcterms:description" : "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." + }, { + "@id" : "_:b31", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b32", + "@type" : "oslc:Property", + "name" : "includes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:includes", + "range" : "oslc_promcode:Measurement", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", + "valueType" : "oslc:Resource", + "dcterms:description" : "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." + }, { + "@id" : "_:b33", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "A date on which this Report resource collects member resources." + }, { + "@id" : "_:b34", + "@type" : "oslc:Property", + "name" : "producedFor", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:producedFor", + "range" : [ "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." + }, { + "@id" : "_:b35", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "A date on which this ManagedItemCollection resource collects member resources." + }, { + "@id" : "_:b36", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a ManagedItemCollection resource." + }, { + "@id" : "_:b37", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." + }, { + "@id" : "_:b38", + "@type" : "oslc:Property", + "name" : "plannedSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedSize", + "valueType" : "xsd:decimal", + "dcterms:description" : "plannedSize is a property for estimated development size for a ScopeItem resource." + }, { + "@id" : "_:b39", + "@type" : "oslc:Property", + "name" : "actualStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualStartDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b4", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b40", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "A date on which this IssueCollection resource collects Issue resources." + }, { + "@id" : "_:b41", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b42", + "@type" : "oslc:Property", + "name" : "observes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:observes", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + }, { + "@id" : "_:b43", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for the WorkItem resource." + }, { + "@id" : "_:b44", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Issue resource that is a source of this Issue resource." + }, { + "@id" : "_:b45", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for a Risk resource." + }, { + "@id" : "_:b46", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "A date on which this Plan resource collects member resources." + }, { + "@id" : "_:b47", + "@type" : "oslc:Property", + "name" : "requiredBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:requiredBy", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." + }, { + "@id" : "_:b48", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier of the resource." + }, { + "@id" : "_:b49", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b5", + "@type" : "oslc:Property", + "name" : "metricOfMeasure", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:metricOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." + }, { + "@id" : "_:b50", + "@type" : "oslc:Property", + "name" : "actualEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b51", + "@type" : "oslc:Property", + "name" : "plannedEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedEndDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b52", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for the WorkItem resource. " + }, { + "@id" : "_:b53", + "@type" : "oslc:Property", + "name" : "plannedStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedStartDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b54", + "@type" : "oslc:Property", + "name" : "representedBy", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:representedBy", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + }, { + "@id" : "_:b55", + "@type" : "oslc:Property", + "name" : "isPartOf", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:isPartOf", + "range" : "oslc_promcode:WorkItem", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#WorkItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." + }, { + "@id" : "_:b56", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b57", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a ManagedItem resource. " + }, { + "@id" : "_:b58", + "@type" : "oslc:Property", + "name" : "isPartOf", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:isPartOf", + "range" : "oslc_promcode:ScopeItem", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." + }, { + "@id" : "_:b59", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Artifact resource that is a source of this Artifact resource." + }, { + "@id" : "_:b6", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this Measure resource." + }, { + "@id" : "_:b60", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for the Issue resource. " + }, { + "@id" : "_:b61", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b62", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b63", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b64", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "dcterms:description" : "belongsTo is a relation between a Plan resource and a Project resource. " + }, { + "@id" : "_:b65", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the Issue resource." + }, { + "@id" : "_:b66", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this ManagedItemCollection resource." + }, { + "@id" : "_:b67", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "dcterms:description" : "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " + }, { + "@id" : "_:b68", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this IssueCollection resource." + }, { + "@id" : "_:b69", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b7", + "@type" : "oslc:Property", + "name" : "valueOfMeasure", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:valueOfMeasure", + "valueType" : "xsd:decimal", + "dcterms:description" : "valueOfMeasure is a property that represents a value for the Measure resource." + }, { + "@id" : "_:b70", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property of a Project resource to help a human understand the project." + }, { + "@id" : "_:b71", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this RiskCollection resource." + }, { + "@id" : "_:b72", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a RiskCollection resource." + }, { + "@id" : "_:b73", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : "oslc_promcode:Risk", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", + "valueType" : "oslc:Resource", + "dcterms:description" : "collects is a relation between a RiskCollection resource and a Risk resource." + }, { + "@id" : "_:b74", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "dcterms:description" : "belongsTo is a relation between the RiskCollection resource and a Project resource." + }, { + "@id" : "_:b75", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "dcterms:description" : "A date on which this RiskCollection resource collects member resources." + }, { + "@id" : "_:b76", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "dcterms:description" : "A string that identifies the Project resource that is a source of this Project resource." + }, { + "@id" : "_:b77", + "@type" : "oslc:Property", + "name" : "unitOfScopeItemSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:unitOfScopeItemSize", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " + }, { + "@id" : "_:b78", + "@type" : "oslc:Property", + "name" : "targets", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:targets", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." + }, { + "@id" : "_:b79", + "@type" : "oslc:Property", + "name" : "stateOfRisk", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:stateOfRisk", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "dcterms:description" : "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." + }, { + "@id" : "_:b8", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b80", + "@type" : "oslc:Property", + "name" : "raisedBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:raisedBy", + "range" : [ "oslc_promcode:Risk", "oslc_promcode:Artifact", "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Issue" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." + }, { + "@id" : "_:b81", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b82", + "@type" : "oslc:Property", + "name" : "measures", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:measures", + "range" : "oslc_promcode:Artifact", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "valueType" : "oslc:Resource", + "dcterms:description" : "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." + }, { + "@id" : "_:b83", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." + }, { + "@id" : "_:b84", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string of this Plan resource." + }, { + "@id" : "_:b85", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a Plan resource." + }, { + "@id" : "_:b86", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b87", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "dcterms:description" : "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + }, { + "@id" : "_:b88", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b89", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for the Measurement resource. " + }, { + "@id" : "_:b9", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b90", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b91", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a Project resource." + }, { + "@id" : "_:b92", + "@type" : "oslc:Property", + "name" : "identifiedDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:identifiedDate", + "valueType" : "xsd:dateTime", + "dcterms:description" : "identifiedDate is the date on which the risk was identified." + }, { + "@id" : "_:b93", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human to understand the resource." + }, { + "@id" : "_:b94", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b95", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + }, { + "@id" : "_:b96", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : "The resource type URIs." + }, { + "@id" : "_:b97", + "@type" : "oslc:Property", + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + }, { + "@id" : "_:b98", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "dcterms:description" : "A unique identifier for a ScopeItem resource. " + }, { + "@id" : "_:b99", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "dcterms:description" : "A title string for a ScopeItem resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#", + "@type" : "oslc:ResourceShapeConstraints", + "description" : "All vocabulary URIs defined in the OSLC PROMCODE namespace.", + "hasVersion" : "CSD01", + "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", + "issued" : "2021-03-23", + "license" : "http://www.apache.org/licenses/LICENSE-2.0", + "publisher" : "https://open-services.net/about/", + "source" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/promcode-shapes.ttl", + "dcterms:title" : "OSLC PROMCODE Constraints", + "label" : "OSLC PROMCODE Constraints" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Artifact", + "property" : [ "_:b102", "_:b59", "_:b24", "_:b106", "_:b101", "_:b34", "_:b78", "_:b107", "_:b41" ], + "title" : "Shape resource of an Artifact resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Issue", + "property" : [ "_:b117", "_:b115", "_:b61", "_:b14", "_:b65", "_:b44", "_:b60", "_:b80", "_:b118" ], + "title" : "Shape resource of an Issue resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#IssueCollection", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:IssueCollection", + "property" : [ "_:b48", "_:b40", "_:b67", "_:b18", "_:b68", "_:b0", "_:b3", "_:b12" ], + "title" : "Shape resource of an IssueCollection resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:ManagedItem", + "property" : [ "_:b56", "_:b110", "_:b111", "_:b112", "_:b57", "_:b113" ], + "title" : "Shape resource for ManagedItem." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItemCollection", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:ManagedItemCollection", + "property" : [ "_:b21", "_:b116", "_:b36", "_:b105", "_:b66", "_:b119", "_:b94", "_:b35" ], + "title" : "Shape resource of ManagedItemCollection." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Measure", + "property" : [ "_:b5", "_:b6", "_:b7", "_:b8", "_:b9", "_:b10", "_:b11" ], + "title" : "Shape resource of a Measure resource" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Measurement", + "property" : [ "_:b88", "_:b42", "_:b82", "_:b89", "_:b90", "_:b1" ], + "title" : "Shape resource of a Measurement resource" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Plan", + "property" : [ "_:b84", "_:b85", "_:b81", "_:b16", "_:b86", "_:b46", "_:b87", "_:b64" ], + "title" : "Shape resource of a Plan resource" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Project", + "property" : [ "_:b120", "_:b22", "_:b91", "_:b17", "_:b103", "_:b77", "_:b76", "_:b70", "_:b108", "_:b109", "_:b23" ], + "title" : "Shape resource of a Project resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Report", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Report", + "property" : [ "_:b26", "_:b20", "_:b27", "_:b28", "_:b29", "_:b30", "_:b31", "_:b4", "_:b32", "_:b33" ], + "title" : "Shape resource of a Report resource" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:Risk", + "property" : [ "_:b114", "_:b45", "_:b95", "_:b79", "_:b92", "_:b93", "_:b104", "_:b25", "_:b62" ], + "title" : "Shape resource of a Risk resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#RiskCollection", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:RiskCollection", + "property" : [ "_:b71", "_:b72", "_:b73", "_:b74", "_:b63", "_:b37", "_:b75", "_:b69" ], + "title" : "Shape resource of a RiskCollection resource." + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:ScopeItem", + "property" : [ "_:b96", "_:b98", "_:b83", "_:b38", "_:b99", "_:b58", "_:b97", "_:b100", "_:b13" ], + "title" : "Shape resource of a ScopeItem resource" + }, { + "@id" : "http://open-services.net/ns/promcode/shapes/1.0#WorkItem", + "@type" : "oslc:ResourceShape", + "describes" : "oslc_promcode:WorkItem", + "name" : "WorkItem", + "property" : [ "_:b49", "_:b50", "_:b43", "_:b2", "_:b47", "_:b15", "_:b19", "_:b51", "_:b52", "_:b53", "_:b54", "_:b39", "_:b55" ], + "dcterms:title" : "Shape resource of a WorkItem resource" + } ], + "@context" : { + "description" : { + "@id" : "http://purl.org/dc/terms/description", + "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" + }, + "valueType" : { + "@id" : "http://open-services.net/ns/core#valueType", + "@type" : "@id" + }, + "representation" : { + "@id" : "http://open-services.net/ns/core#representation", + "@type" : "@id" + }, + "range" : { + "@id" : "http://open-services.net/ns/core#range", + "@type" : "@id" + }, + "propertyDefinition" : { + "@id" : "http://open-services.net/ns/core#propertyDefinition", + "@type" : "@id" + }, + "occurs" : { + "@id" : "http://open-services.net/ns/core#occurs", + "@type" : "@id" + }, + "name" : { + "@id" : "http://open-services.net/ns/core#name" + }, + "valueShape" : { + "@id" : "http://open-services.net/ns/core#valueShape", + "@type" : "@id" + }, + "title" : { + "@id" : "http://purl.org/dc/terms/title", + "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" + }, + "property" : { + "@id" : "http://open-services.net/ns/core#property", + "@type" : "@id" + }, + "describes" : { + "@id" : "http://open-services.net/ns/core#describes", + "@type" : "@id" + }, + "isPartOf" : { + "@id" : "http://purl.org/dc/terms/isPartOf", + "@type" : "@id" + }, + "issued" : { + "@id" : "http://purl.org/dc/terms/issued", + "@type" : "http://www.w3.org/2001/XMLSchema#date" + }, + "publisher" : { + "@id" : "http://purl.org/dc/terms/publisher", + "@type" : "@id" + }, + "source" : { + "@id" : "http://purl.org/dc/terms/source", + "@type" : "@id" + }, + "label" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#label" + }, + "hasVersion" : { + "@id" : "http://purl.org/dc/terms/hasVersion" + }, + "license" : { + "@id" : "http://purl.org/dc/terms/license", + "@type" : "@id" + }, + "@vocab" : "http://open-services.net/ns/promcode/shapes/1.0#", + "xsd" : "http://www.w3.org/2001/XMLSchema#", + "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", + "oslc" : "http://open-services.net/ns/core#", + "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "oslc_promcode" : "http://open-services.net/ns/promcode#", + "xml" : "http://www.w3.org/XML/1998/namespace", + "dcterms" : "http://purl.org/dc/terms/" + } +} diff --git a/content/ns/promcode/promcode-shapes.nt b/content/ns/promcode/promcode-shapes.nt new file mode 100644 index 00000000..c81735b3 --- /dev/null +++ b/content/ns/promcode/promcode-shapes.nt @@ -0,0 +1,1019 @@ +_:B56d339a060976a1a13eea7bc4b2a763b "dcterms:description is a property to help a human understand the resource." . +_:B56d339a060976a1a13eea7bc4b2a763b . +_:B56d339a060976a1a13eea7bc4b2a763b . +_:B56d339a060976a1a13eea7bc4b2a763b . +_:B56d339a060976a1a13eea7bc4b2a763b "description" . +_:B56d339a060976a1a13eea7bc4b2a763b . +_:B8c706fdd4367e7a724ae0b914c14f2d6 "A title string for the resource." . +_:B8c706fdd4367e7a724ae0b914c14f2d6 . +_:B8c706fdd4367e7a724ae0b914c14f2d6 . +_:B8c706fdd4367e7a724ae0b914c14f2d6 . +_:B8c706fdd4367e7a724ae0b914c14f2d6 "title" . +_:B8c706fdd4367e7a724ae0b914c14f2d6 . +_:B969e748056e23d705327e176a8f4302b "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." . +_:B969e748056e23d705327e176a8f4302b . +_:B969e748056e23d705327e176a8f4302b . +_:B969e748056e23d705327e176a8f4302b . +_:B969e748056e23d705327e176a8f4302b . +_:B969e748056e23d705327e176a8f4302b "metricOfScopeItemSize" . +_:B969e748056e23d705327e176a8f4302b . +_:B941b89f385ecfceb5fa19ce199acd46c "A title string of this IssueCollection resource." . +_:B941b89f385ecfceb5fa19ce199acd46c . +_:B941b89f385ecfceb5fa19ce199acd46c . +_:B941b89f385ecfceb5fa19ce199acd46c . +_:B941b89f385ecfceb5fa19ce199acd46c "title" . +_:B941b89f385ecfceb5fa19ce199acd46c . + _:Be09fe590b2174b4a0071751c35ff9f18 . + _:B096f7533ff9c0fca20dbf0a7f3e1aa5b . + "Shape resource of a Measure resource"^^ . + _:B1e01e02037a7bce195c0259846533054 . + _:Baa97874c1d6ec56e3041135fa98922af . + _:B44f99e81642abf6af81b99cda17fda26 . + . + _:Bea3577b414b32ccd2b6d909760fb8d38 . + . + _:B662edcdbbab1b526f6c482eb50027370 . +_:B5cdccbb89efe63ef13e7f35cf34bf67f "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B5cdccbb89efe63ef13e7f35cf34bf67f "correspondsTo" . +_:B5cdccbb89efe63ef13e7f35cf34bf67f . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 "requiredBy" . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 . +_:B634ecc730298ea509371e1eb2db3cce8 "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." . +_:B993575d93f984487364c73dffe2e2bb7 "dcterms:description is a property to help a human understand the resource." . +_:B993575d93f984487364c73dffe2e2bb7 . +_:B993575d93f984487364c73dffe2e2bb7 . +_:B993575d93f984487364c73dffe2e2bb7 . +_:B993575d93f984487364c73dffe2e2bb7 "description" . +_:B993575d93f984487364c73dffe2e2bb7 . +_:Ba1af051e9ac1b5c066042c34af0f94eb "dcterms:description is a property to help a human understand the resource." . +_:Ba1af051e9ac1b5c066042c34af0f94eb . +_:Ba1af051e9ac1b5c066042c34af0f94eb . +_:Ba1af051e9ac1b5c066042c34af0f94eb . +_:Ba1af051e9ac1b5c066042c34af0f94eb "description" . +_:Ba1af051e9ac1b5c066042c34af0f94eb . +_:B0ab4991f8d271b2a78b83d70f102a71d "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." . +_:B0ab4991f8d271b2a78b83d70f102a71d . +_:B0ab4991f8d271b2a78b83d70f102a71d . +_:B0ab4991f8d271b2a78b83d70f102a71d . +_:B0ab4991f8d271b2a78b83d70f102a71d "plannedStartDate" . +_:B0ab4991f8d271b2a78b83d70f102a71d . + _:Bfcae0fb9154adad7245c91b57d072d40 . + _:B5cdccbb89efe63ef13e7f35cf34bf67f . + . + . + _:B993575d93f984487364c73dffe2e2bb7 . + _:B4d48809938f211a7bc329d6923b20707 . + _:B1d4f62621d5d20e941d70e5606d3f5bc . + _:B6326f3b9f0dc302912c27ded7c8ae87e . + "Shape resource of a Report resource"^^ . + _:Be1894196b82c51fda29c6c210dd58928 . + _:B493aa79ebd552d0e2f20fef3e78975f1 . + _:B775ff97b5a70cfe8e22cfa84ac758b37 . + _:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:B20a8dc0de11c8433bb921c952f23fbe0 "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." . +_:B20a8dc0de11c8433bb921c952f23fbe0 . +_:B20a8dc0de11c8433bb921c952f23fbe0 . +_:B20a8dc0de11c8433bb921c952f23fbe0 . +_:B20a8dc0de11c8433bb921c952f23fbe0 "sequenceNumber" . +_:B20a8dc0de11c8433bb921c952f23fbe0 . +_:Ba606e0a45e2337365174e0bc680a5232 "A unique identifier for a ManagedItemCollection resource." . +_:Ba606e0a45e2337365174e0bc680a5232 . +_:Ba606e0a45e2337365174e0bc680a5232 . +_:Ba606e0a45e2337365174e0bc680a5232 . +_:Ba606e0a45e2337365174e0bc680a5232 "identifier" . +_:Ba606e0a45e2337365174e0bc680a5232 . +_:B33cd12843a64ff31099a8b6db814e784 "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." . +_:B33cd12843a64ff31099a8b6db814e784 . +_:B33cd12843a64ff31099a8b6db814e784 . +_:B33cd12843a64ff31099a8b6db814e784 . +_:B33cd12843a64ff31099a8b6db814e784 "source" . +_:B33cd12843a64ff31099a8b6db814e784 . +_:B9709691cd62365d7b6086c35e6332318 "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." . +_:B9709691cd62365d7b6086c35e6332318 . +_:B9709691cd62365d7b6086c35e6332318 . +_:B9709691cd62365d7b6086c35e6332318 . +_:B9709691cd62365d7b6086c35e6332318 "plannedEndDate" . +_:B9709691cd62365d7b6086c35e6332318 . +_:B73624408001de19959802eca5bcfad87 "dcterms:description is a property of a Project resource to help a human understand the project." . +_:B73624408001de19959802eca5bcfad87 . +_:B73624408001de19959802eca5bcfad87 . +_:B73624408001de19959802eca5bcfad87 . +_:B73624408001de19959802eca5bcfad87 "description" . +_:B73624408001de19959802eca5bcfad87 . +_:B4bf41380807f169e8cb482b74036e147 "The resource type URIs."^^ . +_:B4bf41380807f169e8cb482b74036e147 . +_:B4bf41380807f169e8cb482b74036e147 . +_:B4bf41380807f169e8cb482b74036e147 . +_:B4bf41380807f169e8cb482b74036e147 . +_:B4bf41380807f169e8cb482b74036e147 . +_:B4bf41380807f169e8cb482b74036e147 "type" . +_:B4bf41380807f169e8cb482b74036e147 . +_:B916c36a4af5bab6860b5319c642ea64a "belongsTo is a relation between the RiskCollection resource and a Project resource." . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a . +_:B916c36a4af5bab6860b5319c642ea64a "belongsTo" . +_:B916c36a4af5bab6860b5319c642ea64a . +_:Bd75f06903721cf6343af0638bfad42eb "plannedSize is a property for estimated development size for a ScopeItem resource." . +_:Bd75f06903721cf6343af0638bfad42eb . +_:Bd75f06903721cf6343af0638bfad42eb . +_:Bd75f06903721cf6343af0638bfad42eb . +_:Bd75f06903721cf6343af0638bfad42eb "plannedSize" . +_:Bd75f06903721cf6343af0638bfad42eb . +_:Bbca488c017cb29d8cd007c42bd9c0398 "A title string of the resource." . +_:Bbca488c017cb29d8cd007c42bd9c0398 . +_:Bbca488c017cb29d8cd007c42bd9c0398 . +_:Bbca488c017cb29d8cd007c42bd9c0398 . +_:Bbca488c017cb29d8cd007c42bd9c0398 "title" . +_:Bbca488c017cb29d8cd007c42bd9c0398 . +_:B18ac2513c36ca266cbb893a777b649ba "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B18ac2513c36ca266cbb893a777b649ba "measures" . +_:B18ac2513c36ca266cbb893a777b649ba . +_:B34d2e5dbf28f697944f0631e20dac025 "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." . +_:B34d2e5dbf28f697944f0631e20dac025 . +_:B34d2e5dbf28f697944f0631e20dac025 . +_:B34d2e5dbf28f697944f0631e20dac025 . +_:B34d2e5dbf28f697944f0631e20dac025 "source" . +_:B34d2e5dbf28f697944f0631e20dac025 . +_:B44f99e81642abf6af81b99cda17fda26 "dcterms:description is a property to help a human understand the resource." . +_:B44f99e81642abf6af81b99cda17fda26 . +_:B44f99e81642abf6af81b99cda17fda26 . +_:B44f99e81642abf6af81b99cda17fda26 . +_:B44f99e81642abf6af81b99cda17fda26 "description" . +_:B44f99e81642abf6af81b99cda17fda26 . +_:B67a430b8b80c484eadce2f0e4b458d70 "A string that identifies the WorkItem resource that is a source of this WorkItem resource." . +_:B67a430b8b80c484eadce2f0e4b458d70 . +_:B67a430b8b80c484eadce2f0e4b458d70 . +_:B67a430b8b80c484eadce2f0e4b458d70 . +_:B67a430b8b80c484eadce2f0e4b458d70 "source" . +_:B67a430b8b80c484eadce2f0e4b458d70 . +_:B85b0059ecf3b29f56c8779f4dcc26910 "A date on which this RiskCollection resource collects member resources." . +_:B85b0059ecf3b29f56c8779f4dcc26910 . +_:B85b0059ecf3b29f56c8779f4dcc26910 . +_:B85b0059ecf3b29f56c8779f4dcc26910 . +_:B85b0059ecf3b29f56c8779f4dcc26910 "date" . +_:B85b0059ecf3b29f56c8779f4dcc26910 . +_:B90b39422937d41f52b2328420a60e641 "The resource type URIs."^^ . +_:B90b39422937d41f52b2328420a60e641 . +_:B90b39422937d41f52b2328420a60e641 . +_:B90b39422937d41f52b2328420a60e641 . +_:B90b39422937d41f52b2328420a60e641 . +_:B90b39422937d41f52b2328420a60e641 . +_:B90b39422937d41f52b2328420a60e641 "type" . +_:B90b39422937d41f52b2328420a60e641 . +_:B2cccb948b76a80a8ab8709f486e73c98 "A unique identifier for a Plan resource." . +_:B2cccb948b76a80a8ab8709f486e73c98 . +_:B2cccb948b76a80a8ab8709f486e73c98 . +_:B2cccb948b76a80a8ab8709f486e73c98 . +_:B2cccb948b76a80a8ab8709f486e73c98 "identifier" . +_:B2cccb948b76a80a8ab8709f486e73c98 . +_:B0f512e6fea8843312f06fc7bd68d58cb "A title string for a Project resource." . +_:B0f512e6fea8843312f06fc7bd68d58cb . +_:B0f512e6fea8843312f06fc7bd68d58cb . +_:B0f512e6fea8843312f06fc7bd68d58cb . +_:B0f512e6fea8843312f06fc7bd68d58cb "title" . +_:B0f512e6fea8843312f06fc7bd68d58cb . +_:B193e475c5400f87c405082e7eece79fe "A string that identifies the Project resource that is a source of this Project resource." . +_:B193e475c5400f87c405082e7eece79fe . +_:B193e475c5400f87c405082e7eece79fe . +_:B193e475c5400f87c405082e7eece79fe . +_:B193e475c5400f87c405082e7eece79fe "source" . +_:B193e475c5400f87c405082e7eece79fe . +_:Bc8fc7ac441319cca7a5c70f13ab46139 "A title string for a ManagedItem resource." . +_:Bc8fc7ac441319cca7a5c70f13ab46139 . +_:Bc8fc7ac441319cca7a5c70f13ab46139 . +_:Bc8fc7ac441319cca7a5c70f13ab46139 . +_:Bc8fc7ac441319cca7a5c70f13ab46139 "title" . +_:Bc8fc7ac441319cca7a5c70f13ab46139 . +_:B1760cecfc0071b3438500a7e8fc9b7bd "dcterms:description is a property to help a human understand the resource." . +_:B1760cecfc0071b3438500a7e8fc9b7bd . +_:B1760cecfc0071b3438500a7e8fc9b7bd . +_:B1760cecfc0071b3438500a7e8fc9b7bd . +_:B1760cecfc0071b3438500a7e8fc9b7bd "description" . +_:B1760cecfc0071b3438500a7e8fc9b7bd . +_:B736ca35abef134f7800800d3454330ab "A title string for a Risk resource." . +_:B736ca35abef134f7800800d3454330ab . +_:B736ca35abef134f7800800d3454330ab . +_:B736ca35abef134f7800800d3454330ab . +_:B736ca35abef134f7800800d3454330ab "title" . +_:B736ca35abef134f7800800d3454330ab . +_:B62a67979804310c5554b516a18a84e78 "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." . +_:B62a67979804310c5554b516a18a84e78 . +_:B62a67979804310c5554b516a18a84e78 . +_:B62a67979804310c5554b516a18a84e78 . +_:B62a67979804310c5554b516a18a84e78 "actualEndDate" . +_:B62a67979804310c5554b516a18a84e78 . +_:B662edcdbbab1b526f6c482eb50027370 "A unique identifier for the Measure resource. " . +_:B662edcdbbab1b526f6c482eb50027370 . +_:B662edcdbbab1b526f6c482eb50027370 . +_:B662edcdbbab1b526f6c482eb50027370 . +_:B662edcdbbab1b526f6c482eb50027370 "identifier" . +_:B662edcdbbab1b526f6c482eb50027370 . +_:B3b24b49a883ea939d58fc295ed71cfb0 "The resource type URIs."^^ . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B3b24b49a883ea939d58fc295ed71cfb0 "type" . +_:B3b24b49a883ea939d58fc295ed71cfb0 . +_:B1e01e02037a7bce195c0259846533054 "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." . +_:B1e01e02037a7bce195c0259846533054 . +_:B1e01e02037a7bce195c0259846533054 . +_:B1e01e02037a7bce195c0259846533054 . +_:B1e01e02037a7bce195c0259846533054 . +_:B1e01e02037a7bce195c0259846533054 "metricOfMeasure" . +_:B1e01e02037a7bce195c0259846533054 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 "belongsTo is a relation between this Report resource and a Project resources. " . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 "belongsTo" . +_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . + . + _:B67a430b8b80c484eadce2f0e4b458d70 . + "Shape resource of a WorkItem resource" . + . + "WorkItem" . + _:Be336533269417ffa699fb0483aedc5a9 . + _:B634ecc730298ea509371e1eb2db3cce8 . + _:B9709691cd62365d7b6086c35e6332318 . + _:B4756ab5c2fa1cc46db8892321df9ad45 . + _:B1bd634513c5774177eef722e49c8d837 . + _:B6820f239be60c2e57406c134deea28aa . + _:B249fe71063b208161d0dcda5acc98003 . + _:B3b598b4a90dabc2b335c4c99a222d755 . + _:B1760cecfc0071b3438500a7e8fc9b7bd . + _:B81bcf0001e639e86335b5e16a6f864c9 . + _:B20a8dc0de11c8433bb921c952f23fbe0 . + _:B62a67979804310c5554b516a18a84e78 . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 "unitOfScopeItemSize" . +_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . +_:B15560e8c6e6d12570297801a1c830d23 "A unique identifier for a ScopeItem resource. " . +_:B15560e8c6e6d12570297801a1c830d23 . +_:B15560e8c6e6d12570297801a1c830d23 . +_:B15560e8c6e6d12570297801a1c830d23 . +_:B15560e8c6e6d12570297801a1c830d23 "identifier" . +_:B15560e8c6e6d12570297801a1c830d23 . +_:B30b145d8eaff4bd005a48348fd734aec "actualSize is a property for actual development size for a ScopeItem resource." . +_:B30b145d8eaff4bd005a48348fd734aec . +_:B30b145d8eaff4bd005a48348fd734aec . +_:B30b145d8eaff4bd005a48348fd734aec . +_:B30b145d8eaff4bd005a48348fd734aec "actualSize" . +_:B30b145d8eaff4bd005a48348fd734aec . +_:B3d2592d6660f5a8ddd90a72e386300ab "The resource type URIs."^^ . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B3d2592d6660f5a8ddd90a72e386300ab "type" . +_:B3d2592d6660f5a8ddd90a72e386300ab . +_:B95434789063cc9f28027164c3281c872 "A title string of this ManagedItemCollection resource." . +_:B95434789063cc9f28027164c3281c872 . +_:B95434789063cc9f28027164c3281c872 . +_:B95434789063cc9f28027164c3281c872 . +_:B95434789063cc9f28027164c3281c872 "title" . +_:B95434789063cc9f28027164c3281c872 . +_:B4b00df39df1d844be8c3f37974588216 "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." . +_:B4b00df39df1d844be8c3f37974588216 . +_:B4b00df39df1d844be8c3f37974588216 . +_:B4b00df39df1d844be8c3f37974588216 . +_:B4b00df39df1d844be8c3f37974588216 "actualEndDate" . +_:B4b00df39df1d844be8c3f37974588216 . +_:Baa97874c1d6ec56e3041135fa98922af "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." . +_:Baa97874c1d6ec56e3041135fa98922af . +_:Baa97874c1d6ec56e3041135fa98922af . +_:Baa97874c1d6ec56e3041135fa98922af . +_:Baa97874c1d6ec56e3041135fa98922af . +_:Baa97874c1d6ec56e3041135fa98922af "unitOfMeasure" . +_:Baa97874c1d6ec56e3041135fa98922af . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d "A title string of this Plan resource." . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d "title" . +_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . +_:B5a06b4f8e94fdb30e362a077aa0be782 "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." . +_:B5a06b4f8e94fdb30e362a077aa0be782 . +_:B5a06b4f8e94fdb30e362a077aa0be782 . +_:B5a06b4f8e94fdb30e362a077aa0be782 . +_:B5a06b4f8e94fdb30e362a077aa0be782 "sequenceNumber" . +_:B5a06b4f8e94fdb30e362a077aa0be782 . + _:B96f8b6e417e0c5fc21dda3e5db451755 . + _:B994995acab23ca664a15ea840bc995c1 . + _:B941b89f385ecfceb5fa19ce199acd46c . + . + "Shape resource of an IssueCollection resource."^^ . + _:B443e6fa45c781505cdaeb51e7c083318 . + _:Bf593c1fecc0d04bebe1b93f34f2f61c7 . + _:B3b24b49a883ea939d58fc295ed71cfb0 . + _:B5259e7640aaf2cf2f68e7243512500d8 . + _:Bc341fbc91ac76234bd2f0264d19ed0d5 . + . +_:B6326f3b9f0dc302912c27ded7c8ae87e "A title string of this Report resource." . +_:B6326f3b9f0dc302912c27ded7c8ae87e . +_:B6326f3b9f0dc302912c27ded7c8ae87e . +_:B6326f3b9f0dc302912c27ded7c8ae87e . +_:B6326f3b9f0dc302912c27ded7c8ae87e "title" . +_:B6326f3b9f0dc302912c27ded7c8ae87e . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 "stateOfRisk" . +_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:B4a6d60fdbd4052cfa6464ea62b328b0a "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." . +_:B4a6d60fdbd4052cfa6464ea62b328b0a . +_:B4a6d60fdbd4052cfa6464ea62b328b0a . +_:B4a6d60fdbd4052cfa6464ea62b328b0a . +_:B4a6d60fdbd4052cfa6464ea62b328b0a "plannedEndDate" . +_:B4a6d60fdbd4052cfa6464ea62b328b0a . + _:B81315620f5a74bc6eea7bf2f2d409eb8 . + _:B85b0059ecf3b29f56c8779f4dcc26910 . + _:B3d2592d6660f5a8ddd90a72e386300ab . + _:B916c36a4af5bab6860b5319c642ea64a . + _:B56d339a060976a1a13eea7bc4b2a763b . + . + _:B2051f225bc46fa24d5860d20345181c4 . + _:B29305669a51c66fa55f01b2df3c5907d . + "Shape resource of a RiskCollection resource."^^ . + _:Bce4ed274b938ce549c120876ec72fa72 . + . +_:B17b5a268762685b6582d00fa80c00e52 "A unique identifier for the Artifact resource." . +_:B17b5a268762685b6582d00fa80c00e52 . +_:B17b5a268762685b6582d00fa80c00e52 . +_:B17b5a268762685b6582d00fa80c00e52 . +_:B17b5a268762685b6582d00fa80c00e52 "identifier" . +_:B17b5a268762685b6582d00fa80c00e52 . +_:Be381d548a2daf14260f6d34a0fd526c1 "dcterms:description is a property to help a human understand the Issue resource." . +_:Be381d548a2daf14260f6d34a0fd526c1 . +_:Be381d548a2daf14260f6d34a0fd526c1 . +_:Be381d548a2daf14260f6d34a0fd526c1 . +_:Be381d548a2daf14260f6d34a0fd526c1 "description" . +_:Be381d548a2daf14260f6d34a0fd526c1 . +_:Bb74d047e690b86e106d2f86d80d257a8 "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:Bb74d047e690b86e106d2f86d80d257a8 "isPartOf" . +_:Bb74d047e690b86e106d2f86d80d257a8 . +_:B1551ccc63e1d462a6ed8bd796bf13af5 "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." . +_:B1551ccc63e1d462a6ed8bd796bf13af5 . +_:B1551ccc63e1d462a6ed8bd796bf13af5 . +_:B1551ccc63e1d462a6ed8bd796bf13af5 . +_:B1551ccc63e1d462a6ed8bd796bf13af5 "source" . +_:B1551ccc63e1d462a6ed8bd796bf13af5 . +_:B06b826c995c8d7ca0c18b1c2cb51add4 "A string that identifies the Artifact resource that is a source of this Artifact resource." . +_:B06b826c995c8d7ca0c18b1c2cb51add4 . +_:B06b826c995c8d7ca0c18b1c2cb51add4 . +_:B06b826c995c8d7ca0c18b1c2cb51add4 . +_:B06b826c995c8d7ca0c18b1c2cb51add4 "source" . +_:B06b826c995c8d7ca0c18b1c2cb51add4 . +_:B249fe71063b208161d0dcda5acc98003 "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." . +_:B249fe71063b208161d0dcda5acc98003 . +_:B249fe71063b208161d0dcda5acc98003 . +_:B249fe71063b208161d0dcda5acc98003 . +_:B249fe71063b208161d0dcda5acc98003 "actualStartDate" . +_:B249fe71063b208161d0dcda5acc98003 . +_:Be10b92a392330890b4782e06740c5d35 "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 . +_:Be10b92a392330890b4782e06740c5d35 "observes" . +_:Be10b92a392330890b4782e06740c5d35 . +_:B5c7c0b57b0247a983bbe2281cbbd8519 "A string that identifies the Issue resource that is a source of this Issue resource." . +_:B5c7c0b57b0247a983bbe2281cbbd8519 . +_:B5c7c0b57b0247a983bbe2281cbbd8519 . +_:B5c7c0b57b0247a983bbe2281cbbd8519 . +_:B5c7c0b57b0247a983bbe2281cbbd8519 "source" . +_:B5c7c0b57b0247a983bbe2281cbbd8519 . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f "collects" . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B798c00f2b3e2d62dcd4f73f9f653976f . +_:B63b0bd31cc508d86bcc441ad99366b60 "A unique identifier for the Issue resource. " . +_:B63b0bd31cc508d86bcc441ad99366b60 . +_:B63b0bd31cc508d86bcc441ad99366b60 . +_:B63b0bd31cc508d86bcc441ad99366b60 . +_:B63b0bd31cc508d86bcc441ad99366b60 "identifier" . +_:B63b0bd31cc508d86bcc441ad99366b60 . +_:B017818c405f597b0bbd64f602a7250f5 "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." . +_:B017818c405f597b0bbd64f602a7250f5 . +_:B017818c405f597b0bbd64f602a7250f5 . +_:B017818c405f597b0bbd64f602a7250f5 . +_:B017818c405f597b0bbd64f602a7250f5 . +_:B017818c405f597b0bbd64f602a7250f5 "stateOfIssue" . +_:B017818c405f597b0bbd64f602a7250f5 . +_:Baad0f6fc85f052591a4784a7aa8f7c36 "dcterms:description is a property to help a human understand the resource." . +_:Baad0f6fc85f052591a4784a7aa8f7c36 . +_:Baad0f6fc85f052591a4784a7aa8f7c36 . +_:Baad0f6fc85f052591a4784a7aa8f7c36 . +_:Baad0f6fc85f052591a4784a7aa8f7c36 "description" . +_:Baad0f6fc85f052591a4784a7aa8f7c36 . + _:B7aac889e9689a33a3acfca1a28d0d26a . + _:B1922d89a620d6292e60f603ff21f5a7b . + _:B4bf41380807f169e8cb482b74036e147 . + . + _:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . + _:B2cccb948b76a80a8ab8709f486e73c98 . + _:B798c00f2b3e2d62dcd4f73f9f653976f . + _:B2a839b85ece4043933c04ca24bc6bf6f . + "Shape resource of a Plan resource"^^ . + _:Bd12f0273c82c25a274b3f24072d7d3cf . + . + "Shape resource of a Measurement resource"^^ . + _:B02051ea30e0a7be4d26b29ba3404c321 . + _:Be10b92a392330890b4782e06740c5d35 . + _:B18ac2513c36ca266cbb893a777b649ba . + _:B55945066172e700bd49a09d481cc9be1 . + _:B2ea2f8950d072f5ecf882b4a131f6760 . + _:B1d3fc34cb1c3055e69af1abc529ca98b . + . + . +_:B04a9d30e78e65e13b08ae25280a72ee3 "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B04a9d30e78e65e13b08ae25280a72ee3 "targets" . +_:B04a9d30e78e65e13b08ae25280a72ee3 . +_:B2ea2f8950d072f5ecf882b4a131f6760 "dcterms:description is a property to help a human understand the resource." . +_:B2ea2f8950d072f5ecf882b4a131f6760 . +_:B2ea2f8950d072f5ecf882b4a131f6760 . +_:B2ea2f8950d072f5ecf882b4a131f6760 . +_:B2ea2f8950d072f5ecf882b4a131f6760 "description" . +_:B2ea2f8950d072f5ecf882b4a131f6760 . +_:B5259e7640aaf2cf2f68e7243512500d8 "A date on which this IssueCollection resource collects Issue resources." . +_:B5259e7640aaf2cf2f68e7243512500d8 . +_:B5259e7640aaf2cf2f68e7243512500d8 . +_:B5259e7640aaf2cf2f68e7243512500d8 . +_:B5259e7640aaf2cf2f68e7243512500d8 "date" . +_:B5259e7640aaf2cf2f68e7243512500d8 . +_:B1d3fc34cb1c3055e69af1abc529ca98b "date is a property of a Measurement resource. It is the date on which the measurement was made. " . +_:B1d3fc34cb1c3055e69af1abc529ca98b . +_:B1d3fc34cb1c3055e69af1abc529ca98b . +_:B1d3fc34cb1c3055e69af1abc529ca98b . +_:B1d3fc34cb1c3055e69af1abc529ca98b "date" . +_:B1d3fc34cb1c3055e69af1abc529ca98b . +_:B493aa79ebd552d0e2f20fef3e78975f1 "A unique identifier for a Report resource." . +_:B493aa79ebd552d0e2f20fef3e78975f1 . +_:B493aa79ebd552d0e2f20fef3e78975f1 . +_:B493aa79ebd552d0e2f20fef3e78975f1 . +_:B493aa79ebd552d0e2f20fef3e78975f1 "identifier" . +_:B493aa79ebd552d0e2f20fef3e78975f1 . +_:B386ceb55a9645e1c9955323a18224183 "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." . +_:B386ceb55a9645e1c9955323a18224183 . +_:B386ceb55a9645e1c9955323a18224183 . +_:B386ceb55a9645e1c9955323a18224183 . +_:B386ceb55a9645e1c9955323a18224183 "sequenceNumber" . +_:B386ceb55a9645e1c9955323a18224183 . + _:B90b39422937d41f52b2328420a60e641 . + _:B30b145d8eaff4bd005a48348fd734aec . + . + _:Bd75f06903721cf6343af0638bfad42eb . + _:Baad0f6fc85f052591a4784a7aa8f7c36 . + _:B386ceb55a9645e1c9955323a18224183 . + _:Bb8bd153a9530287ec7ccc934ddaf49aa . + _:B34d2e5dbf28f697944f0631e20dac025 . + _:B15560e8c6e6d12570297801a1c830d23 . + "Shape resource of a ScopeItem resource"^^ . + . + _:B46241b6c1928ef980c3f37c44fe140dc . +_:Bea3577b414b32ccd2b6d909760fb8d38 "valueOfMeasure is a property that represents a value for the Measure resource." . +_:Bea3577b414b32ccd2b6d909760fb8d38 . +_:Bea3577b414b32ccd2b6d909760fb8d38 . +_:Bea3577b414b32ccd2b6d909760fb8d38 . +_:Bea3577b414b32ccd2b6d909760fb8d38 "valueOfMeasure" . +_:Bea3577b414b32ccd2b6d909760fb8d38 . +_:Be09fe590b2174b4a0071751c35ff9f18 "A title string of this Measure resource." . +_:Be09fe590b2174b4a0071751c35ff9f18 . +_:Be09fe590b2174b4a0071751c35ff9f18 . +_:Be09fe590b2174b4a0071751c35ff9f18 . +_:Be09fe590b2174b4a0071751c35ff9f18 "title" . +_:Be09fe590b2174b4a0071751c35ff9f18 . +_:B5013320d6d139114bfc75ce20448e1d7 "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." . +_:B5013320d6d139114bfc75ce20448e1d7 . +_:B5013320d6d139114bfc75ce20448e1d7 . +_:B5013320d6d139114bfc75ce20448e1d7 . +_:B5013320d6d139114bfc75ce20448e1d7 "actualStartDate" . +_:B5013320d6d139114bfc75ce20448e1d7 . +_:B46241b6c1928ef980c3f37c44fe140dc "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B46241b6c1928ef980c3f37c44fe140dc "isPartOf" . +_:B46241b6c1928ef980c3f37c44fe140dc . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b "The resource type URIs."^^ . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b "type" . +_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:Bb8bd153a9530287ec7ccc934ddaf49aa "A title string for a ScopeItem resource." . +_:Bb8bd153a9530287ec7ccc934ddaf49aa . +_:Bb8bd153a9530287ec7ccc934ddaf49aa . +_:Bb8bd153a9530287ec7ccc934ddaf49aa . +_:Bb8bd153a9530287ec7ccc934ddaf49aa "title" . +_:Bb8bd153a9530287ec7ccc934ddaf49aa . +_:B92f8ce14eee5e0442b736546f971778f "A unique identifier for a ManagedItem resource. " . +_:B92f8ce14eee5e0442b736546f971778f . +_:B92f8ce14eee5e0442b736546f971778f . +_:B92f8ce14eee5e0442b736546f971778f . +_:B92f8ce14eee5e0442b736546f971778f "identifier" . +_:B92f8ce14eee5e0442b736546f971778f . +_:B29305669a51c66fa55f01b2df3c5907d "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." . +_:B29305669a51c66fa55f01b2df3c5907d . +_:B29305669a51c66fa55f01b2df3c5907d . +_:B29305669a51c66fa55f01b2df3c5907d . +_:B29305669a51c66fa55f01b2df3c5907d "source" . +_:B29305669a51c66fa55f01b2df3c5907d . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 "collects" . +_:Bc341fbc91ac76234bd2f0264d19ed0d5 . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 "A string that identifies the Risk resource that is a source of this Risk resource." . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 "source" . +_:Bc0669ce1f88246a8ba2e08bdaac160e9 . +_:Be1894196b82c51fda29c6c210dd58928 "A string that identifies the Report resource that is a source of this Report resource." . +_:Be1894196b82c51fda29c6c210dd58928 . +_:Be1894196b82c51fda29c6c210dd58928 . +_:Be1894196b82c51fda29c6c210dd58928 . +_:Be1894196b82c51fda29c6c210dd58928 "source" . +_:Be1894196b82c51fda29c6c210dd58928 . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 "A date on which this ManagedItemCollection resource collects member resources." . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 "date" . +_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . + _:Bbca488c017cb29d8cd007c42bd9c0398 . + _:B17b5a268762685b6582d00fa80c00e52 . + _:Ba612eb5c5c80099555b83a116903ed31 . + _:B5a06b4f8e94fdb30e362a077aa0be782 . + "Shape resource of an Artifact resource."^^ . + _:Bb74d047e690b86e106d2f86d80d257a8 . + _:B04a9d30e78e65e13b08ae25280a72ee3 . + . + _:B06cc2797adb36648fb2b3265aed3a4df . + _:B4915efad8e3da196dcd4719b90aba5b2 . + . + _:B06b826c995c8d7ca0c18b1c2cb51add4 . +_:B6820f239be60c2e57406c134deea28aa "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." . +_:B6820f239be60c2e57406c134deea28aa . +_:B6820f239be60c2e57406c134deea28aa . +_:B6820f239be60c2e57406c134deea28aa . +_:B6820f239be60c2e57406c134deea28aa "plannedStartDate" . +_:B6820f239be60c2e57406c134deea28aa . +_:B2051f225bc46fa24d5860d20345181c4 "A title string of this RiskCollection resource." . +_:B2051f225bc46fa24d5860d20345181c4 . +_:B2051f225bc46fa24d5860d20345181c4 . +_:B2051f225bc46fa24d5860d20345181c4 . +_:B2051f225bc46fa24d5860d20345181c4 "title" . +_:B2051f225bc46fa24d5860d20345181c4 . +_:Ba4759417069b7d0aabcbdd044ff6cf9a "The resource type URIs."^^ . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Ba4759417069b7d0aabcbdd044ff6cf9a "type" . +_:Ba4759417069b7d0aabcbdd044ff6cf9a . +_:Beaa4f00976b777b2b9dfb4662b092fd7 "A unique identifier for a Project resource." . +_:Beaa4f00976b777b2b9dfb4662b092fd7 . +_:Beaa4f00976b777b2b9dfb4662b092fd7 . +_:Beaa4f00976b777b2b9dfb4662b092fd7 . +_:Beaa4f00976b777b2b9dfb4662b092fd7 "identifier" . +_:Beaa4f00976b777b2b9dfb4662b092fd7 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 "collects" . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:Bfcae0fb9154adad7245c91b57d072d40 . +_:B1bd634513c5774177eef722e49c8d837 "A title string for the WorkItem resource." . +_:B1bd634513c5774177eef722e49c8d837 . +_:B1bd634513c5774177eef722e49c8d837 . +_:B1bd634513c5774177eef722e49c8d837 . +_:B1bd634513c5774177eef722e49c8d837 "title" . +_:B1bd634513c5774177eef722e49c8d837 . +_:B0c891358ca27b89d9d41b869cb5c8539 "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." . +_:B0c891358ca27b89d9d41b869cb5c8539 . +_:B0c891358ca27b89d9d41b869cb5c8539 . +_:B0c891358ca27b89d9d41b869cb5c8539 . +_:B0c891358ca27b89d9d41b869cb5c8539 "sequenceNumber" . +_:B0c891358ca27b89d9d41b869cb5c8539 . +_:Ba8f1115bbeef2638247b5d92e02bd114 "identifiedDate is the date on which the risk was identified." . +_:Ba8f1115bbeef2638247b5d92e02bd114 . +_:Ba8f1115bbeef2638247b5d92e02bd114 . +_:Ba8f1115bbeef2638247b5d92e02bd114 . +_:Ba8f1115bbeef2638247b5d92e02bd114 "identifiedDate" . +_:Ba8f1115bbeef2638247b5d92e02bd114 . + "Shape resource for ManagedItem."^^ . + _:B7748cc6c22f36e62cf6264c8f0bae452 . + _:B0c891358ca27b89d9d41b869cb5c8539 . + _:Bc8fc7ac441319cca7a5c70f13ab46139 . + _:B33cd12843a64ff31099a8b6db814e784 . + _:B92f8ce14eee5e0442b736546f971778f . + _:Ba1af051e9ac1b5c066042c34af0f94eb . + . + . +_:B14df8e3c2b561ff551deda98aeadd272 "The resource type URIs."^^ . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:B14df8e3c2b561ff551deda98aeadd272 "type" . +_:B14df8e3c2b561ff551deda98aeadd272 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 "identifiedBy" . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:Bfc31769ccb3927610c65f1cbb2b05dd9 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 "collects is a relation between a RiskCollection resource and a Risk resource." . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B81315620f5a74bc6eea7bf2f2d409eb8 "collects" . +_:B81315620f5a74bc6eea7bf2f2d409eb8 . +_:B994995acab23ca664a15ea840bc995c1 "dcterms:description is a property to help a human understand the resource." . +_:B994995acab23ca664a15ea840bc995c1 . +_:B994995acab23ca664a15ea840bc995c1 . +_:B994995acab23ca664a15ea840bc995c1 . +_:B994995acab23ca664a15ea840bc995c1 "description" . +_:B994995acab23ca664a15ea840bc995c1 . +_:B7aac889e9689a33a3acfca1a28d0d26a "belongsTo is a relation between a Plan resource and a Project resource. " . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B7aac889e9689a33a3acfca1a28d0d26a "belongsTo" . +_:B7aac889e9689a33a3acfca1a28d0d26a . +_:B518b7ff3dc3749e3af00a4dde5f557ee "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . +_:B518b7ff3dc3749e3af00a4dde5f557ee . +_:B518b7ff3dc3749e3af00a4dde5f557ee . +_:B518b7ff3dc3749e3af00a4dde5f557ee . +_:B518b7ff3dc3749e3af00a4dde5f557ee "raisedDate" . +_:B518b7ff3dc3749e3af00a4dde5f557ee . +_:B02051ea30e0a7be4d26b29ba3404c321 "The resource type URIs."^^ . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B02051ea30e0a7be4d26b29ba3404c321 "type" . +_:B02051ea30e0a7be4d26b29ba3404c321 . +_:B97909fae07ae45bd770b7318dad9546c "dcterms:description is a property to help a human to understand the resource." . +_:B97909fae07ae45bd770b7318dad9546c . +_:B97909fae07ae45bd770b7318dad9546c . +_:B97909fae07ae45bd770b7318dad9546c . +_:B97909fae07ae45bd770b7318dad9546c "description" . +_:B97909fae07ae45bd770b7318dad9546c . +_:B1922d89a620d6292e60f603ff21f5a7b "A date on which this Plan resource collects member resources." . +_:B1922d89a620d6292e60f603ff21f5a7b . +_:B1922d89a620d6292e60f603ff21f5a7b . +_:B1922d89a620d6292e60f603ff21f5a7b . +_:B1922d89a620d6292e60f603ff21f5a7b "date" . +_:B1922d89a620d6292e60f603ff21f5a7b . +_:B1d4f62621d5d20e941d70e5606d3f5bc "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1d4f62621d5d20e941d70e5606d3f5bc "includes" . +_:B1d4f62621d5d20e941d70e5606d3f5bc . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 "sequenceNumber" . +_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 "A unique identifier of the resource." . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 "identifier" . +_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . +_:B4d48809938f211a7bc329d6923b20707 "The resource type URIs."^^ . +_:B4d48809938f211a7bc329d6923b20707 . +_:B4d48809938f211a7bc329d6923b20707 . +_:B4d48809938f211a7bc329d6923b20707 . +_:B4d48809938f211a7bc329d6923b20707 . +_:B4d48809938f211a7bc329d6923b20707 . +_:B4d48809938f211a7bc329d6923b20707 "type" . +_:B4d48809938f211a7bc329d6923b20707 . +_:B96f8b6e417e0c5fc21dda3e5db451755 "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." . +_:B96f8b6e417e0c5fc21dda3e5db451755 . +_:B96f8b6e417e0c5fc21dda3e5db451755 . +_:B96f8b6e417e0c5fc21dda3e5db451755 . +_:B96f8b6e417e0c5fc21dda3e5db451755 "source" . +_:B96f8b6e417e0c5fc21dda3e5db451755 . + _:Bc0669ce1f88246a8ba2e08bdaac160e9 . + . + "Shape resource of a Risk resource."^^ . + _:B14df8e3c2b561ff551deda98aeadd272 . + . + _:Ba8f1115bbeef2638247b5d92e02bd114 . + _:B736ca35abef134f7800800d3454330ab . + _:B3e57da7ba5b8714db591df02d0ceeb99 . + _:B04c39e5efdb1296bab82c71289804805 . + _:B97909fae07ae45bd770b7318dad9546c . + _:Bfc31769ccb3927610c65f1cbb2b05dd9 . + _:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . +_:Ba612eb5c5c80099555b83a116903ed31 "The resource type URIs."^^ . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:Ba612eb5c5c80099555b83a116903ed31 "type" . +_:Ba612eb5c5c80099555b83a116903ed31 . +_:B7748cc6c22f36e62cf6264c8f0bae452 "The resource type URIs."^^ . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B7748cc6c22f36e62cf6264c8f0bae452 "type" . +_:B7748cc6c22f36e62cf6264c8f0bae452 . +_:B55945066172e700bd49a09d481cc9be1 "A unique identifier for the Measurement resource. " . +_:B55945066172e700bd49a09d481cc9be1 . +_:B55945066172e700bd49a09d481cc9be1 . +_:B55945066172e700bd49a09d481cc9be1 . +_:B55945066172e700bd49a09d481cc9be1 "identifier" . +_:B55945066172e700bd49a09d481cc9be1 . + . + "OSLC PROMCODE Constraints" . + "2021-03-23"^^ . + . + . + "OSLC PROMCODE Constraints" . + "CSD01" . + . + . + "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^ . +_:B3b598b4a90dabc2b335c4c99a222d755 "A unique identifier for the WorkItem resource. " . +_:B3b598b4a90dabc2b335c4c99a222d755 . +_:B3b598b4a90dabc2b335c4c99a222d755 . +_:B3b598b4a90dabc2b335c4c99a222d755 . +_:B3b598b4a90dabc2b335c4c99a222d755 "identifier" . +_:B3b598b4a90dabc2b335c4c99a222d755 . + _:B017818c405f597b0bbd64f602a7250f5 . + _:B5c7c0b57b0247a983bbe2281cbbd8519 . + _:B63b0bd31cc508d86bcc441ad99366b60 . + _:B518b7ff3dc3749e3af00a4dde5f557ee . + "Shape resource of an Issue resource."^^ . + _:B3e941ba304073f77324b51d35318d3e7 . + _:B1b9b9dd09b72ffd16e1453bd4b5fc655 . + . + _:Be381d548a2daf14260f6d34a0fd526c1 . + _:B138d4f4954e26dc53d143802c9bc6a8c . + _:B8c706fdd4367e7a724ae0b914c14f2d6 . + . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 "collects" . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." . +_:Bda37185bbdb0d936475a172400728be5 . +_:Bda37185bbdb0d936475a172400728be5 . + _:B4a6d60fdbd4052cfa6464ea62b328b0a . + . + _:B193e475c5400f87c405082e7eece79fe . + _:Beaa4f00976b777b2b9dfb4662b092fd7 . + _:B0ab4991f8d271b2a78b83d70f102a71d . + _:Bbfa7e1a66d71ffe195eafc9bd5c30582 . + _:B969e748056e23d705327e176a8f4302b . + _:B4b00df39df1d844be8c3f37974588216 . + "Shape resource of a Project resource."^^ . + _:B0f512e6fea8843312f06fc7bd68d58cb . + . + _:Ba4759417069b7d0aabcbdd044ff6cf9a . + _:B5013320d6d139114bfc75ce20448e1d7 . + _:B73624408001de19959802eca5bcfad87 . +_:B4756ab5c2fa1cc46db8892321df9ad45 "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B4756ab5c2fa1cc46db8892321df9ad45 "isPartOf" . +_:B4756ab5c2fa1cc46db8892321df9ad45 . +_:B3e57da7ba5b8714db591df02d0ceeb99 "A unique identifier for a Risk resource. " . +_:B3e57da7ba5b8714db591df02d0ceeb99 . +_:B3e57da7ba5b8714db591df02d0ceeb99 . +_:B3e57da7ba5b8714db591df02d0ceeb99 . +_:B3e57da7ba5b8714db591df02d0ceeb99 "identifier" . +_:B3e57da7ba5b8714db591df02d0ceeb99 . +_:B443e6fa45c781505cdaeb51e7c083318 "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B443e6fa45c781505cdaeb51e7c083318 "belongsTo" . +_:B443e6fa45c781505cdaeb51e7c083318 . +_:B81bcf0001e639e86335b5e16a6f864c9 "The resource type URIs."^^ . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B81bcf0001e639e86335b5e16a6f864c9 "type" . +_:B81bcf0001e639e86335b5e16a6f864c9 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 "raisedBy" . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B3e941ba304073f77324b51d35318d3e7 . +_:B0abb9e517e430af292317130162dac9f "The resource type URIs."^^ . +_:B0abb9e517e430af292317130162dac9f . +_:B0abb9e517e430af292317130162dac9f . +_:B0abb9e517e430af292317130162dac9f . +_:B0abb9e517e430af292317130162dac9f . +_:B0abb9e517e430af292317130162dac9f . +_:B0abb9e517e430af292317130162dac9f "type" . +_:B0abb9e517e430af292317130162dac9f . +_:B138d4f4954e26dc53d143802c9bc6a8c "The resource type URIs."^^ . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:B138d4f4954e26dc53d143802c9bc6a8c "type" . +_:B138d4f4954e26dc53d143802c9bc6a8c . +_:Bce4ed274b938ce549c120876ec72fa72 "A unique identifier for a RiskCollection resource." . +_:Bce4ed274b938ce549c120876ec72fa72 . +_:Bce4ed274b938ce549c120876ec72fa72 . +_:Bce4ed274b938ce549c120876ec72fa72 . +_:Bce4ed274b938ce549c120876ec72fa72 "identifier" . +_:Bce4ed274b938ce549c120876ec72fa72 . +_:Bb9586a09dd2e252bec22062c755f2725 "dcterms:description is a property to help a human understand the resource." . +_:Bb9586a09dd2e252bec22062c755f2725 . +_:Bb9586a09dd2e252bec22062c755f2725 . +_:Bb9586a09dd2e252bec22062c755f2725 . +_:Bb9586a09dd2e252bec22062c755f2725 "description" . +_:Bb9586a09dd2e252bec22062c755f2725 . +_:Bd12f0273c82c25a274b3f24072d7d3cf "A string that identifies the Plan resource that is a source of this Plan resource." . +_:Bd12f0273c82c25a274b3f24072d7d3cf . +_:Bd12f0273c82c25a274b3f24072d7d3cf . +_:Bd12f0273c82c25a274b3f24072d7d3cf . +_:Bd12f0273c82c25a274b3f24072d7d3cf "source" . +_:Bd12f0273c82c25a274b3f24072d7d3cf . +_:B775ff97b5a70cfe8e22cfa84ac758b37 "A date on which this Report resource collects member resources." . +_:B775ff97b5a70cfe8e22cfa84ac758b37 . +_:B775ff97b5a70cfe8e22cfa84ac758b37 . +_:B775ff97b5a70cfe8e22cfa84ac758b37 . +_:B775ff97b5a70cfe8e22cfa84ac758b37 "date" . +_:B775ff97b5a70cfe8e22cfa84ac758b37 . +_:Be336533269417ffa699fb0483aedc5a9 "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " . +_:Be336533269417ffa699fb0483aedc5a9 . +_:Be336533269417ffa699fb0483aedc5a9 . +_:Be336533269417ffa699fb0483aedc5a9 . +_:Be336533269417ffa699fb0483aedc5a9 . +_:Be336533269417ffa699fb0483aedc5a9 "representedBy" . +_:Be336533269417ffa699fb0483aedc5a9 . +_:B06cc2797adb36648fb2b3265aed3a4df "dcterms:description is a property to help a human understand the resource." . +_:B06cc2797adb36648fb2b3265aed3a4df . +_:B06cc2797adb36648fb2b3265aed3a4df . +_:B06cc2797adb36648fb2b3265aed3a4df . +_:B06cc2797adb36648fb2b3265aed3a4df "description" . +_:B06cc2797adb36648fb2b3265aed3a4df . + _:B1551ccc63e1d462a6ed8bd796bf13af5 . + "Shape resource of ManagedItemCollection."^^ . + _:Ba606e0a45e2337365174e0bc680a5232 . + _:B0abb9e517e430af292317130162dac9f . + . + _:B82d431da96d0e710b29f2fca212d23ec . + . + _:B95434789063cc9f28027164c3281c872 . + _:Bda37185bbdb0d936475a172400728be5 . + _:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . + _:Bb9586a09dd2e252bec22062c755f2725 . +_:B2a839b85ece4043933c04ca24bc6bf6f "dcterms:description is a property to help a human understand the resource." . +_:B2a839b85ece4043933c04ca24bc6bf6f . +_:B2a839b85ece4043933c04ca24bc6bf6f . +_:B2a839b85ece4043933c04ca24bc6bf6f . +_:B2a839b85ece4043933c04ca24bc6bf6f "description" . +_:B2a839b85ece4043933c04ca24bc6bf6f . +_:B82d431da96d0e710b29f2fca212d23ec "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B82d431da96d0e710b29f2fca212d23ec "belongsTo" . +_:B82d431da96d0e710b29f2fca212d23ec . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 "producedFor" . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B4915efad8e3da196dcd4719b90aba5b2 . +_:B04c39e5efdb1296bab82c71289804805 "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." . +_:B04c39e5efdb1296bab82c71289804805 . +_:B04c39e5efdb1296bab82c71289804805 . +_:B04c39e5efdb1296bab82c71289804805 . +_:B04c39e5efdb1296bab82c71289804805 "sequenceNumber" . +_:B04c39e5efdb1296bab82c71289804805 . diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf new file mode 100644 index 00000000..bab5a44d --- /dev/null +++ b/content/ns/promcode/promcode-shapes.rdf @@ -0,0 +1,1297 @@ + + + + OSLC PROMCODE Constraints + 2021-03-23 + + + OSLC PROMCODE Constraints + CSD01 + + All vocabulary URIs defined in the OSLC PROMCODE namespace. + + + + + The resource type URIs. + + + + + + type + + + + + <code>belongsTo</code> is a relation between the <code>RiskCollection</code> resource and a <code>Project</code> resource. + + + + + + <code>actualEndDate</code> is a property of a <code>Project</code> resource that describes actual end date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + actualEndDate + + + + + A title string for a <code>Project</code> resource. + + + + title + + + + + <code>unitOfScopeItemSize</code> is a property that describes a unit of size of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the <code>ScopeItem</code> resources in the project. + + + + + unitOfScopeItemSize + + + + + A string that identifies the <code>Project</code> resource that is a source of this <code>Project</code> resource. + + + + source + + + Shape resource of a Project resource. + + + <code>metricOfScopeItemSize</code> is a property that describes a metric of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired metric for all the <code>ScopeItem</code> resources of the project. + + + + + metricOfScopeItemSize + + + + + <code>plannedStartDate</code> is a property of a <code>Project</code> resource. It is the planned start date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + plannedStartDate + + + + + <code>actualStartDate</code> is a property of a <code>Project</code> resource. It is the actual start date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + actualStartDate + + + + + A unique identifier for a <code>Project</code> resource. + + + + identifier + + + + + + <code>dcterms:description</code> is a property of a <code>Project</code> resource to help a human understand the project. + + + + description + + + + + The resource type URIs. + + + + + + type + + + + + <code>plannedEndDate</code> is a property of a <code>Project</code> resource. It is the planned end date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + plannedEndDate + + + + + + + + + belongsTo + + + + + <code>collects</code> is a relation between a <code>RiskCollection</code> resource and a <code>Risk</code> resource. + + + + + + <code>identifiedDate</code> is the date on which the risk was identified. + + + + identifiedDate + + + + + A title string for a <code>Risk</code> resource. + + + + title + + + + Shape resource of a Risk resource. + + + <code>stateOfRisk</code> is a property that defines the state of a <code>Risk</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk. + + + + + stateOfRisk + + + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Risk</code> resources of the project. + + + + sequenceNumber + + + + + A string that identifies the <code>Risk</code> resource that is a source of this <code>Risk</code> resource. + + + + source + + + + + <code>dcterms:description</code> is a property to help a human to understand the resource. + + + + description + + + + + A unique identifier for a <code>Risk</code> resource. + + + + identifier + + + + + The resource type URIs. + + + + + + type + + + + + identifiedBy + + <code>identifiedBy</code> is a relation between a <code>Risk</code> resource and a resource of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> or <code>Issue</code>. A <code>Risk</code> resource may be identified by one or more resources. + + + Shape resource for ManagedItem. + + + The resource type URIs. + + + + + + type + + + + + A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of <code>ManagedItem</code>. + + + + sequenceNumber + + + + + A title string for a <code>ManagedItem</code> resource. + + + + title + + + + + A string that identifies the <code>ManagedItem</code> resource that is a source of this <code>ManagedItem</code> resource. + + + + source + + + + + A unique identifier for a <code>ManagedItem</code> resource. + + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + + + + + + + + + + + + + + + + + + collects + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + A string that identifies the <code>RiskCollection</code> resource that is a source of this <code>RiskCollection</code> resource. + + + + source + + + + + A title string of this <code>RiskCollection</code> resource. + + + + title + + + + Shape resource of a RiskCollection resource. + + + A date on which this <code>RiskCollection</code> resource collects member resources. + + + + date + + + + + A unique identifier for a <code>RiskCollection</code> resource. + + + + identifier + + + + + + + The resource type URIs. + + + + + + type + + + + + A date on which this <code>IssueCollection</code> resource collects <code>Issue</code> resources. + + + + date + + + + + A unique identifier of the resource. + + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + Shape resource of an IssueCollection resource. + + + A title string of this <code>IssueCollection</code> resource. + + + + title + + + + + <code>belongsTo</code> is a relation between the <code>IssueCollection</code> resource and a <code>Project</code> resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this <code>IssueCollection</code> resource belongs to. + + + + + + + belongsTo + + + + + + <code>collects</code> is a relation between an <code>IssueCollection</code> resource and an <code>Issue</code> resource. An <code>IssueCollection</code> resource collects only <code>Issue</code> resources. + + + + + + A string that identifies the <code>Issue</code> resource that is a source of this <code>Issue</code> resource. + + + + source + + + + + A title string for the resource. + + + + title + + + + + The resource type URIs. + + + + + + type + + + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Issue</code> resources in the project. + + + + sequenceNumber + + + Shape resource of an Issue resource. + + + <code>stateOfIssue</code> is a property that defines the state of an <code>Issue</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue. + + + + + stateOfIssue + + + + + <code>dcterms:description</code> is a property to help a human understand the <code>Issue</code> resource. + + + + description + + + + + + + + + + raisedBy + + + + + + <code>raisedBy</code> is a relation between an <code>Issue</code> resource and other resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> and <code>Issue</code>. An <code>Issue</code> resource may be raised by one or more resources. + + + + + + A unique identifier for the <code>Issue</code> resource. + + + + identifier + + + + + <code>raisedDate</code> is an optional property of an <code>Issue</code> resource. It is the raised date of the <code>Issue</code> resource. Its value is a <code>dateTime</code>. + + + + raisedDate + + + + + + + + + collects + + + + + A string that identifies the <code>IssueCollection</code> resource that is a source of this <code>IssueCollection</code> resource. + + + + source + + + + + Shape resource of ManagedItemCollection. + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + The resource type URIs. + + + + + + type + + + + + <code>belongsTo</code> is a relation between the <code>ManagedItemCollection</code> resource and a <code>Project</code> resource. + + + + + + + belongsTo + + + + + + A string that identifies the <code>ManagedItemCollection</code> resource that is a source of this <code>ManagedItemCollection</code> resource. + + + + source + + + + + A title string of this <code>ManagedItemCollection</code> resource. + + + + title + + + + + A date on which this <code>ManagedItemCollection </code>resource collects member resources. + + + + date + + + + + + + <code>ManagedItem</code> resources included in this <code>ManagedItemCollection</code>. A <code>ManagedItemCollection</code> resource collects resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code>, and <code>Issue</code>. + + + + + collects + + + + + + + + + A unique identifier for a <code>ManagedItemCollection</code> resource. + + + + identifier + + + + + + + + <code>correspondsTo</code> is a relation between a <code>Report</code> resource and a <code>Plan</code> resource. A <code>Report</code> resource has at most one <code>correspondsTo</code> relation to the corresponding a <code>Plan</code> resource. If a plan is changed and a new <code>Plan</code> resource is created, the <code>Report</code> may need to be linked to the new <code>Plan</code> resource. + + + + + + <code>belongsTo</code> is a relation between a <code>Plan</code> resource and a <code>Project</code> resource. + + + + + + + belongsTo + + + + + A string that identifies the <code>Plan</code> resource that is a source of this <code>Plan</code> resource. + + + + source + + + + + + The resource type URIs. + + + + + + type + + + + + + + <code>collects</code> is a relation between a <code>Plan</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>Scopeitem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. + + + + + + collects + + + + + + A title string of this <code>Plan</code> resource. + + + + title + + + + + A date on which this <code>Plan</code> resource collects member resources. + + + + date + + + Shape resource of a Plan resource + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + A unique identifier for a <code>Plan</code> resource. + + + + identifier + + + + + + + + + correspondsTo + + + + + A title string of this <code>Report</code> resource. + + + + title + + + + + A string that identifies the <code>Report</code> resource that is a source of this <code>Report</code> resource. + + + + source + + + + + The resource type URIs. + + + + + + type + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + A date on which this <code>Report</code> resource collects member resources. + + + + date + + + + + <code>includes</code> is a relation between this <code>Report</code> resource and <code>Measurement</code> resources. A <code>Measurement</code> resource linked by <code>includes</code> from this resource must measure an <code>Artifact</code> resource that is linked by <code>collects</code> property of this <code>Report</code> resource. + + + + Shape resource of a Measurement resource + + + The resource type URIs. + + + + + + type + + + + + <code>observes</code> is a relation between a <code>Measurement</code> resource and a <code>Measure</code> resource. One <code>Measurement</code> resource observes zero or many <code>Measure</code> resources. The representation of this property is inline. + + + + + + <code>valueOfMeasure</code> is a property that represents a value for the <code>Measure</code> resource. + + + + valueOfMeasure + + + Shape resource of a Measure resource + + + A unique identifier for the <code>Measure</code> resource. + + + + identifier + + + + + The resource type URIs. + + + + + + type + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + A title string of this <code>Measure</code> resource. + + + + title + + + + + <code>unitOfMeasure</code> is a property that defines a unit of measure of this <code>Measure</code> resource. The value is any resource, but is expected to have information on the unit of measure of this <code>Measure</code> resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc. + + + + + unitOfMeasure + + + + + + <code>metricOfMeasure</code> is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this <code>Measure</code> resource. + + + + + metricOfMeasure + + + + + + + + + observes + + + + + <code>measures</code> is a relation between a <code>Measurement</code> resource and an <code>Artifact</code> resource. The measurement represented by the resource is on the artifact represented by the <code>Artifact</code> resource. + + + + + + <code>targets</code> is a relation between an <code>Artifact</code> resource and a <code>Measure</code> resource. The representation of this property is inline. + + + + + + + targets + + + + + <code>isPartOf</code> is a relation between a child <code>Artifact</code> resource and its parent <code>Artifact</code> resource. An <code>Artifact</code> resource may have multiple child <code>WorkItem</code> resources. + + + + + + + isPartOf + + + + + A unique identifier for the <code>Artifact</code> resource. + + + + identifier + + + Shape resource of an Artifact resource. + + + + + + + <code>producedFor</code> is a relation between an <code>Artifact</code> resource and a <code>ScopeItem</code> resource or a <code>WorkItem</code> resource. <code>Artifact</code> is produced as a result of implementation of the <code>ScopeItem</code> resources or as a result of the work described by the <code>WorkItem</code> resource. + + + producedFor + + + + + + + The resource type URIs. + + + + + + type + + + + + A string that identifies the <code>Artifact</code> resource that is a source of this <code>Artifact</code> resource. + + + + source + + + + + A title string of the resource. + + + + title + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + A unique number assigned to this resource which represents a position in the sequential order of all <code>Artifact</code> resources of the project. + + + + sequenceNumber + + + + + + + + + measures + + + + + A unique identifier for the <code>Measurement</code> resource. + + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + <code>date</code> is a property of a <code>Measurement</code> resource. It is the date on which the measurement was made. + + + + date + + + + + + + + + + includes + + + + + + + + <code>collects</code> is a relation between the <code>Report</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>ScopeItem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. The <code>Report</code> resource collects a subset of resources collected by the <code>Plan</code> resource that is linked by <code>correspondsTo</code> property. + collects + + + + + + + + Shape resource of a Report resource + + + A unique identifier for a <code>Report</code> resource. + + + + identifier + + + + + <code>belongsTo</code> is a relation between this <code>Report</code> resource and a <code>Project</code> resources. + + + + + + + belongsTo + + + + + + + <code>isPartOf</code> is a relation between a child <code>ScopeItem</code> resource and its parent <code>ScopeItem</code> resource. A <code>ScopeItem</code> resource may have multiple child <code>ScopeItem</code> resources. + + + + + + + isPartOf + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + <code>plannedSize</code> is a property for estimated development size for a <code>ScopeItem</code> resource. + + + + plannedSize + + + + + A unique identifier for a <code>ScopeItem</code> resource. + + + + identifier + + + + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>ScopeItem</code> resources of the project. + + + + sequenceNumber + + + + + <code>actualSize</code> is a property for actual development size for a <code>ScopeItem</code> resource. + + + + actualSize + + + + + The resource type URIs. + + + + + + type + + + + + A title string for a <code>ScopeItem</code> resource. + + + + title + + + + + A string that identifies the <code>ScopeItem</code> resource that is a source of this <code>ScopeItem</code> resource. + + + + source + + + Shape resource of a ScopeItem resource + + + + + A unique identifier for the <code>WorkItem</code> resource. + + + + identifier + + + + + + A string that identifies the <code>WorkItem</code> resource that is a source of this <code>WorkItem</code> resource. + + + + source + + + + + <code>isPartOf</code> is a relation between a child <code>WorkItem</code> resource and its parent <code>WorkItem</code> resource. A <code>WorkItem</code> resource may have multiple child <code>WorkItem</code> resources. + + + + + + + isPartOf + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + Shape resource of a <code>WorkItem</code> resource + + + <code>actualEndDate</code> is a property of a <code>WorkItem</code> resource. It is the actual end date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + actualEndDate + + + WorkItem + + + <code>plannedEndDate</code> is a property of a <code>WorkItem</code> resource. It is the planned end date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + plannedEndDate + + + + + The resource type URIs. + + + + + + type + + + + + <code>representedBy</code> is a relation between the <code>WorkItem</code> resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a <code>foaf:Person</code> resource. + + + + + representedBy + + + + + <code>plannedStartDate</code> is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + plannedStartDate + + + + + <code>actualStartDate</code> is a property of a <code>WorkItem</code> resource. It is the actual start date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + actualStartDate + + + + + A title string for the <code>WorkItem</code> resource. + + + + title + + + + + + + + + + <code>requiredBy</code> is a relation between this <code>WorkItem</code> resource and a <code>ScopeItem</code> resource or an <code>Artifact</code> resource. + + requiredBy + + + + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>WorkItem</code> resources of the project. + + + + sequenceNumber + + + + diff --git a/content/ns/promcode/promcode-vocab.jsonld b/content/ns/promcode/promcode-vocab.jsonld new file mode 100644 index 00000000..f22c353a --- /dev/null +++ b/content/ns/promcode/promcode-vocab.jsonld @@ -0,0 +1,340 @@ +{ + "@graph" : [ { + "@id" : "http://open-services.net/ns/promcode#", + "@type" : "owl:Ontology", + "description" : "All vocabulary URIs defined in The OSLC PROMCODE namespace.", + "hasVersion" : "CSD01", + "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", + "issued" : "2021-03-23", + "license" : "http://www.apache.org/licenses/LICENSE-2.0", + "publisher" : "https://open-services.net/about/", + "source" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/promcode-vocab.ttl", + "title" : "The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary", + "preferredNamespacePrefix" : "oslc_promcode", + "label" : "The OSLC PROMCODE Vocabulary" + }, { + "@id" : "http://open-services.net/ns/promcode#Artifact", + "@type" : "rdfs:Class", + "comment" : "Artifact is a subclass of ManagedItem class. An Artifact resource is a work product that is produced in a project such as design documents, source code, test report, and so on.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Artifact", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#Issue", + "@type" : "rdfs:Class", + "comment" : "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives\r\nof a project. Issue resources shared between an acquirer and a supplier must be managed.\r\nInternal issues which must be resolved by a supplier alone may not be shared.\r\nFailure to resolve the situation may result in negative\r\nconsequences for the project, such as a schedule delay.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Issue", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#IssueCollection", + "@type" : "rdfs:Class", + "comment" : "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value.\r\nDepending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "IssueCollection", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" + }, { + "@id" : "http://open-services.net/ns/promcode#ManagedItem", + "@type" : "rdfs:Class", + "comment" : "ManagedItem is a super class which abstracts its five concrete subclasses, that are, ScopeItem, WorkItem, Artifact, Issue, and Risk.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#ManagedItemCollection", + "@type" : "rdfs:Class", + "comment" : "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. \r\nA resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. \r\nManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. \r\nA ManagedItemCollection resource is linked to a Project resource it belongs to. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "ManagedItemCollection" + }, { + "@id" : "http://open-services.net/ns/promcode#Measure", + "@type" : "rdfs:Class", + "comment" : "A Measure resource represents an observation of some measurable aspect of an Artifact. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Measure" + }, { + "@id" : "http://open-services.net/ns/promcode#Measurement", + "@type" : "rdfs:Class", + "comment" : "A Measurement resource has a link to an Artifact resource and a link to measure resources that represent actual measures of the Artifact. It also has the date on which the measures are taken.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Measurement" + }, { + "@id" : "http://open-services.net/ns/promcode#Plan", + "@type" : "rdfs:Class", + "comment" : "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation.\r\n\tPlan is a subclass of ManagedItemCollection. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Plan", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" + }, { + "@id" : "http://open-services.net/ns/promcode#Project", + "@type" : "rdfs:Class", + "comment" : "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project.\r\nA Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Project" + }, { + "@id" : "http://open-services.net/ns/promcode#Report", + "@type" : "rdfs:Class", + "comment" : "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. \r\nIt is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report.\r\nIt is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Report", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" + }, { + "@id" : "http://open-services.net/ns/promcode#Risk", + "@type" : "rdfs:Class", + "comment" : "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed.\r\nInternal risks which must be resolved by a supplier alone may not be shared.\r\nFailure to control the potential problem may result in negative \r\nconsequences for the project, such as a schedule delay.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "Risk", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#RiskCollection", + "@type" : "rdfs:Class", + "comment" : "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks.\r\nShared risks of resolved status continue to be included in the collection.\r\nOnly Risk resources can be collected in a RiskCollection resource.\r\nExamples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "RiskCollection", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" + }, { + "@id" : "http://open-services.net/ns/promcode#ScopeItem", + "@type" : "rdfs:Class", + "comment" : "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. \r\nIt defines the binding between an acquirer and a supplier for the project.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "ScopeItem", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#WorkItem", + "@type" : "rdfs:Class", + "comment" : "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. \r\nIt defines the work to be performed to create a (part of) content described by a ScopeItem. \r\nThe work may typically include cost, schedule, and resource requirements.\r\nThe set of all WorkItem resources in a project might form a work breakdown structure.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "WorkItem", + "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" + }, { + "@id" : "http://open-services.net/ns/promcode#actualEndDate", + "@type" : "rdf:Property", + "comment" : "actualEndDate is either a property of a WorkItem resource or a Project resource. It is the actual end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "actualEndDate" + }, { + "@id" : "http://open-services.net/ns/promcode#actualSize", + "@type" : "rdf:Property", + "comment" : "actualSize is a property actual development size of the scope described by the ScopeItem resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "actualSize" + }, { + "@id" : "http://open-services.net/ns/promcode#actualStartDate", + "@type" : "rdf:Property", + "comment" : "actualStartDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "actualStartDate" + }, { + "@id" : "http://open-services.net/ns/promcode#belongsTo", + "@type" : "rdf:Property", + "comment" : "belongsTo is a relation between ManagedItemCollections and a Project resource. \r\nAn acquirer and a supplier may operate multiple projects in parallel. \r\nThis relation is used to identify which collection belongs to which project.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "belongsTo" + }, { + "@id" : "http://open-services.net/ns/promcode#collects", + "@type" : "rdf:Property", + "comment" : "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. \r\nA Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact.\r\nAn IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "collects" + }, { + "@id" : "http://open-services.net/ns/promcode#correspondsTo", + "@type" : "rdf:Property", + "comment" : "correspondsTo is a relation between a Plan resource and a Report resource. \r\n\tA Report resource has at most one correspondsTo relation to a Plan resource.\r\nIf a new Plan resource is created, a Report resource may need to be related to the new Plan resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "correspondsTo" + }, { + "@id" : "http://open-services.net/ns/promcode#identifiedBy", + "@type" : "rdf:Property", + "comment" : "identifiedBy is a relation between a Risk resource and ManagedItem resources.\r\nA Risk may be identified by one or more ManagedItem resources.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "identifiedBy" + }, { + "@id" : "http://open-services.net/ns/promcode#identifiedDate", + "@type" : "rdf:Property", + "comment" : "identifiedDate is an optional property of a Risk resource.\r\nIt is the identified date of the Risk resource.\r\nIts value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "identifiedDate" + }, { + "@id" : "http://open-services.net/ns/promcode#includes", + "@type" : "rdf:Property", + "comment" : "includes is a relation between a Report resource and Measurement resources. A Measurement resource linked from the Report resource measures a quality value of the Artifact resource in the collection of the ManagedItem resources of the Report resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "includes" + }, { + "@id" : "http://open-services.net/ns/promcode#isPartOf", + "@type" : "rdf:Property", + "comment" : "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. \r\nIt represents the parent and child relationship of ManagedItem resources of the same type.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "isPartOf" + }, { + "@id" : "http://open-services.net/ns/promcode#measures", + "@type" : "rdf:Property", + "comment" : "measures is a relation between a Measurement resource and an Artifact resource.\r\nA Measurement measures an Artifact.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "measures" + }, { + "@id" : "http://open-services.net/ns/promcode#metricOfMeasure", + "@type" : "rdf:Property", + "comment" : "metricOfMeasure is a relation between a Measure resource and a Metric resource.\r\nIt defines a metric of Measure. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "metricOfMeasure" + }, { + "@id" : "http://open-services.net/ns/promcode#metricOfScopeItemSize", + "@type" : "rdf:Property", + "comment" : "metricOfScopeItemSize is a relation between a Project resource and a Metric resource.\r\nIt defines a metric of the size which all the ScopeItem resources in the project refer to. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "metricOfScopeItemSize" + }, { + "@id" : "http://open-services.net/ns/promcode#observes", + "@type" : "rdf:Property", + "comment" : "observes is a relation between a Measurement resource and a Measure resource.\r\nOne Measurement observes zero or many Measures.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "observes" + }, { + "@id" : "http://open-services.net/ns/promcode#plannedEndDate", + "@type" : "rdf:Property", + "comment" : "plannedEndDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "plannedEndDate" + }, { + "@id" : "http://open-services.net/ns/promcode#plannedSize", + "@type" : "rdf:Property", + "comment" : "plannedSize is a property on the estimated development size of the scope described by a ScopeItem resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "plannedSize" + }, { + "@id" : "http://open-services.net/ns/promcode#plannedStartDate", + "@type" : "rdf:Property", + "comment" : "plannedStartDate is either a property of a WorkItem resource or of a Project resource.\r\nIt is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "plannedStartDate" + }, { + "@id" : "http://open-services.net/ns/promcode#producedFor", + "@type" : "rdf:Property", + "comment" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource.\r\nArtifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "producedFor" + }, { + "@id" : "http://open-services.net/ns/promcode#raisedBy", + "@type" : "rdf:Property", + "comment" : "raisedBy is a relation between an Issue resource and ManagedItem resources.\r\nAn Issue may be raised by one or more ManagedItem resources.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "raisedBy" + }, { + "@id" : "http://open-services.net/ns/promcode#raisedDate", + "@type" : "rdf:Property", + "comment" : "raisedDate is an optional property of an Issue resource.\r\nIt is the raised date of the Issue resource.\r\nIts value is a dateTime.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "raisedDate" + }, { + "@id" : "http://open-services.net/ns/promcode#representedBy", + "@type" : "rdf:Property", + "comment" : "representedBy is a relation between a WorkItem resource and a person in charge.\r\nA work item may be represented by a person who acts as the contact for the work item.\r\nThis person is responsible for the progress of the work described by the WorkItem resource.\r\nThis person may or may not actually do the required work.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "representedBy" + }, { + "@id" : "http://open-services.net/ns/promcode#requiredBy", + "@type" : "rdf:Property", + "comment" : "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource.\r\nA WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record.\r\nA WorkItem resource may also be required to implement the scope described by a ScopeItem resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "requiredBy" + }, { + "@id" : "http://open-services.net/ns/promcode#sequenceNumber", + "@type" : "rdf:Property", + "comment" : "sequenceNumber is a unique number which represents the position of the resource in a sequential order of all the resources of each subclass of ManagedItem.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "sequenceNumber" + }, { + "@id" : "http://open-services.net/ns/promcode#stateOfIssue", + "@type" : "rdf:Property", + "comment" : "stateOfIssue is a relation between an Issue resource and a State resource.\r\nThe State resource defines a set of values which represent the state of an issue resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "stateOfIssue" + }, { + "@id" : "http://open-services.net/ns/promcode#stateOfRisk", + "@type" : "rdf:Property", + "comment" : "stateOfRisk is a relation between a Risk resource and a State resource.\r\nThe State resource defines a set of values which represent the state of a Risk resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "stateOfRisk" + }, { + "@id" : "http://open-services.net/ns/promcode#targets", + "@type" : "rdf:Property", + "comment" : "targets is a relation between an Artifact resource and a Measure resource. The Measure resource represents a target goal of quality measure of the Artificat resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "targets" + }, { + "@id" : "http://open-services.net/ns/promcode#unitOfMeasure", + "@type" : "rdf:Property", + "comment" : "unitOfMeasure is a relation between a Measure resource and a Unit resource. \r\nIt is a unit of volume. \r\nIf an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "unitOfMeasure" + }, { + "@id" : "http://open-services.net/ns/promcode#unitOfScopeItemSize", + "@type" : "rdf:Property", + "comment" : "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. \r\nIt defines a unit of size which all the ScopeItem resources refer to in the project. ", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "unitOfScopeItemSize" + }, { + "@id" : "http://open-services.net/ns/promcode#valueOfMeasure", + "@type" : "rdf:Property", + "comment" : "valueOfMeasure is a property that represents a value for a Measure resource.", + "isDefinedBy" : "http://open-services.net/ns/promcode#", + "label" : "valueOfMeasure" + } ], + "@context" : { + "comment" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#comment" + }, + "label" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#label" + }, + "isDefinedBy" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy", + "@type" : "@id" + }, + "subClassOf" : { + "@id" : "http://www.w3.org/2000/01/rdf-schema#subClassOf", + "@type" : "@id" + }, + "license" : { + "@id" : "http://purl.org/dc/terms/license", + "@type" : "@id" + }, + "isPartOf" : { + "@id" : "http://purl.org/dc/terms/isPartOf", + "@type" : "@id" + }, + "issued" : { + "@id" : "http://purl.org/dc/terms/issued", + "@type" : "http://www.w3.org/2001/XMLSchema#date" + }, + "description" : { + "@id" : "http://purl.org/dc/terms/description", + "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" + }, + "hasVersion" : { + "@id" : "http://purl.org/dc/terms/hasVersion" + }, + "preferredNamespacePrefix" : { + "@id" : "http://purl.org/vocab/vann/preferredNamespacePrefix" + }, + "publisher" : { + "@id" : "http://purl.org/dc/terms/publisher", + "@type" : "@id" + }, + "source" : { + "@id" : "http://purl.org/dc/terms/source", + "@type" : "@id" + }, + "title" : { + "@id" : "http://purl.org/dc/terms/title" + }, + "@vocab" : "http://open-services.net/ns/promcode#", + "owl" : "http://www.w3.org/2002/07/owl#", + "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", + "oslc" : "http://open-services.net/ns/core#", + "rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#", + "dcterms" : "http://purl.org/dc/terms/", + "vann" : "http://purl.org/vocab/vann/", + "foaf" : "http://xmlns.com/foaf/0.1/" + } +} diff --git a/content/ns/promcode/promcode-vocab.nt b/content/ns/promcode/promcode-vocab.nt new file mode 100644 index 00000000..769f8137 --- /dev/null +++ b/content/ns/promcode/promcode-vocab.nt @@ -0,0 +1,192 @@ + "actualEndDate is either a property of a WorkItem resource or a Project resource. It is the actual end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime." . + "actualEndDate" . + . + . + "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource.\r\nArtifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource." . + "producedFor" . + . + . + "belongsTo is a relation between ManagedItemCollections and a Project resource. \r\nAn acquirer and a supplier may operate multiple projects in parallel. \r\nThis relation is used to identify which collection belongs to which project." . + "belongsTo" . + . + . + "targets is a relation between an Artifact resource and a Measure resource. The Measure resource represents a target goal of quality measure of the Artificat resource." . + "targets" . + . + . + "identifiedDate is an optional property of a Risk resource.\r\nIt is the identified date of the Risk resource.\r\nIts value is a dateTime." . + "identifiedDate" . + . + . + "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. \r\nIt defines the work to be performed to create a (part of) content described by a ScopeItem. \r\nThe work may typically include cost, schedule, and resource requirements.\r\nThe set of all WorkItem resources in a project might form a work breakdown structure." . + "WorkItem" . + . + . + . + "includes is a relation between a Report resource and Measurement resources. A Measurement resource linked from the Report resource measures a quality value of the Artifact resource in the collection of the ManagedItem resources of the Report resource." . + "includes" . + . + . + "ManagedItem is a super class which abstracts its five concrete subclasses, that are, ScopeItem, WorkItem, Artifact, Issue, and Risk." . + "ManagedItem" . + . + . + "actualSize is a property actual development size of the scope described by the ScopeItem resource." . + "actualSize" . + . + . + "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource.\r\nA WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record.\r\nA WorkItem resource may also be required to implement the scope described by a ScopeItem resource." . + "requiredBy" . + . + . + "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. \r\nIt defines a unit of size which all the ScopeItem resources refer to in the project. " . + "unitOfScopeItemSize" . + . + . + "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value.\r\nDepending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on." . + "IssueCollection" . + . + . + . + "observes is a relation between a Measurement resource and a Measure resource.\r\nOne Measurement observes zero or many Measures." . + "observes" . + . + . + "stateOfIssue is a relation between an Issue resource and a State resource.\r\nThe State resource defines a set of values which represent the state of an issue resource." . + "stateOfIssue" . + . + . + "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation.\r\n\tPlan is a subclass of ManagedItemCollection. " . + "Plan" . + . + . + . + "representedBy is a relation between a WorkItem resource and a person in charge.\r\nA work item may be represented by a person who acts as the contact for the work item.\r\nThis person is responsible for the progress of the work described by the WorkItem resource.\r\nThis person may or may not actually do the required work." . + "representedBy" . + . + . + "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives\r\nof a project. Issue resources shared between an acquirer and a supplier must be managed.\r\nInternal issues which must be resolved by a supplier alone may not be shared.\r\nFailure to resolve the situation may result in negative\r\nconsequences for the project, such as a schedule delay." . + "Issue" . + . + . + . + "measures is a relation between a Measurement resource and an Artifact resource.\r\nA Measurement measures an Artifact." . + "measures" . + . + . + "stateOfRisk is a relation between a Risk resource and a State resource.\r\nThe State resource defines a set of values which represent the state of a Risk resource." . + "stateOfRisk" . + . + . + "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks.\r\nShared risks of resolved status continue to be included in the collection.\r\nOnly Risk resources can be collected in a RiskCollection resource.\r\nExamples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on." . + "RiskCollection" . + . + . + . + "identifiedBy is a relation between a Risk resource and ManagedItem resources.\r\nA Risk may be identified by one or more ManagedItem resources." . + "identifiedBy" . + . + . + "raisedBy is a relation between an Issue resource and ManagedItem resources.\r\nAn Issue may be raised by one or more ManagedItem resources." . + "raisedBy" . + . + . + "plannedEndDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "plannedEndDate" . + . + . + "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. \r\nIt defines the binding between an acquirer and a supplier for the project." . + "ScopeItem" . + . + . + . + "Artifact is a subclass of ManagedItem class. An Artifact resource is a work product that is produced in a project such as design documents, source code, test report, and so on." . + "Artifact" . + . + . + . + "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. \r\nA Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact.\r\nAn IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources." . + "collects" . + . + . + "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed.\r\nInternal risks which must be resolved by a supplier alone may not be shared.\r\nFailure to control the potential problem may result in negative \r\nconsequences for the project, such as a schedule delay." . + "Risk" . + . + . + . + "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project.\r\nA Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. " . + "Project" . + . + . + "sequenceNumber is a unique number which represents the position of the resource in a sequential order of all the resources of each subclass of ManagedItem." . + "sequenceNumber" . + . + . + "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. \r\nIt represents the parent and child relationship of ManagedItem resources of the same type." . + "isPartOf" . + . + . + "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. \r\nIt is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report.\r\nIt is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. " . + "Report" . + . + . + . + "valueOfMeasure is a property that represents a value for a Measure resource." . + "valueOfMeasure" . + . + . + "unitOfMeasure is a relation between a Measure resource and a Unit resource. \r\nIt is a unit of volume. \r\nIf an acquirer sums up the same type of measures in a report, the value should be converted according to the unit." . + "unitOfMeasure" . + . + . + "correspondsTo is a relation between a Plan resource and a Report resource. \r\n\tA Report resource has at most one correspondsTo relation to a Plan resource.\r\nIf a new Plan resource is created, a Report resource may need to be related to the new Plan resource." . + "correspondsTo" . + . + . + . + . + "2021-03-23"^^ . + "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^ . + "CSD01" . + "The OSLC PROMCODE Vocabulary" . + "oslc_promcode" . + . + . + "The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary" . + . + "metricOfScopeItemSize is a relation between a Project resource and a Metric resource.\r\nIt defines a metric of the size which all the ScopeItem resources in the project refer to. " . + "metricOfScopeItemSize" . + . + . + "plannedSize is a property on the estimated development size of the scope described by a ScopeItem resource." . + "plannedSize" . + . + . + "raisedDate is an optional property of an Issue resource.\r\nIt is the raised date of the Issue resource.\r\nIts value is a dateTime." . + "raisedDate" . + . + . + "A Measure resource represents an observation of some measurable aspect of an Artifact. " . + "Measure" . + . + . + "actualStartDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "actualStartDate" . + . + . + "plannedStartDate is either a property of a WorkItem resource or of a Project resource.\r\nIt is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "plannedStartDate" . + . + . + "metricOfMeasure is a relation between a Measure resource and a Metric resource.\r\nIt defines a metric of Measure. " . + "metricOfMeasure" . + . + . + "A Measurement resource has a link to an Artifact resource and a link to measure resources that represent actual measures of the Artifact. It also has the date on which the measures are taken." . + "Measurement" . + . + . + "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. \r\nA resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. \r\nManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. \r\nA ManagedItemCollection resource is linked to a Project resource it belongs to. " . + "ManagedItemCollection" . + . + . diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf new file mode 100644 index 00000000..b4073fef --- /dev/null +++ b/content/ns/promcode/promcode-vocab.rdf @@ -0,0 +1,307 @@ + + + + + 2021-03-23 + All vocabulary URIs defined in The OSLC PROMCODE namespace. + CSD01 + The OSLC PROMCODE Vocabulary + oslc_promcode + + + The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary + + + A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. +A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. + Project + + + + A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. + Plan is a subclass of ManagedItemCollection. + Plan + + + + + + + ManagedItem is a super class which abstracts its five concrete subclasses, that are, ScopeItem, WorkItem, Artifact, Issue, and Risk. + ManagedItem + + + + WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. +It defines the work to be performed to create a (part of) content described by a ScopeItem. +The work may typically include cost, schedule, and resource requirements. +The set of all WorkItem resources in a project might form a work breakdown structure. + WorkItem + + + + + ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. +It defines the binding between an acquirer and a supplier for the project. + ScopeItem + + + + + A Measure resource represents an observation of some measurable aspect of an Artifact. + Measure + + + + A Measurement resource has a link to an Artifact resource and a link to measure resources that represent actual measures of the Artifact. It also has the date on which the measures are taken. + Measurement + + + + A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. +It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. +It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. + Report + + + + + + + Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives +of a project. Issue resources shared between an acquirer and a supplier must be managed. +Internal issues which must be resolved by a supplier alone may not be shared. +Failure to resolve the situation may result in negative +consequences for the project, such as a schedule delay. + Issue + + + + + Artifact is a subclass of ManagedItem class. An Artifact resource is a work product that is produced in a project such as design documents, source code, test report, and so on. + Artifact + + + + + A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. +A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. +ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. +A ManagedItemCollection resource is linked to a Project resource it belongs to. + ManagedItemCollection + + + + RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. +Shared risks of resolved status continue to be included in the collection. +Only Risk resources can be collected in a RiskCollection resource. +Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on. + RiskCollection + + + + + Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. +Internal risks which must be resolved by a supplier alone may not be shared. +Failure to control the potential problem may result in negative +consequences for the project, such as a schedule delay. + Risk + + + + + IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. +Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on. + IssueCollection + + + + + identifiedBy is a relation between a Risk resource and ManagedItem resources. +A Risk may be identified by one or more ManagedItem resources. + identifiedBy + + + + plannedStartDate is either a property of a WorkItem resource or of a Project resource. +It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime. + plannedStartDate + + + + metricOfMeasure is a relation between a Measure resource and a Metric resource. +It defines a metric of Measure. + metricOfMeasure + + + + identifiedDate is an optional property of a Risk resource. +It is the identified date of the Risk resource. +Its value is a dateTime. + identifiedDate + + + + stateOfRisk is a relation between a Risk resource and a State resource. +The State resource defines a set of values which represent the state of a Risk resource. + stateOfRisk + + + + raisedDate is an optional property of an Issue resource. +It is the raised date of the Issue resource. +Its value is a dateTime. + raisedDate + + + + targets is a relation between an Artifact resource and a Measure resource. The Measure resource represents a target goal of quality measure of the Artificat resource. + targets + + + + actualEndDate is either a property of a WorkItem resource or a Project resource. It is the actual end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime. + actualEndDate + + + + observes is a relation between a Measurement resource and a Measure resource. +One Measurement observes zero or many Measures. + observes + + + + stateOfIssue is a relation between an Issue resource and a State resource. +The State resource defines a set of values which represent the state of an issue resource. + stateOfIssue + + + + plannedSize is a property on the estimated development size of the scope described by a ScopeItem resource. + plannedSize + + + + valueOfMeasure is a property that represents a value for a Measure resource. + valueOfMeasure + + + + actualStartDate is either a property of a WorkItem resource or a Project resource. +It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime. + actualStartDate + + + + measures is a relation between a Measurement resource and an Artifact resource. +A Measurement measures an Artifact. + measures + + + + actualSize is a property actual development size of the scope described by the ScopeItem resource. + actualSize + + + + raisedBy is a relation between an Issue resource and ManagedItem resources. +An Issue may be raised by one or more ManagedItem resources. + raisedBy + + + + collects is a relation between a ManagedItemCollection resource and ManagedItem resources. +A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. +An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources. + collects + + + + plannedEndDate is either a property of a WorkItem resource or a Project resource. +It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. +Its value is a dateTime. + plannedEndDate + + + + includes is a relation between a Report resource and Measurement resources. A Measurement resource linked from the Report resource measures a quality value of the Artifact resource in the collection of the ManagedItem resources of the Report resource. + includes + + + + belongsTo is a relation between ManagedItemCollections and a Project resource. +An acquirer and a supplier may operate multiple projects in parallel. +This relation is used to identify which collection belongs to which project. + belongsTo + + + + correspondsTo is a relation between a Plan resource and a Report resource. + A Report resource has at most one correspondsTo relation to a Plan resource. +If a new Plan resource is created, a Report resource may need to be related to the new Plan resource. + correspondsTo + + + + requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. +A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. +A WorkItem resource may also be required to implement the scope described by a ScopeItem resource. + requiredBy + + + + sequenceNumber is a unique number which represents the position of the resource in a sequential order of all the resources of each subclass of ManagedItem. + sequenceNumber + + + + producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. +Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource. + producedFor + + + + isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. +It represents the parent and child relationship of ManagedItem resources of the same type. + isPartOf + + + + unitOfScopeItemSize is a relation between a Project resource and a Unit resource. +It defines a unit of size which all the ScopeItem resources refer to in the project. + unitOfScopeItemSize + + + + metricOfScopeItemSize is a relation between a Project resource and a Metric resource. +It defines a metric of the size which all the ScopeItem resources in the project refer to. + metricOfScopeItemSize + + + + unitOfMeasure is a relation between a Measure resource and a Unit resource. +It is a unit of volume. +If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit. + unitOfMeasure + + + + representedBy is a relation between a WorkItem resource and a person in charge. +A work item may be represented by a person who acts as the contact for the work item. +This person is responsible for the progress of the work described by the WorkItem resource. +This person may or may not actually do the required work. + representedBy + + + From a4d5580e45de27418bbbefaa4752c9032c4dafd2 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 21 Jan 2022 11:15:14 +0900 Subject: [PATCH 09/32] Add files via upload --- content/ns/promcode/promcode-shapes.jsonld | 1264 +++++++------ content/ns/promcode/promcode-shapes.nt | 1936 ++++++++++---------- content/ns/promcode/promcode-shapes.rdf | 1034 +++++------ content/ns/promcode/promcode-shapes.ttl | 2 +- content/ns/promcode/promcode-vocab.jsonld | 2 +- content/ns/promcode/promcode-vocab.nt | 2 +- content/ns/promcode/promcode-vocab.rdf | 2 +- content/ns/promcode/promcode-vocab.ttl | 2 +- 8 files changed, 2144 insertions(+), 2100 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.jsonld b/content/ns/promcode/promcode-shapes.jsonld index f8f0c7e6..3df69ef2 100644 --- a/content/ns/promcode/promcode-shapes.jsonld +++ b/content/ns/promcode/promcode-shapes.jsonld @@ -2,157 +2,160 @@ "@graph" : [ { "@id" : "_:b0", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." }, { "@id" : "_:b1", "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:date", + "name" : "actualStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualStartDate", "valueType" : "xsd:dateTime", - "dcterms:description" : "date is a property of a Measurement resource. It is the date on which the measurement was made. " + "description" : "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b10", "@type" : "oslc:Property", - "name" : "unitOfMeasure", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:unitOfMeasure", + "name" : "stateOfRisk", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:stateOfRisk", "representation" : "oslc:Either", "valueType" : "oslc:AnyResource", - "dcterms:description" : "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." + "description" : "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." }, { "@id" : "_:b100", "@type" : "oslc:Property", - "name" : "source", + "name" : "stateOfIssue", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." + "propertyDefinition" : "oslc_promcode:stateOfIssue", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." }, { "@id" : "_:b101", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for the Artifact resource." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b102", "@type" : "oslc:Property", - "name" : "title", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", + "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b103", "@type" : "oslc:Property", - "name" : "plannedStartDate", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedStartDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." }, { "@id" : "_:b104", "@type" : "oslc:Property", - "name" : "source", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Risk resource that is a source of this Risk resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b105", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "actualSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualSize", + "valueType" : "xsd:decimal", + "description" : "actualSize is a property for actual development size for a ScopeItem resource." }, { "@id" : "_:b106", "@type" : "oslc:Property", - "name" : "isPartOf", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:isPartOf", - "range" : "oslc_promcode:Artifact", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", - "valueType" : "oslc:Resource", - "dcterms:description" : "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b107", "@type" : "oslc:Property", - "name" : "sequenceNumber", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." - }, { - "@id" : "_:b108", - "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", + "name" : "raisedBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:raisedBy", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:Risk" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "description" : "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." }, { - "@id" : "_:b109", + "@id" : "_:b108", "@type" : "oslc:Property", "name" : "plannedEndDate", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "oslc_promcode:plannedEndDate", "valueType" : "xsd:dateTime", - "dcterms:description" : "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + "description" : "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." }, { - "@id" : "_:b11", + "@id" : "_:b109", "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for the Measure resource. " + "description" : "A unique identifier for a ManagedItemCollection resource." }, { - "@id" : "_:b110", + "@id" : "_:b11", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Issue resource that is a source of this Issue resource." }, { - "@id" : "_:b111", + "@id" : "_:b110", "@type" : "oslc:Property", - "name" : "title", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", + "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for a ManagedItem resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b112", + "@id" : "_:b111", "@type" : "oslc:Property", "name" : "source", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:source", "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." + "description" : "A string that identifies the Artifact resource that is a source of this Artifact resource." }, { - "@id" : "_:b113", + "@id" : "_:b112", "@type" : "oslc:Property", - "name" : "description", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", + "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "A title string for the resource." + }, { + "@id" : "_:b113", + "@type" : "oslc:Property", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " }, { "@id" : "_:b114", "@type" : "oslc:Property", @@ -160,51 +163,60 @@ "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a Risk resource. " + "description" : "A unique identifier for a Project resource." }, { "@id" : "_:b115", "@type" : "oslc:Property", - "name" : "stateOfIssue", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:stateOfIssue", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." - }, { - "@id" : "_:b116", - "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:WorkItem", "oslc_promcode:Risk", "oslc_promcode:Issue" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", "valueType" : "oslc:Resource", - "dcterms:description" : "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { - "@id" : "_:b117", + "@id" : "_:b116", "@type" : "oslc:Property", "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "oslc_promcode:sequenceNumber", "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + }, { + "@id" : "_:b117", + "@type" : "oslc:Property", + "name" : "identifiedBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:identifiedBy", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:Risk", "oslc_promcode:Issue", "oslc_promcode:WorkItem" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." }, { "@id" : "_:b118", "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for the resource." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b119", "@type" : "oslc:Property", - "name" : "source", + "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." }, { "@id" : "_:b12", "@type" : "oslc:Property", @@ -212,236 +224,232 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b120", "@type" : "oslc:Property", - "name" : "metricOfScopeItemSize", + "name" : "plannedStartDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:metricOfScopeItemSize", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + "propertyDefinition" : "oslc_promcode:plannedStartDate", + "valueType" : "xsd:dateTime", + "description" : "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." }, { "@id" : "_:b13", "@type" : "oslc:Property", - "name" : "actualSize", + "name" : "unitOfMeasure", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualSize", - "valueType" : "xsd:decimal", - "dcterms:description" : "actualSize is a property for actual development size for a ScopeItem resource." + "propertyDefinition" : "oslc_promcode:unitOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." }, { "@id" : "_:b14", "@type" : "oslc:Property", - "name" : "raisedDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:raisedDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." + "name" : "valueOfMeasure", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:valueOfMeasure", + "valueType" : "xsd:decimal", + "description" : "valueOfMeasure is a property that represents a value for the Measure resource." }, { "@id" : "_:b15", "@type" : "oslc:Property", - "name" : "source", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the WorkItem resource that is a source of this WorkItem resource." + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this Measure resource." }, { "@id" : "_:b16", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Plan resource that is a source of this Plan resource." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b17", "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for a Project resource." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for the Measure resource. " }, { "@id" : "_:b18", "@type" : "oslc:Property", - "name" : "source", + "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." }, { "@id" : "_:b19", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "unitOfScopeItemSize", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." + "propertyDefinition" : "oslc_promcode:unitOfScopeItemSize", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " }, { "@id" : "_:b2", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:Risk", "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Issue", "oslc_promcode:Artifact" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "description" : "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." }, { "@id" : "_:b20", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "valueType" : "oslc:Resource", - "dcterms:description" : "belongsTo is a relation between this Report resource and a Project resources. " + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b21", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "dcterms:description" : "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of the resource." }, { "@id" : "_:b22", "@type" : "oslc:Property", - "name" : "actualEndDate", + "name" : "isPartOf", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualEndDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." + "propertyDefinition" : "oslc_promcode:isPartOf", + "range" : "oslc_promcode:ScopeItem", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", + "valueType" : "oslc:Resource", + "description" : "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." }, { "@id" : "_:b23", "@type" : "oslc:Property", - "name" : "actualStartDate", + "name" : "date", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualStartDate", + "propertyDefinition" : "dcterms:date", "valueType" : "xsd:dateTime", - "dcterms:description" : "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + "description" : "A date on which this ManagedItemCollection resource collects member resources." }, { "@id" : "_:b24", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the Issue resource." }, { "@id" : "_:b25", "@type" : "oslc:Property", - "name" : "identifiedBy", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:identifiedBy", - "range" : [ "oslc_promcode:Risk", "oslc_promcode:Artifact", "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "dcterms:description" : "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." }, { "@id" : "_:b26", "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:Artifact", "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], + "name" : "representedBy", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:representedBy", "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "dcterms:description" : "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." + "valueType" : "oslc:AnyResource", + "description" : "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " }, { "@id" : "_:b27", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a Report resource." + "name" : "identifiedDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:identifiedDate", + "valueType" : "xsd:dateTime", + "description" : "identifiedDate is the date on which the risk was identified." }, { "@id" : "_:b28", "@type" : "oslc:Property", - "name" : "source", + "name" : "raisedDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Report resource that is a source of this Report resource." + "propertyDefinition" : "oslc_promcode:raisedDate", + "valueType" : "xsd:dateTime", + "description" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." }, { "@id" : "_:b29", "@type" : "oslc:Property", - "name" : "title", + "name" : "isPartOf", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this Report resource." + "propertyDefinition" : "dcterms:isPartOf", + "range" : "oslc_promcode:Artifact", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "valueType" : "oslc:Resource", + "description" : "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." }, { "@id" : "_:b3", "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : "oslc_promcode:Issue", - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", - "valueType" : "oslc:Resource", - "dcterms:description" : "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string for a ScopeItem resource." }, { "@id" : "_:b30", "@type" : "oslc:Property", - "name" : "correspondsTo", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:correspondsTo", - "range" : "oslc_promcode:Plan", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", - "valueType" : "oslc:Resource", - "dcterms:description" : "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b31", "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a ManagedItem resource. " + }, { + "@id" : "_:b32", + "@type" : "oslc:Property", "name" : "description", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b32", + "@id" : "_:b33", "@type" : "oslc:Property", - "name" : "includes", + "name" : "collects", "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:includes", - "range" : "oslc_promcode:Measurement", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:WorkItem" ], "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "dcterms:description" : "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." - }, { - "@id" : "_:b33", - "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "dcterms:description" : "A date on which this Report resource collects member resources." + "description" : "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." }, { "@id" : "_:b34", "@type" : "oslc:Property", - "name" : "producedFor", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:producedFor", - "range" : [ "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "dcterms:description" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a Report resource." }, { "@id" : "_:b35", "@type" : "oslc:Property", @@ -449,39 +457,45 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:date", "valueType" : "xsd:dateTime", - "dcterms:description" : "A date on which this ManagedItemCollection resource collects member resources." + "description" : "A date on which this Report resource collects member resources." }, { "@id" : "_:b36", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a ManagedItemCollection resource." + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this Report resource." }, { "@id" : "_:b37", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between this Report resource and a Project resources. " }, { "@id" : "_:b38", "@type" : "oslc:Property", - "name" : "plannedSize", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedSize", - "valueType" : "xsd:decimal", - "dcterms:description" : "plannedSize is a property for estimated development size for a ScopeItem resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Report resource that is a source of this Report resource." }, { "@id" : "_:b39", "@type" : "oslc:Property", - "name" : "actualStartDate", + "name" : "correspondsTo", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualStartDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "oslc_promcode:correspondsTo", + "range" : "oslc_promcode:Plan", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", + "valueType" : "oslc:Resource", + "description" : "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." }, { "@id" : "_:b4", "@type" : "oslc:Property", @@ -491,143 +505,164 @@ "range" : "rdfs:Class", "representation" : "oslc:Reference", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b40", "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "dcterms:description" : "A date on which this IssueCollection resource collects Issue resources." + "name" : "includes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:includes", + "range" : "oslc_promcode:Measurement", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", + "valueType" : "oslc:Resource", + "description" : "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." }, { "@id" : "_:b41", "@type" : "oslc:Property", - "name" : "description", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Risk resource that is a source of this Risk resource." }, { "@id" : "_:b42", "@type" : "oslc:Property", - "name" : "observes", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:observes", - "range" : "oslc_promcode:Measure", - "representation" : "oslc:Inline", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b43", "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for the WorkItem resource." + "name" : "measures", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:measures", + "range" : "oslc_promcode:Artifact", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "valueType" : "oslc:Resource", + "description" : "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." }, { "@id" : "_:b44", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Issue resource that is a source of this Issue resource." + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : "oslc_promcode:Risk", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between a RiskCollection resource and a Risk resource." }, { "@id" : "_:b45", "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for a Risk resource." + "name" : "targets", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:targets", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "description" : "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." }, { "@id" : "_:b46", "@type" : "oslc:Property", + "name" : "metricOfScopeItemSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:metricOfScopeItemSize", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + }, { + "@id" : "_:b47", + "@type" : "oslc:Property", "name" : "date", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:date", "valueType" : "xsd:dateTime", - "dcterms:description" : "A date on which this Plan resource collects member resources." + "description" : "A date on which this Plan resource collects member resources." }, { - "@id" : "_:b47", + "@id" : "_:b48", "@type" : "oslc:Property", - "name" : "requiredBy", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:requiredBy", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact" ], + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "dcterms:description" : "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." - }, { - "@id" : "_:b48", - "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier of the resource." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b49", "@type" : "oslc:Property", - "name" : "description", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Project resource that is a source of this Project resource." }, { "@id" : "_:b5", "@type" : "oslc:Property", - "name" : "metricOfMeasure", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:metricOfMeasure", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a RiskCollection resource." }, { "@id" : "_:b50", "@type" : "oslc:Property", - "name" : "actualEndDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualEndDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a Risk resource. " }, { "@id" : "_:b51", "@type" : "oslc:Property", - "name" : "plannedEndDate", + "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedEndDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." }, { "@id" : "_:b52", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for the WorkItem resource. " + "description" : "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." }, { "@id" : "_:b53", "@type" : "oslc:Property", - "name" : "plannedStartDate", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedStartDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this IssueCollection resource." }, { "@id" : "_:b54", "@type" : "oslc:Property", - "name" : "representedBy", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:representedBy", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + "name" : "requiredBy", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:requiredBy", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." }, { "@id" : "_:b55", "@type" : "oslc:Property", @@ -638,109 +673,105 @@ "representation" : "oslc:Reference", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#WorkItem", "valueType" : "oslc:Resource", - "dcterms:description" : "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." + "description" : "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." }, { "@id" : "_:b56", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." - }, { - "@id" : "_:b57", - "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a ManagedItem resource. " + "description" : "A unique identifier for the WorkItem resource. " + }, { + "@id" : "_:b57", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string for the WorkItem resource." }, { "@id" : "_:b58", "@type" : "oslc:Property", - "name" : "isPartOf", + "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:isPartOf", - "range" : "oslc_promcode:ScopeItem", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", - "valueType" : "oslc:Resource", - "dcterms:description" : "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." }, { "@id" : "_:b59", "@type" : "oslc:Property", - "name" : "source", + "name" : "actualEndDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Artifact resource that is a source of this Artifact resource." + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "description" : "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b6", "@type" : "oslc:Property", - "name" : "title", + "name" : "plannedSize", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this Measure resource." + "propertyDefinition" : "oslc_promcode:plannedSize", + "valueType" : "xsd:decimal", + "description" : "plannedSize is a property for estimated development size for a ScopeItem resource." }, { "@id" : "_:b60", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for the Issue resource. " - }, { - "@id" : "_:b61", - "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", "range" : "rdfs:Class", "representation" : "oslc:Reference", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } + }, { + "@id" : "_:b61", + "@type" : "oslc:Property", + "name" : "plannedStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedStartDate", + "valueType" : "xsd:dateTime", + "description" : "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b62", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "plannedEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedEndDate", + "valueType" : "xsd:dateTime", + "description" : "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b63", "@type" : "oslc:Property", + "name" : "actualStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualStartDate", + "valueType" : "xsd:dateTime", + "description" : "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b64", + "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", "range" : "rdfs:Class", "representation" : "oslc:Reference", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." - }, { - "@id" : "_:b64", - "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "dcterms:description" : "belongsTo is a relation between a Plan resource and a Project resource. " + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b65", "@type" : "oslc:Property", - "name" : "description", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the Issue resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Plan resource that is a source of this Plan resource." }, { "@id" : "_:b66", "@type" : "oslc:Property", @@ -748,18 +779,15 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this ManagedItemCollection resource." + "description" : "A title string for a Risk resource." }, { "@id" : "_:b67", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "dcterms:description" : "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " + "name" : "actualEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "description" : "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." }, { "@id" : "_:b68", "@type" : "oslc:Property", @@ -767,133 +795,138 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this IssueCollection resource." + "description" : "A title string for a ManagedItem resource." }, { "@id" : "_:b69", "@type" : "oslc:Property", - "name" : "description", + "name" : "date", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "A date on which this IssueCollection resource collects Issue resources." }, { "@id" : "_:b7", "@type" : "oslc:Property", - "name" : "valueOfMeasure", + "name" : "identifier", "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:valueOfMeasure", - "valueType" : "xsd:decimal", - "dcterms:description" : "valueOfMeasure is a property that represents a value for the Measure resource." + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a ScopeItem resource. " }, { "@id" : "_:b70", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property of a Project resource to help a human understand the project." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier of the resource." }, { "@id" : "_:b71", "@type" : "oslc:Property", - "name" : "title", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this RiskCollection resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." }, { "@id" : "_:b72", "@type" : "oslc:Property", - "name" : "identifier", + "name" : "belongsTo", "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a RiskCollection resource." + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " }, { "@id" : "_:b73", "@type" : "oslc:Property", "name" : "collects", "occurs" : "oslc:Zero-or-many", "propertyDefinition" : "oslc_promcode:collects", - "range" : "oslc_promcode:Risk", + "range" : "oslc_promcode:Issue", "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", "valueType" : "oslc:Resource", - "dcterms:description" : "collects is a relation between a RiskCollection resource and a Risk resource." + "description" : "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." }, { "@id" : "_:b74", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "dcterms:description" : "belongsTo is a relation between the RiskCollection resource and a Project resource." + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b75", "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "dcterms:description" : "A date on which this RiskCollection resource collects member resources." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b76", "@type" : "oslc:Property", - "name" : "source", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "dcterms:description" : "A string that identifies the Project resource that is a source of this Project resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property of a Project resource to help a human understand the project." }, { "@id" : "_:b77", "@type" : "oslc:Property", - "name" : "unitOfScopeItemSize", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:unitOfScopeItemSize", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b78", "@type" : "oslc:Property", - "name" : "targets", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:targets", - "range" : "oslc_promcode:Measure", - "representation" : "oslc:Inline", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this RiskCollection resource." }, { "@id" : "_:b79", "@type" : "oslc:Property", - "name" : "stateOfRisk", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:stateOfRisk", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "dcterms:description" : "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "A date on which this RiskCollection resource collects member resources." }, { "@id" : "_:b8", "@type" : "oslc:Property", - "name" : "description", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the WorkItem resource that is a source of this WorkItem resource." }, { "@id" : "_:b80", "@type" : "oslc:Property", - "name" : "raisedBy", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:raisedBy", - "range" : [ "oslc_promcode:Risk", "oslc_promcode:Artifact", "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Issue" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "valueType" : "oslc:Resource", - "dcterms:description" : "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." + "description" : "belongsTo is a relation between the RiskCollection resource and a Project resource." }, { "@id" : "_:b81", "@type" : "oslc:Property", @@ -901,141 +934,155 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b82", "@type" : "oslc:Property", - "name" : "measures", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:measures", - "range" : "oslc_promcode:Artifact", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", "valueType" : "oslc:Resource", - "dcterms:description" : "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b83", "@type" : "oslc:Property", - "name" : "sequenceNumber", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." - }, { - "@id" : "_:b84", - "@type" : "oslc:Property", "name" : "title", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string of this Plan resource." + "description" : "A title string for a Project resource." }, { - "@id" : "_:b85", + "@id" : "_:b84", "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a Plan resource." - }, { - "@id" : "_:b86", - "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "description" : "A unique identifier for the Artifact resource." }, { - "@id" : "_:b87", + "@id" : "_:b85", "@type" : "oslc:Property", - "name" : "collects", + "name" : "producedFor", "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Artifact" ], - "representation" : "oslc:Either", + "propertyDefinition" : "oslc_promcode:producedFor", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem" ], + "representation" : "oslc:Reference", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "dcterms:description" : "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + "description" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." }, { - "@id" : "_:b88", + "@id" : "_:b86", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." }, { - "@id" : "_:b89", + "@id" : "_:b87", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for the Measurement resource. " + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this ManagedItemCollection resource." }, { - "@id" : "_:b9", + "@id" : "_:b88", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : "The resource type URIs." + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this Plan resource." }, { - "@id" : "_:b90", + "@id" : "_:b89", "@type" : "oslc:Property", "name" : "description", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b91", + "@id" : "_:b9", + "@type" : "oslc:Property", + "name" : "metricOfMeasure", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:metricOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." + }, { + "@id" : "_:b90", "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a Project resource." + "description" : "A unique identifier for a Plan resource." + }, { + "@id" : "_:b91", + "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." }, { "@id" : "_:b92", "@type" : "oslc:Property", - "name" : "identifiedDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:identifiedDate", - "valueType" : "xsd:dateTime", - "dcterms:description" : "identifiedDate is the date on which the risk was identified." + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between a Plan resource and a Project resource. " }, { "@id" : "_:b93", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human to understand the resource." + "name" : "observes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:observes", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "description" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." }, { "@id" : "_:b94", "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for the Measurement resource. " + }, { + "@id" : "_:b95", + "@type" : "oslc:Property", "name" : "description", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b95", + "@id" : "_:b96", "@type" : "oslc:Property", - "name" : "sequenceNumber", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "dcterms:description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + "name" : "date", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "date is a property of a Measurement resource. It is the date on which the measurement was made. " }, { - "@id" : "_:b96", + "@id" : "_:b97", "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", @@ -1043,15 +1090,10 @@ "range" : "rdfs:Class", "representation" : "oslc:Reference", "valueType" : "oslc:Resource", - "description" : "The resource type URIs." - }, { - "@id" : "_:b97", - "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "dcterms:description is a property to help a human understand the resource." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b98", "@type" : "oslc:Property", @@ -1059,20 +1101,23 @@ "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "dcterms:description" : "A unique identifier for a ScopeItem resource. " + "description" : "A unique identifier for the Issue resource. " }, { "@id" : "_:b99", "@type" : "oslc:Property", - "name" : "title", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", + "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "dcterms:description" : "A title string for a ScopeItem resource." + "description" : "dcterms:description is a property to help a human to understand the resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#", "@type" : "oslc:ResourceShapeConstraints", - "description" : "All vocabulary URIs defined in the OSLC PROMCODE namespace.", - "hasVersion" : "CSD01", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "All vocabulary URIs defined in the OSLC PROMCODE namespace." + }, + "hasVersion" : "CS02", "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", "issued" : "2021-03-23", "license" : "http://www.apache.org/licenses/LICENSE-2.0", @@ -1084,105 +1129,96 @@ "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Artifact", - "property" : [ "_:b102", "_:b59", "_:b24", "_:b106", "_:b101", "_:b34", "_:b78", "_:b107", "_:b41" ], + "property" : [ "_:b84", "_:b82", "_:b25", "_:b110", "_:b21", "_:b111", "_:b45", "_:b85", "_:b29" ], "title" : "Shape resource of an Artifact resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Issue", - "property" : [ "_:b117", "_:b115", "_:b61", "_:b14", "_:b65", "_:b44", "_:b60", "_:b80", "_:b118" ], + "property" : [ "_:b11", "_:b100", "_:b118", "_:b28", "_:b119", "_:b107", "_:b112", "_:b98", "_:b24" ], "title" : "Shape resource of an Issue resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#IssueCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:IssueCollection", - "property" : [ "_:b48", "_:b40", "_:b67", "_:b18", "_:b68", "_:b0", "_:b3", "_:b12" ], + "property" : [ "_:b53", "_:b69", "_:b70", "_:b71", "_:b72", "_:b73", "_:b74", "_:b75" ], "title" : "Shape resource of an IssueCollection resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ManagedItem", - "property" : [ "_:b56", "_:b110", "_:b111", "_:b112", "_:b57", "_:b113" ], + "property" : [ "_:b101", "_:b18", "_:b68", "_:b0", "_:b31", "_:b102" ], "title" : "Shape resource for ManagedItem." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItemCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ManagedItemCollection", - "property" : [ "_:b21", "_:b116", "_:b36", "_:b105", "_:b66", "_:b119", "_:b94", "_:b35" ], + "property" : [ "_:b113", "_:b23", "_:b87", "_:b109", "_:b86", "_:b2", "_:b48", "_:b106" ], "title" : "Shape resource of ManagedItemCollection." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Measure", - "property" : [ "_:b5", "_:b6", "_:b7", "_:b8", "_:b9", "_:b10", "_:b11" ], + "property" : [ "_:b12", "_:b9", "_:b13", "_:b14", "_:b15", "_:b16", "_:b17" ], "title" : "Shape resource of a Measure resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Measurement", - "property" : [ "_:b88", "_:b42", "_:b82", "_:b89", "_:b90", "_:b1" ], + "property" : [ "_:b42", "_:b93", "_:b43", "_:b94", "_:b95", "_:b96" ], "title" : "Shape resource of a Measurement resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Plan", - "property" : [ "_:b84", "_:b85", "_:b81", "_:b16", "_:b86", "_:b46", "_:b87", "_:b64" ], + "property" : [ "_:b65", "_:b64", "_:b88", "_:b89", "_:b47", "_:b90", "_:b91", "_:b92" ], "title" : "Shape resource of a Plan resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Project", - "property" : [ "_:b120", "_:b22", "_:b91", "_:b17", "_:b103", "_:b77", "_:b76", "_:b70", "_:b108", "_:b109", "_:b23" ], + "property" : [ "_:b19", "_:b49", "_:b67", "_:b83", "_:b76", "_:b63", "_:b20", "_:b108", "_:b120", "_:b114", "_:b46" ], "title" : "Shape resource of a Project resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Report", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Report", - "property" : [ "_:b26", "_:b20", "_:b27", "_:b28", "_:b29", "_:b30", "_:b31", "_:b4", "_:b32", "_:b33" ], + "property" : [ "_:b4", "_:b32", "_:b33", "_:b34", "_:b35", "_:b36", "_:b37", "_:b38", "_:b39", "_:b40" ], "title" : "Shape resource of a Report resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Risk", - "property" : [ "_:b114", "_:b45", "_:b95", "_:b79", "_:b92", "_:b93", "_:b104", "_:b25", "_:b62" ], + "property" : [ "_:b10", "_:b115", "_:b41", "_:b66", "_:b27", "_:b50", "_:b116", "_:b117", "_:b99" ], "title" : "Shape resource of a Risk resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#RiskCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:RiskCollection", - "property" : [ "_:b71", "_:b72", "_:b73", "_:b74", "_:b63", "_:b37", "_:b75", "_:b69" ], + "property" : [ "_:b5", "_:b77", "_:b44", "_:b78", "_:b79", "_:b52", "_:b80", "_:b81" ], "title" : "Shape resource of a RiskCollection resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ScopeItem", - "property" : [ "_:b96", "_:b98", "_:b83", "_:b38", "_:b99", "_:b58", "_:b97", "_:b100", "_:b13" ], + "property" : [ "_:b22", "_:b103", "_:b104", "_:b105", "_:b6", "_:b51", "_:b3", "_:b97", "_:b7" ], "title" : "Shape resource of a ScopeItem resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#WorkItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:WorkItem", "name" : "WorkItem", - "property" : [ "_:b49", "_:b50", "_:b43", "_:b2", "_:b47", "_:b15", "_:b19", "_:b51", "_:b52", "_:b53", "_:b54", "_:b39", "_:b55" ], + "property" : [ "_:b54", "_:b55", "_:b30", "_:b1", "_:b26", "_:b56", "_:b8", "_:b57", "_:b58", "_:b59", "_:b60", "_:b61", "_:b62" ], "dcterms:title" : "Shape resource of a WorkItem resource" } ], "@context" : { "description" : { - "@id" : "http://purl.org/dc/terms/description", - "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" + "@id" : "http://purl.org/dc/terms/description" }, "valueType" : { "@id" : "http://open-services.net/ns/core#valueType", "@type" : "@id" }, - "representation" : { - "@id" : "http://open-services.net/ns/core#representation", - "@type" : "@id" - }, - "range" : { - "@id" : "http://open-services.net/ns/core#range", - "@type" : "@id" - }, "propertyDefinition" : { "@id" : "http://open-services.net/ns/core#propertyDefinition", "@type" : "@id" @@ -1194,18 +1230,26 @@ "name" : { "@id" : "http://open-services.net/ns/core#name" }, + "range" : { + "@id" : "http://open-services.net/ns/core#range", + "@type" : "@id" + }, + "representation" : { + "@id" : "http://open-services.net/ns/core#representation", + "@type" : "@id" + }, "valueShape" : { "@id" : "http://open-services.net/ns/core#valueShape", "@type" : "@id" }, - "title" : { - "@id" : "http://purl.org/dc/terms/title", - "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" - }, "property" : { "@id" : "http://open-services.net/ns/core#property", "@type" : "@id" }, + "title" : { + "@id" : "http://purl.org/dc/terms/title", + "@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral" + }, "describes" : { "@id" : "http://open-services.net/ns/core#describes", "@type" : "@id" diff --git a/content/ns/promcode/promcode-shapes.nt b/content/ns/promcode/promcode-shapes.nt index c81735b3..4782da1b 100644 --- a/content/ns/promcode/promcode-shapes.nt +++ b/content/ns/promcode/promcode-shapes.nt @@ -1,1019 +1,1019 @@ -_:B56d339a060976a1a13eea7bc4b2a763b "dcterms:description is a property to help a human understand the resource." . -_:B56d339a060976a1a13eea7bc4b2a763b . -_:B56d339a060976a1a13eea7bc4b2a763b . -_:B56d339a060976a1a13eea7bc4b2a763b . -_:B56d339a060976a1a13eea7bc4b2a763b "description" . -_:B56d339a060976a1a13eea7bc4b2a763b . -_:B8c706fdd4367e7a724ae0b914c14f2d6 "A title string for the resource." . -_:B8c706fdd4367e7a724ae0b914c14f2d6 . -_:B8c706fdd4367e7a724ae0b914c14f2d6 . -_:B8c706fdd4367e7a724ae0b914c14f2d6 . -_:B8c706fdd4367e7a724ae0b914c14f2d6 "title" . -_:B8c706fdd4367e7a724ae0b914c14f2d6 . -_:B969e748056e23d705327e176a8f4302b "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." . -_:B969e748056e23d705327e176a8f4302b . -_:B969e748056e23d705327e176a8f4302b . -_:B969e748056e23d705327e176a8f4302b . -_:B969e748056e23d705327e176a8f4302b . -_:B969e748056e23d705327e176a8f4302b "metricOfScopeItemSize" . -_:B969e748056e23d705327e176a8f4302b . -_:B941b89f385ecfceb5fa19ce199acd46c "A title string of this IssueCollection resource." . -_:B941b89f385ecfceb5fa19ce199acd46c . -_:B941b89f385ecfceb5fa19ce199acd46c . -_:B941b89f385ecfceb5fa19ce199acd46c . -_:B941b89f385ecfceb5fa19ce199acd46c "title" . -_:B941b89f385ecfceb5fa19ce199acd46c . - _:Be09fe590b2174b4a0071751c35ff9f18 . - _:B096f7533ff9c0fca20dbf0a7f3e1aa5b . +_:B667e049bd2992a9a286955016a3c311e "collects is a relation between a RiskCollection resource and a Risk resource." . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e . +_:B667e049bd2992a9a286955016a3c311e "collects" . +_:B667e049bd2992a9a286955016a3c311e . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 "producedFor" . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . +_:Bd7f4f176a6eff749f40c28476aaaa52f "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." . +_:Bd7f4f176a6eff749f40c28476aaaa52f . +_:Bd7f4f176a6eff749f40c28476aaaa52f . +_:Bd7f4f176a6eff749f40c28476aaaa52f . +_:Bd7f4f176a6eff749f40c28476aaaa52f "actualEndDate" . +_:Bd7f4f176a6eff749f40c28476aaaa52f . +_:Bcaa9087ae639dcc45df0df80f689d171 "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." . +_:Bcaa9087ae639dcc45df0df80f689d171 . +_:Bcaa9087ae639dcc45df0df80f689d171 . +_:Bcaa9087ae639dcc45df0df80f689d171 . +_:Bcaa9087ae639dcc45df0df80f689d171 "plannedStartDate" . +_:Bcaa9087ae639dcc45df0df80f689d171 . +_:Bb28d2f2bed1e325ba79a510762568699 "dcterms:description is a property to help a human understand the resource." . +_:Bb28d2f2bed1e325ba79a510762568699 . +_:Bb28d2f2bed1e325ba79a510762568699 . +_:Bb28d2f2bed1e325ba79a510762568699 . +_:Bb28d2f2bed1e325ba79a510762568699 "description" . +_:Bb28d2f2bed1e325ba79a510762568699 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:Be48de8fdf7060bdaaf2f34b4429889a3 "correspondsTo" . +_:Be48de8fdf7060bdaaf2f34b4429889a3 . +_:B062663382776c0a8b6c28963251d2a6c "plannedSize is a property for estimated development size for a ScopeItem resource." . +_:B062663382776c0a8b6c28963251d2a6c . +_:B062663382776c0a8b6c28963251d2a6c . +_:B062663382776c0a8b6c28963251d2a6c . +_:B062663382776c0a8b6c28963251d2a6c "plannedSize" . +_:B062663382776c0a8b6c28963251d2a6c . +_:B032fe529c4c6a9c92acfcd451ba81ab5 "A string that identifies the Report resource that is a source of this Report resource." . +_:B032fe529c4c6a9c92acfcd451ba81ab5 . +_:B032fe529c4c6a9c92acfcd451ba81ab5 . +_:B032fe529c4c6a9c92acfcd451ba81ab5 . +_:B032fe529c4c6a9c92acfcd451ba81ab5 "source" . +_:B032fe529c4c6a9c92acfcd451ba81ab5 . +_:Bfcd1a98059441d4c36593c7205a24410 "A string that identifies the Project resource that is a source of this Project resource." . +_:Bfcd1a98059441d4c36593c7205a24410 . +_:Bfcd1a98059441d4c36593c7205a24410 . +_:Bfcd1a98059441d4c36593c7205a24410 . +_:Bfcd1a98059441d4c36593c7205a24410 "source" . +_:Bfcd1a98059441d4c36593c7205a24410 . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b "dcterms:description is a property to help a human understand the resource." . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b "description" . +_:Bf06e1e3f3921ecfbd980dac4ba39f79b . "Shape resource of a Measure resource"^^ . - _:B1e01e02037a7bce195c0259846533054 . - _:Baa97874c1d6ec56e3041135fa98922af . - _:B44f99e81642abf6af81b99cda17fda26 . + _:B95a0f6bc768d272b1594328f0a6843e4 . + _:B0a5cd89d6d97e3c3a9e92186bb75de6e . + _:Baa1585808e27604f3128be80872ca12b . + _:B7df77151d8e0781eee4d7ace87b890f3 . + _:Bcdc69edd36a0af01be0c72e70b896bea . + _:B87f6063b470726f4a59138e017ce0d2b . . - _:Bea3577b414b32ccd2b6d909760fb8d38 . . - _:B662edcdbbab1b526f6c482eb50027370 . -_:B5cdccbb89efe63ef13e7f35cf34bf67f "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B5cdccbb89efe63ef13e7f35cf34bf67f "correspondsTo" . -_:B5cdccbb89efe63ef13e7f35cf34bf67f . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 "requiredBy" . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 . -_:B634ecc730298ea509371e1eb2db3cce8 "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." . -_:B993575d93f984487364c73dffe2e2bb7 "dcterms:description is a property to help a human understand the resource." . -_:B993575d93f984487364c73dffe2e2bb7 . -_:B993575d93f984487364c73dffe2e2bb7 . -_:B993575d93f984487364c73dffe2e2bb7 . -_:B993575d93f984487364c73dffe2e2bb7 "description" . -_:B993575d93f984487364c73dffe2e2bb7 . -_:Ba1af051e9ac1b5c066042c34af0f94eb "dcterms:description is a property to help a human understand the resource." . -_:Ba1af051e9ac1b5c066042c34af0f94eb . -_:Ba1af051e9ac1b5c066042c34af0f94eb . -_:Ba1af051e9ac1b5c066042c34af0f94eb . -_:Ba1af051e9ac1b5c066042c34af0f94eb "description" . -_:Ba1af051e9ac1b5c066042c34af0f94eb . -_:B0ab4991f8d271b2a78b83d70f102a71d "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." . -_:B0ab4991f8d271b2a78b83d70f102a71d . -_:B0ab4991f8d271b2a78b83d70f102a71d . -_:B0ab4991f8d271b2a78b83d70f102a71d . -_:B0ab4991f8d271b2a78b83d70f102a71d "plannedStartDate" . -_:B0ab4991f8d271b2a78b83d70f102a71d . - _:Bfcae0fb9154adad7245c91b57d072d40 . - _:B5cdccbb89efe63ef13e7f35cf34bf67f . + _:B91ef936983a928d623b75ba790704161 . +_:B3225961fac62274432b95b732b99cae0 "dcterms:description is a property to help a human understand the resource." . +_:B3225961fac62274432b95b732b99cae0 . +_:B3225961fac62274432b95b732b99cae0 . +_:B3225961fac62274432b95b732b99cae0 . +_:B3225961fac62274432b95b732b99cae0 "description" . +_:B3225961fac62274432b95b732b99cae0 . +_:B5358d055ea7806eb401683596d93ef6f "dcterms:description is a property to help a human understand the resource." . +_:B5358d055ea7806eb401683596d93ef6f . +_:B5358d055ea7806eb401683596d93ef6f . +_:B5358d055ea7806eb401683596d93ef6f . +_:B5358d055ea7806eb401683596d93ef6f "description" . +_:B5358d055ea7806eb401683596d93ef6f . +_:B409b84ea5ab34bfdabbcc061ef7cd01b "A title string for the resource." . +_:B409b84ea5ab34bfdabbcc061ef7cd01b . +_:B409b84ea5ab34bfdabbcc061ef7cd01b . +_:B409b84ea5ab34bfdabbcc061ef7cd01b . +_:B409b84ea5ab34bfdabbcc061ef7cd01b "title" . +_:B409b84ea5ab34bfdabbcc061ef7cd01b . +_:Bebd2c28744d71b537cc76afe33200e1a "A unique identifier of the resource." . +_:Bebd2c28744d71b537cc76afe33200e1a . +_:Bebd2c28744d71b537cc76afe33200e1a . +_:Bebd2c28744d71b537cc76afe33200e1a . +_:Bebd2c28744d71b537cc76afe33200e1a "identifier" . +_:Bebd2c28744d71b537cc76afe33200e1a . +_:B3d1e00c182ed2294d088b97609665bbf "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B3d1e00c182ed2294d088b97609665bbf "includes" . +_:B3d1e00c182ed2294d088b97609665bbf . +_:B406740543bdae603a7561e79f27200c4 "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 . +_:B406740543bdae603a7561e79f27200c4 "measures" . +_:B406740543bdae603a7561e79f27200c4 . +_:B93fd2c6750f042f1b3e6961ae91ce093 "The resource type URIs."^^ . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B93fd2c6750f042f1b3e6961ae91ce093 "type" . +_:B93fd2c6750f042f1b3e6961ae91ce093 . +_:B244d6def4e881f02ad057cec7a95ba2b "dcterms:description is a property to help a human understand the resource." . +_:B244d6def4e881f02ad057cec7a95ba2b . +_:B244d6def4e881f02ad057cec7a95ba2b . +_:B244d6def4e881f02ad057cec7a95ba2b . +_:B244d6def4e881f02ad057cec7a95ba2b "description" . +_:B244d6def4e881f02ad057cec7a95ba2b . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 "A title string for a ManagedItem resource." . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 "title" . +_:B23ccdd9634dbc1ab90200ec0a46e41d1 . . . - _:B993575d93f984487364c73dffe2e2bb7 . - _:B4d48809938f211a7bc329d6923b20707 . - _:B1d4f62621d5d20e941d70e5606d3f5bc . - _:B6326f3b9f0dc302912c27ded7c8ae87e . + _:B721e49d6ce156e1f9d82aa175f997378 . + _:B3cb45e163eeb6bceb28388fdba46ae2b . + _:Bfae8f560ef13f0477d299d3bef886dcb . "Shape resource of a Report resource"^^ . - _:Be1894196b82c51fda29c6c210dd58928 . - _:B493aa79ebd552d0e2f20fef3e78975f1 . - _:B775ff97b5a70cfe8e22cfa84ac758b37 . - _:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:B20a8dc0de11c8433bb921c952f23fbe0 "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." . -_:B20a8dc0de11c8433bb921c952f23fbe0 . -_:B20a8dc0de11c8433bb921c952f23fbe0 . -_:B20a8dc0de11c8433bb921c952f23fbe0 . -_:B20a8dc0de11c8433bb921c952f23fbe0 "sequenceNumber" . -_:B20a8dc0de11c8433bb921c952f23fbe0 . -_:Ba606e0a45e2337365174e0bc680a5232 "A unique identifier for a ManagedItemCollection resource." . -_:Ba606e0a45e2337365174e0bc680a5232 . -_:Ba606e0a45e2337365174e0bc680a5232 . -_:Ba606e0a45e2337365174e0bc680a5232 . -_:Ba606e0a45e2337365174e0bc680a5232 "identifier" . -_:Ba606e0a45e2337365174e0bc680a5232 . -_:B33cd12843a64ff31099a8b6db814e784 "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." . -_:B33cd12843a64ff31099a8b6db814e784 . -_:B33cd12843a64ff31099a8b6db814e784 . -_:B33cd12843a64ff31099a8b6db814e784 . -_:B33cd12843a64ff31099a8b6db814e784 "source" . -_:B33cd12843a64ff31099a8b6db814e784 . -_:B9709691cd62365d7b6086c35e6332318 "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." . -_:B9709691cd62365d7b6086c35e6332318 . -_:B9709691cd62365d7b6086c35e6332318 . -_:B9709691cd62365d7b6086c35e6332318 . -_:B9709691cd62365d7b6086c35e6332318 "plannedEndDate" . -_:B9709691cd62365d7b6086c35e6332318 . -_:B73624408001de19959802eca5bcfad87 "dcterms:description is a property of a Project resource to help a human understand the project." . -_:B73624408001de19959802eca5bcfad87 . -_:B73624408001de19959802eca5bcfad87 . -_:B73624408001de19959802eca5bcfad87 . -_:B73624408001de19959802eca5bcfad87 "description" . -_:B73624408001de19959802eca5bcfad87 . -_:B4bf41380807f169e8cb482b74036e147 "The resource type URIs."^^ . -_:B4bf41380807f169e8cb482b74036e147 . -_:B4bf41380807f169e8cb482b74036e147 . -_:B4bf41380807f169e8cb482b74036e147 . -_:B4bf41380807f169e8cb482b74036e147 . -_:B4bf41380807f169e8cb482b74036e147 . -_:B4bf41380807f169e8cb482b74036e147 "type" . -_:B4bf41380807f169e8cb482b74036e147 . -_:B916c36a4af5bab6860b5319c642ea64a "belongsTo is a relation between the RiskCollection resource and a Project resource." . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a . -_:B916c36a4af5bab6860b5319c642ea64a "belongsTo" . -_:B916c36a4af5bab6860b5319c642ea64a . -_:Bd75f06903721cf6343af0638bfad42eb "plannedSize is a property for estimated development size for a ScopeItem resource." . -_:Bd75f06903721cf6343af0638bfad42eb . -_:Bd75f06903721cf6343af0638bfad42eb . -_:Bd75f06903721cf6343af0638bfad42eb . -_:Bd75f06903721cf6343af0638bfad42eb "plannedSize" . -_:Bd75f06903721cf6343af0638bfad42eb . -_:Bbca488c017cb29d8cd007c42bd9c0398 "A title string of the resource." . -_:Bbca488c017cb29d8cd007c42bd9c0398 . -_:Bbca488c017cb29d8cd007c42bd9c0398 . -_:Bbca488c017cb29d8cd007c42bd9c0398 . -_:Bbca488c017cb29d8cd007c42bd9c0398 "title" . -_:Bbca488c017cb29d8cd007c42bd9c0398 . -_:B18ac2513c36ca266cbb893a777b649ba "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B18ac2513c36ca266cbb893a777b649ba "measures" . -_:B18ac2513c36ca266cbb893a777b649ba . -_:B34d2e5dbf28f697944f0631e20dac025 "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." . -_:B34d2e5dbf28f697944f0631e20dac025 . -_:B34d2e5dbf28f697944f0631e20dac025 . -_:B34d2e5dbf28f697944f0631e20dac025 . -_:B34d2e5dbf28f697944f0631e20dac025 "source" . -_:B34d2e5dbf28f697944f0631e20dac025 . -_:B44f99e81642abf6af81b99cda17fda26 "dcterms:description is a property to help a human understand the resource." . -_:B44f99e81642abf6af81b99cda17fda26 . -_:B44f99e81642abf6af81b99cda17fda26 . -_:B44f99e81642abf6af81b99cda17fda26 . -_:B44f99e81642abf6af81b99cda17fda26 "description" . -_:B44f99e81642abf6af81b99cda17fda26 . -_:B67a430b8b80c484eadce2f0e4b458d70 "A string that identifies the WorkItem resource that is a source of this WorkItem resource." . -_:B67a430b8b80c484eadce2f0e4b458d70 . -_:B67a430b8b80c484eadce2f0e4b458d70 . -_:B67a430b8b80c484eadce2f0e4b458d70 . -_:B67a430b8b80c484eadce2f0e4b458d70 "source" . -_:B67a430b8b80c484eadce2f0e4b458d70 . -_:B85b0059ecf3b29f56c8779f4dcc26910 "A date on which this RiskCollection resource collects member resources." . -_:B85b0059ecf3b29f56c8779f4dcc26910 . -_:B85b0059ecf3b29f56c8779f4dcc26910 . -_:B85b0059ecf3b29f56c8779f4dcc26910 . -_:B85b0059ecf3b29f56c8779f4dcc26910 "date" . -_:B85b0059ecf3b29f56c8779f4dcc26910 . -_:B90b39422937d41f52b2328420a60e641 "The resource type URIs."^^ . -_:B90b39422937d41f52b2328420a60e641 . -_:B90b39422937d41f52b2328420a60e641 . -_:B90b39422937d41f52b2328420a60e641 . -_:B90b39422937d41f52b2328420a60e641 . -_:B90b39422937d41f52b2328420a60e641 . -_:B90b39422937d41f52b2328420a60e641 "type" . -_:B90b39422937d41f52b2328420a60e641 . -_:B2cccb948b76a80a8ab8709f486e73c98 "A unique identifier for a Plan resource." . -_:B2cccb948b76a80a8ab8709f486e73c98 . -_:B2cccb948b76a80a8ab8709f486e73c98 . -_:B2cccb948b76a80a8ab8709f486e73c98 . -_:B2cccb948b76a80a8ab8709f486e73c98 "identifier" . -_:B2cccb948b76a80a8ab8709f486e73c98 . -_:B0f512e6fea8843312f06fc7bd68d58cb "A title string for a Project resource." . -_:B0f512e6fea8843312f06fc7bd68d58cb . -_:B0f512e6fea8843312f06fc7bd68d58cb . -_:B0f512e6fea8843312f06fc7bd68d58cb . -_:B0f512e6fea8843312f06fc7bd68d58cb "title" . -_:B0f512e6fea8843312f06fc7bd68d58cb . -_:B193e475c5400f87c405082e7eece79fe "A string that identifies the Project resource that is a source of this Project resource." . -_:B193e475c5400f87c405082e7eece79fe . -_:B193e475c5400f87c405082e7eece79fe . -_:B193e475c5400f87c405082e7eece79fe . -_:B193e475c5400f87c405082e7eece79fe "source" . -_:B193e475c5400f87c405082e7eece79fe . -_:Bc8fc7ac441319cca7a5c70f13ab46139 "A title string for a ManagedItem resource." . -_:Bc8fc7ac441319cca7a5c70f13ab46139 . -_:Bc8fc7ac441319cca7a5c70f13ab46139 . -_:Bc8fc7ac441319cca7a5c70f13ab46139 . -_:Bc8fc7ac441319cca7a5c70f13ab46139 "title" . -_:Bc8fc7ac441319cca7a5c70f13ab46139 . -_:B1760cecfc0071b3438500a7e8fc9b7bd "dcterms:description is a property to help a human understand the resource." . -_:B1760cecfc0071b3438500a7e8fc9b7bd . -_:B1760cecfc0071b3438500a7e8fc9b7bd . -_:B1760cecfc0071b3438500a7e8fc9b7bd . -_:B1760cecfc0071b3438500a7e8fc9b7bd "description" . -_:B1760cecfc0071b3438500a7e8fc9b7bd . -_:B736ca35abef134f7800800d3454330ab "A title string for a Risk resource." . -_:B736ca35abef134f7800800d3454330ab . -_:B736ca35abef134f7800800d3454330ab . -_:B736ca35abef134f7800800d3454330ab . -_:B736ca35abef134f7800800d3454330ab "title" . -_:B736ca35abef134f7800800d3454330ab . -_:B62a67979804310c5554b516a18a84e78 "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." . -_:B62a67979804310c5554b516a18a84e78 . -_:B62a67979804310c5554b516a18a84e78 . -_:B62a67979804310c5554b516a18a84e78 . -_:B62a67979804310c5554b516a18a84e78 "actualEndDate" . -_:B62a67979804310c5554b516a18a84e78 . -_:B662edcdbbab1b526f6c482eb50027370 "A unique identifier for the Measure resource. " . -_:B662edcdbbab1b526f6c482eb50027370 . -_:B662edcdbbab1b526f6c482eb50027370 . -_:B662edcdbbab1b526f6c482eb50027370 . -_:B662edcdbbab1b526f6c482eb50027370 "identifier" . -_:B662edcdbbab1b526f6c482eb50027370 . -_:B3b24b49a883ea939d58fc295ed71cfb0 "The resource type URIs."^^ . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B3b24b49a883ea939d58fc295ed71cfb0 "type" . -_:B3b24b49a883ea939d58fc295ed71cfb0 . -_:B1e01e02037a7bce195c0259846533054 "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." . -_:B1e01e02037a7bce195c0259846533054 . -_:B1e01e02037a7bce195c0259846533054 . -_:B1e01e02037a7bce195c0259846533054 . -_:B1e01e02037a7bce195c0259846533054 . -_:B1e01e02037a7bce195c0259846533054 "metricOfMeasure" . -_:B1e01e02037a7bce195c0259846533054 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 "belongsTo is a relation between this Report resource and a Project resources. " . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 "belongsTo" . -_:Bf6a56c8febc3bd7d0343ca7f6fdbfc63 . + _:Be48de8fdf7060bdaaf2f34b4429889a3 . + _:B3d1e00c182ed2294d088b97609665bbf . + _:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . + _:B032fe529c4c6a9c92acfcd451ba81ab5 . + _:Bed803900ad6a2aa9ecb5722628c3bb07 . + _:B2d947da021cd94f85fc38677c0666bb4 . + _:B5782557c5574fa0331e270ac532257e0 . +_:B5432df9a0bc2613013a7b4d4f8667384 "A title string for a Risk resource." . +_:B5432df9a0bc2613013a7b4d4f8667384 . +_:B5432df9a0bc2613013a7b4d4f8667384 . +_:B5432df9a0bc2613013a7b4d4f8667384 . +_:B5432df9a0bc2613013a7b4d4f8667384 "title" . +_:B5432df9a0bc2613013a7b4d4f8667384 . +_:B05316adb49dda64c753613a30dc3adc3 "A title string for a Project resource." . +_:B05316adb49dda64c753613a30dc3adc3 . +_:B05316adb49dda64c753613a30dc3adc3 . +_:B05316adb49dda64c753613a30dc3adc3 . +_:B05316adb49dda64c753613a30dc3adc3 "title" . +_:B05316adb49dda64c753613a30dc3adc3 . +_:Bf2058f0f479595f98194b725161f35c7 "A date on which this Plan resource collects member resources." . +_:Bf2058f0f479595f98194b725161f35c7 . +_:Bf2058f0f479595f98194b725161f35c7 . +_:Bf2058f0f479595f98194b725161f35c7 . +_:Bf2058f0f479595f98194b725161f35c7 "date" . +_:Bf2058f0f479595f98194b725161f35c7 . +_:Bbdb3feb29731b374820ab58ae42158cc "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." . +_:Bbdb3feb29731b374820ab58ae42158cc . +_:Bbdb3feb29731b374820ab58ae42158cc . +_:Bbdb3feb29731b374820ab58ae42158cc . +_:Bbdb3feb29731b374820ab58ae42158cc "actualEndDate" . +_:Bbdb3feb29731b374820ab58ae42158cc . +_:Ba01f144b6b35ed3ce44296068c5c4d97 "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." . +_:Ba01f144b6b35ed3ce44296068c5c4d97 . +_:Ba01f144b6b35ed3ce44296068c5c4d97 . +_:Ba01f144b6b35ed3ce44296068c5c4d97 . +_:Ba01f144b6b35ed3ce44296068c5c4d97 "sequenceNumber" . +_:Ba01f144b6b35ed3ce44296068c5c4d97 . +_:Bccc5845fa0ece55547f25ea17ed91846 "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." . +_:Bccc5845fa0ece55547f25ea17ed91846 . +_:Bccc5845fa0ece55547f25ea17ed91846 . +_:Bccc5845fa0ece55547f25ea17ed91846 . +_:Bccc5845fa0ece55547f25ea17ed91846 . +_:Bccc5845fa0ece55547f25ea17ed91846 "stateOfIssue" . +_:Bccc5845fa0ece55547f25ea17ed91846 . +_:B15b11df37861485d3bcbccb9935a939c "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." . +_:B15b11df37861485d3bcbccb9935a939c . +_:B15b11df37861485d3bcbccb9935a939c . +_:B15b11df37861485d3bcbccb9935a939c . +_:B15b11df37861485d3bcbccb9935a939c "sequenceNumber" . +_:B15b11df37861485d3bcbccb9935a939c . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f "belongsTo is a relation between this Report resource and a Project resources. " . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f "belongsTo" . +_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . +_:B07fedac39978ab9e47cefb3946cf1542 "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." . +_:B07fedac39978ab9e47cefb3946cf1542 . +_:B07fedac39978ab9e47cefb3946cf1542 . +_:B07fedac39978ab9e47cefb3946cf1542 . +_:B07fedac39978ab9e47cefb3946cf1542 "source" . +_:B07fedac39978ab9e47cefb3946cf1542 . +_:Baa1585808e27604f3128be80872ca12b "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." . +_:Baa1585808e27604f3128be80872ca12b . +_:Baa1585808e27604f3128be80872ca12b . +_:Baa1585808e27604f3128be80872ca12b . +_:Baa1585808e27604f3128be80872ca12b . +_:Baa1585808e27604f3128be80872ca12b "metricOfMeasure" . +_:Baa1585808e27604f3128be80872ca12b . +_:B172a268fac21ecbdbd3abd89f4e340a1 "A title string of this Plan resource." . +_:B172a268fac21ecbdbd3abd89f4e340a1 . +_:B172a268fac21ecbdbd3abd89f4e340a1 . +_:B172a268fac21ecbdbd3abd89f4e340a1 . +_:B172a268fac21ecbdbd3abd89f4e340a1 "title" . +_:B172a268fac21ecbdbd3abd89f4e340a1 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 "The resource type URIs."^^ . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 "type" . +_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . +_:B5f17e2d53db8b6e9b17eefdc39149be7 "A title string of this IssueCollection resource." . +_:B5f17e2d53db8b6e9b17eefdc39149be7 . +_:B5f17e2d53db8b6e9b17eefdc39149be7 . +_:B5f17e2d53db8b6e9b17eefdc39149be7 . +_:B5f17e2d53db8b6e9b17eefdc39149be7 "title" . +_:B5f17e2d53db8b6e9b17eefdc39149be7 . +_:Bfe2c5375045868613a048c8ff93ebaea "The resource type URIs."^^ . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bfe2c5375045868613a048c8ff93ebaea "type" . +_:Bfe2c5375045868613a048c8ff93ebaea . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 "collects" . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:Bed803900ad6a2aa9ecb5722628c3bb07 . +_:B0bc7f0e4ed20489285431f5dc4e127f9 "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . +_:B0bc7f0e4ed20489285431f5dc4e127f9 . +_:B0bc7f0e4ed20489285431f5dc4e127f9 . +_:B0bc7f0e4ed20489285431f5dc4e127f9 . +_:B0bc7f0e4ed20489285431f5dc4e127f9 "raisedDate" . +_:B0bc7f0e4ed20489285431f5dc4e127f9 . +_:B3cb45e163eeb6bceb28388fdba46ae2b "A title string of this Report resource." . +_:B3cb45e163eeb6bceb28388fdba46ae2b . +_:B3cb45e163eeb6bceb28388fdba46ae2b . +_:B3cb45e163eeb6bceb28388fdba46ae2b . +_:B3cb45e163eeb6bceb28388fdba46ae2b "title" . +_:B3cb45e163eeb6bceb28388fdba46ae2b . +_:B80230cc7f3eb41c03420c0c41bbaff91 "A date on which this IssueCollection resource collects Issue resources." . +_:B80230cc7f3eb41c03420c0c41bbaff91 . +_:B80230cc7f3eb41c03420c0c41bbaff91 . +_:B80230cc7f3eb41c03420c0c41bbaff91 . +_:B80230cc7f3eb41c03420c0c41bbaff91 "date" . +_:B80230cc7f3eb41c03420c0c41bbaff91 . +_:Bf7aa29ae726504795731fb85ec6de80c "A string that identifies the Risk resource that is a source of this Risk resource." . +_:Bf7aa29ae726504795731fb85ec6de80c . +_:Bf7aa29ae726504795731fb85ec6de80c . +_:Bf7aa29ae726504795731fb85ec6de80c . +_:Bf7aa29ae726504795731fb85ec6de80c "source" . +_:Bf7aa29ae726504795731fb85ec6de80c . +_:B15315a0ca0f0bf205cdbde7b7de6710e "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." . +_:B15315a0ca0f0bf205cdbde7b7de6710e . +_:B15315a0ca0f0bf205cdbde7b7de6710e . +_:B15315a0ca0f0bf205cdbde7b7de6710e . +_:B15315a0ca0f0bf205cdbde7b7de6710e "sequenceNumber" . +_:B15315a0ca0f0bf205cdbde7b7de6710e . +_:B93774e8b534a241b1a8a61b044b9f200 "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:B93774e8b534a241b1a8a61b044b9f200 "observes" . +_:B93774e8b534a241b1a8a61b044b9f200 . +_:Bed8962cc7b336d41e58c8ffc314a0a97 "A unique identifier for a ManagedItemCollection resource." . +_:Bed8962cc7b336d41e58c8ffc314a0a97 . +_:Bed8962cc7b336d41e58c8ffc314a0a97 . +_:Bed8962cc7b336d41e58c8ffc314a0a97 . +_:Bed8962cc7b336d41e58c8ffc314a0a97 "identifier" . +_:Bed8962cc7b336d41e58c8ffc314a0a97 . +_:B7209d01ec441fcb9647763a1a04deda6 "The resource type URIs."^^ . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:B7209d01ec441fcb9647763a1a04deda6 "type" . +_:B7209d01ec441fcb9647763a1a04deda6 . +_:Bca43d80175f16d90024273a2df5cc9bd "The resource type URIs."^^ . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:Bca43d80175f16d90024273a2df5cc9bd "type" . +_:Bca43d80175f16d90024273a2df5cc9bd . +_:B978f069d6da636c8593fcfc012f9207c "dcterms:description is a property to help a human understand the resource." . +_:B978f069d6da636c8593fcfc012f9207c . +_:B978f069d6da636c8593fcfc012f9207c . +_:B978f069d6da636c8593fcfc012f9207c . +_:B978f069d6da636c8593fcfc012f9207c "description" . +_:B978f069d6da636c8593fcfc012f9207c . +_:B31147b9da01bcc72ec26120000babbd3 "dcterms:description is a property of a Project resource to help a human understand the project." . +_:B31147b9da01bcc72ec26120000babbd3 . +_:B31147b9da01bcc72ec26120000babbd3 . +_:B31147b9da01bcc72ec26120000babbd3 . +_:B31147b9da01bcc72ec26120000babbd3 "description" . +_:B31147b9da01bcc72ec26120000babbd3 . + _:B6954caaf1c815005a9d3671523ebfb9d . . - _:B67a430b8b80c484eadce2f0e4b458d70 . "Shape resource of a WorkItem resource" . . + _:Bb3e817c63f051a1f1191b4f00f29826c . + _:B15b11df37861485d3bcbccb9935a939c . "WorkItem" . - _:Be336533269417ffa699fb0483aedc5a9 . - _:B634ecc730298ea509371e1eb2db3cce8 . - _:B9709691cd62365d7b6086c35e6332318 . - _:B4756ab5c2fa1cc46db8892321df9ad45 . - _:B1bd634513c5774177eef722e49c8d837 . - _:B6820f239be60c2e57406c134deea28aa . - _:B249fe71063b208161d0dcda5acc98003 . - _:B3b598b4a90dabc2b335c4c99a222d755 . - _:B1760cecfc0071b3438500a7e8fc9b7bd . - _:B81bcf0001e639e86335b5e16a6f864c9 . - _:B20a8dc0de11c8433bb921c952f23fbe0 . - _:B62a67979804310c5554b516a18a84e78 . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 "unitOfScopeItemSize" . -_:Bbfa7e1a66d71ffe195eafc9bd5c30582 . -_:B15560e8c6e6d12570297801a1c830d23 "A unique identifier for a ScopeItem resource. " . -_:B15560e8c6e6d12570297801a1c830d23 . -_:B15560e8c6e6d12570297801a1c830d23 . -_:B15560e8c6e6d12570297801a1c830d23 . -_:B15560e8c6e6d12570297801a1c830d23 "identifier" . -_:B15560e8c6e6d12570297801a1c830d23 . -_:B30b145d8eaff4bd005a48348fd734aec "actualSize is a property for actual development size for a ScopeItem resource." . -_:B30b145d8eaff4bd005a48348fd734aec . -_:B30b145d8eaff4bd005a48348fd734aec . -_:B30b145d8eaff4bd005a48348fd734aec . -_:B30b145d8eaff4bd005a48348fd734aec "actualSize" . -_:B30b145d8eaff4bd005a48348fd734aec . -_:B3d2592d6660f5a8ddd90a72e386300ab "The resource type URIs."^^ . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B3d2592d6660f5a8ddd90a72e386300ab "type" . -_:B3d2592d6660f5a8ddd90a72e386300ab . -_:B95434789063cc9f28027164c3281c872 "A title string of this ManagedItemCollection resource." . -_:B95434789063cc9f28027164c3281c872 . -_:B95434789063cc9f28027164c3281c872 . -_:B95434789063cc9f28027164c3281c872 . -_:B95434789063cc9f28027164c3281c872 "title" . -_:B95434789063cc9f28027164c3281c872 . -_:B4b00df39df1d844be8c3f37974588216 "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." . -_:B4b00df39df1d844be8c3f37974588216 . -_:B4b00df39df1d844be8c3f37974588216 . -_:B4b00df39df1d844be8c3f37974588216 . -_:B4b00df39df1d844be8c3f37974588216 "actualEndDate" . -_:B4b00df39df1d844be8c3f37974588216 . -_:Baa97874c1d6ec56e3041135fa98922af "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." . -_:Baa97874c1d6ec56e3041135fa98922af . -_:Baa97874c1d6ec56e3041135fa98922af . -_:Baa97874c1d6ec56e3041135fa98922af . -_:Baa97874c1d6ec56e3041135fa98922af . -_:Baa97874c1d6ec56e3041135fa98922af "unitOfMeasure" . -_:Baa97874c1d6ec56e3041135fa98922af . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d "A title string of this Plan resource." . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d "title" . -_:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . -_:B5a06b4f8e94fdb30e362a077aa0be782 "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." . -_:B5a06b4f8e94fdb30e362a077aa0be782 . -_:B5a06b4f8e94fdb30e362a077aa0be782 . -_:B5a06b4f8e94fdb30e362a077aa0be782 . -_:B5a06b4f8e94fdb30e362a077aa0be782 "sequenceNumber" . -_:B5a06b4f8e94fdb30e362a077aa0be782 . - _:B96f8b6e417e0c5fc21dda3e5db451755 . - _:B994995acab23ca664a15ea840bc995c1 . - _:B941b89f385ecfceb5fa19ce199acd46c . + _:B2170c95514208f1f5ed62fc40e23074b . + _:B003aabccc1eb0f71e900b232f1f3fde7 . + _:Bf48892fe03ac51dd7ddd2a3391d14c81 . + _:Bd7f4f176a6eff749f40c28476aaaa52f . + _:B033e8d01016f6700110710fd7dea86e3 . + _:B557130f3d4774690bd71765a047ec194 . + _:Beee4ed8cdbcdc071b49e7c1f0f29c720 . + _:B1669114f4c3b7a4e9ed12ab1b9d27404 . + _:B6dbce364d70b038be2bd314b72b35fa6 . + _:B5358d055ea7806eb401683596d93ef6f . +_:B87f6063b470726f4a59138e017ce0d2b "A unique identifier for the Measure resource. " . +_:B87f6063b470726f4a59138e017ce0d2b . +_:B87f6063b470726f4a59138e017ce0d2b . +_:B87f6063b470726f4a59138e017ce0d2b . +_:B87f6063b470726f4a59138e017ce0d2b "identifier" . +_:B87f6063b470726f4a59138e017ce0d2b . +_:B8d28af6d2cba9a16de86e1f176f46d60 "A string that identifies the Plan resource that is a source of this Plan resource." . +_:B8d28af6d2cba9a16de86e1f176f46d60 . +_:B8d28af6d2cba9a16de86e1f176f46d60 . +_:B8d28af6d2cba9a16de86e1f176f46d60 . +_:B8d28af6d2cba9a16de86e1f176f46d60 "source" . +_:B8d28af6d2cba9a16de86e1f176f46d60 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 "raisedBy" . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." . +_:Bbc8ee15f216c69879bcb1e22b7936fa9 . +_:Bfae8f560ef13f0477d299d3bef886dcb "A date on which this Report resource collects member resources." . +_:Bfae8f560ef13f0477d299d3bef886dcb . +_:Bfae8f560ef13f0477d299d3bef886dcb . +_:Bfae8f560ef13f0477d299d3bef886dcb . +_:Bfae8f560ef13f0477d299d3bef886dcb "date" . +_:Bfae8f560ef13f0477d299d3bef886dcb . +_:B2d947da021cd94f85fc38677c0666bb4 "A unique identifier for a Report resource." . +_:B2d947da021cd94f85fc38677c0666bb4 . +_:B2d947da021cd94f85fc38677c0666bb4 . +_:B2d947da021cd94f85fc38677c0666bb4 . +_:B2d947da021cd94f85fc38677c0666bb4 "identifier" . +_:B2d947da021cd94f85fc38677c0666bb4 . +_:B6b83eaa404777eccd695bef00f7a4864 "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." . +_:B6b83eaa404777eccd695bef00f7a4864 . +_:B6b83eaa404777eccd695bef00f7a4864 . +_:B6b83eaa404777eccd695bef00f7a4864 . +_:B6b83eaa404777eccd695bef00f7a4864 "actualStartDate" . +_:B6b83eaa404777eccd695bef00f7a4864 . +_:Bcdc69edd36a0af01be0c72e70b896bea "A title string of this Measure resource." . +_:Bcdc69edd36a0af01be0c72e70b896bea . +_:Bcdc69edd36a0af01be0c72e70b896bea . +_:Bcdc69edd36a0af01be0c72e70b896bea . +_:Bcdc69edd36a0af01be0c72e70b896bea "title" . +_:Bcdc69edd36a0af01be0c72e70b896bea . +_:B39de5f703ca2d107d40ade7b3c16c339 "A unique identifier for the Artifact resource." . +_:B39de5f703ca2d107d40ade7b3c16c339 . +_:B39de5f703ca2d107d40ade7b3c16c339 . +_:B39de5f703ca2d107d40ade7b3c16c339 . +_:B39de5f703ca2d107d40ade7b3c16c339 "identifier" . +_:B39de5f703ca2d107d40ade7b3c16c339 . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e "dcterms:description is a property to help a human understand the resource." . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e "description" . +_:B0a5cd89d6d97e3c3a9e92186bb75de6e . +_:B50c53f7c26d88f5d72012fb95130ba87 "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." . +_:B50c53f7c26d88f5d72012fb95130ba87 . +_:B50c53f7c26d88f5d72012fb95130ba87 . +_:B50c53f7c26d88f5d72012fb95130ba87 . +_:B50c53f7c26d88f5d72012fb95130ba87 "source" . +_:B50c53f7c26d88f5d72012fb95130ba87 . +_:B7726a7d2319414d0c19209998aa94fa1 "A unique identifier for a Risk resource. " . +_:B7726a7d2319414d0c19209998aa94fa1 . +_:B7726a7d2319414d0c19209998aa94fa1 . +_:B7726a7d2319414d0c19209998aa94fa1 . +_:B7726a7d2319414d0c19209998aa94fa1 "identifier" . +_:B7726a7d2319414d0c19209998aa94fa1 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 "collects" . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 . +_:B00c20e81527379b7cf92659551281661 "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." . +_:B00c20e81527379b7cf92659551281661 . +_:B64401d7db09d2576cab798f87ca4cbf2 "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." . +_:B64401d7db09d2576cab798f87ca4cbf2 . +_:B64401d7db09d2576cab798f87ca4cbf2 . +_:B64401d7db09d2576cab798f87ca4cbf2 . +_:B64401d7db09d2576cab798f87ca4cbf2 "source" . +_:B64401d7db09d2576cab798f87ca4cbf2 . . "Shape resource of an IssueCollection resource."^^ . - _:B443e6fa45c781505cdaeb51e7c083318 . - _:Bf593c1fecc0d04bebe1b93f34f2f61c7 . - _:B3b24b49a883ea939d58fc295ed71cfb0 . - _:B5259e7640aaf2cf2f68e7243512500d8 . - _:Bc341fbc91ac76234bd2f0264d19ed0d5 . + _:Bebd2c28744d71b537cc76afe33200e1a . + _:B54c815bba8e09790b4591988497b9582 . + _:Bebd062b34bffd0757041d8d22c2d037b . + _:B5f17e2d53db8b6e9b17eefdc39149be7 . + _:B0239fbc2131dda779ba9f84475f3fd6f . + _:B80230cc7f3eb41c03420c0c41bbaff91 . + _:Bfaecc55c656971cb29bee5b4106fce8b . + _:B07fedac39978ab9e47cefb3946cf1542 . . -_:B6326f3b9f0dc302912c27ded7c8ae87e "A title string of this Report resource." . -_:B6326f3b9f0dc302912c27ded7c8ae87e . -_:B6326f3b9f0dc302912c27ded7c8ae87e . -_:B6326f3b9f0dc302912c27ded7c8ae87e . -_:B6326f3b9f0dc302912c27ded7c8ae87e "title" . -_:B6326f3b9f0dc302912c27ded7c8ae87e . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 "stateOfRisk" . -_:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:B4a6d60fdbd4052cfa6464ea62b328b0a "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." . -_:B4a6d60fdbd4052cfa6464ea62b328b0a . -_:B4a6d60fdbd4052cfa6464ea62b328b0a . -_:B4a6d60fdbd4052cfa6464ea62b328b0a . -_:B4a6d60fdbd4052cfa6464ea62b328b0a "plannedEndDate" . -_:B4a6d60fdbd4052cfa6464ea62b328b0a . - _:B81315620f5a74bc6eea7bf2f2d409eb8 . - _:B85b0059ecf3b29f56c8779f4dcc26910 . - _:B3d2592d6660f5a8ddd90a72e386300ab . - _:B916c36a4af5bab6860b5319c642ea64a . - _:B56d339a060976a1a13eea7bc4b2a763b . +_:B75731ca57b110c89c1371e4b2edeaaf7 "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." . +_:B75731ca57b110c89c1371e4b2edeaaf7 . +_:B75731ca57b110c89c1371e4b2edeaaf7 . +_:B75731ca57b110c89c1371e4b2edeaaf7 . +_:B75731ca57b110c89c1371e4b2edeaaf7 "source" . +_:B75731ca57b110c89c1371e4b2edeaaf7 . + _:B2443afc72b792eb2d7c2afbea6053f90 . + _:B64401d7db09d2576cab798f87ca4cbf2 . + _:Bfe2c5375045868613a048c8ff93ebaea . + _:B3ac3a647bf5fbf0da4274e766b0dba05 . . - _:B2051f225bc46fa24d5860d20345181c4 . - _:B29305669a51c66fa55f01b2df3c5907d . + _:B4081265587157a963f8bfdf3a456aa01 . + _:B667e049bd2992a9a286955016a3c311e . "Shape resource of a RiskCollection resource."^^ . - _:Bce4ed274b938ce549c120876ec72fa72 . + _:B762ab2715acecb5f7a3e3a1e4335c588 . + _:B1c2a86f9094e703a15b5b723106c5e7c . . -_:B17b5a268762685b6582d00fa80c00e52 "A unique identifier for the Artifact resource." . -_:B17b5a268762685b6582d00fa80c00e52 . -_:B17b5a268762685b6582d00fa80c00e52 . -_:B17b5a268762685b6582d00fa80c00e52 . -_:B17b5a268762685b6582d00fa80c00e52 "identifier" . -_:B17b5a268762685b6582d00fa80c00e52 . -_:Be381d548a2daf14260f6d34a0fd526c1 "dcterms:description is a property to help a human understand the Issue resource." . -_:Be381d548a2daf14260f6d34a0fd526c1 . -_:Be381d548a2daf14260f6d34a0fd526c1 . -_:Be381d548a2daf14260f6d34a0fd526c1 . -_:Be381d548a2daf14260f6d34a0fd526c1 "description" . -_:Be381d548a2daf14260f6d34a0fd526c1 . -_:Bb74d047e690b86e106d2f86d80d257a8 "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:Bb74d047e690b86e106d2f86d80d257a8 "isPartOf" . -_:Bb74d047e690b86e106d2f86d80d257a8 . -_:B1551ccc63e1d462a6ed8bd796bf13af5 "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." . -_:B1551ccc63e1d462a6ed8bd796bf13af5 . -_:B1551ccc63e1d462a6ed8bd796bf13af5 . -_:B1551ccc63e1d462a6ed8bd796bf13af5 . -_:B1551ccc63e1d462a6ed8bd796bf13af5 "source" . -_:B1551ccc63e1d462a6ed8bd796bf13af5 . -_:B06b826c995c8d7ca0c18b1c2cb51add4 "A string that identifies the Artifact resource that is a source of this Artifact resource." . -_:B06b826c995c8d7ca0c18b1c2cb51add4 . -_:B06b826c995c8d7ca0c18b1c2cb51add4 . -_:B06b826c995c8d7ca0c18b1c2cb51add4 . -_:B06b826c995c8d7ca0c18b1c2cb51add4 "source" . -_:B06b826c995c8d7ca0c18b1c2cb51add4 . -_:B249fe71063b208161d0dcda5acc98003 "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." . -_:B249fe71063b208161d0dcda5acc98003 . -_:B249fe71063b208161d0dcda5acc98003 . -_:B249fe71063b208161d0dcda5acc98003 . -_:B249fe71063b208161d0dcda5acc98003 "actualStartDate" . -_:B249fe71063b208161d0dcda5acc98003 . -_:Be10b92a392330890b4782e06740c5d35 "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 . -_:Be10b92a392330890b4782e06740c5d35 "observes" . -_:Be10b92a392330890b4782e06740c5d35 . -_:B5c7c0b57b0247a983bbe2281cbbd8519 "A string that identifies the Issue resource that is a source of this Issue resource." . -_:B5c7c0b57b0247a983bbe2281cbbd8519 . -_:B5c7c0b57b0247a983bbe2281cbbd8519 . -_:B5c7c0b57b0247a983bbe2281cbbd8519 . -_:B5c7c0b57b0247a983bbe2281cbbd8519 "source" . -_:B5c7c0b57b0247a983bbe2281cbbd8519 . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f "collects" . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B798c00f2b3e2d62dcd4f73f9f653976f . -_:B63b0bd31cc508d86bcc441ad99366b60 "A unique identifier for the Issue resource. " . -_:B63b0bd31cc508d86bcc441ad99366b60 . -_:B63b0bd31cc508d86bcc441ad99366b60 . -_:B63b0bd31cc508d86bcc441ad99366b60 . -_:B63b0bd31cc508d86bcc441ad99366b60 "identifier" . -_:B63b0bd31cc508d86bcc441ad99366b60 . -_:B017818c405f597b0bbd64f602a7250f5 "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." . -_:B017818c405f597b0bbd64f602a7250f5 . -_:B017818c405f597b0bbd64f602a7250f5 . -_:B017818c405f597b0bbd64f602a7250f5 . -_:B017818c405f597b0bbd64f602a7250f5 . -_:B017818c405f597b0bbd64f602a7250f5 "stateOfIssue" . -_:B017818c405f597b0bbd64f602a7250f5 . -_:Baad0f6fc85f052591a4784a7aa8f7c36 "dcterms:description is a property to help a human understand the resource." . -_:Baad0f6fc85f052591a4784a7aa8f7c36 . -_:Baad0f6fc85f052591a4784a7aa8f7c36 . -_:Baad0f6fc85f052591a4784a7aa8f7c36 . -_:Baad0f6fc85f052591a4784a7aa8f7c36 "description" . -_:Baad0f6fc85f052591a4784a7aa8f7c36 . - _:B7aac889e9689a33a3acfca1a28d0d26a . - _:B1922d89a620d6292e60f603ff21f5a7b . - _:B4bf41380807f169e8cb482b74036e147 . +_:B109daa7c087bcc49f9940c353cb53937 "actualSize is a property for actual development size for a ScopeItem resource." . +_:B109daa7c087bcc49f9940c353cb53937 . +_:B109daa7c087bcc49f9940c353cb53937 . +_:B109daa7c087bcc49f9940c353cb53937 . +_:B109daa7c087bcc49f9940c353cb53937 "actualSize" . +_:B109daa7c087bcc49f9940c353cb53937 . +_:Bebd062b34bffd0757041d8d22c2d037b "The resource type URIs."^^ . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Bebd062b34bffd0757041d8d22c2d037b "type" . +_:Bebd062b34bffd0757041d8d22c2d037b . +_:Ba6de552b2cdacfbde6fea26bed74afb0 "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " . +_:Ba6de552b2cdacfbde6fea26bed74afb0 . +_:Ba6de552b2cdacfbde6fea26bed74afb0 . +_:Ba6de552b2cdacfbde6fea26bed74afb0 . +_:Ba6de552b2cdacfbde6fea26bed74afb0 . +_:Ba6de552b2cdacfbde6fea26bed74afb0 "unitOfScopeItemSize" . +_:Ba6de552b2cdacfbde6fea26bed74afb0 . +_:B5782557c5574fa0331e270ac532257e0 "The resource type URIs."^^ . +_:B5782557c5574fa0331e270ac532257e0 . +_:B5782557c5574fa0331e270ac532257e0 . +_:B5782557c5574fa0331e270ac532257e0 . +_:B5782557c5574fa0331e270ac532257e0 . +_:B5782557c5574fa0331e270ac532257e0 . +_:B5782557c5574fa0331e270ac532257e0 "type" . +_:B5782557c5574fa0331e270ac532257e0 . +_:B762ab2715acecb5f7a3e3a1e4335c588 "A unique identifier for a RiskCollection resource." . +_:B762ab2715acecb5f7a3e3a1e4335c588 . +_:B762ab2715acecb5f7a3e3a1e4335c588 . +_:B762ab2715acecb5f7a3e3a1e4335c588 . +_:B762ab2715acecb5f7a3e3a1e4335c588 "identifier" . +_:B762ab2715acecb5f7a3e3a1e4335c588 . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 "A title string for the WorkItem resource." . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 "title" . +_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . +_:Ba508a5cad33777f6ff2830a75e3fd86f "belongsTo is a relation between a Plan resource and a Project resource. " . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Ba508a5cad33777f6ff2830a75e3fd86f "belongsTo" . +_:Ba508a5cad33777f6ff2830a75e3fd86f . +_:Bfaecc55c656971cb29bee5b4106fce8b "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:Bfaecc55c656971cb29bee5b4106fce8b "belongsTo" . +_:Bfaecc55c656971cb29bee5b4106fce8b . +_:B6cd60c48b574516ac97c32fe28bd72d3 "A string that identifies the Issue resource that is a source of this Issue resource." . +_:B6cd60c48b574516ac97c32fe28bd72d3 . +_:B6cd60c48b574516ac97c32fe28bd72d3 . +_:B6cd60c48b574516ac97c32fe28bd72d3 . +_:B6cd60c48b574516ac97c32fe28bd72d3 "source" . +_:B6cd60c48b574516ac97c32fe28bd72d3 . +_:B93d07a80e6c621b47ad6d1f37dea484b "The resource type URIs."^^ . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B93d07a80e6c621b47ad6d1f37dea484b "type" . +_:B93d07a80e6c621b47ad6d1f37dea484b . +_:B6bad8a5f5e0bb985c02171fc4992849d "A unique identifier for a Project resource." . +_:B6bad8a5f5e0bb985c02171fc4992849d . +_:B6bad8a5f5e0bb985c02171fc4992849d . +_:B6bad8a5f5e0bb985c02171fc4992849d . +_:B6bad8a5f5e0bb985c02171fc4992849d "identifier" . +_:B6bad8a5f5e0bb985c02171fc4992849d . +_:Ba3a18d90e819a8d250db78f0d9de9453 "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba3a18d90e819a8d250db78f0d9de9453 "targets" . +_:Ba3a18d90e819a8d250db78f0d9de9453 . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f "identifiedDate is the date on which the risk was identified." . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f "identifiedDate" . +_:Ba8e67e43406dc6fb1d1ba742d2fee32f . +_:B2170c95514208f1f5ed62fc40e23074b "A string that identifies the WorkItem resource that is a source of this WorkItem resource." . +_:B2170c95514208f1f5ed62fc40e23074b . +_:B2170c95514208f1f5ed62fc40e23074b . +_:B2170c95514208f1f5ed62fc40e23074b . +_:B2170c95514208f1f5ed62fc40e23074b "source" . +_:B2170c95514208f1f5ed62fc40e23074b . + _:B244d6def4e881f02ad057cec7a95ba2b . + _:Bf2058f0f479595f98194b725161f35c7 . + _:B475846d3c0bd3d58cf93f5db5d32b86c . + _:B172a268fac21ecbdbd3abd89f4e340a1 . + _:Bf920af3a2816443173df7b5697a4b712 . + _:B587b3451f55e451d3125a14f202442c7 . . - _:B1c3e1ff0cf9b8f9a5dbac5efa247b53d . - _:B2cccb948b76a80a8ab8709f486e73c98 . - _:B798c00f2b3e2d62dcd4f73f9f653976f . - _:B2a839b85ece4043933c04ca24bc6bf6f . + _:Ba508a5cad33777f6ff2830a75e3fd86f . + _:B8d28af6d2cba9a16de86e1f176f46d60 . "Shape resource of a Plan resource"^^ . - _:Bd12f0273c82c25a274b3f24072d7d3cf . . +_:Bb290523606f2895d1a93b5936168e2b5 "dcterms:description is a property to help a human understand the resource." . +_:Bb290523606f2895d1a93b5936168e2b5 . +_:Bb290523606f2895d1a93b5936168e2b5 . +_:Bb290523606f2895d1a93b5936168e2b5 . +_:Bb290523606f2895d1a93b5936168e2b5 "description" . +_:Bb290523606f2895d1a93b5936168e2b5 . "Shape resource of a Measurement resource"^^ . - _:B02051ea30e0a7be4d26b29ba3404c321 . - _:Be10b92a392330890b4782e06740c5d35 . - _:B18ac2513c36ca266cbb893a777b649ba . - _:B55945066172e700bd49a09d481cc9be1 . - _:B2ea2f8950d072f5ecf882b4a131f6760 . - _:B1d3fc34cb1c3055e69af1abc529ca98b . + _:Bb6d164ebbdaa189b7d5e02034c1c45c0 . + _:B93774e8b534a241b1a8a61b044b9f200 . + _:B406740543bdae603a7561e79f27200c4 . + _:B49d38c92dd198f5c1abd4a894cfd2ee6 . + _:Bb28d2f2bed1e325ba79a510762568699 . + _:B8869fed941359d32e4a97d00b891dcad . . . -_:B04a9d30e78e65e13b08ae25280a72ee3 "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B04a9d30e78e65e13b08ae25280a72ee3 "targets" . -_:B04a9d30e78e65e13b08ae25280a72ee3 . -_:B2ea2f8950d072f5ecf882b4a131f6760 "dcterms:description is a property to help a human understand the resource." . -_:B2ea2f8950d072f5ecf882b4a131f6760 . -_:B2ea2f8950d072f5ecf882b4a131f6760 . -_:B2ea2f8950d072f5ecf882b4a131f6760 . -_:B2ea2f8950d072f5ecf882b4a131f6760 "description" . -_:B2ea2f8950d072f5ecf882b4a131f6760 . -_:B5259e7640aaf2cf2f68e7243512500d8 "A date on which this IssueCollection resource collects Issue resources." . -_:B5259e7640aaf2cf2f68e7243512500d8 . -_:B5259e7640aaf2cf2f68e7243512500d8 . -_:B5259e7640aaf2cf2f68e7243512500d8 . -_:B5259e7640aaf2cf2f68e7243512500d8 "date" . -_:B5259e7640aaf2cf2f68e7243512500d8 . -_:B1d3fc34cb1c3055e69af1abc529ca98b "date is a property of a Measurement resource. It is the date on which the measurement was made. " . -_:B1d3fc34cb1c3055e69af1abc529ca98b . -_:B1d3fc34cb1c3055e69af1abc529ca98b . -_:B1d3fc34cb1c3055e69af1abc529ca98b . -_:B1d3fc34cb1c3055e69af1abc529ca98b "date" . -_:B1d3fc34cb1c3055e69af1abc529ca98b . -_:B493aa79ebd552d0e2f20fef3e78975f1 "A unique identifier for a Report resource." . -_:B493aa79ebd552d0e2f20fef3e78975f1 . -_:B493aa79ebd552d0e2f20fef3e78975f1 . -_:B493aa79ebd552d0e2f20fef3e78975f1 . -_:B493aa79ebd552d0e2f20fef3e78975f1 "identifier" . -_:B493aa79ebd552d0e2f20fef3e78975f1 . -_:B386ceb55a9645e1c9955323a18224183 "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." . -_:B386ceb55a9645e1c9955323a18224183 . -_:B386ceb55a9645e1c9955323a18224183 . -_:B386ceb55a9645e1c9955323a18224183 . -_:B386ceb55a9645e1c9955323a18224183 "sequenceNumber" . -_:B386ceb55a9645e1c9955323a18224183 . - _:B90b39422937d41f52b2328420a60e641 . - _:B30b145d8eaff4bd005a48348fd734aec . +_:Bca436dd4424024345eaab165717af4af "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af . +_:Bca436dd4424024345eaab165717af4af "isPartOf" . +_:Bca436dd4424024345eaab165717af4af . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 "plannedEndDate" . +_:B3394a5f9dd8b4e05637cfcfcb509eef6 . +_:Bec0ebe4f70b66b808258cb289e707c7f "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." . +_:Bec0ebe4f70b66b808258cb289e707c7f . +_:Bec0ebe4f70b66b808258cb289e707c7f . +_:Bec0ebe4f70b66b808258cb289e707c7f . +_:Bec0ebe4f70b66b808258cb289e707c7f "sequenceNumber" . +_:Bec0ebe4f70b66b808258cb289e707c7f . +_:B4081265587157a963f8bfdf3a456aa01 "belongsTo is a relation between the RiskCollection resource and a Project resource." . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B4081265587157a963f8bfdf3a456aa01 "belongsTo" . +_:B4081265587157a963f8bfdf3a456aa01 . +_:B8869fed941359d32e4a97d00b891dcad "date is a property of a Measurement resource. It is the date on which the measurement was made. " . +_:B8869fed941359d32e4a97d00b891dcad . +_:B8869fed941359d32e4a97d00b891dcad . +_:B8869fed941359d32e4a97d00b891dcad . +_:B8869fed941359d32e4a97d00b891dcad "date" . +_:B8869fed941359d32e4a97d00b891dcad . +_:B634f054d0ccd4bb729a7ce33f2906675 "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." . +_:B634f054d0ccd4bb729a7ce33f2906675 . +_:B634f054d0ccd4bb729a7ce33f2906675 . +_:B634f054d0ccd4bb729a7ce33f2906675 . +_:B634f054d0ccd4bb729a7ce33f2906675 . +_:B634f054d0ccd4bb729a7ce33f2906675 "metricOfScopeItemSize" . +_:B634f054d0ccd4bb729a7ce33f2906675 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 . +_:B033e8d01016f6700110710fd7dea86e3 "requiredBy" . + _:B3225961fac62274432b95b732b99cae0 . + _:B15315a0ca0f0bf205cdbde7b7de6710e . + _:B109daa7c087bcc49f9940c353cb53937 . . - _:Bd75f06903721cf6343af0638bfad42eb . - _:Baad0f6fc85f052591a4784a7aa8f7c36 . - _:B386ceb55a9645e1c9955323a18224183 . - _:Bb8bd153a9530287ec7ccc934ddaf49aa . - _:B34d2e5dbf28f697944f0631e20dac025 . - _:B15560e8c6e6d12570297801a1c830d23 . + _:B17f314c86f3b461af392daecfa11b1fd . + _:B637ca83fbf9fef84464719b853854905 . + _:Bca436dd4424024345eaab165717af4af . + _:Bc4e934a69f7e40f6161d6ef5ead95479 . + _:B062663382776c0a8b6c28963251d2a6c . + _:B7209d01ec441fcb9647763a1a04deda6 . "Shape resource of a ScopeItem resource"^^ . . - _:B46241b6c1928ef980c3f37c44fe140dc . -_:Bea3577b414b32ccd2b6d909760fb8d38 "valueOfMeasure is a property that represents a value for the Measure resource." . -_:Bea3577b414b32ccd2b6d909760fb8d38 . -_:Bea3577b414b32ccd2b6d909760fb8d38 . -_:Bea3577b414b32ccd2b6d909760fb8d38 . -_:Bea3577b414b32ccd2b6d909760fb8d38 "valueOfMeasure" . -_:Bea3577b414b32ccd2b6d909760fb8d38 . -_:Be09fe590b2174b4a0071751c35ff9f18 "A title string of this Measure resource." . -_:Be09fe590b2174b4a0071751c35ff9f18 . -_:Be09fe590b2174b4a0071751c35ff9f18 . -_:Be09fe590b2174b4a0071751c35ff9f18 . -_:Be09fe590b2174b4a0071751c35ff9f18 "title" . -_:Be09fe590b2174b4a0071751c35ff9f18 . -_:B5013320d6d139114bfc75ce20448e1d7 "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." . -_:B5013320d6d139114bfc75ce20448e1d7 . -_:B5013320d6d139114bfc75ce20448e1d7 . -_:B5013320d6d139114bfc75ce20448e1d7 . -_:B5013320d6d139114bfc75ce20448e1d7 "actualStartDate" . -_:B5013320d6d139114bfc75ce20448e1d7 . -_:B46241b6c1928ef980c3f37c44fe140dc "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B46241b6c1928ef980c3f37c44fe140dc "isPartOf" . -_:B46241b6c1928ef980c3f37c44fe140dc . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b "The resource type URIs."^^ . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b "type" . -_:B096f7533ff9c0fca20dbf0a7f3e1aa5b . -_:Bb8bd153a9530287ec7ccc934ddaf49aa "A title string for a ScopeItem resource." . -_:Bb8bd153a9530287ec7ccc934ddaf49aa . -_:Bb8bd153a9530287ec7ccc934ddaf49aa . -_:Bb8bd153a9530287ec7ccc934ddaf49aa . -_:Bb8bd153a9530287ec7ccc934ddaf49aa "title" . -_:Bb8bd153a9530287ec7ccc934ddaf49aa . -_:B92f8ce14eee5e0442b736546f971778f "A unique identifier for a ManagedItem resource. " . -_:B92f8ce14eee5e0442b736546f971778f . -_:B92f8ce14eee5e0442b736546f971778f . -_:B92f8ce14eee5e0442b736546f971778f . -_:B92f8ce14eee5e0442b736546f971778f "identifier" . -_:B92f8ce14eee5e0442b736546f971778f . -_:B29305669a51c66fa55f01b2df3c5907d "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." . -_:B29305669a51c66fa55f01b2df3c5907d . -_:B29305669a51c66fa55f01b2df3c5907d . -_:B29305669a51c66fa55f01b2df3c5907d . -_:B29305669a51c66fa55f01b2df3c5907d "source" . -_:B29305669a51c66fa55f01b2df3c5907d . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 "collects" . -_:Bc341fbc91ac76234bd2f0264d19ed0d5 . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 "A string that identifies the Risk resource that is a source of this Risk resource." . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 "source" . -_:Bc0669ce1f88246a8ba2e08bdaac160e9 . -_:Be1894196b82c51fda29c6c210dd58928 "A string that identifies the Report resource that is a source of this Report resource." . -_:Be1894196b82c51fda29c6c210dd58928 . -_:Be1894196b82c51fda29c6c210dd58928 . -_:Be1894196b82c51fda29c6c210dd58928 . -_:Be1894196b82c51fda29c6c210dd58928 "source" . -_:Be1894196b82c51fda29c6c210dd58928 . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 "A date on which this ManagedItemCollection resource collects member resources." . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 "date" . -_:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . - _:Bbca488c017cb29d8cd007c42bd9c0398 . - _:B17b5a268762685b6582d00fa80c00e52 . - _:Ba612eb5c5c80099555b83a116903ed31 . - _:B5a06b4f8e94fdb30e362a077aa0be782 . +_:B8032e2ece928649587ca409e9ab5b9f1 "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:B8032e2ece928649587ca409e9ab5b9f1 "isPartOf" . +_:B8032e2ece928649587ca409e9ab5b9f1 . +_:Bfa312acd5e7b1da710b330dd2ffa551a "A string that identifies the Artifact resource that is a source of this Artifact resource." . +_:Bfa312acd5e7b1da710b330dd2ffa551a . +_:Bfa312acd5e7b1da710b330dd2ffa551a . +_:Bfa312acd5e7b1da710b330dd2ffa551a . +_:Bfa312acd5e7b1da710b330dd2ffa551a "source" . +_:Bfa312acd5e7b1da710b330dd2ffa551a . +_:B9bfc238a9bc0501b9418b022c8a43811 "The resource type URIs."^^ . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B9bfc238a9bc0501b9418b022c8a43811 "type" . +_:B9bfc238a9bc0501b9418b022c8a43811 . +_:B721e49d6ce156e1f9d82aa175f997378 "dcterms:description is a property to help a human understand the resource." . +_:B721e49d6ce156e1f9d82aa175f997378 . +_:B721e49d6ce156e1f9d82aa175f997378 . +_:B721e49d6ce156e1f9d82aa175f997378 . +_:B721e49d6ce156e1f9d82aa175f997378 "description" . +_:B721e49d6ce156e1f9d82aa175f997378 . +_:B637ca83fbf9fef84464719b853854905 "A title string for a ScopeItem resource." . +_:B637ca83fbf9fef84464719b853854905 . +_:B637ca83fbf9fef84464719b853854905 . +_:B637ca83fbf9fef84464719b853854905 . +_:B637ca83fbf9fef84464719b853854905 "title" . +_:B637ca83fbf9fef84464719b853854905 . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 "A unique identifier for a ManagedItem resource. " . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 "identifier" . +_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . +_:Bb3e817c63f051a1f1191b4f00f29826c "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." . +_:Bb3e817c63f051a1f1191b4f00f29826c . +_:Bb3e817c63f051a1f1191b4f00f29826c . +_:Bb3e817c63f051a1f1191b4f00f29826c . +_:Bb3e817c63f051a1f1191b4f00f29826c "plannedEndDate" . +_:Bb3e817c63f051a1f1191b4f00f29826c . + _:B8032e2ece928649587ca409e9ab5b9f1 . + _:Bb40236511c12052526813b3dfd2a6465 . "Shape resource of an Artifact resource."^^ . - _:Bb74d047e690b86e106d2f86d80d257a8 . - _:B04a9d30e78e65e13b08ae25280a72ee3 . . - _:B06cc2797adb36648fb2b3265aed3a4df . - _:B4915efad8e3da196dcd4719b90aba5b2 . + _:Ba01f144b6b35ed3ce44296068c5c4d97 . + _:B9bfc238a9bc0501b9418b022c8a43811 . + _:Bb290523606f2895d1a93b5936168e2b5 . + _:Bfa312acd5e7b1da710b330dd2ffa551a . + _:B39de5f703ca2d107d40ade7b3c16c339 . . - _:B06b826c995c8d7ca0c18b1c2cb51add4 . -_:B6820f239be60c2e57406c134deea28aa "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." . -_:B6820f239be60c2e57406c134deea28aa . -_:B6820f239be60c2e57406c134deea28aa . -_:B6820f239be60c2e57406c134deea28aa . -_:B6820f239be60c2e57406c134deea28aa "plannedStartDate" . -_:B6820f239be60c2e57406c134deea28aa . -_:B2051f225bc46fa24d5860d20345181c4 "A title string of this RiskCollection resource." . -_:B2051f225bc46fa24d5860d20345181c4 . -_:B2051f225bc46fa24d5860d20345181c4 . -_:B2051f225bc46fa24d5860d20345181c4 . -_:B2051f225bc46fa24d5860d20345181c4 "title" . -_:B2051f225bc46fa24d5860d20345181c4 . -_:Ba4759417069b7d0aabcbdd044ff6cf9a "The resource type URIs."^^ . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Ba4759417069b7d0aabcbdd044ff6cf9a "type" . -_:Ba4759417069b7d0aabcbdd044ff6cf9a . -_:Beaa4f00976b777b2b9dfb4662b092fd7 "A unique identifier for a Project resource." . -_:Beaa4f00976b777b2b9dfb4662b092fd7 . -_:Beaa4f00976b777b2b9dfb4662b092fd7 . -_:Beaa4f00976b777b2b9dfb4662b092fd7 . -_:Beaa4f00976b777b2b9dfb4662b092fd7 "identifier" . -_:Beaa4f00976b777b2b9dfb4662b092fd7 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 "collects" . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:Bfcae0fb9154adad7245c91b57d072d40 . -_:B1bd634513c5774177eef722e49c8d837 "A title string for the WorkItem resource." . -_:B1bd634513c5774177eef722e49c8d837 . -_:B1bd634513c5774177eef722e49c8d837 . -_:B1bd634513c5774177eef722e49c8d837 . -_:B1bd634513c5774177eef722e49c8d837 "title" . -_:B1bd634513c5774177eef722e49c8d837 . -_:B0c891358ca27b89d9d41b869cb5c8539 "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." . -_:B0c891358ca27b89d9d41b869cb5c8539 . -_:B0c891358ca27b89d9d41b869cb5c8539 . -_:B0c891358ca27b89d9d41b869cb5c8539 . -_:B0c891358ca27b89d9d41b869cb5c8539 "sequenceNumber" . -_:B0c891358ca27b89d9d41b869cb5c8539 . -_:Ba8f1115bbeef2638247b5d92e02bd114 "identifiedDate is the date on which the risk was identified." . -_:Ba8f1115bbeef2638247b5d92e02bd114 . -_:Ba8f1115bbeef2638247b5d92e02bd114 . -_:Ba8f1115bbeef2638247b5d92e02bd114 . -_:Ba8f1115bbeef2638247b5d92e02bd114 "identifiedDate" . -_:Ba8f1115bbeef2638247b5d92e02bd114 . + _:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . + _:Ba3a18d90e819a8d250db78f0d9de9453 . +_:B930c53ffee884baa6e2ce4c2adca1dc6 "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." . +_:B930c53ffee884baa6e2ce4c2adca1dc6 . +_:B930c53ffee884baa6e2ce4c2adca1dc6 . +_:B930c53ffee884baa6e2ce4c2adca1dc6 . +_:B930c53ffee884baa6e2ce4c2adca1dc6 "sequenceNumber" . +_:B930c53ffee884baa6e2ce4c2adca1dc6 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 "isPartOf" . +_:Bf48892fe03ac51dd7ddd2a3391d14c81 . +_:B0239fbc2131dda779ba9f84475f3fd6f "dcterms:description is a property to help a human understand the resource." . +_:B0239fbc2131dda779ba9f84475f3fd6f . +_:B0239fbc2131dda779ba9f84475f3fd6f . +_:B0239fbc2131dda779ba9f84475f3fd6f . +_:B0239fbc2131dda779ba9f84475f3fd6f "description" . +_:B0239fbc2131dda779ba9f84475f3fd6f . +_:B557130f3d4774690bd71765a047ec194 "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " . +_:B557130f3d4774690bd71765a047ec194 . +_:B557130f3d4774690bd71765a047ec194 . +_:B557130f3d4774690bd71765a047ec194 . +_:B557130f3d4774690bd71765a047ec194 . +_:B557130f3d4774690bd71765a047ec194 "representedBy" . +_:B557130f3d4774690bd71765a047ec194 . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 "A unique identifier for the WorkItem resource. " . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 "identifier" . +_:B1669114f4c3b7a4e9ed12ab1b9d27404 . +_:B17f314c86f3b461af392daecfa11b1fd "A unique identifier for a ScopeItem resource. " . +_:B17f314c86f3b461af392daecfa11b1fd . +_:B17f314c86f3b461af392daecfa11b1fd . +_:B17f314c86f3b461af392daecfa11b1fd . +_:B17f314c86f3b461af392daecfa11b1fd "identifier" . +_:B17f314c86f3b461af392daecfa11b1fd . +_:B166498c5af5d73a8e3d77d3148d96947 "The resource type URIs."^^ . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:B166498c5af5d73a8e3d77d3148d96947 "type" . +_:B166498c5af5d73a8e3d77d3148d96947 . +_:Bfab40236dafa71710ecc6a85a5ca6c43 "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." . +_:Bfab40236dafa71710ecc6a85a5ca6c43 . +_:Bfab40236dafa71710ecc6a85a5ca6c43 . +_:Bfab40236dafa71710ecc6a85a5ca6c43 . +_:Bfab40236dafa71710ecc6a85a5ca6c43 "sequenceNumber" . +_:Bfab40236dafa71710ecc6a85a5ca6c43 . +_:Bb092388a817cff5c90e02d43c80107b4 "A date on which this ManagedItemCollection resource collects member resources." . +_:Bb092388a817cff5c90e02d43c80107b4 . +_:Bb092388a817cff5c90e02d43c80107b4 . +_:Bb092388a817cff5c90e02d43c80107b4 . +_:Bb092388a817cff5c90e02d43c80107b4 "date" . +_:Bb092388a817cff5c90e02d43c80107b4 . "Shape resource for ManagedItem."^^ . - _:B7748cc6c22f36e62cf6264c8f0bae452 . - _:B0c891358ca27b89d9d41b869cb5c8539 . - _:Bc8fc7ac441319cca7a5c70f13ab46139 . - _:B33cd12843a64ff31099a8b6db814e784 . - _:B92f8ce14eee5e0442b736546f971778f . - _:Ba1af051e9ac1b5c066042c34af0f94eb . + _:B93d07a80e6c621b47ad6d1f37dea484b . + _:B930c53ffee884baa6e2ce4c2adca1dc6 . + _:B23ccdd9634dbc1ab90200ec0a46e41d1 . + _:B50c53f7c26d88f5d72012fb95130ba87 . + _:Bfc2ad1ff9f1cda851a8e95c5eba76636 . + _:B978f069d6da636c8593fcfc012f9207c . . . -_:B14df8e3c2b561ff551deda98aeadd272 "The resource type URIs."^^ . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:B14df8e3c2b561ff551deda98aeadd272 "type" . -_:B14df8e3c2b561ff551deda98aeadd272 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 "identifiedBy" . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:Bfc31769ccb3927610c65f1cbb2b05dd9 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 "collects is a relation between a RiskCollection resource and a Risk resource." . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B81315620f5a74bc6eea7bf2f2d409eb8 "collects" . -_:B81315620f5a74bc6eea7bf2f2d409eb8 . -_:B994995acab23ca664a15ea840bc995c1 "dcterms:description is a property to help a human understand the resource." . -_:B994995acab23ca664a15ea840bc995c1 . -_:B994995acab23ca664a15ea840bc995c1 . -_:B994995acab23ca664a15ea840bc995c1 . -_:B994995acab23ca664a15ea840bc995c1 "description" . -_:B994995acab23ca664a15ea840bc995c1 . -_:B7aac889e9689a33a3acfca1a28d0d26a "belongsTo is a relation between a Plan resource and a Project resource. " . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B7aac889e9689a33a3acfca1a28d0d26a "belongsTo" . -_:B7aac889e9689a33a3acfca1a28d0d26a . -_:B518b7ff3dc3749e3af00a4dde5f557ee "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . -_:B518b7ff3dc3749e3af00a4dde5f557ee . -_:B518b7ff3dc3749e3af00a4dde5f557ee . -_:B518b7ff3dc3749e3af00a4dde5f557ee . -_:B518b7ff3dc3749e3af00a4dde5f557ee "raisedDate" . -_:B518b7ff3dc3749e3af00a4dde5f557ee . -_:B02051ea30e0a7be4d26b29ba3404c321 "The resource type URIs."^^ . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B02051ea30e0a7be4d26b29ba3404c321 "type" . -_:B02051ea30e0a7be4d26b29ba3404c321 . -_:B97909fae07ae45bd770b7318dad9546c "dcterms:description is a property to help a human to understand the resource." . -_:B97909fae07ae45bd770b7318dad9546c . -_:B97909fae07ae45bd770b7318dad9546c . -_:B97909fae07ae45bd770b7318dad9546c . -_:B97909fae07ae45bd770b7318dad9546c "description" . -_:B97909fae07ae45bd770b7318dad9546c . -_:B1922d89a620d6292e60f603ff21f5a7b "A date on which this Plan resource collects member resources." . -_:B1922d89a620d6292e60f603ff21f5a7b . -_:B1922d89a620d6292e60f603ff21f5a7b . -_:B1922d89a620d6292e60f603ff21f5a7b . -_:B1922d89a620d6292e60f603ff21f5a7b "date" . -_:B1922d89a620d6292e60f603ff21f5a7b . -_:B1d4f62621d5d20e941d70e5606d3f5bc "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1d4f62621d5d20e941d70e5606d3f5bc "includes" . -_:B1d4f62621d5d20e941d70e5606d3f5bc . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 "sequenceNumber" . -_:B1b9b9dd09b72ffd16e1453bd4b5fc655 . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 "A unique identifier of the resource." . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 "identifier" . -_:Bf593c1fecc0d04bebe1b93f34f2f61c7 . -_:B4d48809938f211a7bc329d6923b20707 "The resource type URIs."^^ . -_:B4d48809938f211a7bc329d6923b20707 . -_:B4d48809938f211a7bc329d6923b20707 . -_:B4d48809938f211a7bc329d6923b20707 . -_:B4d48809938f211a7bc329d6923b20707 . -_:B4d48809938f211a7bc329d6923b20707 . -_:B4d48809938f211a7bc329d6923b20707 "type" . -_:B4d48809938f211a7bc329d6923b20707 . -_:B96f8b6e417e0c5fc21dda3e5db451755 "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." . -_:B96f8b6e417e0c5fc21dda3e5db451755 . -_:B96f8b6e417e0c5fc21dda3e5db451755 . -_:B96f8b6e417e0c5fc21dda3e5db451755 . -_:B96f8b6e417e0c5fc21dda3e5db451755 "source" . -_:B96f8b6e417e0c5fc21dda3e5db451755 . - _:Bc0669ce1f88246a8ba2e08bdaac160e9 . + _:Ba8e67e43406dc6fb1d1ba742d2fee32f . . - "Shape resource of a Risk resource."^^ . - _:B14df8e3c2b561ff551deda98aeadd272 . . - _:Ba8f1115bbeef2638247b5d92e02bd114 . - _:B736ca35abef134f7800800d3454330ab . - _:B3e57da7ba5b8714db591df02d0ceeb99 . - _:B04c39e5efdb1296bab82c71289804805 . - _:B97909fae07ae45bd770b7318dad9546c . - _:Bfc31769ccb3927610c65f1cbb2b05dd9 . - _:B4a17a2f719ebb1bb44d2d0d6d3ddc110 . -_:Ba612eb5c5c80099555b83a116903ed31 "The resource type URIs."^^ . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:Ba612eb5c5c80099555b83a116903ed31 "type" . -_:Ba612eb5c5c80099555b83a116903ed31 . -_:B7748cc6c22f36e62cf6264c8f0bae452 "The resource type URIs."^^ . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B7748cc6c22f36e62cf6264c8f0bae452 "type" . -_:B7748cc6c22f36e62cf6264c8f0bae452 . -_:B55945066172e700bd49a09d481cc9be1 "A unique identifier for the Measurement resource. " . -_:B55945066172e700bd49a09d481cc9be1 . -_:B55945066172e700bd49a09d481cc9be1 . -_:B55945066172e700bd49a09d481cc9be1 . -_:B55945066172e700bd49a09d481cc9be1 "identifier" . -_:B55945066172e700bd49a09d481cc9be1 . + "Shape resource of a Risk resource."^^ . + _:Bca43d80175f16d90024273a2df5cc9bd . + _:Bbb1968d6abefab20658555d185234a72 . + _:B7726a7d2319414d0c19209998aa94fa1 . + _:Bf7aa29ae726504795731fb85ec6de80c . + _:B5432df9a0bc2613013a7b4d4f8667384 . + _:B0699f8c6d46052c7578751cdae6eaa55 . + _:Bec0ebe4f70b66b808258cb289e707c7f . + _:Bd9b582e2810aa4ba2c398e190daf1eaa . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 "A unique identifier for the Issue resource. " . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 "identifier" . +_:B01f9a68b71a7a0b7162f44fa9f32fe61 . +_:B6dbce364d70b038be2bd314b72b35fa6 "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." . +_:B6dbce364d70b038be2bd314b72b35fa6 . +_:B6dbce364d70b038be2bd314b72b35fa6 . +_:B6dbce364d70b038be2bd314b72b35fa6 . +_:B6dbce364d70b038be2bd314b72b35fa6 "actualStartDate" . +_:B6dbce364d70b038be2bd314b72b35fa6 . . "OSLC PROMCODE Constraints" . "2021-03-23"^^ . . . "OSLC PROMCODE Constraints" . - "CSD01" . + "CS02" . . . "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^ . -_:B3b598b4a90dabc2b335c4c99a222d755 "A unique identifier for the WorkItem resource. " . -_:B3b598b4a90dabc2b335c4c99a222d755 . -_:B3b598b4a90dabc2b335c4c99a222d755 . -_:B3b598b4a90dabc2b335c4c99a222d755 . -_:B3b598b4a90dabc2b335c4c99a222d755 "identifier" . -_:B3b598b4a90dabc2b335c4c99a222d755 . - _:B017818c405f597b0bbd64f602a7250f5 . - _:B5c7c0b57b0247a983bbe2281cbbd8519 . - _:B63b0bd31cc508d86bcc441ad99366b60 . - _:B518b7ff3dc3749e3af00a4dde5f557ee . +_:Bc4e934a69f7e40f6161d6ef5ead95479 "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." . +_:Bc4e934a69f7e40f6161d6ef5ead95479 . +_:Bc4e934a69f7e40f6161d6ef5ead95479 . +_:Bc4e934a69f7e40f6161d6ef5ead95479 . +_:Bc4e934a69f7e40f6161d6ef5ead95479 "source" . +_:Bc4e934a69f7e40f6161d6ef5ead95479 . + _:Bc10a51d87b0009063815f465dfda2ff8 . "Shape resource of an Issue resource."^^ . - _:B3e941ba304073f77324b51d35318d3e7 . - _:B1b9b9dd09b72ffd16e1453bd4b5fc655 . + _:B01f9a68b71a7a0b7162f44fa9f32fe61 . + _:B409b84ea5ab34bfdabbcc061ef7cd01b . . - _:Be381d548a2daf14260f6d34a0fd526c1 . - _:B138d4f4954e26dc53d143802c9bc6a8c . - _:B8c706fdd4367e7a724ae0b914c14f2d6 . + _:Bbc8ee15f216c69879bcb1e22b7936fa9 . + _:B6cd60c48b574516ac97c32fe28bd72d3 . + _:B166498c5af5d73a8e3d77d3148d96947 . + _:B0bc7f0e4ed20489285431f5dc4e127f9 . + _:Bccc5845fa0ece55547f25ea17ed91846 . . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 "collects" . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." . -_:Bda37185bbdb0d936475a172400728be5 . -_:Bda37185bbdb0d936475a172400728be5 . - _:B4a6d60fdbd4052cfa6464ea62b328b0a . + _:Bfab40236dafa71710ecc6a85a5ca6c43 . . - _:B193e475c5400f87c405082e7eece79fe . - _:Beaa4f00976b777b2b9dfb4662b092fd7 . - _:B0ab4991f8d271b2a78b83d70f102a71d . - _:Bbfa7e1a66d71ffe195eafc9bd5c30582 . - _:B969e748056e23d705327e176a8f4302b . - _:B4b00df39df1d844be8c3f37974588216 . + _:B6bad8a5f5e0bb985c02171fc4992849d . + _:Bfcd1a98059441d4c36593c7205a24410 . + _:B31147b9da01bcc72ec26120000babbd3 . "Shape resource of a Project resource."^^ . - _:B0f512e6fea8843312f06fc7bd68d58cb . + _:Bbdb3feb29731b374820ab58ae42158cc . + _:B32833aef0dfcdb7f5e67c651c06ccb5e . + _:Bcaa9087ae639dcc45df0df80f689d171 . . - _:Ba4759417069b7d0aabcbdd044ff6cf9a . - _:B5013320d6d139114bfc75ce20448e1d7 . - _:B73624408001de19959802eca5bcfad87 . -_:B4756ab5c2fa1cc46db8892321df9ad45 "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B4756ab5c2fa1cc46db8892321df9ad45 "isPartOf" . -_:B4756ab5c2fa1cc46db8892321df9ad45 . -_:B3e57da7ba5b8714db591df02d0ceeb99 "A unique identifier for a Risk resource. " . -_:B3e57da7ba5b8714db591df02d0ceeb99 . -_:B3e57da7ba5b8714db591df02d0ceeb99 . -_:B3e57da7ba5b8714db591df02d0ceeb99 . -_:B3e57da7ba5b8714db591df02d0ceeb99 "identifier" . -_:B3e57da7ba5b8714db591df02d0ceeb99 . -_:B443e6fa45c781505cdaeb51e7c083318 "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B443e6fa45c781505cdaeb51e7c083318 "belongsTo" . -_:B443e6fa45c781505cdaeb51e7c083318 . -_:B81bcf0001e639e86335b5e16a6f864c9 "The resource type URIs."^^ . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B81bcf0001e639e86335b5e16a6f864c9 "type" . -_:B81bcf0001e639e86335b5e16a6f864c9 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 "raisedBy" . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B3e941ba304073f77324b51d35318d3e7 . -_:B0abb9e517e430af292317130162dac9f "The resource type URIs."^^ . -_:B0abb9e517e430af292317130162dac9f . -_:B0abb9e517e430af292317130162dac9f . -_:B0abb9e517e430af292317130162dac9f . -_:B0abb9e517e430af292317130162dac9f . -_:B0abb9e517e430af292317130162dac9f . -_:B0abb9e517e430af292317130162dac9f "type" . -_:B0abb9e517e430af292317130162dac9f . -_:B138d4f4954e26dc53d143802c9bc6a8c "The resource type URIs."^^ . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:B138d4f4954e26dc53d143802c9bc6a8c "type" . -_:B138d4f4954e26dc53d143802c9bc6a8c . -_:Bce4ed274b938ce549c120876ec72fa72 "A unique identifier for a RiskCollection resource." . -_:Bce4ed274b938ce549c120876ec72fa72 . -_:Bce4ed274b938ce549c120876ec72fa72 . -_:Bce4ed274b938ce549c120876ec72fa72 . -_:Bce4ed274b938ce549c120876ec72fa72 "identifier" . -_:Bce4ed274b938ce549c120876ec72fa72 . -_:Bb9586a09dd2e252bec22062c755f2725 "dcterms:description is a property to help a human understand the resource." . -_:Bb9586a09dd2e252bec22062c755f2725 . -_:Bb9586a09dd2e252bec22062c755f2725 . -_:Bb9586a09dd2e252bec22062c755f2725 . -_:Bb9586a09dd2e252bec22062c755f2725 "description" . -_:Bb9586a09dd2e252bec22062c755f2725 . -_:Bd12f0273c82c25a274b3f24072d7d3cf "A string that identifies the Plan resource that is a source of this Plan resource." . -_:Bd12f0273c82c25a274b3f24072d7d3cf . -_:Bd12f0273c82c25a274b3f24072d7d3cf . -_:Bd12f0273c82c25a274b3f24072d7d3cf . -_:Bd12f0273c82c25a274b3f24072d7d3cf "source" . -_:Bd12f0273c82c25a274b3f24072d7d3cf . -_:B775ff97b5a70cfe8e22cfa84ac758b37 "A date on which this Report resource collects member resources." . -_:B775ff97b5a70cfe8e22cfa84ac758b37 . -_:B775ff97b5a70cfe8e22cfa84ac758b37 . -_:B775ff97b5a70cfe8e22cfa84ac758b37 . -_:B775ff97b5a70cfe8e22cfa84ac758b37 "date" . -_:B775ff97b5a70cfe8e22cfa84ac758b37 . -_:Be336533269417ffa699fb0483aedc5a9 "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " . -_:Be336533269417ffa699fb0483aedc5a9 . -_:Be336533269417ffa699fb0483aedc5a9 . -_:Be336533269417ffa699fb0483aedc5a9 . -_:Be336533269417ffa699fb0483aedc5a9 . -_:Be336533269417ffa699fb0483aedc5a9 "representedBy" . -_:Be336533269417ffa699fb0483aedc5a9 . -_:B06cc2797adb36648fb2b3265aed3a4df "dcterms:description is a property to help a human understand the resource." . -_:B06cc2797adb36648fb2b3265aed3a4df . -_:B06cc2797adb36648fb2b3265aed3a4df . -_:B06cc2797adb36648fb2b3265aed3a4df . -_:B06cc2797adb36648fb2b3265aed3a4df "description" . -_:B06cc2797adb36648fb2b3265aed3a4df . - _:B1551ccc63e1d462a6ed8bd796bf13af5 . + _:Ba6de552b2cdacfbde6fea26bed74afb0 . + _:B6b83eaa404777eccd695bef00f7a4864 . + _:B3394a5f9dd8b4e05637cfcfcb509eef6 . + _:B05316adb49dda64c753613a30dc3adc3 . + _:B634f054d0ccd4bb729a7ce33f2906675 . +_:B1975ca79a48115e68f0f426a57367b6b "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b . +_:B1975ca79a48115e68f0f426a57367b6b "belongsTo" . +_:B1975ca79a48115e68f0f426a57367b6b . +_:Bbb1968d6abefab20658555d185234a72 "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." . +_:Bbb1968d6abefab20658555d185234a72 . +_:Bbb1968d6abefab20658555d185234a72 . +_:Bbb1968d6abefab20658555d185234a72 . +_:Bbb1968d6abefab20658555d185234a72 . +_:Bbb1968d6abefab20658555d185234a72 "stateOfRisk" . +_:Bbb1968d6abefab20658555d185234a72 . +_:B003aabccc1eb0f71e900b232f1f3fde7 "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." . +_:B003aabccc1eb0f71e900b232f1f3fde7 . +_:B003aabccc1eb0f71e900b232f1f3fde7 . +_:B003aabccc1eb0f71e900b232f1f3fde7 . +_:B003aabccc1eb0f71e900b232f1f3fde7 "plannedStartDate" . +_:B003aabccc1eb0f71e900b232f1f3fde7 . +_:B54c815bba8e09790b4591988497b9582 "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 . +_:B54c815bba8e09790b4591988497b9582 "collects" . +_:B54c815bba8e09790b4591988497b9582 . +_:Bc10a51d87b0009063815f465dfda2ff8 "dcterms:description is a property to help a human understand the Issue resource." . +_:Bc10a51d87b0009063815f465dfda2ff8 . +_:Bc10a51d87b0009063815f465dfda2ff8 . +_:Bc10a51d87b0009063815f465dfda2ff8 . +_:Bc10a51d87b0009063815f465dfda2ff8 "description" . +_:Bc10a51d87b0009063815f465dfda2ff8 . +_:B12532025f8edf5fd138b4fb3104ed0bd "A title string of this ManagedItemCollection resource." . +_:B12532025f8edf5fd138b4fb3104ed0bd . +_:B12532025f8edf5fd138b4fb3104ed0bd . +_:B12532025f8edf5fd138b4fb3104ed0bd . +_:B12532025f8edf5fd138b4fb3104ed0bd "title" . +_:B12532025f8edf5fd138b4fb3104ed0bd . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 "A unique identifier for the Measurement resource. " . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 "identifier" . +_:B49d38c92dd198f5c1abd4a894cfd2ee6 . +_:B3ac3a647bf5fbf0da4274e766b0dba05 "A title string of this RiskCollection resource." . +_:B3ac3a647bf5fbf0da4274e766b0dba05 . +_:B3ac3a647bf5fbf0da4274e766b0dba05 . +_:B3ac3a647bf5fbf0da4274e766b0dba05 . +_:B3ac3a647bf5fbf0da4274e766b0dba05 "title" . +_:B3ac3a647bf5fbf0da4274e766b0dba05 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 . +_:B587b3451f55e451d3125a14f202442c7 "collects" . +_:B587b3451f55e451d3125a14f202442c7 . +_:B32833aef0dfcdb7f5e67c651c06ccb5e "The resource type URIs."^^ . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B32833aef0dfcdb7f5e67c651c06ccb5e "type" . +_:B32833aef0dfcdb7f5e67c651c06ccb5e . +_:B1c2a86f9094e703a15b5b723106c5e7c "dcterms:description is a property to help a human understand the resource." . +_:B1c2a86f9094e703a15b5b723106c5e7c . +_:B1c2a86f9094e703a15b5b723106c5e7c . +_:B1c2a86f9094e703a15b5b723106c5e7c . +_:B1c2a86f9094e703a15b5b723106c5e7c "description" . +_:B1c2a86f9094e703a15b5b723106c5e7c . +_:Bd9b582e2810aa4ba2c398e190daf1eaa "dcterms:description is a property to help a human to understand the resource." . +_:Bd9b582e2810aa4ba2c398e190daf1eaa . +_:Bd9b582e2810aa4ba2c398e190daf1eaa . +_:Bd9b582e2810aa4ba2c398e190daf1eaa . +_:Bd9b582e2810aa4ba2c398e190daf1eaa "description" . +_:Bd9b582e2810aa4ba2c398e190daf1eaa . +_:B95a0f6bc768d272b1594328f0a6843e4 "The resource type URIs."^^ . +_:B95a0f6bc768d272b1594328f0a6843e4 . +_:B95a0f6bc768d272b1594328f0a6843e4 . +_:B95a0f6bc768d272b1594328f0a6843e4 . +_:B95a0f6bc768d272b1594328f0a6843e4 . +_:B95a0f6bc768d272b1594328f0a6843e4 . +_:B95a0f6bc768d272b1594328f0a6843e4 "type" . +_:B95a0f6bc768d272b1594328f0a6843e4 . "Shape resource of ManagedItemCollection."^^ . - _:Ba606e0a45e2337365174e0bc680a5232 . - _:B0abb9e517e430af292317130162dac9f . + _:B93fd2c6750f042f1b3e6961ae91ce093 . + _:B12532025f8edf5fd138b4fb3104ed0bd . + _:Bf06e1e3f3921ecfbd980dac4ba39f79b . + _:B00c20e81527379b7cf92659551281661 . + _:Bb092388a817cff5c90e02d43c80107b4 . . - _:B82d431da96d0e710b29f2fca212d23ec . + _:Bed8962cc7b336d41e58c8ffc314a0a97 . + _:B75731ca57b110c89c1371e4b2edeaaf7 . . - _:B95434789063cc9f28027164c3281c872 . - _:Bda37185bbdb0d936475a172400728be5 . - _:Bc6f5419be5c3a9882aa8ec12c4f1f8c2 . - _:Bb9586a09dd2e252bec22062c755f2725 . -_:B2a839b85ece4043933c04ca24bc6bf6f "dcterms:description is a property to help a human understand the resource." . -_:B2a839b85ece4043933c04ca24bc6bf6f . -_:B2a839b85ece4043933c04ca24bc6bf6f . -_:B2a839b85ece4043933c04ca24bc6bf6f . -_:B2a839b85ece4043933c04ca24bc6bf6f "description" . -_:B2a839b85ece4043933c04ca24bc6bf6f . -_:B82d431da96d0e710b29f2fca212d23ec "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B82d431da96d0e710b29f2fca212d23ec "belongsTo" . -_:B82d431da96d0e710b29f2fca212d23ec . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 "producedFor" . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B4915efad8e3da196dcd4719b90aba5b2 . -_:B04c39e5efdb1296bab82c71289804805 "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." . -_:B04c39e5efdb1296bab82c71289804805 . -_:B04c39e5efdb1296bab82c71289804805 . -_:B04c39e5efdb1296bab82c71289804805 . -_:B04c39e5efdb1296bab82c71289804805 "sequenceNumber" . -_:B04c39e5efdb1296bab82c71289804805 . + _:B1975ca79a48115e68f0f426a57367b6b . +_:B91ef936983a928d623b75ba790704161 "valueOfMeasure is a property that represents a value for the Measure resource." . +_:B91ef936983a928d623b75ba790704161 . +_:B91ef936983a928d623b75ba790704161 . +_:B91ef936983a928d623b75ba790704161 . +_:B91ef936983a928d623b75ba790704161 "valueOfMeasure" . +_:B91ef936983a928d623b75ba790704161 . +_:Bb40236511c12052526813b3dfd2a6465 "A title string of the resource." . +_:Bb40236511c12052526813b3dfd2a6465 . +_:Bb40236511c12052526813b3dfd2a6465 . +_:Bb40236511c12052526813b3dfd2a6465 . +_:Bb40236511c12052526813b3dfd2a6465 "title" . +_:Bb40236511c12052526813b3dfd2a6465 . +_:Bf920af3a2816443173df7b5697a4b712 "A unique identifier for a Plan resource." . +_:Bf920af3a2816443173df7b5697a4b712 . +_:Bf920af3a2816443173df7b5697a4b712 . +_:Bf920af3a2816443173df7b5697a4b712 . +_:Bf920af3a2816443173df7b5697a4b712 "identifier" . +_:Bf920af3a2816443173df7b5697a4b712 . +_:B2443afc72b792eb2d7c2afbea6053f90 "A date on which this RiskCollection resource collects member resources." . +_:B2443afc72b792eb2d7c2afbea6053f90 . +_:B2443afc72b792eb2d7c2afbea6053f90 . +_:B2443afc72b792eb2d7c2afbea6053f90 . +_:B2443afc72b792eb2d7c2afbea6053f90 "date" . +_:B2443afc72b792eb2d7c2afbea6053f90 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 "identifiedBy" . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B0699f8c6d46052c7578751cdae6eaa55 . +_:B475846d3c0bd3d58cf93f5db5d32b86c "The resource type URIs."^^ . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B475846d3c0bd3d58cf93f5db5d32b86c "type" . +_:B475846d3c0bd3d58cf93f5db5d32b86c . +_:B6954caaf1c815005a9d3671523ebfb9d "The resource type URIs."^^ . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B6954caaf1c815005a9d3671523ebfb9d "type" . +_:B6954caaf1c815005a9d3671523ebfb9d . +_:B7df77151d8e0781eee4d7ace87b890f3 "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." . +_:B7df77151d8e0781eee4d7ace87b890f3 . +_:B7df77151d8e0781eee4d7ace87b890f3 . +_:B7df77151d8e0781eee4d7ace87b890f3 . +_:B7df77151d8e0781eee4d7ace87b890f3 . +_:B7df77151d8e0781eee4d7ace87b890f3 "unitOfMeasure" . +_:B7df77151d8e0781eee4d7ace87b890f3 . diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf index bab5a44d..06c5c3b4 100644 --- a/content/ns/promcode/promcode-shapes.rdf +++ b/content/ns/promcode/promcode-shapes.rdf @@ -14,20 +14,27 @@ OSLC PROMCODE Constraints - CSD01 + CS02 All vocabulary URIs defined in the OSLC PROMCODE namespace. - The resource type URIs. - - - - - - type + A date on which this <code>RiskCollection</code> resource collects member resources. + + + + date + + + + + A title string of this <code>RiskCollection</code> resource. + + + + title @@ -38,13 +45,24 @@ - <code>actualEndDate</code> is a property of a <code>Project</code> resource that describes actual end date of the project. Its value is of type <code>xsd:dateTime</code>. + <code>plannedEndDate</code> is a property of a <code>Project</code> resource. It is the planned end date of the project. Its value is of type <code>xsd:dateTime</code>. - + - actualEndDate + plannedEndDate + + + + + <code>metricOfScopeItemSize</code> is a property that describes a metric of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired metric for all the <code>ScopeItem</code> resources of the project. + + + + + metricOfScopeItemSize + Shape resource of a Project resource. A title string for a <code>Project</code> resource. @@ -56,12 +74,11 @@ - <code>unitOfScopeItemSize</code> is a property that describes a unit of size of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the <code>ScopeItem</code> resources in the project. - - - - - unitOfScopeItemSize + A unique identifier for a <code>Project</code> resource. + + + + identifier @@ -73,45 +90,44 @@ source - Shape resource of a Project resource. + - <code>metricOfScopeItemSize</code> is a property that describes a metric of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired metric for all the <code>ScopeItem</code> resources of the project. + <code>unitOfScopeItemSize</code> is a property that describes a unit of size of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the <code>ScopeItem</code> resources in the project. - + - metricOfScopeItemSize + unitOfScopeItemSize - <code>plannedStartDate</code> is a property of a <code>Project</code> resource. It is the planned start date of the project. Its value is of type <code>xsd:dateTime</code>. + <code>actualStartDate</code> is a property of a <code>Project</code> resource. It is the actual start date of the project. Its value is of type <code>xsd:dateTime</code>. - + - plannedStartDate + actualStartDate - <code>actualStartDate</code> is a property of a <code>Project</code> resource. It is the actual start date of the project. Its value is of type <code>xsd:dateTime</code>. + <code>actualEndDate</code> is a property of a <code>Project</code> resource that describes actual end date of the project. Its value is of type <code>xsd:dateTime</code>. - + - actualStartDate + actualEndDate - A unique identifier for a <code>Project</code> resource. - - - - identifier + <code>plannedStartDate</code> is a property of a <code>Project</code> resource. It is the planned start date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + plannedStartDate - <code>dcterms:description</code> is a property of a <code>Project</code> resource to help a human understand the project. @@ -132,15 +148,6 @@ type - - - <code>plannedEndDate</code> is a property of a <code>Project</code> resource. It is the planned end date of the project. Its value is of type <code>xsd:dateTime</code>. - - - - plannedEndDate - - @@ -150,6 +157,37 @@ belongsTo + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + + + + The resource type URIs. + + + + + + type + + + + + + A unique identifier for a <code>RiskCollection</code> resource. + + + + identifier + + + Shape resource of a RiskCollection resource. <code>collects</code> is a relation between a <code>RiskCollection</code> resource and a <code>Risk</code> resource. @@ -158,86 +196,10 @@ - <code>identifiedDate</code> is the date on which the risk was identified. - - - - identifiedDate - - - - - A title string for a <code>Risk</code> resource. - - - - title - - - - Shape resource of a Risk resource. - - - <code>stateOfRisk</code> is a property that defines the state of a <code>Risk</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk. - + - - - stateOfRisk - - - - - A unique number assigned to this resource which represents a position in the sequential order of all the <code>Risk</code> resources of the project. - - - - sequenceNumber - - - - - A string that identifies the <code>Risk</code> resource that is a source of this <code>Risk</code> resource. - - - - source - - - - - <code>dcterms:description</code> is a property to help a human to understand the resource. - - - - description - - - - - A unique identifier for a <code>Risk</code> resource. - - - - identifier - - - - - The resource type URIs. - - - - - - type - - - - - identifiedBy - <code>identifiedBy</code> is a relation between a <code>Risk</code> resource and a resource of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> or <code>Issue</code>. A <code>Risk</code> resource may be identified by one or more resources. + Shape resource for ManagedItem. @@ -301,14 +263,90 @@ - - - - + identifiedBy + + - + + + + + + + A string that identifies the <code>Risk</code> resource that is a source of this <code>Risk</code> resource. + + + + source + + + + + The resource type URIs. + + + + + + type + + + + Shape resource of a Risk resource. + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Risk</code> resources of the project. + + + + sequenceNumber + + + + + <code>dcterms:description</code> is a property to help a human to understand the resource. + + + + description + + + + + <code>stateOfRisk</code> is a property that defines the state of a <code>Risk</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk. + + + + stateOfRisk + + + + + <code>identifiedDate</code> is the date on which the risk was identified. + + + + identifiedDate + + + + + A title string for a <code>Risk</code> resource. + + + + title + + + + + A unique identifier for a <code>Risk</code> resource. + + + + identifier @@ -320,15 +358,6 @@ collects - - - <code>dcterms:description</code> is a property to help a human understand the resource. - - - - description - - A string that identifies the <code>RiskCollection</code> resource that is a source of this <code>RiskCollection</code> resource. @@ -338,35 +367,6 @@ source - - - A title string of this <code>RiskCollection</code> resource. - - - - title - - - - Shape resource of a RiskCollection resource. - - - A date on which this <code>RiskCollection</code> resource collects member resources. - - - - date - - - - - A unique identifier for a <code>RiskCollection</code> resource. - - - - identifier - - @@ -380,6 +380,18 @@ type + + + <code>belongsTo</code> is a relation between the <code>IssueCollection</code> resource and a <code>Project</code> resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this <code>IssueCollection</code> resource belongs to. + + + + + + + belongsTo + + A date on which this <code>IssueCollection</code> resource collects <code>Issue</code> resources. @@ -389,6 +401,7 @@ date + Shape resource of an IssueCollection resource. A unique identifier of the resource. @@ -407,35 +420,31 @@ description - Shape resource of an IssueCollection resource. - - - A title string of this <code>IssueCollection</code> resource. - - - - title - - - - - <code>belongsTo</code> is a relation between the <code>IssueCollection</code> resource and a <code>Project</code> resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this <code>IssueCollection</code> resource belongs to. - - - - - - - belongsTo - - - <code>collects</code> is a relation between an <code>IssueCollection</code> resource and an <code>Issue</code> resource. An <code>IssueCollection</code> resource collects only <code>Issue</code> resources. + + + A title string for the resource. + + + + title + + + + + A unique identifier for the <code>Issue</code> resource. + + + + identifier + + + Shape resource of an Issue resource. A string that identifies the <code>Issue</code> resource that is a source of this <code>Issue</code> resource. @@ -447,11 +456,11 @@ - A title string for the resource. + <code>dcterms:description</code> is a property to help a human understand the <code>Issue</code> resource. - + - title + description @@ -465,6 +474,22 @@ type + + + + + + + raisedBy + + + + + <code>raisedBy</code> is a relation between an <code>Issue</code> resource and other resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> and <code>Issue</code>. An <code>Issue</code> resource may be raised by one or more resources. + + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Issue</code> resources in the project. @@ -474,7 +499,7 @@ sequenceNumber - Shape resource of an Issue resource. + <code>stateOfIssue</code> is a property that defines the state of an <code>Issue</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue. @@ -485,41 +510,6 @@ stateOfIssue - - - <code>dcterms:description</code> is a property to help a human understand the <code>Issue</code> resource. - - - - description - - - - - - - - - - raisedBy - - - - - - <code>raisedBy</code> is a relation between an <code>Issue</code> resource and other resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> and <code>Issue</code>. An <code>Issue</code> resource may be raised by one or more resources. - - - - - - A unique identifier for the <code>Issue</code> resource. - - - - identifier - - <code>raisedDate</code> is an optional property of an <code>Issue</code> resource. It is the raised date of the <code>Issue</code> resource. Its value is a <code>dateTime</code>. @@ -538,6 +528,16 @@ collects + + + A title string of this <code>IssueCollection</code> resource. + + + + title + + + A string that identifies the <code>IssueCollection</code> resource that is a source of this <code>IssueCollection</code> resource. @@ -552,11 +552,11 @@ Shape resource of ManagedItemCollection. - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string of this <code>ManagedItemCollection</code> resource. - + - description + title @@ -572,17 +572,22 @@ - <code>belongsTo</code> is a relation between the <code>ManagedItemCollection</code> resource and a <code>Project</code> resource. - - - - - + A unique identifier for a <code>ManagedItemCollection</code> resource. + + - belongsTo + identifier + + + + + A date on which this <code>ManagedItemCollection </code>resource collects member resources. + + + + date - A string that identifies the <code>ManagedItemCollection</code> resource that is a source of this <code>ManagedItemCollection</code> resource. @@ -592,80 +597,81 @@ source + - A title string of this <code>ManagedItemCollection</code> resource. - - - - title + <code>belongsTo</code> is a relation between the <code>ManagedItemCollection</code> resource and a <code>Project</code> resource. + + + + + + + belongsTo - A date on which this <code>ManagedItemCollection </code>resource collects member resources. - - + <code>dcterms:description</code> is a property to help a human understand the resource. + + - date + description - + + + + + <code>ManagedItem</code> resources included in this <code>ManagedItemCollection</code>. A <code>ManagedItemCollection</code> resource collects resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code>, and <code>Issue</code>. - - - - collects - - - + collects + + + + + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description - A unique identifier for a <code>ManagedItemCollection</code> resource. + A string that identifies the <code>Report</code> resource that is a source of this <code>Report</code> resource. - - - identifier + + + source + + + + + The resource type URIs. + + + + + + type - - - <code>correspondsTo</code> is a relation between a <code>Report</code> resource and a <code>Plan</code> resource. A <code>Report</code> resource has at most one <code>correspondsTo</code> relation to the corresponding a <code>Plan</code> resource. If a plan is changed and a new <code>Plan</code> resource is created, the <code>Report</code> may need to be linked to the new <code>Plan</code> resource. - - - <code>belongsTo</code> is a relation between a <code>Plan</code> resource and a <code>Project</code> resource. - - - - - - - belongsTo - - - - - A string that identifies the <code>Plan</code> resource that is a source of this <code>Plan</code> resource. - - - - source - - - The resource type URIs. @@ -677,18 +683,14 @@ type + - - - <code>collects</code> is a relation between a <code>Plan</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>Scopeitem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. - - - - - - collects - + A unique identifier for a <code>Plan</code> resource. + + + + identifier @@ -702,30 +704,56 @@ - A date on which this <code>Plan</code> resource collects member resources. - - + <code>dcterms:description</code> is a property to help a human understand the resource. + + - date + description + + + + + + + + + + + + <code>collects</code> is a relation between a <code>Plan</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>Scopeitem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. + + collects + + + + + <code>belongsTo</code> is a relation between a <code>Plan</code> resource and a <code>Project</code> resource. + + + + + + + belongsTo Shape resource of a Plan resource - <code>dcterms:description</code> is a property to help a human understand the resource. - - + A string that identifies the <code>Plan</code> resource that is a source of this <code>Plan</code> resource. + + - description + source - A unique identifier for a <code>Plan</code> resource. - - - - identifier + A date on which this <code>Plan</code> resource collects member resources. + + + + date @@ -746,33 +774,19 @@ title + - A string that identifies the <code>Report</code> resource that is a source of this <code>Report</code> resource. - - - - source - - - - - The resource type URIs. + collects - - - - - type - - - - - <code>dcterms:description</code> is a property to help a human understand the resource. - - - - description + <code>collects</code> is a relation between the <code>Report</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>ScopeItem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. The <code>Report</code> resource collects a subset of resources collected by the <code>Plan</code> resource that is linked by <code>correspondsTo</code> property. + + + + + + + @@ -784,6 +798,16 @@ date + + + A unique identifier for a <code>Report</code> resource. + + + + identifier + + + Shape resource of a Report resource <code>includes</code> is a relation between this <code>Report</code> resource and <code>Measurement</code> resources. A <code>Measurement</code> resource linked by <code>includes</code> from this resource must measure an <code>Artifact</code> resource that is linked by <code>collects</code> property of this <code>Report</code> resource. @@ -808,6 +832,7 @@ + Shape resource of a Measure resource <code>valueOfMeasure</code> is a property that represents a value for the <code>Measure</code> resource. @@ -817,16 +842,6 @@ valueOfMeasure - Shape resource of a Measure resource - - - A unique identifier for the <code>Measure</code> resource. - - - - identifier - - type + + + <code>unitOfMeasure</code> is a property that defines a unit of measure of this <code>Measure</code> resource. The value is any resource, but is expected to have information on the unit of measure of this <code>Measure</code> resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc. + + + + + unitOfMeasure + + + + + A unique identifier for the <code>Measure</code> resource. + + + + identifier + + <code>dcterms:description</code> is a property to help a human understand the resource. @@ -848,6 +882,7 @@ description + A title string of this <code>Measure</code> resource. @@ -857,17 +892,6 @@ title - - - <code>unitOfMeasure</code> is a property that defines a unit of measure of this <code>Measure</code> resource. The value is any resource, but is expected to have information on the unit of measure of this <code>Measure</code> resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc. - - - - - unitOfMeasure - - - <code>metricOfMeasure</code> is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this <code>Measure</code> resource. @@ -895,64 +919,43 @@ - <code>targets</code> is a relation between an <code>Artifact</code> resource and a <code>Measure</code> resource. The representation of this property is inline. - - - - - - - targets - - - - - <code>isPartOf</code> is a relation between a child <code>Artifact</code> resource and its parent <code>Artifact</code> resource. An <code>Artifact</code> resource may have multiple child <code>WorkItem</code> resources. + The resource type URIs. - - - - - isPartOf - - - - - A unique identifier for the <code>Artifact</code> resource. - - - - identifier + + + + type - Shape resource of an Artifact resource. + - + + + <code>producedFor</code> is a relation between an <code>Artifact</code> resource and a <code>ScopeItem</code> resource or a <code>WorkItem</code> resource. <code>Artifact</code> is produced as a result of implementation of the <code>ScopeItem</code> resources or as a result of the work described by the <code>WorkItem</code> resource. - - producedFor - - - The resource type URIs. - - - - - - type + <code>targets</code> is a relation between an <code>Artifact</code> resource and a <code>Measure</code> resource. The representation of this property is inline. + + + + + + + targets + Shape resource of an Artifact resource. + A string that identifies the <code>Artifact</code> resource that is a source of this <code>Artifact</code> resource. @@ -964,20 +967,32 @@ - A title string of the resource. - - + A unique identifier for the <code>Artifact</code> resource. + + + + identifier + + + + + <code>isPartOf</code> is a relation between a child <code>Artifact</code> resource and its parent <code>Artifact</code> resource. An <code>Artifact</code> resource may have multiple child <code>WorkItem</code> resources. + + + + + - title + isPartOf - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string of the resource. - + - description + title @@ -989,6 +1004,15 @@ sequenceNumber + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description + + @@ -1035,30 +1059,6 @@ includes - - - - - - <code>collects</code> is a relation between the <code>Report</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>ScopeItem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. The <code>Report</code> resource collects a subset of resources collected by the <code>Plan</code> resource that is linked by <code>correspondsTo</code> property. - collects - - - - - - - - Shape resource of a Report resource - - - A unique identifier for a <code>Report</code> resource. - - - - identifier - - <code>belongsTo</code> is a relation between this <code>Report</code> resource and a <code>Project</code> resources. @@ -1075,60 +1075,60 @@ - <code>isPartOf</code> is a relation between a child <code>ScopeItem</code> resource and its parent <code>ScopeItem</code> resource. A <code>ScopeItem</code> resource may have multiple child <code>ScopeItem</code> resources. - - - - - - - isPartOf - - - - - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string for a <code>ScopeItem</code> resource. - + - description + title - <code>plannedSize</code> is a property for estimated development size for a <code>ScopeItem</code> resource. + A unique number assigned to this resource which represents a position in the sequential order of all the <code>ScopeItem</code> resources of the project. - + - plannedSize + sequenceNumber + - A unique identifier for a <code>ScopeItem</code> resource. + A string that identifies the <code>ScopeItem</code> resource that is a source of this <code>ScopeItem</code> resource. - - - identifier + + + source - - A unique number assigned to this resource which represents a position in the sequential order of all the <code>ScopeItem</code> resources of the project. + <code>plannedSize</code> is a property for estimated development size for a <code>ScopeItem</code> resource. - + - sequenceNumber + plannedSize - <code>actualSize</code> is a property for actual development size for a <code>ScopeItem</code> resource. - - + <code>isPartOf</code> is a relation between a child <code>ScopeItem</code> resource and its parent <code>ScopeItem</code> resource. A <code>ScopeItem</code> resource may have multiple child <code>ScopeItem</code> resources. + + + + + - actualSize + isPartOf + + + + + A unique identifier for a <code>ScopeItem</code> resource. + + + + identifier @@ -1144,83 +1144,71 @@ - A title string for a <code>ScopeItem</code> resource. + <code>dcterms:description</code> is a property to help a human understand the resource. - + - title + description + Shape resource of a ScopeItem resource - A string that identifies the <code>ScopeItem</code> resource that is a source of this <code>ScopeItem</code> resource. - - + <code>actualSize</code> is a property for actual development size for a <code>ScopeItem</code> resource. + + - source + actualSize - Shape resource of a ScopeItem resource - - - A unique identifier for the <code>WorkItem</code> resource. - - - - identifier - - - A string that identifies the <code>WorkItem</code> resource that is a source of this <code>WorkItem</code> resource. - - + A unique number assigned to this resource which represents a position in the sequential order of all the <code>WorkItem</code> resources of the project. + + - source + sequenceNumber - <code>isPartOf</code> is a relation between a child <code>WorkItem</code> resource and its parent <code>WorkItem</code> resource. A <code>WorkItem</code> resource may have multiple child <code>WorkItem</code> resources. - - - - - + <code>plannedEndDate</code> is a property of a <code>WorkItem</code> resource. It is the planned end date of the work item. Its value is of type <code>xsd:dateTime</code>. + + - isPartOf + plannedEndDate - <code>dcterms:description</code> is a property to help a human understand the resource. - - + <code>plannedStartDate</code> is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type <code>xsd:dateTime</code>. + + - description + plannedStartDate Shape resource of a <code>WorkItem</code> resource + WorkItem - <code>actualEndDate</code> is a property of a <code>WorkItem</code> resource. It is the actual end date of the work item. Its value is of type <code>xsd:dateTime</code>. - - + A string that identifies the <code>WorkItem</code> resource that is a source of this <code>WorkItem</code> resource. + + - actualEndDate + source - WorkItem - <code>plannedEndDate</code> is a property of a <code>WorkItem</code> resource. It is the planned end date of the work item. Its value is of type <code>xsd:dateTime</code>. + <code>actualStartDate</code> is a property of a <code>WorkItem</code> resource. It is the actual start date of the work item. Its value is of type <code>xsd:dateTime</code>. - + - plannedEndDate + actualStartDate @@ -1246,51 +1234,63 @@ - <code>plannedStartDate</code> is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type <code>xsd:dateTime</code>. - - + <code>isPartOf</code> is a relation between a child <code>WorkItem</code> resource and its parent <code>WorkItem</code> resource. A <code>WorkItem</code> resource may have multiple child <code>WorkItem</code> resources. + + + + + - plannedStartDate + isPartOf - <code>actualStartDate</code> is a property of a <code>WorkItem</code> resource. It is the actual start date of the work item. Its value is of type <code>xsd:dateTime</code>. - - - - actualStartDate + A unique identifier for the <code>WorkItem</code> resource. + + + + identifier - A title string for the <code>WorkItem</code> resource. + <code>requiredBy</code> is a relation between this <code>WorkItem</code> resource and a <code>ScopeItem</code> resource or an <code>Artifact</code> resource. + + + + + requiredBy + + + + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. - + - title + description - - - - - - <code>requiredBy</code> is a relation between this <code>WorkItem</code> resource and a <code>ScopeItem</code> resource or an <code>Artifact</code> resource. - - requiredBy - + A title string for the <code>WorkItem</code> resource. + + + + title - A unique number assigned to this resource which represents a position in the sequential order of all the <code>WorkItem</code> resources of the project. - - + <code>actualEndDate</code> is a property of a <code>WorkItem</code> resource. It is the actual end date of the work item. Its value is of type <code>xsd:dateTime</code>. + + - sequenceNumber + actualEndDate diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index c484c914..40101065 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -35,7 +35,7 @@ dcterms:license ; dcterms:source ; dcterms:isPartOf ; - dcterms:hasVersion "CSD01" . + dcterms:hasVersion "CS02" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; diff --git a/content/ns/promcode/promcode-vocab.jsonld b/content/ns/promcode/promcode-vocab.jsonld index f22c353a..9aa5c2d7 100644 --- a/content/ns/promcode/promcode-vocab.jsonld +++ b/content/ns/promcode/promcode-vocab.jsonld @@ -3,7 +3,7 @@ "@id" : "http://open-services.net/ns/promcode#", "@type" : "owl:Ontology", "description" : "All vocabulary URIs defined in The OSLC PROMCODE namespace.", - "hasVersion" : "CSD01", + "hasVersion" : "CS02", "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", "issued" : "2021-03-23", "license" : "http://www.apache.org/licenses/LICENSE-2.0", diff --git a/content/ns/promcode/promcode-vocab.nt b/content/ns/promcode/promcode-vocab.nt index 769f8137..3448928e 100644 --- a/content/ns/promcode/promcode-vocab.nt +++ b/content/ns/promcode/promcode-vocab.nt @@ -147,7 +147,7 @@ . "2021-03-23"^^ . "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^ . - "CSD01" . + "CS02" . "The OSLC PROMCODE Vocabulary" . "oslc_promcode" . . diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf index b4073fef..fb9f8085 100644 --- a/content/ns/promcode/promcode-vocab.rdf +++ b/content/ns/promcode/promcode-vocab.rdf @@ -13,7 +13,7 @@ 2021-03-23 All vocabulary URIs defined in The OSLC PROMCODE namespace. - CSD01 + CS02 The OSLC PROMCODE Vocabulary oslc_promcode diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 176201b1..16f294bb 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -31,7 +31,7 @@ vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; dcterms:source ; - dcterms:hasVersion "CSD01" ; + dcterms:hasVersion "CS02" ; dcterms:issued "2021-03-23"^^ ; dcterms:isPartOf ; dcterms:license . From b0e22c95cddaabe1b67cf6384b63efd5d90901d7 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 4 Feb 2022 11:32:56 +0900 Subject: [PATCH 10/32] Add files via upload --- content/ns/promcode/promcode-shapes.ttl | 10 +++++----- content/ns/promcode/promcode-vocab.ttl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 40101065..7aec6d20 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -1,9 +1,9 @@ # OSLC PROMCODE Version 1.0 -# Committee Specification Draft -# 2 November 2021 +# Committee Specification +# 10 November 2021 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs01/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/promcode-spec.html +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of @@ -35,7 +35,7 @@ dcterms:license ; dcterms:source ; dcterms:isPartOf ; - dcterms:hasVersion "CS02" . + dcterms:hasVersion "CS03" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 16f294bb..eb0f7067 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -1,9 +1,9 @@ # OSLC PROMCODE Version 1.0 -# Committee Specification Draft -# 2 November 2021 +# Committee Specification +# 10 November 2021 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs01/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/promcode-spec.html +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of @@ -31,7 +31,7 @@ vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; dcterms:source ; - dcterms:hasVersion "CS02" ; + dcterms:hasVersion "CS03" ; dcterms:issued "2021-03-23"^^ ; dcterms:isPartOf ; dcterms:license . From 048c2160c0f0e274a8785ef721dfc7825cfff365 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:19:09 +0900 Subject: [PATCH 11/32] Update promcode-shapes.ttl --- content/ns/promcode/promcode-shapes.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 7aec6d20..ef6f8e71 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -35,7 +35,7 @@ dcterms:license ; dcterms:source ; dcterms:isPartOf ; - dcterms:hasVersion "CS03" . + dcterms:hasVersion "CS0" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; From efe1a380e601a1cd63b5c1c0f1738402558e6e0b Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:20:34 +0900 Subject: [PATCH 12/32] Update promcode-shapes.ttl --- content/ns/promcode/promcode-shapes.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index ef6f8e71..72a5d84b 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -35,7 +35,7 @@ dcterms:license ; dcterms:source ; dcterms:isPartOf ; - dcterms:hasVersion "CS0" . + dcterms:hasVersion "CS02" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; From b2fb6a2b4458213b3235ef13dca3b1f83f41d4c4 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:23:57 +0900 Subject: [PATCH 13/32] Update promcode-vocab.ttl --- content/ns/promcode/promcode-vocab.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index eb0f7067..a2f7e995 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -31,7 +31,7 @@ vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; dcterms:source ; - dcterms:hasVersion "CS03" ; + dcterms:hasVersion "CS02" ; dcterms:issued "2021-03-23"^^ ; dcterms:isPartOf ; dcterms:license . From 35f182b5436b2a6cd3c3d9990dc341b2657104c7 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:25:14 +0900 Subject: [PATCH 14/32] Update promcode-vocab.ttl --- content/ns/promcode/promcode-vocab.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index a2f7e995..29f18744 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -2,7 +2,7 @@ # Committee Specification # 10 November 2021 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/ # Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php From 37970b6d85086e389a494d228b17b621b8fbfd80 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:54:22 +0900 Subject: [PATCH 15/32] Update promcode-shapes.ttl --- content/ns/promcode/promcode-shapes.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 72a5d84b..b2860594 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -31,7 +31,7 @@ rdfs:label "OSLC PROMCODE Constraints" ; dcterms:description "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^rdf:XMLLiteral ; dcterms:publisher ; - dcterms:issued "2021-03-23"^^ ; + dcterms:issued "2021-11-10"^^ ; dcterms:license ; dcterms:source ; dcterms:isPartOf ; From 1bce020d2295daaf74fcfe8a359ac77914eb1077 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Mon, 7 Feb 2022 13:58:43 +0900 Subject: [PATCH 16/32] Update promcode-vocab.ttl Date of line 35 was revised. --- content/ns/promcode/promcode-vocab.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 29f18744..1b4d49ad 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -32,7 +32,7 @@ dcterms:publisher ; dcterms:source ; dcterms:hasVersion "CS02" ; - dcterms:issued "2021-03-23"^^ ; + dcterms:issued "2021-11-10"^^ ; dcterms:isPartOf ; dcterms:license . From 0304b869e93865cd66bd6a7f4cc11a36837441bc Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Thu, 24 Feb 2022 18:00:28 +0900 Subject: [PATCH 17/32] Add files via upload --- content/ns/promcode/promcode-shapes.ttl | 1521 +++++++++++------------ content/ns/promcode/promcode-vocab.ttl | 10 +- 2 files changed, 765 insertions(+), 766 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index b2860594..650b315a 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -31,386 +31,386 @@ rdfs:label "OSLC PROMCODE Constraints" ; dcterms:description "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^rdf:XMLLiteral ; dcterms:publisher ; - dcterms:issued "2021-11-10"^^ ; + dcterms:issued "2022-02-02"^^ ; dcterms:license ; - dcterms:source ; - dcterms:isPartOf ; - dcterms:hasVersion "CS02" . + dcterms:source ; + dcterms:isPartOf ; + dcterms:hasVersion "CS03" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; oslc:property [ a oslc:Property ; - oslc:name "belongsTo" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:belongsTo ; - oslc:range oslc_promcode:Project ; - oslc:representation oslc:Reference ; - oslc:valueShape :Project ; - oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " - ] ; - oslc:property [ a oslc:Property ; - oslc:name "collects" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:collects ; - oslc:range oslc_promcode:Issue ; - oslc:representation oslc:Either ; - oslc:valueShape :Issue ; - oslc:valueType oslc:Resource ; - dcterms:description "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." - ]; - oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "A date on which this IssueCollection resource collects Issue resources." - ]; - oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier of the resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this IssueCollection resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " + ] ; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Issue ; + oslc:representation oslc:Either ; + oslc:valueShape :Issue ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this IssueCollection resource collects Issue resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier of the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this IssueCollection resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of an IssueCollection resource."^^rdf:XMLLiteral . :ManagedItemCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:ManagedItemCollection ; oslc:property [ a oslc:Property ; - oslc:name "belongsTo" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:belongsTo ; - oslc:range oslc_promcode:Project ; - oslc:representation oslc:Reference ; - oslc:valueShape :Project ; - oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "collects" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:collects ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:Issue, - oslc_promcode:Risk, - oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Either ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." ]; oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "A date on which this ManagedItemCollection resource collects member resources." + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this ManagedItemCollection resource collects member resources." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a ManagedItemCollection resource." + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ManagedItemCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this ManagedItemCollection resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this ManagedItemCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of ManagedItemCollection."^^rdf:XMLLiteral . :Report a oslc:ResourceShape ; oslc:describes oslc_promcode:Report ; oslc:property [ a oslc:Property ; - oslc:name "belongsTo" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:belongsTo ; - oslc:range oslc_promcode:Project ; - oslc:representation oslc:Reference ; - oslc:valueShape :Project ; - oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between this Report resource and a Project resources. " - ]; - oslc:property [ a oslc:Property ; - oslc:name "collects" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:collects ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Either ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." - ]; - oslc:property [ a oslc:Property ; - oslc:name "correspondsTo" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:correspondsTo ; - oslc:range oslc_promcode:Plan ; - oslc:representation oslc:Reference ; - oslc:valueShape :Plan ; - oslc:valueType oslc:Resource ; - dcterms:description "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "A date on which this Report resource collects member resources." - ]; - oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a Report resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Report resource that is a source of this Report resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this Report resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "includes" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:includes ; - oslc:range oslc_promcode:Measurement ; - oslc:representation oslc:Either ; - oslc:valueShape :Measurement ; - oslc:valueType oslc:Resource ; - dcterms:description "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." - ]; - oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between this Report resource and a Project resources. " + ]; + oslc:property [ a oslc:Property ; + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." + ]; + oslc:property [ a oslc:Property ; + oslc:name "correspondsTo" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:correspondsTo ; + oslc:range oslc_promcode:Plan ; + oslc:representation oslc:Reference ; + oslc:valueShape :Plan ; + oslc:valueType oslc:Resource ; + dcterms:description "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this Report resource collects member resources." + ]; + oslc:property [ a oslc:Property ; + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Report resource that is a source of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "includes" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:includes ; + oslc:range oslc_promcode:Measurement ; + oslc:representation oslc:Either ; + oslc:valueShape :Measurement ; + oslc:valueType oslc:Resource ; + dcterms:description "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." + ]; + oslc:property [ a oslc:Property ; + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of a Report resource"^^rdf:XMLLiteral . :RiskCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:RiskCollection ; oslc:property [ a oslc:Property ; - oslc:name "belongsTo" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:belongsTo ; - oslc:range oslc_promcode:Project ; - oslc:representation oslc:Reference ; - oslc:valueShape :Project ; - oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between the RiskCollection resource and a Project resource." + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between the RiskCollection resource and a Project resource." ]; oslc:property [ a oslc:Property ; - oslc:name "collects" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:collects ; - oslc:range oslc_promcode:Risk ; - oslc:representation oslc:Either ; - oslc:valueShape :Risk ; - oslc:valueType oslc:Resource ; - dcterms:description "collects is a relation between a RiskCollection resource and a Risk resource." + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Risk ; + oslc:representation oslc:Either ; + oslc:valueShape :Risk ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between a RiskCollection resource and a Risk resource." ]; oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "A date on which this RiskCollection resource collects member resources." + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this RiskCollection resource collects member resources." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a RiskCollection resource." + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a RiskCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this RiskCollection resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this RiskCollection resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of a RiskCollection resource."^^rdf:XMLLiteral . :Issue a oslc:ResourceShape ; oslc:describes oslc_promcode:Issue ; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the Issue resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the Issue resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Issue resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Issue resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Issue resource that is a source of this Issue resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Issue resource that is a source of this Issue resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for the resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." ]; oslc:property [ a oslc:Property ; - oslc:name "raisedBy" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:raisedBy ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:Issue, - oslc_promcode:Risk, - oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Either ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." + oslc:name "raisedBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:raisedBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." ]; oslc:property [ a oslc:Property ; - oslc:name "raisedDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:raisedDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." + oslc:name "raisedDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:raisedDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "stateOfIssue" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:stateOfIssue ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." + oslc:name "stateOfIssue" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:stateOfIssue ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." ]; dcterms:title "Shape resource of an Issue resource."^^rdf:XMLLiteral . @@ -418,54 +418,54 @@ :Measurement a oslc:ResourceShape ; oslc:describes oslc_promcode:Measurement ; oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "date is a property of a Measurement resource. It is the date on which the measurement was made. " + oslc:name "date" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "date is a property of a Measurement resource. It is the date on which the measurement was made. " ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Measurement resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Measurement resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "measures" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:measures ; - oslc:range oslc_promcode:Artifact ; - oslc:representation oslc:Reference ; - oslc:valueShape :Artifact ; - oslc:valueType oslc:Resource ; - dcterms:description "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." + oslc:name "measures" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:measures ; + oslc:range oslc_promcode:Artifact ; + oslc:representation oslc:Reference ; + oslc:valueShape :Artifact ; + oslc:valueType oslc:Resource ; + dcterms:description "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." ]; oslc:property [ a oslc:Property ; - oslc:name "observes" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:observes ; - oslc:range oslc_promcode:Measure ; - oslc:representation oslc:Inline ; - oslc:valueShape :Measure ; - oslc:valueType oslc:AnyResource ; - dcterms:description "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + oslc:name "observes" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:observes ; + oslc:range oslc_promcode:Measure ; + oslc:representation oslc:Inline ; + oslc:valueShape :Measure ; + oslc:valueType oslc:AnyResource ; + dcterms:description "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of a Measurement resource"^^rdf:XMLLiteral . @@ -473,70 +473,70 @@ :Plan a oslc:ResourceShape ; oslc:describes oslc_promcode:Plan ; oslc:property [ a oslc:Property ; - oslc:name "belongsTo" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:belongsTo ; - oslc:range oslc_promcode:Project ; - oslc:representation oslc:Reference ; - oslc:valueShape :Project ; - oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between a Plan resource and a Project resource. " + oslc:name "belongsTo" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:belongsTo ; + oslc:range oslc_promcode:Project ; + oslc:representation oslc:Reference ; + oslc:valueShape :Project ; + oslc:valueType oslc:Resource ; + dcterms:description "belongsTo is a relation between a Plan resource and a Project resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "collects" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:collects ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Either ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + oslc:name "collects" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:collects ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." ]; oslc:property [ a oslc:Property ; - oslc:name "date" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:date ; - oslc:valueType xsd:dateTime ; - dcterms:description "A date on which this Plan resource collects member resources." + oslc:name "date" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:date ; + oslc:valueType xsd:dateTime ; + dcterms:description "A date on which this Plan resource collects member resources." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a Plan resource." + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Plan resource." ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Plan resource that is a source of this Plan resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Plan resource that is a source of this Plan resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this Plan resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Plan resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of a Plan resource"^^rdf:XMLLiteral . @@ -544,77 +544,77 @@ :Risk a oslc:ResourceShape ; oslc:describes oslc_promcode:Risk ; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human to understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human to understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a Risk resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Risk resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Risk resource that is a source of this Risk resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Risk resource that is a source of this Risk resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for a Risk resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a Risk resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifiedBy" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:identifiedBy ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:Issue, - oslc_promcode:Risk, - oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Either ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + oslc:name "identifiedBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:identifiedBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:Issue, + oslc_promcode:Risk, + oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Either ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." ]; oslc:property [ a oslc:Property ; - oslc:name "identifiedDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:identifiedDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "identifiedDate is the date on which the risk was identified." + oslc:name "identifiedDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:identifiedDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "identifiedDate is the date on which the risk was identified." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "stateOfRisk" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:stateOfRisk ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." + oslc:name "stateOfRisk" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:stateOfRisk ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." ]; dcterms:title "Shape resource of a Risk resource."^^rdf:XMLLiteral . @@ -622,447 +622,446 @@ :Measure a oslc:ResourceShape ; oslc:describes oslc_promcode:Measure ; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Measure resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Measure resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of this Measure resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of this Measure resource." ]; oslc:property [ a oslc:Property ; - oslc:name "metricOfMeasure" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:metricOfMeasure ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." + oslc:name "metricOfMeasure" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:metricOfMeasure ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "unitOfMeasure" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:unitOfMeasure ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." + oslc:name "unitOfMeasure" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:unitOfMeasure ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." ]; oslc:property [ a oslc:Property ; - oslc:name "valueOfMeasure" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition oslc_promcode:valueOfMeasure ; - oslc:valueType xsd:decimal ; - dcterms:description "valueOfMeasure is a property that represents a value for the Measure resource." + oslc:name "valueOfMeasure" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition oslc_promcode:valueOfMeasure ; + oslc:valueType xsd:decimal ; + dcterms:description "valueOfMeasure is a property that represents a value for the Measure resource." ]; dcterms:title "Shape resource of a Measure resource"^^rdf:XMLLiteral . :WorkItem a oslc:ResourceShape ; oslc:describes oslc_promcode:WorkItem ; - oslc:name "WorkItem" ; oslc:property [ a oslc:Property ; - oslc:name "actualEndDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:actualEndDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." + oslc:name "actualEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "actualStartDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:actualStartDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." + oslc:name "actualStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the WorkItem resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the WorkItem resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the WorkItem resource that is a source of this WorkItem resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the WorkItem resource that is a source of this WorkItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for the WorkItem resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for the WorkItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "isPartOf" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:isPartOf ; - oslc:range oslc_promcode:WorkItem ; - oslc:representation oslc:Reference ; - oslc:valueShape :WorkItem ; - oslc:valueType oslc:Resource ; - dcterms:description "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:isPartOf ; + oslc:range oslc_promcode:WorkItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :WorkItem ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." ]; oslc:property [ a oslc:Property ; - oslc:name "plannedEndDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:plannedEndDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." + oslc:name "plannedEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "plannedStartDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:plannedStartDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." + oslc:name "plannedStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "representedBy" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:representedBy ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + oslc:name "representedBy" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:representedBy ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "requiredBy" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:requiredBy ; - oslc:range oslc_promcode:Artifact, - oslc_promcode:ScopeItem ; - oslc:representation oslc:Reference ; - oslc:valueShape :ManagedItem ; - oslc:valueType oslc:Resource ; - dcterms:description "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." + oslc:name "requiredBy" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:requiredBy ; + oslc:range oslc_promcode:Artifact, + oslc_promcode:ScopeItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ManagedItem ; + oslc:valueType oslc:Resource ; + dcterms:description "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." ]; dcterms:title "Shape resource of a WorkItem resource" . :Artifact a oslc:ResourceShape ; oslc:describes oslc_promcode:Artifact ; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Artifact resource." + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for the Artifact resource." ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Artifact resource that is a source of this Artifact resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Artifact resource that is a source of this Artifact resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string of the resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string of the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "isPartOf" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:isPartOf ; - oslc:range oslc_promcode:Artifact ; - oslc:representation oslc:Reference ; - oslc:valueShape :Artifact ; - oslc:valueType oslc:Resource ; - dcterms:description "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:isPartOf ; + oslc:range oslc_promcode:Artifact ; + oslc:representation oslc:Reference ; + oslc:valueShape :Artifact ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." ]; oslc:property [ a oslc:Property ; - oslc:name "producedFor" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:producedFor ; - oslc:range oslc_promcode:ScopeItem, - oslc_promcode:WorkItem ; - oslc:representation oslc:Reference ; - oslc:valueShape :ManagedItem; - oslc:valueType oslc:Resource ; - dcterms:description "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." + oslc:name "producedFor" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:producedFor ; + oslc:range oslc_promcode:ScopeItem, + oslc_promcode:WorkItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ManagedItem; + oslc:valueType oslc:Resource ; + dcterms:description "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "targets" ; - oslc:occurs oslc:Zero-or-many ; - oslc:propertyDefinition oslc_promcode:targets ; - oslc:range oslc_promcode:Measure ; - oslc:representation oslc:Inline ; - oslc:valueShape :Measure ; - oslc:valueType oslc:AnyResource ; - dcterms:description "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." + oslc:name "targets" ; + oslc:occurs oslc:Zero-or-many ; + oslc:propertyDefinition oslc_promcode:targets ; + oslc:range oslc_promcode:Measure ; + oslc:representation oslc:Inline ; + oslc:valueShape :Measure ; + oslc:valueType oslc:AnyResource ; + dcterms:description "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." ]; dcterms:title "Shape resource of an Artifact resource."^^rdf:XMLLiteral . :ScopeItem a oslc:ResourceShape ; oslc:describes oslc_promcode:ScopeItem ; oslc:property [ a oslc:Property ; - oslc:name "actualSize" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:actualSize ; - oslc:valueType xsd:decimal ; - dcterms:description "actualSize is a property for actual development size for a ScopeItem resource." + oslc:name "actualSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualSize ; + oslc:valueType xsd:decimal ; + dcterms:description "actualSize is a property for actual development size for a ScopeItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a ScopeItem resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ScopeItem resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for a ScopeItem resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a ScopeItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "isPartOf" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:isPartOf ; - oslc:range oslc_promcode:ScopeItem ; - oslc:representation oslc:Reference ; - oslc:valueShape :ScopeItem ; - oslc:valueType oslc:Resource ; - dcterms:description "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." + oslc:name "isPartOf" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:isPartOf ; + oslc:range oslc_promcode:ScopeItem ; + oslc:representation oslc:Reference ; + oslc:valueShape :ScopeItem ; + oslc:valueType oslc:Resource ; + dcterms:description "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." ]; oslc:property [ a oslc:Property ; - oslc:name "plannedSize" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:plannedSize ; - oslc:valueType xsd:decimal ; - dcterms:description "plannedSize is a property for estimated development size for a ScopeItem resource." + oslc:name "plannedSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedSize ; + oslc:valueType xsd:decimal ; + dcterms:description "plannedSize is a property for estimated development size for a ScopeItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource of a ScopeItem resource"^^rdf:XMLLiteral . :ManagedItem a oslc:ResourceShape ; oslc:describes oslc_promcode:ManagedItem ; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property to help a human understand the resource." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property to help a human understand the resource." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a ManagedItem resource. " + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a ManagedItem resource. " ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for a ManagedItem resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a ManagedItem resource." ]; oslc:property [ a oslc:Property ; - oslc:name "sequenceNumber" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:sequenceNumber ; - oslc:valueType xsd:decimal ; - dcterms:description "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." + oslc:name "sequenceNumber" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:sequenceNumber ; + oslc:valueType xsd:decimal ; + dcterms:description "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; dcterms:title "Shape resource for ManagedItem."^^rdf:XMLLiteral . :Project a oslc:ResourceShape ; oslc:describes oslc_promcode:Project ; oslc:property [ a oslc:Property ; - oslc:name "actualEndDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:actualEndDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." + oslc:name "actualEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "actualStartDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:actualStartDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + oslc:name "actualStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:actualStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "description" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:description ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "dcterms:description is a property of a Project resource to help a human understand the project." + oslc:name "description" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:description ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "dcterms:description is a property of a Project resource to help a human understand the project." ]; oslc:property [ a oslc:Property ; - oslc:name "identifier" ; - oslc:occurs oslc:Exactly-one ; - oslc:propertyDefinition dcterms:identifier ; - oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a Project resource." + oslc:name "identifier" ; + oslc:occurs oslc:Exactly-one ; + oslc:propertyDefinition dcterms:identifier ; + oslc:valueType xsd:string ; + dcterms:description "A unique identifier for a Project resource." ]; oslc:property [ a oslc:Property ; - oslc:name "source" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:source ; - oslc:valueType xsd:string ; - dcterms:description "A string that identifies the Project resource that is a source of this Project resource." + oslc:name "source" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:source ; + oslc:valueType xsd:string ; + dcterms:description "A string that identifies the Project resource that is a source of this Project resource." ]; oslc:property [ a oslc:Property ; - oslc:name "title" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition dcterms:title ; - oslc:valueType rdf:XMLLiteral ; - dcterms:description "A title string for a Project resource." + oslc:name "title" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition dcterms:title ; + oslc:valueType rdf:XMLLiteral ; + dcterms:description "A title string for a Project resource." ]; oslc:property [ a oslc:Property ; - oslc:name "metricOfScopeItemSize" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:metricOfScopeItemSize ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + oslc:name "metricOfScopeItemSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:metricOfScopeItemSize ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." ]; oslc:property [ a oslc:Property ; - oslc:name "plannedEndDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:plannedEndDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + oslc:name "plannedEndDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedEndDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "plannedStartDate" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:plannedStartDate ; - oslc:valueType xsd:dateTime ; - dcterms:description "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." + oslc:name "plannedStartDate" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:plannedStartDate ; + oslc:valueType xsd:dateTime ; + dcterms:description "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." ]; oslc:property [ a oslc:Property ; - oslc:name "type" ; - oslc:occurs oslc:One-or-many ; - oslc:propertyDefinition rdf:type ; - oslc:range rdfs:Class ; - oslc:representation oslc:Reference ; - oslc:valueType oslc:Resource ; - dcterms:description "The resource type URIs."^^rdf:XMLLiteral + oslc:name "type" ; + oslc:occurs oslc:One-or-many ; + oslc:propertyDefinition rdf:type ; + oslc:range rdfs:Class ; + oslc:representation oslc:Reference ; + oslc:valueType oslc:Resource ; + dcterms:description "The resource type URIs."^^rdf:XMLLiteral ]; oslc:property [ a oslc:Property ; - oslc:name "unitOfScopeItemSize" ; - oslc:occurs oslc:Zero-or-one ; - oslc:propertyDefinition oslc_promcode:unitOfScopeItemSize ; - oslc:representation oslc:Either ; - oslc:valueType oslc:AnyResource ; - dcterms:description "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " + oslc:name "unitOfScopeItemSize" ; + oslc:occurs oslc:Zero-or-one ; + oslc:propertyDefinition oslc_promcode:unitOfScopeItemSize ; + oslc:representation oslc:Either ; + oslc:valueType oslc:AnyResource ; + dcterms:description "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " ]; dcterms:title "Shape resource of a Project resource."^^rdf:XMLLiteral . diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 1b4d49ad..955909cd 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -2,7 +2,7 @@ # Committee Specification # 10 November 2021 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/ +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ # Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php @@ -30,10 +30,10 @@ dcterms:description "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^rdf:XMLLiteral ; vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; - dcterms:source ; - dcterms:hasVersion "CS02" ; - dcterms:issued "2021-11-10"^^ ; - dcterms:isPartOf ; + dcterms:source ; + dcterms:hasVersion "CS03" ; + dcterms:issued "2022-02-02"^^ ; + dcterms:isPartOf ; dcterms:license . # classes From 2f20fc6489decb8c879443ce383b809178fcbaea Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:14:03 +0900 Subject: [PATCH 18/32] Changed the date and URL's The change is to reflect the publication of version CS03. --- content/ns/promcode/promcode-shapes.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 650b315a..40677be4 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -1,9 +1,9 @@ # OSLC PROMCODE Version 1.0 # Committee Specification -# 10 November 2021 +# 15 February 2022 # Copyright (c) OASIS Open 2021. All Rights Reserved. # Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of @@ -33,8 +33,8 @@ dcterms:publisher ; dcterms:issued "2022-02-02"^^ ; dcterms:license ; - dcterms:source ; - dcterms:isPartOf ; + dcterms:source ; + dcterms:isPartOf ; dcterms:hasVersion "CS03" . :IssueCollection a oslc:ResourceShape ; From fc74ccec570630e8154e5522da2334e365eed5e0 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:16:11 +0900 Subject: [PATCH 19/32] Changed the date and URL's. The change is to reflect the publication of version CS03. --- content/ns/promcode/promcode-vocab.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 955909cd..6dfbaf79 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -1,6 +1,6 @@ # OSLC PROMCODE Version 1.0 # Committee Specification -# 10 November 2021 +# 15 February 2022 # Copyright (c) OASIS Open 2021. All Rights Reserved. # Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ # Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html @@ -30,10 +30,10 @@ dcterms:description "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^rdf:XMLLiteral ; vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; - dcterms:source ; + dcterms:source ; dcterms:hasVersion "CS03" ; dcterms:issued "2022-02-02"^^ ; - dcterms:isPartOf ; + dcterms:isPartOf ; dcterms:license . # classes From 134fa5c4496884527edd77310199f3aeaa39c3e6 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:17:24 +0900 Subject: [PATCH 20/32] One more change for CS03 --- content/ns/promcode/promcode-vocab.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 6dfbaf79..833795de 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -3,7 +3,7 @@ # 15 February 2022 # Copyright (c) OASIS Open 2021. All Rights Reserved. # Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs02/promcode-spec.html +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of From 9e590b30bbcdfd94de109b6092403b3ca617cef7 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 25 Feb 2022 13:50:02 +0900 Subject: [PATCH 21/32] changed URL for CS03 --- content/ns/promcode/promcode-shapes.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf index 06c5c3b4..cbb6d700 100644 --- a/content/ns/promcode/promcode-shapes.rdf +++ b/content/ns/promcode/promcode-shapes.rdf @@ -7,14 +7,14 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> - + OSLC PROMCODE Constraints 2021-03-23 - + OSLC PROMCODE Constraints - CS02 + CS03 All vocabulary URIs defined in the OSLC PROMCODE namespace. From 1141e2a63da0a8e19dff4a572ba015487a2e9906 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 25 Feb 2022 13:53:39 +0900 Subject: [PATCH 22/32] Changed URL's for CS03 --- content/ns/promcode/promcode-vocab.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf index fb9f8085..a346ebc4 100644 --- a/content/ns/promcode/promcode-vocab.rdf +++ b/content/ns/promcode/promcode-vocab.rdf @@ -9,15 +9,15 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/"> - + 2021-03-23 All vocabulary URIs defined in The OSLC PROMCODE namespace. - CS02 + CS03 The OSLC PROMCODE Vocabulary oslc_promcode - + The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary From 04cc44a5ba72a3e9ca0060ec81d7d3f165a2fa1d Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Thu, 24 Mar 2022 18:16:27 +0900 Subject: [PATCH 23/32] Add files via upload --- content/ns/promcode/promcode-shapes.ttl | 28 +++--- content/ns/promcode/promcode-vocab.ttl | 122 +++++++----------------- 2 files changed, 47 insertions(+), 103 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 40677be4..8660666d 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -48,7 +48,7 @@ oslc:representation oslc:Reference ; oslc:valueShape :Project ; oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " + dcterms:description "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to." ] ; oslc:property [ a oslc:Property ; oslc:name "collects" ; @@ -116,7 +116,7 @@ oslc:representation oslc:Reference ; oslc:valueShape :Project ; oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + dcterms:description "belongsTo is a relation between the ManagedItemCollection resource and a Project resource." ]; oslc:property [ a oslc:Property ; @@ -189,7 +189,7 @@ oslc:representation oslc:Reference ; oslc:valueShape :Project ; oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between this Report resource and a Project resources. " + dcterms:description "belongsTo is a relation between this Report resource and a Project resources." ]; oslc:property [ a oslc:Property ; oslc:name "collects" ; @@ -351,7 +351,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Issue resource. " + dcterms:description "A unique identifier for the Issue resource." ]; oslc:property [ a oslc:Property ; oslc:name "source" ; @@ -422,7 +422,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:date ; oslc:valueType xsd:dateTime ; - dcterms:description "date is a property of a Measurement resource. It is the date on which the measurement was made. " + dcterms:description "date is a property of a Measurement resource. It is the date on which the measurement was made." ]; oslc:property [ a oslc:Property ; oslc:name "description" ; @@ -436,7 +436,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Measurement resource. " + dcterms:description "A unique identifier for the Measurement resource." ]; oslc:property [ a oslc:Property ; oslc:name "measures" ; @@ -480,7 +480,7 @@ oslc:representation oslc:Reference ; oslc:valueShape :Project ; oslc:valueType oslc:Resource ; - dcterms:description "belongsTo is a relation between a Plan resource and a Project resource. " + dcterms:description "belongsTo is a relation between a Plan resource and a Project resource." ]; oslc:property [ a oslc:Property ; oslc:name "collects" ; @@ -555,7 +555,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a Risk resource. " + dcterms:description "A unique identifier for a Risk resource." ]; oslc:property [ a oslc:Property ; oslc:name "source" ; @@ -633,7 +633,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the Measure resource. " + dcterms:description "A unique identifier for the Measure resource." ]; oslc:property [ a oslc:Property ; oslc:name "title" ; @@ -704,7 +704,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for the WorkItem resource. " + dcterms:description "A unique identifier for the WorkItem resource." ]; oslc:property [ a oslc:Property ; oslc:name "source" ; @@ -766,7 +766,7 @@ oslc:propertyDefinition oslc_promcode:representedBy ; oslc:representation oslc:Either ; oslc:valueType oslc:AnyResource ; - dcterms:description "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + dcterms:description "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource." ]; oslc:property [ a oslc:Property ; oslc:name "requiredBy" ; @@ -881,7 +881,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a ScopeItem resource. " + dcterms:description "A unique identifier for a ScopeItem resource." ]; oslc:property [ a oslc:Property ; oslc:name "source" ; @@ -946,7 +946,7 @@ oslc:occurs oslc:Exactly-one ; oslc:propertyDefinition dcterms:identifier ; oslc:valueType xsd:string ; - dcterms:description "A unique identifier for a ManagedItem resource. " + dcterms:description "A unique identifier for a ManagedItem resource." ]; oslc:property [ a oslc:Property ; oslc:name "source" ; @@ -1061,7 +1061,7 @@ oslc:propertyDefinition oslc_promcode:unitOfScopeItemSize ; oslc:representation oslc:Either ; oslc:valueType oslc:AnyResource ; - dcterms:description "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " + dcterms:description "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project." ]; dcterms:title "Shape resource of a Project resource."^^rdf:XMLLiteral . diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 833795de..0924709d 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -50,19 +50,14 @@ rdfs:subClassOf :ManagedItem ; rdfs:isDefinedBy : ; rdfs:label "Issue" ; - rdfs:comment """Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives -of a project. Issue resources shared between an acquirer and a supplier must be managed. -Internal issues which must be resolved by a supplier alone may not be shared. -Failure to resolve the situation may result in negative -consequences for the project, such as a schedule delay.""" . + rdfs:comment """Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives of a project. Issue resources shared between an acquirer and a supplier must be managed. Internal issues which must be resolved by a supplier alone may not be shared. Failure to resolve the situation may result in negative consequences for the project, such as a schedule delay.""" . :IssueCollection a rdfs:Class ; rdfs:subClassOf :ManagedItemCollection ; rdfs:isDefinedBy : ; rdfs:label "IssueCollection" ; - rdfs:comment """IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. -Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.""" . + rdfs:comment """IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.""" . :ManagedItem @@ -75,10 +70,7 @@ Depending on the situation, a collection may collect all Issues resources to be a rdfs:Class ; rdfs:isDefinedBy : ; rdfs:label "ManagedItemCollection" ; - rdfs:comment """A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. -A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. -ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. -A ManagedItemCollection resource is linked to a Project resource it belongs to. """ . + rdfs:comment """A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. A ManagedItemCollection resource is linked to a Project resource it belongs to.""" . :Measurement a rdfs:Class ; @@ -90,69 +82,55 @@ A ManagedItemCollection resource is linked to a Project resource it belongs to. a rdfs:Class ; rdfs:isDefinedBy : ; rdfs:label "Measure" ; - rdfs:comment """A Measure resource represents an observation of some measurable aspect of an Artifact. """ . + rdfs:comment """A Measure resource represents an observation of some measurable aspect of an Artifact.""" . :Plan a rdfs:Class ; rdfs:subClassOf :ManagedItemCollection ; rdfs:isDefinedBy : ; rdfs:label "Plan" ; - rdfs:comment """A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. - Plan is a subclass of ManagedItemCollection. """. + rdfs:comment """A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. Plan is a subclass of ManagedItemCollection.""". :Project a rdfs:Class ; rdfs:isDefinedBy : ; rdfs:label "Project" ; - rdfs:comment """A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. -A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. """ . + rdfs:comment """A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project.""" . :Report a rdfs:Class ; rdfs:subClassOf :ManagedItemCollection ; rdfs:isDefinedBy : ; rdfs:label "Report" ; - rdfs:comment """A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. -It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. -It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. """ . + rdfs:comment """A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource.""" . :Risk a rdfs:Class ; rdfs:subClassOf :ManagedItem ; rdfs:isDefinedBy : ; rdfs:label "Risk" ; - rdfs:comment """Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. -Internal risks which must be resolved by a supplier alone may not be shared. -Failure to control the potential problem may result in negative -consequences for the project, such as a schedule delay.""" . + rdfs:comment """Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. Internal risks which must be resolved by a supplier alone may not be shared. Failure to control the potential problem may result in negative consequences for the project, such as a schedule delay.""" . :RiskCollection a rdfs:Class ; rdfs:subClassOf :ManagedItemCollection ; rdfs:isDefinedBy : ; rdfs:label "RiskCollection" ; - rdfs:comment """RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. -Shared risks of resolved status continue to be included in the collection. -Only Risk resources can be collected in a RiskCollection resource. -Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.""" . + rdfs:comment """RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. Shared risks of resolved status continue to be included in the collection. Only Risk resources can be collected in a RiskCollection resource. Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.""" . :ScopeItem a rdfs:Class ; rdfs:subClassOf :ManagedItem ; rdfs:isDefinedBy : ; rdfs:label "ScopeItem" ; - rdfs:comment """ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. -It defines the binding between an acquirer and a supplier for the project.""" . + rdfs:comment """ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. It defines the binding between an acquirer and a supplier for the project.""" . :WorkItem a rdfs:Class ; rdfs:subClassOf :ManagedItem ; rdfs:isDefinedBy : ; rdfs:label "WorkItem" ; - rdfs:comment """WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. -It defines the work to be performed to create a (part of) content described by a ScopeItem. -The work may typically include cost, schedule, and resource requirements. -The set of all WorkItem resources in a project might form a work breakdown structure.""" . + rdfs:comment """WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. It defines the work to be performed to create a (part of) content described by a ScopeItem. The work may typically include cost, schedule, and resource requirements. The set of all WorkItem resources in a project might form a work breakdown structure.""" . # properties @@ -174,18 +152,14 @@ The set of all WorkItem resources in a project might form a work breakdown struc a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "actualStartDate" ; - rdfs:comment """actualStartDate is either a property of a WorkItem resource or a Project resource. -It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime.""" ; + rdfs:comment """actualStartDate is either a property of a WorkItem resource or a Project resource. It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.""" ; . :belongsTo a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "belongsTo" ; - rdfs:comment """belongsTo is a relation between ManagedItemCollections and a Project resource. -An acquirer and a supplier may operate multiple projects in parallel. -This relation is used to identify which collection belongs to which project.""" ; + rdfs:comment """belongsTo is a relation between ManagedItemCollections and a Project resource. An acquirer and a supplier may operate multiple projects in parallel. This relation is used to identify which collection belongs to which project.""" ; . @@ -193,35 +167,28 @@ This relation is used to identify which collection belongs to which project.""" a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "collects" ; - rdfs:comment """collects is a relation between a ManagedItemCollection resource and ManagedItem resources. -A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. -An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.""" ; + rdfs:comment """collects is a relation between a ManagedItemCollection resource and ManagedItem resources. A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.""" ; . :correspondsTo a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "correspondsTo" ; - rdfs:comment """correspondsTo is a relation between a Plan resource and a Report resource. - A Report resource has at most one correspondsTo relation to a Plan resource. -If a new Plan resource is created, a Report resource may need to be related to the new Plan resource.""" ; + rdfs:comment """correspondsTo is a relation between a Plan resource and a Report resource. A Report resource has at most one correspondsTo relation to a Plan resource. If a new Plan resource is created, a Report resource may need to be related to the new Plan resource.""" ; . :identifiedBy a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "identifiedBy" ; - rdfs:comment """identifiedBy is a relation between a Risk resource and ManagedItem resources. -A Risk may be identified by one or more ManagedItem resources.""" ; + rdfs:comment """identifiedBy is a relation between a Risk resource and ManagedItem resources. A Risk may be identified by one or more ManagedItem resources.""" ; . :identifiedDate a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "identifiedDate" ; - rdfs:comment """identifiedDate is an optional property of a Risk resource. -It is the identified date of the Risk resource. -Its value is a dateTime.""" ; + rdfs:comment """identifiedDate is an optional property of a Risk resource. It is the identified date of the Risk resource. Its value is a dateTime.""" ; . :includes @@ -235,49 +202,42 @@ Its value is a dateTime.""" ; a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "isPartOf" ; - rdfs:comment """isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. -It represents the parent and child relationship of ManagedItem resources of the same type."""; + rdfs:comment """isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. It represents the parent and child relationship of ManagedItem resources of the same type."""; . :measures a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "measures" ; - rdfs:comment """measures is a relation between a Measurement resource and an Artifact resource. -A Measurement measures an Artifact.""" ; + rdfs:comment """measures is a relation between a Measurement resource and an Artifact resource. A Measurement measures an Artifact.""" ; . :metricOfMeasure a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "metricOfMeasure" ; - rdfs:comment """metricOfMeasure is a relation between a Measure resource and a Metric resource. -It defines a metric of Measure. """ ; + rdfs:comment """metricOfMeasure is a relation between a Measure resource and a Metric resource. It defines a metric of Measure.""" ; . :metricOfScopeItemSize a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "metricOfScopeItemSize" ; - rdfs:comment """metricOfScopeItemSize is a relation between a Project resource and a Metric resource. -It defines a metric of the size which all the ScopeItem resources in the project refer to. """ ; + rdfs:comment """metricOfScopeItemSize is a relation between a Project resource and a Metric resource. It defines a metric of the size which all the ScopeItem resources in the project refer to.""" ; . :observes a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "observes" ; - rdfs:comment """observes is a relation between a Measurement resource and a Measure resource. -One Measurement observes zero or many Measures.""" ; + rdfs:comment """observes is a relation between a Measurement resource and a Measure resource. One Measurement observes zero or many Measures.""" ; . :plannedEndDate a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "plannedEndDate" ; - rdfs:comment """plannedEndDate is either a property of a WorkItem resource or a Project resource. -It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime.""" ; + rdfs:comment """plannedEndDate is either a property of a WorkItem resource or a Project resource. It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.""" ; . :plannedSize @@ -291,53 +251,42 @@ Its value is a dateTime.""" ; a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "plannedStartDate" ; - rdfs:comment """plannedStartDate is either a property of a WorkItem resource or of a Project resource. -It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime.""" ; + rdfs:comment """plannedStartDate is either a property of a WorkItem resource or of a Project resource. It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.""" ; . :producedFor a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "producedFor" ; - rdfs:comment """producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. -Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.""" ; + rdfs:comment """producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.""" ; . :raisedBy a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "raisedBy" ; - rdfs:comment """raisedBy is a relation between an Issue resource and ManagedItem resources. -An Issue may be raised by one or more ManagedItem resources.""" ; + rdfs:comment """raisedBy is a relation between an Issue resource and ManagedItem resources. An Issue may be raised by one or more ManagedItem resources.""" ; . :raisedDate a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "raisedDate" ; - rdfs:comment """raisedDate is an optional property of an Issue resource. -It is the raised date of the Issue resource. -Its value is a dateTime.""" ; + rdfs:comment """raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime.""" ; . :representedBy a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "representedBy" ; - rdfs:comment """representedBy is a relation between a WorkItem resource and a person in charge. -A work item may be represented by a person who acts as the contact for the work item. -This person is responsible for the progress of the work described by the WorkItem resource. -This person may or may not actually do the required work.""" ; + rdfs:comment """representedBy is a relation between a WorkItem resource and a person in charge. A work item may be represented by a person who acts as the contact for the work item. This person is responsible for the progress of the work described by the WorkItem resource. This person may or may not actually do the required work.""" ; . :requiredBy a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "requiredBy" ; - rdfs:comment """requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. -A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. -A WorkItem resource may also be required to implement the scope described by a ScopeItem resource.""" ; + rdfs:comment """requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. A WorkItem resource may also be required to implement the scope described by a ScopeItem resource.""" ; . :sequenceNumber @@ -351,16 +300,14 @@ A WorkItem resource may also be required to implement the scope described by a S a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "stateOfIssue" ; - rdfs:comment """stateOfIssue is a relation between an Issue resource and a State resource. -The State resource defines a set of values which represent the state of an issue resource.""" ; + rdfs:comment """stateOfIssue is a relation between an Issue resource and a State resource. The State resource defines a set of values which represent the state of an issue resource.""" ; . :stateOfRisk a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "stateOfRisk" ; - rdfs:comment """stateOfRisk is a relation between a Risk resource and a State resource. -The State resource defines a set of values which represent the state of a Risk resource.""" ; + rdfs:comment """stateOfRisk is a relation between a Risk resource and a State resource. The State resource defines a set of values which represent the state of a Risk resource.""" ; . :targets @@ -374,17 +321,14 @@ The State resource defines a set of values which represent the state of a Risk r a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "unitOfMeasure" ; - rdfs:comment """unitOfMeasure is a relation between a Measure resource and a Unit resource. -It is a unit of volume. -If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.""" ; + rdfs:comment """unitOfMeasure is a relation between a Measure resource and a Unit resource. It is a unit of volume. If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.""" ; . :unitOfScopeItemSize a rdf:Property ; rdfs:isDefinedBy : ; rdfs:label "unitOfScopeItemSize" ; - rdfs:comment """unitOfScopeItemSize is a relation between a Project resource and a Unit resource. -It defines a unit of size which all the ScopeItem resources refer to in the project. """ ; + rdfs:comment """unitOfScopeItemSize is a relation between a Project resource and a Unit resource. It defines a unit of size which all the ScopeItem resources refer to in the project.""" ; . :valueOfMeasure From c8bc36c1083ea71e4ec332f30357d0bc9a543f3c Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 8 Apr 2022 14:05:00 +0900 Subject: [PATCH 24/32] Add files via upload Replaced shapes.ttl and vocab.ttl files with the latest version reflecting OASIS Standard version. --- content/ns/promcode/promcode-shapes.ttl | 12 ++++++------ content/ns/promcode/promcode-vocab.ttl | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 8660666d..0550dc80 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -1,9 +1,9 @@ # OSLC PROMCODE Version 1.0 # Committee Specification -# 15 February 2022 +# 11 March 2022 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/promcode-spec.html +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of @@ -33,9 +33,9 @@ dcterms:publisher ; dcterms:issued "2022-02-02"^^ ; dcterms:license ; - dcterms:source ; - dcterms:isPartOf ; - dcterms:hasVersion "CS03" . + dcterms:source ; + dcterms:isPartOf ; + dcterms:hasVersion "OS" . :IssueCollection a oslc:ResourceShape ; oslc:describes oslc_promcode:IssueCollection ; diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 0924709d..2a489041 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -1,9 +1,9 @@ # OSLC PROMCODE Version 1.0 -# Committee Specification -# 15 February 2022 +# OSIS Standard +# 11 March 2022 # Copyright (c) OASIS Open 2021. All Rights Reserved. -# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/ -# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/cs03/promcode-spec.html +# Source: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/ +# Latest stage of narrative specification: https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-spec.html # TC IPR Statement: https://www.oasis-open.org/committees/oslc-promcode/ipr.php # This document is a part of specification being provided under the RF on Limited Terms Mode of @@ -30,10 +30,10 @@ dcterms:description "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^rdf:XMLLiteral ; vann:preferredNamespacePrefix "oslc_promcode" ; dcterms:publisher ; - dcterms:source ; - dcterms:hasVersion "CS03" ; + dcterms:source ; + dcterms:hasVersion "OS" ; dcterms:issued "2022-02-02"^^ ; - dcterms:isPartOf ; + dcterms:isPartOf ; dcterms:license . # classes From afe654730d23252d0155b15feec65a47c698472d Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:33:03 +0900 Subject: [PATCH 25/32] Update promcode-shapes.rdf --- content/ns/promcode/promcode-shapes.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf index cbb6d700..e5ab5ca6 100644 --- a/content/ns/promcode/promcode-shapes.rdf +++ b/content/ns/promcode/promcode-shapes.rdf @@ -7,14 +7,14 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> - + OSLC PROMCODE Constraints 2021-03-23 - + OSLC PROMCODE Constraints - CS03 + OS All vocabulary URIs defined in the OSLC PROMCODE namespace. From 0bd4010c8278a6fc8e292c10134ba8f536b72e91 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:35:56 +0900 Subject: [PATCH 26/32] Update promcode-vocab.rdf --- content/ns/promcode/promcode-vocab.rdf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf index a346ebc4..d040f361 100644 --- a/content/ns/promcode/promcode-vocab.rdf +++ b/content/ns/promcode/promcode-vocab.rdf @@ -9,15 +9,15 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/"> - + 2021-03-23 All vocabulary URIs defined in The OSLC PROMCODE namespace. - CS03 + OS The OSLC PROMCODE Vocabulary oslc_promcode - + The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary From 8f0df2f067211775ccddea18115af89e4f742106 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:37:53 +0900 Subject: [PATCH 27/32] Update promcode-shapes.ttl --- content/ns/promcode/promcode-shapes.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-shapes.ttl b/content/ns/promcode/promcode-shapes.ttl index 0550dc80..6f2a5a43 100644 --- a/content/ns/promcode/promcode-shapes.ttl +++ b/content/ns/promcode/promcode-shapes.ttl @@ -31,7 +31,7 @@ rdfs:label "OSLC PROMCODE Constraints" ; dcterms:description "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^rdf:XMLLiteral ; dcterms:publisher ; - dcterms:issued "2022-02-02"^^ ; + dcterms:issued "2022-03-11"^^ ; dcterms:license ; dcterms:source ; dcterms:isPartOf ; From 8c898a1645a568f9a6f69cf739db409ccee67ade Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:38:53 +0900 Subject: [PATCH 28/32] Update promcode-vocab.ttl --- content/ns/promcode/promcode-vocab.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.ttl b/content/ns/promcode/promcode-vocab.ttl index 2a489041..e040ca0b 100644 --- a/content/ns/promcode/promcode-vocab.ttl +++ b/content/ns/promcode/promcode-vocab.ttl @@ -32,7 +32,7 @@ dcterms:publisher ; dcterms:source ; dcterms:hasVersion "OS" ; - dcterms:issued "2022-02-02"^^ ; + dcterms:issued "2022-03-11"^^ ; dcterms:isPartOf ; dcterms:license . From f8ac455b4fa32a043984ddc09ab6502abb738ef8 Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:40:59 +0900 Subject: [PATCH 29/32] Update promcode-shapes.rdf --- content/ns/promcode/promcode-shapes.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf index e5ab5ca6..c79b36ef 100644 --- a/content/ns/promcode/promcode-shapes.rdf +++ b/content/ns/promcode/promcode-shapes.rdf @@ -10,7 +10,7 @@ OSLC PROMCODE Constraints 2021-03-23 + >2022-03-11 OSLC PROMCODE Constraints From fbeff8fd7292a150303dc95c59048c8b7046922f Mon Sep 17 00:00:00 2001 From: tomkamimura <97661858+tomkamimura@users.noreply.github.com> Date: Fri, 15 Apr 2022 10:43:31 +0900 Subject: [PATCH 30/32] Update promcode-vocab.rdf --- content/ns/promcode/promcode-vocab.rdf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf index d040f361..ebb6668e 100644 --- a/content/ns/promcode/promcode-vocab.rdf +++ b/content/ns/promcode/promcode-vocab.rdf @@ -11,7 +11,7 @@ 2021-03-23 + >2022-03-11 All vocabulary URIs defined in The OSLC PROMCODE namespace. OS The OSLC PROMCODE Vocabulary From 8dc9135a8b98cf19d053ed2ff280cdcf0abf44df Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Thu, 14 Apr 2022 16:13:23 +0200 Subject: [PATCH 31/32] Regenerate other formats Signed-off-by: Andrew Berezovskyi --- content/ns/promcode/promcode-shapes.jsonld | 1241 +++++++------ content/ns/promcode/promcode-shapes.nt | 1947 ++++++++++---------- content/ns/promcode/promcode-shapes.rdf | 999 +++++----- content/ns/promcode/promcode-vocab.jsonld | 86 +- content/ns/promcode/promcode-vocab.nt | 74 +- content/ns/promcode/promcode-vocab.rdf | 126 +- 6 files changed, 2207 insertions(+), 2266 deletions(-) diff --git a/content/ns/promcode/promcode-shapes.jsonld b/content/ns/promcode/promcode-shapes.jsonld index 3df69ef2..58eb658d 100644 --- a/content/ns/promcode/promcode-shapes.jsonld +++ b/content/ns/promcode/promcode-shapes.jsonld @@ -2,40 +2,51 @@ "@graph" : [ { "@id" : "_:b0", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." + "description" : "A unique identifier for the Measurement resource." }, { "@id" : "_:b1", "@type" : "oslc:Property", - "name" : "actualStartDate", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualStartDate", - "valueType" : "xsd:dateTime", - "description" : "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b10", "@type" : "oslc:Property", - "name" : "stateOfRisk", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:stateOfRisk", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b100", "@type" : "oslc:Property", - "name" : "stateOfIssue", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:stateOfIssue", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Risk resource that is a source of this Risk resource." }, { "@id" : "_:b101", "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + }, { + "@id" : "_:b102", + "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -46,65 +57,60 @@ "@type" : "rdf:XMLLiteral", "@value" : "The resource type URIs." } - }, { - "@id" : "_:b102", - "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b103", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:Risk" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." }, { "@id" : "_:b104", "@type" : "oslc:Property", - "name" : "description", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", + "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "description" : "A title string for a Risk resource." }, { "@id" : "_:b105", "@type" : "oslc:Property", - "name" : "actualSize", + "name" : "isPartOf", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualSize", - "valueType" : "xsd:decimal", - "description" : "actualSize is a property for actual development size for a ScopeItem resource." + "propertyDefinition" : "dcterms:isPartOf", + "range" : "oslc_promcode:Artifact", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", + "valueType" : "oslc:Resource", + "description" : "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." }, { "@id" : "_:b106", "@type" : "oslc:Property", - "name" : "description", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", + "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "description" : "A title string of the resource." }, { "@id" : "_:b107", "@type" : "oslc:Property", - "name" : "raisedBy", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:raisedBy", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:Risk" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "description" : "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." + "name" : "raisedDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:raisedDate", + "valueType" : "xsd:dateTime", + "description" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." }, { "@id" : "_:b108", "@type" : "oslc:Property", - "name" : "plannedEndDate", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedEndDate", - "valueType" : "xsd:dateTime", - "description" : "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Project resource that is a source of this Project resource." }, { "@id" : "_:b109", "@type" : "oslc:Property", @@ -112,31 +118,32 @@ "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A unique identifier for a ManagedItemCollection resource." + "description" : "A unique identifier for a ManagedItem resource." }, { "@id" : "_:b11", "@type" : "oslc:Property", - "name" : "source", + "name" : "metricOfMeasure", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Issue resource that is a source of this Issue resource." + "propertyDefinition" : "oslc_promcode:metricOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." }, { "@id" : "_:b110", "@type" : "oslc:Property", - "name" : "description", + "name" : "identifiedDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "oslc_promcode:identifiedDate", + "valueType" : "xsd:dateTime", + "description" : "identifiedDate is the date on which the risk was identified." }, { "@id" : "_:b111", "@type" : "oslc:Property", - "name" : "source", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Artifact resource that is a source of this Artifact resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human to understand the resource." }, { "@id" : "_:b112", "@type" : "oslc:Property", @@ -144,18 +151,15 @@ "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "A title string for the resource." + "description" : "A title string for a Project resource." }, { "@id" : "_:b113", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "description" : "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " + "name" : "plannedStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedStartDate", + "valueType" : "xsd:dateTime", + "description" : "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." }, { "@id" : "_:b114", "@type" : "oslc:Property", @@ -163,60 +167,49 @@ "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A unique identifier for a Project resource." + "description" : "A unique identifier for the Issue resource." }, { "@id" : "_:b115", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : { - "@type" : "rdf:XMLLiteral", - "@value" : "The resource type URIs." - } + "name" : "stateOfIssue", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:stateOfIssue", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." }, { "@id" : "_:b116", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the Issue resource." }, { "@id" : "_:b117", "@type" : "oslc:Property", - "name" : "identifiedBy", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:identifiedBy", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:Risk", "oslc_promcode:Issue", "oslc_promcode:WorkItem" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "description" : "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + "name" : "actualEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "description" : "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." }, { "@id" : "_:b118", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : { - "@type" : "rdf:XMLLiteral", - "@value" : "The resource type URIs." - } + "name" : "metricOfScopeItemSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:metricOfScopeItemSize", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." }, { "@id" : "_:b119", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b12", "@type" : "oslc:Property", @@ -228,38 +221,30 @@ }, { "@id" : "_:b120", "@type" : "oslc:Property", - "name" : "plannedStartDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedStartDate", - "valueType" : "xsd:dateTime", - "description" : "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a ManagedItemCollection resource." }, { "@id" : "_:b13", "@type" : "oslc:Property", - "name" : "unitOfMeasure", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:unitOfMeasure", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." - }, { - "@id" : "_:b14", - "@type" : "oslc:Property", "name" : "valueOfMeasure", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "oslc_promcode:valueOfMeasure", "valueType" : "xsd:decimal", "description" : "valueOfMeasure is a property that represents a value for the Measure resource." }, { - "@id" : "_:b15", + "@id" : "_:b14", "@type" : "oslc:Property", - "name" : "title", + "name" : "unitOfMeasure", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this Measure resource." + "propertyDefinition" : "oslc_promcode:unitOfMeasure", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." }, { - "@id" : "_:b16", + "@id" : "_:b15", "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", @@ -272,43 +257,15 @@ "@value" : "The resource type URIs." } }, { - "@id" : "_:b17", - "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for the Measure resource. " - }, { - "@id" : "_:b18", + "@id" : "_:b16", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." - }, { - "@id" : "_:b19", - "@type" : "oslc:Property", - "name" : "unitOfScopeItemSize", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:unitOfScopeItemSize", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " - }, { - "@id" : "_:b2", - "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:Risk", "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Issue", "oslc_promcode:Artifact" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "description" : "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b20", + "@id" : "_:b17", "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", @@ -321,184 +278,234 @@ "@value" : "The resource type URIs." } }, { - "@id" : "_:b21", + "@id" : "_:b18", + "@type" : "oslc:Property", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Issue resource that is a source of this Issue resource." + }, { + "@id" : "_:b19", "@type" : "oslc:Property", "name" : "title", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "A title string of the resource." + "description" : "A title string of this IssueCollection resource." }, { - "@id" : "_:b22", + "@id" : "_:b2", "@type" : "oslc:Property", - "name" : "isPartOf", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:isPartOf", - "range" : "oslc_promcode:ScopeItem", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string for a ManagedItem resource." + }, { + "@id" : "_:b20", + "@type" : "oslc:Property", + "name" : "plannedSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedSize", + "valueType" : "xsd:decimal", + "description" : "plannedSize is a property for estimated development size for a ScopeItem resource." + }, { + "@id" : "_:b21", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for the Artifact resource." + }, { + "@id" : "_:b22", + "@type" : "oslc:Property", + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", "valueType" : "oslc:Resource", - "description" : "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "_:b23", "@type" : "oslc:Property", - "name" : "date", + "name" : "plannedStartDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", + "propertyDefinition" : "oslc_promcode:plannedStartDate", "valueType" : "xsd:dateTime", - "description" : "A date on which this ManagedItemCollection resource collects member resources." + "description" : "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b24", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the Issue resource." + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to." }, { "@id" : "_:b25", "@type" : "oslc:Property", - "name" : "sequenceNumber", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between this Report resource and a Project resources." }, { "@id" : "_:b26", "@type" : "oslc:Property", - "name" : "representedBy", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:representedBy", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a Report resource." }, { "@id" : "_:b27", "@type" : "oslc:Property", - "name" : "identifiedDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:identifiedDate", - "valueType" : "xsd:dateTime", - "description" : "identifiedDate is the date on which the risk was identified." + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." }, { "@id" : "_:b28", "@type" : "oslc:Property", - "name" : "raisedDate", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:raisedDate", - "valueType" : "xsd:dateTime", - "description" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this Report resource." }, { "@id" : "_:b29", "@type" : "oslc:Property", - "name" : "isPartOf", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:isPartOf", - "range" : "oslc_promcode:Artifact", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", - "valueType" : "oslc:Resource", - "description" : "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Report resource that is a source of this Report resource." }, { "@id" : "_:b3", "@type" : "oslc:Property", - "name" : "title", + "name" : "date", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string for a ScopeItem resource." + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "A date on which this Report resource collects member resources." }, { "@id" : "_:b30", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "name" : "includes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:includes", + "range" : "oslc_promcode:Measurement", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", + "valueType" : "oslc:Resource", + "description" : "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." }, { "@id" : "_:b31", "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "date is a property of a Measurement resource. It is the date on which the measurement was made." + }, { + "@id" : "_:b32", + "@type" : "oslc:Property", + "name" : "observes", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:observes", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "description" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + }, { + "@id" : "_:b33", + "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A unique identifier for a ManagedItem resource. " + "description" : "A unique identifier for a Project resource." }, { - "@id" : "_:b32", + "@id" : "_:b34", "@type" : "oslc:Property", "name" : "description", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." - }, { - "@id" : "_:b33", - "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:WorkItem" ], - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", - "valueType" : "oslc:Resource", - "description" : "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." + "description" : "dcterms:description is a property of a Project resource to help a human understand the project." }, { - "@id" : "_:b34", + "@id" : "_:b35", "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A unique identifier for a Report resource." + "description" : "A unique identifier for a Risk resource." }, { - "@id" : "_:b35", + "@id" : "_:b36", "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "description" : "A date on which this Report resource collects member resources." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { - "@id" : "_:b36", + "@id" : "_:b37", "@type" : "oslc:Property", "name" : "title", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this Report resource." - }, { - "@id" : "_:b37", - "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "description" : "belongsTo is a relation between this Report resource and a Project resources. " + "description" : "A title string for a ScopeItem resource." }, { "@id" : "_:b38", "@type" : "oslc:Property", - "name" : "source", + "name" : "sequenceNumber", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Report resource that is a source of this Report resource." + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." }, { "@id" : "_:b39", "@type" : "oslc:Property", - "name" : "correspondsTo", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:correspondsTo", - "range" : "oslc_promcode:Plan", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", - "valueType" : "oslc:Resource", - "description" : "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." + "name" : "stateOfRisk", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:stateOfRisk", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." }, { "@id" : "_:b4", "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." + }, { + "@id" : "_:b40", + "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -509,28 +516,25 @@ "@type" : "rdf:XMLLiteral", "@value" : "The resource type URIs." } - }, { - "@id" : "_:b40", - "@type" : "oslc:Property", - "name" : "includes", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:includes", - "range" : "oslc_promcode:Measurement", - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", - "valueType" : "oslc:Resource", - "description" : "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." }, { "@id" : "_:b41", "@type" : "oslc:Property", - "name" : "source", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Risk resource that is a source of this Risk resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b42", "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a ScopeItem resource." + }, { + "@id" : "_:b43", + "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -541,128 +545,112 @@ "@type" : "rdf:XMLLiteral", "@value" : "The resource type URIs." } - }, { - "@id" : "_:b43", - "@type" : "oslc:Property", - "name" : "measures", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:measures", - "range" : "oslc_promcode:Artifact", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", - "valueType" : "oslc:Resource", - "description" : "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." }, { "@id" : "_:b44", "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : "oslc_promcode:Risk", - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", - "valueType" : "oslc:Resource", - "description" : "collects is a relation between a RiskCollection resource and a Risk resource." + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b45", "@type" : "oslc:Property", - "name" : "targets", + "name" : "requiredBy", "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:targets", - "range" : "oslc_promcode:Measure", - "representation" : "oslc:Inline", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", - "valueType" : "oslc:AnyResource", - "description" : "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." + "propertyDefinition" : "oslc_promcode:requiredBy", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact" ], + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." }, { "@id" : "_:b46", "@type" : "oslc:Property", - "name" : "metricOfScopeItemSize", + "name" : "actualEndDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:metricOfScopeItemSize", - "representation" : "oslc:Either", - "valueType" : "oslc:AnyResource", - "description" : "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." + "propertyDefinition" : "oslc_promcode:actualEndDate", + "valueType" : "xsd:dateTime", + "description" : "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b47", "@type" : "oslc:Property", - "name" : "date", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "description" : "A date on which this Plan resource collects member resources." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." }, { "@id" : "_:b48", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", + "name" : "producedFor", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:producedFor", + "range" : [ "oslc_promcode:WorkItem", "oslc_promcode:ScopeItem" ], "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "description" : { - "@type" : "rdf:XMLLiteral", - "@value" : "The resource type URIs." - } + "description" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." }, { "@id" : "_:b49", "@type" : "oslc:Property", - "name" : "source", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Project resource that is a source of this Project resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b5", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for a RiskCollection resource." - }, { - "@id" : "_:b50", - "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for a Risk resource. " - }, { - "@id" : "_:b51", - "@type" : "oslc:Property", - "name" : "sequenceNumber", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." - }, { - "@id" : "_:b52", - "@type" : "oslc:Property", - "name" : "source", + "name" : "representedBy", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." + "propertyDefinition" : "oslc_promcode:representedBy", + "representation" : "oslc:Either", + "valueType" : "oslc:AnyResource", + "description" : "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource." }, { - "@id" : "_:b53", + "@id" : "_:b50", "@type" : "oslc:Property", "name" : "title", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this IssueCollection resource." + "description" : "A title string of this RiskCollection resource." }, { - "@id" : "_:b54", + "@id" : "_:b51", "@type" : "oslc:Property", - "name" : "requiredBy", + "name" : "identifiedBy", "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:requiredBy", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact" ], - "representation" : "oslc:Reference", + "propertyDefinition" : "oslc_promcode:identifiedBy", + "range" : [ "oslc_promcode:Risk", "oslc_promcode:Issue", "oslc_promcode:WorkItem", "oslc_promcode:Artifact", "oslc_promcode:ScopeItem" ], + "representation" : "oslc:Either", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "description" : "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." + "description" : "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." + }, { + "@id" : "_:b52", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for a Plan resource." + }, { + "@id" : "_:b53", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier of the resource." + }, { + "@id" : "_:b54", + "@type" : "oslc:Property", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", + "valueType" : "xsd:string", + "description" : "A unique identifier for the WorkItem resource." }, { "@id" : "_:b55", "@type" : "oslc:Property", @@ -677,11 +665,11 @@ }, { "@id" : "_:b56", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", "valueType" : "xsd:string", - "description" : "A unique identifier for the WorkItem resource. " + "description" : "A string that identifies the WorkItem resource that is a source of this WorkItem resource." }, { "@id" : "_:b57", "@type" : "oslc:Property", @@ -693,67 +681,57 @@ }, { "@id" : "_:b58", "@type" : "oslc:Property", - "name" : "sequenceNumber", + "name" : "actualStartDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:sequenceNumber", - "valueType" : "xsd:decimal", - "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." + "propertyDefinition" : "oslc_promcode:actualStartDate", + "valueType" : "xsd:dateTime", + "description" : "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b59", "@type" : "oslc:Property", - "name" : "actualEndDate", + "name" : "plannedEndDate", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualEndDate", + "propertyDefinition" : "oslc_promcode:plannedEndDate", "valueType" : "xsd:dateTime", - "description" : "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." + "description" : "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." }, { "@id" : "_:b6", "@type" : "oslc:Property", - "name" : "plannedSize", + "name" : "correspondsTo", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedSize", - "valueType" : "xsd:decimal", - "description" : "plannedSize is a property for estimated development size for a ScopeItem resource." + "propertyDefinition" : "oslc_promcode:correspondsTo", + "range" : "oslc_promcode:Plan", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", + "valueType" : "oslc:Resource", + "description" : "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." }, { "@id" : "_:b60", "@type" : "oslc:Property", - "name" : "type", - "occurs" : "oslc:One-or-many", - "propertyDefinition" : "rdf:type", - "range" : "rdfs:Class", - "representation" : "oslc:Reference", - "valueType" : "oslc:Resource", - "description" : { - "@type" : "rdf:XMLLiteral", - "@value" : "The resource type URIs." - } + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." }, { "@id" : "_:b61", "@type" : "oslc:Property", - "name" : "plannedStartDate", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedStartDate", - "valueType" : "xsd:dateTime", - "description" : "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." }, { "@id" : "_:b62", "@type" : "oslc:Property", - "name" : "plannedEndDate", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:plannedEndDate", - "valueType" : "xsd:dateTime", - "description" : "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b63", "@type" : "oslc:Property", - "name" : "actualStartDate", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualStartDate", - "valueType" : "xsd:dateTime", - "description" : "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." - }, { - "@id" : "_:b64", - "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -764,72 +742,100 @@ "@type" : "rdf:XMLLiteral", "@value" : "The resource type URIs." } + }, { + "@id" : "_:b64", + "@type" : "oslc:Property", + "name" : "targets", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:targets", + "range" : "oslc_promcode:Measure", + "representation" : "oslc:Inline", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", + "valueType" : "oslc:AnyResource", + "description" : "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." }, { "@id" : "_:b65", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the Plan resource that is a source of this Plan resource." + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : "oslc_promcode:Issue", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." }, { "@id" : "_:b66", "@type" : "oslc:Property", - "name" : "title", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", + "propertyDefinition" : "dcterms:description", "valueType" : "rdf:XMLLiteral", - "description" : "A title string for a Risk resource." + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b67", "@type" : "oslc:Property", - "name" : "actualEndDate", + "name" : "date", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:actualEndDate", + "propertyDefinition" : "dcterms:date", "valueType" : "xsd:dateTime", - "description" : "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." + "description" : "A date on which this IssueCollection resource collects Issue resources." }, { "@id" : "_:b68", "@type" : "oslc:Property", - "name" : "title", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string for a ManagedItem resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." }, { "@id" : "_:b69", "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "description" : "A date on which this IssueCollection resource collects Issue resources." + "name" : "belongsTo", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "oslc_promcode:belongsTo", + "range" : "oslc_promcode:Project", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", + "valueType" : "oslc:Resource", + "description" : "belongsTo is a relation between the ManagedItemCollection resource and a Project resource." }, { "@id" : "_:b7", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for a ScopeItem resource. " + "name" : "description", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { "@id" : "_:b70", "@type" : "oslc:Property", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : "oslc_promcode:Risk", + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between a RiskCollection resource and a Risk resource." + }, { + "@id" : "_:b71", + "@type" : "oslc:Property", "name" : "identifier", "occurs" : "oslc:Exactly-one", "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A unique identifier of the resource." + "description" : "A unique identifier for a RiskCollection resource." }, { - "@id" : "_:b71", + "@id" : "_:b72", "@type" : "oslc:Property", - "name" : "source", + "name" : "date", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "A date on which this RiskCollection resource collects member resources." }, { - "@id" : "_:b72", + "@id" : "_:b73", "@type" : "oslc:Property", "name" : "belongsTo", "occurs" : "oslc:Exactly-one", @@ -838,29 +844,10 @@ "representation" : "oslc:Reference", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "valueType" : "oslc:Resource", - "description" : "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " - }, { - "@id" : "_:b73", - "@type" : "oslc:Property", - "name" : "collects", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : "oslc_promcode:Issue", - "representation" : "oslc:Either", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", - "valueType" : "oslc:Resource", - "description" : "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." + "description" : "belongsTo is a relation between the RiskCollection resource and a Project resource." }, { "@id" : "_:b74", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." - }, { - "@id" : "_:b75", - "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -872,15 +859,55 @@ "@value" : "The resource type URIs." } }, { - "@id" : "_:b76", + "@id" : "_:b75", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string for the resource." + }, { + "@id" : "_:b76", + "@type" : "oslc:Property", + "name" : "actualStartDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualStartDate", + "valueType" : "xsd:dateTime", + "description" : "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b77", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." + }, { + "@id" : "_:b78", + "@type" : "oslc:Property", + "name" : "date", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:date", + "valueType" : "xsd:dateTime", + "description" : "A date on which this ManagedItemCollection resource collects member resources." + }, { + "@id" : "_:b79", + "@type" : "oslc:Property", + "name" : "title", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:title", + "valueType" : "rdf:XMLLiteral", + "description" : "A title string of this ManagedItemCollection resource." + }, { + "@id" : "_:b8", "@type" : "oslc:Property", - "name" : "description", + "name" : "title", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", + "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property of a Project resource to help a human understand the project." + "description" : "A title string of this Measure resource." }, { - "@id" : "_:b77", + "@id" : "_:b80", "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", @@ -893,31 +920,42 @@ "@value" : "The resource type URIs." } }, { - "@id" : "_:b78", + "@id" : "_:b81", "@type" : "oslc:Property", "name" : "title", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:title", "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this RiskCollection resource." + "description" : "A title string of this Plan resource." }, { - "@id" : "_:b79", + "@id" : "_:b82", "@type" : "oslc:Property", "name" : "date", "occurs" : "oslc:Zero-or-one", "propertyDefinition" : "dcterms:date", "valueType" : "xsd:dateTime", - "description" : "A date on which this RiskCollection resource collects member resources." + "description" : "A date on which this Plan resource collects member resources." }, { - "@id" : "_:b8", + "@id" : "_:b83", "@type" : "oslc:Property", - "name" : "source", + "name" : "collects", + "occurs" : "oslc:Zero-or-many", + "propertyDefinition" : "oslc_promcode:collects", + "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:Artifact", "oslc_promcode:WorkItem" ], + "representation" : "oslc:Either", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueType" : "oslc:Resource", + "description" : "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + }, { + "@id" : "_:b84", + "@type" : "oslc:Property", + "name" : "description", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", - "valueType" : "xsd:string", - "description" : "A string that identifies the WorkItem resource that is a source of this WorkItem resource." + "propertyDefinition" : "dcterms:description", + "valueType" : "rdf:XMLLiteral", + "description" : "dcterms:description is a property to help a human understand the resource." }, { - "@id" : "_:b80", + "@id" : "_:b85", "@type" : "oslc:Property", "name" : "belongsTo", "occurs" : "oslc:Exactly-one", @@ -926,17 +964,25 @@ "representation" : "oslc:Reference", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "valueType" : "oslc:Resource", - "description" : "belongsTo is a relation between the RiskCollection resource and a Project resource." + "description" : "belongsTo is a relation between a Plan resource and a Project resource." }, { - "@id" : "_:b81", + "@id" : "_:b86", "@type" : "oslc:Property", - "name" : "description", + "name" : "source", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Plan resource that is a source of this Plan resource." }, { - "@id" : "_:b82", + "@id" : "_:b87", + "@type" : "oslc:Property", + "name" : "plannedEndDate", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:plannedEndDate", + "valueType" : "xsd:dateTime", + "description" : "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." + }, { + "@id" : "_:b88", "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", @@ -949,141 +995,71 @@ "@value" : "The resource type URIs." } }, { - "@id" : "_:b83", - "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string for a Project resource." - }, { - "@id" : "_:b84", + "@id" : "_:b89", "@type" : "oslc:Property", - "name" : "identifier", + "name" : "measures", "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for the Artifact resource." - }, { - "@id" : "_:b85", - "@type" : "oslc:Property", - "name" : "producedFor", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:producedFor", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem" ], + "propertyDefinition" : "oslc_promcode:measures", + "range" : "oslc_promcode:Artifact", "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", "valueType" : "oslc:Resource", - "description" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." + "description" : "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." }, { - "@id" : "_:b86", + "@id" : "_:b9", "@type" : "oslc:Property", - "name" : "source", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:source", + "name" : "identifier", + "occurs" : "oslc:Exactly-one", + "propertyDefinition" : "dcterms:identifier", "valueType" : "xsd:string", - "description" : "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." - }, { - "@id" : "_:b87", - "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this ManagedItemCollection resource." - }, { - "@id" : "_:b88", - "@type" : "oslc:Property", - "name" : "title", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:title", - "valueType" : "rdf:XMLLiteral", - "description" : "A title string of this Plan resource." - }, { - "@id" : "_:b89", - "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." + "description" : "A unique identifier for the Measure resource." }, { - "@id" : "_:b9", + "@id" : "_:b90", "@type" : "oslc:Property", - "name" : "metricOfMeasure", + "name" : "unitOfScopeItemSize", "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "oslc_promcode:metricOfMeasure", + "propertyDefinition" : "oslc_promcode:unitOfScopeItemSize", "representation" : "oslc:Either", "valueType" : "oslc:AnyResource", - "description" : "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." - }, { - "@id" : "_:b90", - "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", - "valueType" : "xsd:string", - "description" : "A unique identifier for a Plan resource." + "description" : "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project." }, { "@id" : "_:b91", "@type" : "oslc:Property", - "name" : "collects", + "name" : "raisedBy", "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:collects", - "range" : [ "oslc_promcode:ScopeItem", "oslc_promcode:WorkItem", "oslc_promcode:Artifact" ], + "propertyDefinition" : "oslc_promcode:raisedBy", + "range" : [ "oslc_promcode:Risk", "oslc_promcode:WorkItem", "oslc_promcode:Artifact", "oslc_promcode:Issue", "oslc_promcode:ScopeItem" ], "representation" : "oslc:Either", "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "valueType" : "oslc:Resource", - "description" : "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." + "description" : "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." }, { "@id" : "_:b92", "@type" : "oslc:Property", - "name" : "belongsTo", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "oslc_promcode:belongsTo", - "range" : "oslc_promcode:Project", - "representation" : "oslc:Reference", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Project", - "valueType" : "oslc:Resource", - "description" : "belongsTo is a relation between a Plan resource and a Project resource. " + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", + "valueType" : "xsd:string", + "description" : "A string that identifies the Artifact resource that is a source of this Artifact resource." }, { "@id" : "_:b93", "@type" : "oslc:Property", - "name" : "observes", - "occurs" : "oslc:Zero-or-many", - "propertyDefinition" : "oslc_promcode:observes", - "range" : "oslc_promcode:Measure", - "representation" : "oslc:Inline", - "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", - "valueType" : "oslc:AnyResource", - "description" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." + "name" : "actualSize", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:actualSize", + "valueType" : "xsd:decimal", + "description" : "actualSize is a property for actual development size for a ScopeItem resource." }, { "@id" : "_:b94", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", "valueType" : "xsd:string", - "description" : "A unique identifier for the Measurement resource. " + "description" : "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." }, { "@id" : "_:b95", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human understand the resource." - }, { - "@id" : "_:b96", - "@type" : "oslc:Property", - "name" : "date", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:date", - "valueType" : "xsd:dateTime", - "description" : "date is a property of a Measurement resource. It is the date on which the measurement was made. " - }, { - "@id" : "_:b97", - "@type" : "oslc:Property", "name" : "type", "occurs" : "oslc:One-or-many", "propertyDefinition" : "rdf:type", @@ -1094,22 +1070,46 @@ "@type" : "rdf:XMLLiteral", "@value" : "The resource type URIs." } + }, { + "@id" : "_:b96", + "@type" : "oslc:Property", + "name" : "sequenceNumber", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:sequenceNumber", + "valueType" : "xsd:decimal", + "description" : "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." + }, { + "@id" : "_:b97", + "@type" : "oslc:Property", + "name" : "isPartOf", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "oslc_promcode:isPartOf", + "range" : "oslc_promcode:ScopeItem", + "representation" : "oslc:Reference", + "valueShape" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", + "valueType" : "oslc:Resource", + "description" : "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." }, { "@id" : "_:b98", "@type" : "oslc:Property", - "name" : "identifier", - "occurs" : "oslc:Exactly-one", - "propertyDefinition" : "dcterms:identifier", + "name" : "source", + "occurs" : "oslc:Zero-or-one", + "propertyDefinition" : "dcterms:source", "valueType" : "xsd:string", - "description" : "A unique identifier for the Issue resource. " + "description" : "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." }, { "@id" : "_:b99", "@type" : "oslc:Property", - "name" : "description", - "occurs" : "oslc:Zero-or-one", - "propertyDefinition" : "dcterms:description", - "valueType" : "rdf:XMLLiteral", - "description" : "dcterms:description is a property to help a human to understand the resource." + "name" : "type", + "occurs" : "oslc:One-or-many", + "propertyDefinition" : "rdf:type", + "range" : "rdfs:Class", + "representation" : "oslc:Reference", + "valueType" : "oslc:Resource", + "description" : { + "@type" : "rdf:XMLLiteral", + "@value" : "The resource type URIs." + } }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#", "@type" : "oslc:ResourceShapeConstraints", @@ -1117,98 +1117,97 @@ "@type" : "rdf:XMLLiteral", "@value" : "All vocabulary URIs defined in the OSLC PROMCODE namespace." }, - "hasVersion" : "CS02", - "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", - "issued" : "2021-03-23", + "hasVersion" : "OS", + "isPartOf" : "https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-spec.html", + "issued" : "2022-03-11", "license" : "http://www.apache.org/licenses/LICENSE-2.0", "publisher" : "https://open-services.net/about/", - "source" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/promcode-shapes.ttl", + "source" : "https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-shapes.ttl", "dcterms:title" : "OSLC PROMCODE Constraints", "label" : "OSLC PROMCODE Constraints" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Artifact", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Artifact", - "property" : [ "_:b84", "_:b82", "_:b25", "_:b110", "_:b21", "_:b111", "_:b45", "_:b85", "_:b29" ], + "property" : [ "_:b22", "_:b105", "_:b16", "_:b4", "_:b64", "_:b48", "_:b92", "_:b106", "_:b21" ], "title" : "Shape resource of an Artifact resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Issue", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Issue", - "property" : [ "_:b11", "_:b100", "_:b118", "_:b28", "_:b119", "_:b107", "_:b112", "_:b98", "_:b24" ], + "property" : [ "_:b114", "_:b77", "_:b115", "_:b75", "_:b116", "_:b107", "_:b36", "_:b18", "_:b91" ], "title" : "Shape resource of an Issue resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#IssueCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:IssueCollection", - "property" : [ "_:b53", "_:b69", "_:b70", "_:b71", "_:b72", "_:b73", "_:b74", "_:b75" ], + "property" : [ "_:b65", "_:b19", "_:b15", "_:b53", "_:b24", "_:b66", "_:b67", "_:b68" ], "title" : "Shape resource of an IssueCollection resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ManagedItem", - "property" : [ "_:b101", "_:b18", "_:b68", "_:b0", "_:b31", "_:b102" ], + "property" : [ "_:b43", "_:b38", "_:b2", "_:b61", "_:b109", "_:b41" ], "title" : "Shape resource for ManagedItem." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ManagedItemCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ManagedItemCollection", - "property" : [ "_:b113", "_:b23", "_:b87", "_:b109", "_:b86", "_:b2", "_:b48", "_:b106" ], + "property" : [ "_:b119", "_:b103", "_:b79", "_:b78", "_:b102", "_:b69", "_:b98", "_:b120" ], "title" : "Shape resource of ManagedItemCollection." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measure", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Measure", - "property" : [ "_:b12", "_:b9", "_:b13", "_:b14", "_:b15", "_:b16", "_:b17" ], + "property" : [ "_:b8", "_:b9", "_:b10", "_:b11", "_:b12", "_:b13", "_:b14" ], "title" : "Shape resource of a Measure resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Measurement", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Measurement", - "property" : [ "_:b42", "_:b93", "_:b43", "_:b94", "_:b95", "_:b96" ], + "property" : [ "_:b88", "_:b32", "_:b89", "_:b0", "_:b7", "_:b31" ], "title" : "Shape resource of a Measurement resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Plan", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Plan", - "property" : [ "_:b65", "_:b64", "_:b88", "_:b89", "_:b47", "_:b90", "_:b91", "_:b92" ], + "property" : [ "_:b52", "_:b80", "_:b81", "_:b82", "_:b83", "_:b84", "_:b85", "_:b86" ], "title" : "Shape resource of a Plan resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Project", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Project", - "property" : [ "_:b19", "_:b49", "_:b67", "_:b83", "_:b76", "_:b63", "_:b20", "_:b108", "_:b120", "_:b114", "_:b46" ], + "property" : [ "_:b117", "_:b87", "_:b108", "_:b112", "_:b90", "_:b113", "_:b118", "_:b99", "_:b33", "_:b76", "_:b34" ], "title" : "Shape resource of a Project resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Report", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Report", - "property" : [ "_:b4", "_:b32", "_:b33", "_:b34", "_:b35", "_:b36", "_:b37", "_:b38", "_:b39", "_:b40" ], + "property" : [ "_:b25", "_:b6", "_:b26", "_:b27", "_:b28", "_:b17", "_:b29", "_:b1", "_:b3", "_:b30" ], "title" : "Shape resource of a Report resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#Risk", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:Risk", - "property" : [ "_:b10", "_:b115", "_:b41", "_:b66", "_:b27", "_:b50", "_:b116", "_:b117", "_:b99" ], + "property" : [ "_:b110", "_:b35", "_:b104", "_:b111", "_:b51", "_:b100", "_:b39", "_:b63", "_:b101" ], "title" : "Shape resource of a Risk resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#RiskCollection", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:RiskCollection", - "property" : [ "_:b5", "_:b77", "_:b44", "_:b78", "_:b79", "_:b52", "_:b80", "_:b81" ], + "property" : [ "_:b70", "_:b71", "_:b72", "_:b73", "_:b47", "_:b74", "_:b62", "_:b50" ], "title" : "Shape resource of a RiskCollection resource." }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#ScopeItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:ScopeItem", - "property" : [ "_:b22", "_:b103", "_:b104", "_:b105", "_:b6", "_:b51", "_:b3", "_:b97", "_:b7" ], + "property" : [ "_:b37", "_:b20", "_:b93", "_:b94", "_:b42", "_:b95", "_:b96", "_:b97", "_:b44" ], "title" : "Shape resource of a ScopeItem resource" }, { "@id" : "http://open-services.net/ns/promcode/shapes/1.0#WorkItem", "@type" : "oslc:ResourceShape", "describes" : "oslc_promcode:WorkItem", - "name" : "WorkItem", - "property" : [ "_:b54", "_:b55", "_:b30", "_:b1", "_:b26", "_:b56", "_:b8", "_:b57", "_:b58", "_:b59", "_:b60", "_:b61", "_:b62" ], + "property" : [ "_:b54", "_:b40", "_:b55", "_:b56", "_:b57", "_:b5", "_:b23", "_:b58", "_:b45", "_:b49", "_:b59", "_:b46", "_:b60" ], "dcterms:title" : "Shape resource of a WorkItem resource" } ], "@context" : { @@ -1230,10 +1229,6 @@ "name" : { "@id" : "http://open-services.net/ns/core#name" }, - "range" : { - "@id" : "http://open-services.net/ns/core#range", - "@type" : "@id" - }, "representation" : { "@id" : "http://open-services.net/ns/core#representation", "@type" : "@id" @@ -1242,6 +1237,10 @@ "@id" : "http://open-services.net/ns/core#valueShape", "@type" : "@id" }, + "range" : { + "@id" : "http://open-services.net/ns/core#range", + "@type" : "@id" + }, "property" : { "@id" : "http://open-services.net/ns/core#property", "@type" : "@id" @@ -1254,6 +1253,9 @@ "@id" : "http://open-services.net/ns/core#describes", "@type" : "@id" }, + "hasVersion" : { + "@id" : "http://purl.org/dc/terms/hasVersion" + }, "isPartOf" : { "@id" : "http://purl.org/dc/terms/isPartOf", "@type" : "@id" @@ -1262,20 +1264,17 @@ "@id" : "http://purl.org/dc/terms/issued", "@type" : "http://www.w3.org/2001/XMLSchema#date" }, - "publisher" : { - "@id" : "http://purl.org/dc/terms/publisher", - "@type" : "@id" - }, "source" : { "@id" : "http://purl.org/dc/terms/source", "@type" : "@id" }, + "publisher" : { + "@id" : "http://purl.org/dc/terms/publisher", + "@type" : "@id" + }, "label" : { "@id" : "http://www.w3.org/2000/01/rdf-schema#label" }, - "hasVersion" : { - "@id" : "http://purl.org/dc/terms/hasVersion" - }, "license" : { "@id" : "http://purl.org/dc/terms/license", "@type" : "@id" diff --git a/content/ns/promcode/promcode-shapes.nt b/content/ns/promcode/promcode-shapes.nt index 4782da1b..a9dc2111 100644 --- a/content/ns/promcode/promcode-shapes.nt +++ b/content/ns/promcode/promcode-shapes.nt @@ -1,1019 +1,1018 @@ -_:B667e049bd2992a9a286955016a3c311e "collects is a relation between a RiskCollection resource and a Risk resource." . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e . -_:B667e049bd2992a9a286955016a3c311e "collects" . -_:B667e049bd2992a9a286955016a3c311e . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 "producedFor" . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . -_:Bd7f4f176a6eff749f40c28476aaaa52f "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." . -_:Bd7f4f176a6eff749f40c28476aaaa52f . -_:Bd7f4f176a6eff749f40c28476aaaa52f . -_:Bd7f4f176a6eff749f40c28476aaaa52f . -_:Bd7f4f176a6eff749f40c28476aaaa52f "actualEndDate" . -_:Bd7f4f176a6eff749f40c28476aaaa52f . -_:Bcaa9087ae639dcc45df0df80f689d171 "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." . -_:Bcaa9087ae639dcc45df0df80f689d171 . -_:Bcaa9087ae639dcc45df0df80f689d171 . -_:Bcaa9087ae639dcc45df0df80f689d171 . -_:Bcaa9087ae639dcc45df0df80f689d171 "plannedStartDate" . -_:Bcaa9087ae639dcc45df0df80f689d171 . -_:Bb28d2f2bed1e325ba79a510762568699 "dcterms:description is a property to help a human understand the resource." . -_:Bb28d2f2bed1e325ba79a510762568699 . -_:Bb28d2f2bed1e325ba79a510762568699 . -_:Bb28d2f2bed1e325ba79a510762568699 . -_:Bb28d2f2bed1e325ba79a510762568699 "description" . -_:Bb28d2f2bed1e325ba79a510762568699 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:Be48de8fdf7060bdaaf2f34b4429889a3 "correspondsTo" . -_:Be48de8fdf7060bdaaf2f34b4429889a3 . -_:B062663382776c0a8b6c28963251d2a6c "plannedSize is a property for estimated development size for a ScopeItem resource." . -_:B062663382776c0a8b6c28963251d2a6c . -_:B062663382776c0a8b6c28963251d2a6c . -_:B062663382776c0a8b6c28963251d2a6c . -_:B062663382776c0a8b6c28963251d2a6c "plannedSize" . -_:B062663382776c0a8b6c28963251d2a6c . -_:B032fe529c4c6a9c92acfcd451ba81ab5 "A string that identifies the Report resource that is a source of this Report resource." . -_:B032fe529c4c6a9c92acfcd451ba81ab5 . -_:B032fe529c4c6a9c92acfcd451ba81ab5 . -_:B032fe529c4c6a9c92acfcd451ba81ab5 . -_:B032fe529c4c6a9c92acfcd451ba81ab5 "source" . -_:B032fe529c4c6a9c92acfcd451ba81ab5 . -_:Bfcd1a98059441d4c36593c7205a24410 "A string that identifies the Project resource that is a source of this Project resource." . -_:Bfcd1a98059441d4c36593c7205a24410 . -_:Bfcd1a98059441d4c36593c7205a24410 . -_:Bfcd1a98059441d4c36593c7205a24410 . -_:Bfcd1a98059441d4c36593c7205a24410 "source" . -_:Bfcd1a98059441d4c36593c7205a24410 . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b "dcterms:description is a property to help a human understand the resource." . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b "description" . -_:Bf06e1e3f3921ecfbd980dac4ba39f79b . +_:B55e5064170630ee0ff3ff78b62e22092 "The resource type URIs."^^ . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:B55e5064170630ee0ff3ff78b62e22092 "type" . +_:B55e5064170630ee0ff3ff78b62e22092 . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b "A unique identifier for the Measurement resource." . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b "identifier" . +_:Bb0ed8acd3cc13c33070fe2d9f4814e0b . +_:Bc9f466019a47eafead47c5e2c3476fb5 "dcterms:description is a property to help a human understand the Issue resource." . +_:Bc9f466019a47eafead47c5e2c3476fb5 . +_:Bc9f466019a47eafead47c5e2c3476fb5 . +_:Bc9f466019a47eafead47c5e2c3476fb5 . +_:Bc9f466019a47eafead47c5e2c3476fb5 "description" . +_:Bc9f466019a47eafead47c5e2c3476fb5 . +_:B51f79e8380211fee1f241b793121f079 "The resource type URIs."^^ . +_:B51f79e8380211fee1f241b793121f079 . +_:B51f79e8380211fee1f241b793121f079 . +_:B51f79e8380211fee1f241b793121f079 . +_:B51f79e8380211fee1f241b793121f079 . +_:B51f79e8380211fee1f241b793121f079 . +_:B51f79e8380211fee1f241b793121f079 "type" . +_:B51f79e8380211fee1f241b793121f079 . +_:Bc402e5314a0c4816195a339171ce354a "A unique identifier for a Risk resource." . +_:Bc402e5314a0c4816195a339171ce354a . +_:Bc402e5314a0c4816195a339171ce354a . +_:Bc402e5314a0c4816195a339171ce354a . +_:Bc402e5314a0c4816195a339171ce354a "identifier" . +_:Bc402e5314a0c4816195a339171ce354a . +_:B89cf9d23420e1995a083e876c124d197 "A unique identifier for a Report resource." . +_:B89cf9d23420e1995a083e876c124d197 . +_:B89cf9d23420e1995a083e876c124d197 . +_:B89cf9d23420e1995a083e876c124d197 . +_:B89cf9d23420e1995a083e876c124d197 "identifier" . +_:B89cf9d23420e1995a083e876c124d197 . +_:Ba2179c14e026201852b7698e872011df "A string that identifies the Artifact resource that is a source of this Artifact resource." . +_:Ba2179c14e026201852b7698e872011df . +_:Ba2179c14e026201852b7698e872011df . +_:Ba2179c14e026201852b7698e872011df . +_:Ba2179c14e026201852b7698e872011df "source" . +_:Ba2179c14e026201852b7698e872011df . +_:Bd3ac5890c4492691beb6b9ef40fbd295 "dcterms:description is a property to help a human understand the resource." . +_:Bd3ac5890c4492691beb6b9ef40fbd295 . +_:Bd3ac5890c4492691beb6b9ef40fbd295 . +_:Bd3ac5890c4492691beb6b9ef40fbd295 . +_:Bd3ac5890c4492691beb6b9ef40fbd295 "description" . +_:Bd3ac5890c4492691beb6b9ef40fbd295 . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf "identifiedBy" . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:Bbc0b4b935f2eaa6557d1f731243da5bf . +_:B69e98ec836c770cba6ed977ad2e3778e "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." . +_:B69e98ec836c770cba6ed977ad2e3778e . +_:B69e98ec836c770cba6ed977ad2e3778e . +_:B69e98ec836c770cba6ed977ad2e3778e . +_:B69e98ec836c770cba6ed977ad2e3778e "sequenceNumber" . +_:B69e98ec836c770cba6ed977ad2e3778e . +_:B547aab04a94aa4110ae43c3516eabfe3 "The resource type URIs."^^ . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:B547aab04a94aa4110ae43c3516eabfe3 "type" . +_:B547aab04a94aa4110ae43c3516eabfe3 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 "isPartOf" . +_:Bd2ed8aa5658fafc5120ee8c7d8c89284 . +_:B18dc3ff63a53e3e2bf86a097a591951d "The resource type URIs."^^ . +_:B18dc3ff63a53e3e2bf86a097a591951d . +_:B18dc3ff63a53e3e2bf86a097a591951d . +_:B18dc3ff63a53e3e2bf86a097a591951d . +_:B18dc3ff63a53e3e2bf86a097a591951d . +_:B18dc3ff63a53e3e2bf86a097a591951d . +_:B18dc3ff63a53e3e2bf86a097a591951d "type" . +_:B18dc3ff63a53e3e2bf86a097a591951d . + _:B9ba09995e174d0ed6e356144728d8368 . + _:B7ab3e1b4d02b4eded9e0b2499533b940 . + _:Bb7a99b7853d7ceddfa7d0619060b0d70 . "Shape resource of a Measure resource"^^ . - _:B95a0f6bc768d272b1594328f0a6843e4 . - _:B0a5cd89d6d97e3c3a9e92186bb75de6e . - _:Baa1585808e27604f3128be80872ca12b . - _:B7df77151d8e0781eee4d7ace87b890f3 . - _:Bcdc69edd36a0af01be0c72e70b896bea . - _:B87f6063b470726f4a59138e017ce0d2b . + _:B2b4ad5837e27e79d23981f69790a7158 . + _:B6f1f56046f703e8b676ee01140f5de37 . + _:B414d03b6e6ef8ed78dd710ae26ddcc1a . . + _:B0be3f442e534c77e549696b6a694c6c8 . . - _:B91ef936983a928d623b75ba790704161 . -_:B3225961fac62274432b95b732b99cae0 "dcterms:description is a property to help a human understand the resource." . -_:B3225961fac62274432b95b732b99cae0 . -_:B3225961fac62274432b95b732b99cae0 . -_:B3225961fac62274432b95b732b99cae0 . -_:B3225961fac62274432b95b732b99cae0 "description" . -_:B3225961fac62274432b95b732b99cae0 . -_:B5358d055ea7806eb401683596d93ef6f "dcterms:description is a property to help a human understand the resource." . -_:B5358d055ea7806eb401683596d93ef6f . -_:B5358d055ea7806eb401683596d93ef6f . -_:B5358d055ea7806eb401683596d93ef6f . -_:B5358d055ea7806eb401683596d93ef6f "description" . -_:B5358d055ea7806eb401683596d93ef6f . -_:B409b84ea5ab34bfdabbcc061ef7cd01b "A title string for the resource." . -_:B409b84ea5ab34bfdabbcc061ef7cd01b . -_:B409b84ea5ab34bfdabbcc061ef7cd01b . -_:B409b84ea5ab34bfdabbcc061ef7cd01b . -_:B409b84ea5ab34bfdabbcc061ef7cd01b "title" . -_:B409b84ea5ab34bfdabbcc061ef7cd01b . -_:Bebd2c28744d71b537cc76afe33200e1a "A unique identifier of the resource." . -_:Bebd2c28744d71b537cc76afe33200e1a . -_:Bebd2c28744d71b537cc76afe33200e1a . -_:Bebd2c28744d71b537cc76afe33200e1a . -_:Bebd2c28744d71b537cc76afe33200e1a "identifier" . -_:Bebd2c28744d71b537cc76afe33200e1a . -_:B3d1e00c182ed2294d088b97609665bbf "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B3d1e00c182ed2294d088b97609665bbf "includes" . -_:B3d1e00c182ed2294d088b97609665bbf . -_:B406740543bdae603a7561e79f27200c4 "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 . -_:B406740543bdae603a7561e79f27200c4 "measures" . -_:B406740543bdae603a7561e79f27200c4 . -_:B93fd2c6750f042f1b3e6961ae91ce093 "The resource type URIs."^^ . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B93fd2c6750f042f1b3e6961ae91ce093 "type" . -_:B93fd2c6750f042f1b3e6961ae91ce093 . -_:B244d6def4e881f02ad057cec7a95ba2b "dcterms:description is a property to help a human understand the resource." . -_:B244d6def4e881f02ad057cec7a95ba2b . -_:B244d6def4e881f02ad057cec7a95ba2b . -_:B244d6def4e881f02ad057cec7a95ba2b . -_:B244d6def4e881f02ad057cec7a95ba2b "description" . -_:B244d6def4e881f02ad057cec7a95ba2b . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 "A title string for a ManagedItem resource." . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 "title" . -_:B23ccdd9634dbc1ab90200ec0a46e41d1 . +_:Bd1b7fea1cee3532aa757d919d55b9e1e "actualEndDate is a property of a WorkItem resource. It is the actual end date of the work item. Its value is of type xsd:dateTime." . +_:Bd1b7fea1cee3532aa757d919d55b9e1e . +_:Bd1b7fea1cee3532aa757d919d55b9e1e . +_:Bd1b7fea1cee3532aa757d919d55b9e1e . +_:Bd1b7fea1cee3532aa757d919d55b9e1e "actualEndDate" . +_:Bd1b7fea1cee3532aa757d919d55b9e1e . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 "A unique identifier of the resource." . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 "identifier" . +_:B8c1fcef5403dd62a8ff0533c6456f3e7 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 "requiredBy" . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 . +_:Bafc4af30a494133daa2ed59659c49582 "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." . +_:Bdbc87687773b862bb631962362c918f7 "A unique identifier for a Project resource." . +_:Bdbc87687773b862bb631962362c918f7 . +_:Bdbc87687773b862bb631962362c918f7 . +_:Bdbc87687773b862bb631962362c918f7 . +_:Bdbc87687773b862bb631962362c918f7 "identifier" . +_:Bdbc87687773b862bb631962362c918f7 . +_:Bfdd01a7a41007fab88fd7f54e175470a "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." . +_:Bfdd01a7a41007fab88fd7f54e175470a . +_:Bfdd01a7a41007fab88fd7f54e175470a . +_:Bfdd01a7a41007fab88fd7f54e175470a . +_:Bfdd01a7a41007fab88fd7f54e175470a "actualStartDate" . +_:Bfdd01a7a41007fab88fd7f54e175470a . +_:B40fac6b2b61c9bb347f592d2fc7b5392 "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." . +_:B40fac6b2b61c9bb347f592d2fc7b5392 . +_:B40fac6b2b61c9bb347f592d2fc7b5392 . +_:B40fac6b2b61c9bb347f592d2fc7b5392 . +_:B40fac6b2b61c9bb347f592d2fc7b5392 "sequenceNumber" . +_:B40fac6b2b61c9bb347f592d2fc7b5392 . +_:B2b4ad5837e27e79d23981f69790a7158 "valueOfMeasure is a property that represents a value for the Measure resource." . +_:B2b4ad5837e27e79d23981f69790a7158 . +_:B2b4ad5837e27e79d23981f69790a7158 . +_:B2b4ad5837e27e79d23981f69790a7158 . +_:B2b4ad5837e27e79d23981f69790a7158 "valueOfMeasure" . +_:B2b4ad5837e27e79d23981f69790a7158 . +_:B8257801c4e8e95fdc8bc5c00dc736e61 "A title string of this ManagedItemCollection resource." . +_:B8257801c4e8e95fdc8bc5c00dc736e61 . +_:B8257801c4e8e95fdc8bc5c00dc736e61 . +_:B8257801c4e8e95fdc8bc5c00dc736e61 . +_:B8257801c4e8e95fdc8bc5c00dc736e61 "title" . +_:B8257801c4e8e95fdc8bc5c00dc736e61 . +_:Bcb8dce71692308afd28e993360f3cca9 "A string that identifies the Issue resource that is a source of this Issue resource." . +_:Bcb8dce71692308afd28e993360f3cca9 . +_:Bcb8dce71692308afd28e993360f3cca9 . +_:Bcb8dce71692308afd28e993360f3cca9 . +_:Bcb8dce71692308afd28e993360f3cca9 "source" . +_:Bcb8dce71692308afd28e993360f3cca9 . +_:Bd31f4fc5a6a04130bc277688b674be8b "A date on which this RiskCollection resource collects member resources." . +_:Bd31f4fc5a6a04130bc277688b674be8b . +_:Bd31f4fc5a6a04130bc277688b674be8b . +_:Bd31f4fc5a6a04130bc277688b674be8b . +_:Bd31f4fc5a6a04130bc277688b674be8b "date" . +_:Bd31f4fc5a6a04130bc277688b674be8b . +_:Bc5016bcc8d3ade799426cb5f313f2820 "A unique identifier for a ScopeItem resource." . +_:Bc5016bcc8d3ade799426cb5f313f2820 . +_:Bc5016bcc8d3ade799426cb5f313f2820 . +_:Bc5016bcc8d3ade799426cb5f313f2820 . +_:Bc5016bcc8d3ade799426cb5f313f2820 "identifier" . +_:Bc5016bcc8d3ade799426cb5f313f2820 . +_:B2b918bb23d87d189a48667998e92544c "A unique identifier for the Artifact resource." . +_:B2b918bb23d87d189a48667998e92544c . +_:B2b918bb23d87d189a48667998e92544c . +_:B2b918bb23d87d189a48667998e92544c . +_:B2b918bb23d87d189a48667998e92544c "identifier" . +_:B2b918bb23d87d189a48667998e92544c . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 "sequenceNumber" . +_:B5bf918fa90eb2b858c842bd00cfc6ac4 . + _:B28a8e441714696d5d85c084b538c3166 . + _:Bf7c0100b6c5a2b90016a8875efa280bc . . . - _:B721e49d6ce156e1f9d82aa175f997378 . - _:B3cb45e163eeb6bceb28388fdba46ae2b . - _:Bfae8f560ef13f0477d299d3bef886dcb . + _:B89cf9d23420e1995a083e876c124d197 . + _:B4ff915be2cf7ec12cacac12d2446ece5 . + _:B4d07cb287c3bee4da29c7bf6cc20aca1 . "Shape resource of a Report resource"^^ . - _:Be48de8fdf7060bdaaf2f34b4429889a3 . - _:B3d1e00c182ed2294d088b97609665bbf . - _:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . - _:B032fe529c4c6a9c92acfcd451ba81ab5 . - _:Bed803900ad6a2aa9ecb5722628c3bb07 . - _:B2d947da021cd94f85fc38677c0666bb4 . - _:B5782557c5574fa0331e270ac532257e0 . -_:B5432df9a0bc2613013a7b4d4f8667384 "A title string for a Risk resource." . -_:B5432df9a0bc2613013a7b4d4f8667384 . -_:B5432df9a0bc2613013a7b4d4f8667384 . -_:B5432df9a0bc2613013a7b4d4f8667384 . -_:B5432df9a0bc2613013a7b4d4f8667384 "title" . -_:B5432df9a0bc2613013a7b4d4f8667384 . -_:B05316adb49dda64c753613a30dc3adc3 "A title string for a Project resource." . -_:B05316adb49dda64c753613a30dc3adc3 . -_:B05316adb49dda64c753613a30dc3adc3 . -_:B05316adb49dda64c753613a30dc3adc3 . -_:B05316adb49dda64c753613a30dc3adc3 "title" . -_:B05316adb49dda64c753613a30dc3adc3 . -_:Bf2058f0f479595f98194b725161f35c7 "A date on which this Plan resource collects member resources." . -_:Bf2058f0f479595f98194b725161f35c7 . -_:Bf2058f0f479595f98194b725161f35c7 . -_:Bf2058f0f479595f98194b725161f35c7 . -_:Bf2058f0f479595f98194b725161f35c7 "date" . -_:Bf2058f0f479595f98194b725161f35c7 . -_:Bbdb3feb29731b374820ab58ae42158cc "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." . -_:Bbdb3feb29731b374820ab58ae42158cc . -_:Bbdb3feb29731b374820ab58ae42158cc . -_:Bbdb3feb29731b374820ab58ae42158cc . -_:Bbdb3feb29731b374820ab58ae42158cc "actualEndDate" . -_:Bbdb3feb29731b374820ab58ae42158cc . -_:Ba01f144b6b35ed3ce44296068c5c4d97 "A unique number assigned to this resource which represents a position in the sequential order of all Artifact resources of the project." . -_:Ba01f144b6b35ed3ce44296068c5c4d97 . -_:Ba01f144b6b35ed3ce44296068c5c4d97 . -_:Ba01f144b6b35ed3ce44296068c5c4d97 . -_:Ba01f144b6b35ed3ce44296068c5c4d97 "sequenceNumber" . -_:Ba01f144b6b35ed3ce44296068c5c4d97 . -_:Bccc5845fa0ece55547f25ea17ed91846 "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." . -_:Bccc5845fa0ece55547f25ea17ed91846 . -_:Bccc5845fa0ece55547f25ea17ed91846 . -_:Bccc5845fa0ece55547f25ea17ed91846 . -_:Bccc5845fa0ece55547f25ea17ed91846 . -_:Bccc5845fa0ece55547f25ea17ed91846 "stateOfIssue" . -_:Bccc5845fa0ece55547f25ea17ed91846 . -_:B15b11df37861485d3bcbccb9935a939c "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." . -_:B15b11df37861485d3bcbccb9935a939c . -_:B15b11df37861485d3bcbccb9935a939c . -_:B15b11df37861485d3bcbccb9935a939c . -_:B15b11df37861485d3bcbccb9935a939c "sequenceNumber" . -_:B15b11df37861485d3bcbccb9935a939c . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f "belongsTo is a relation between this Report resource and a Project resources. " . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f "belongsTo" . -_:Babe8c31b3ba91ab5ca3cb565a0ab6d0f . -_:B07fedac39978ab9e47cefb3946cf1542 "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." . -_:B07fedac39978ab9e47cefb3946cf1542 . -_:B07fedac39978ab9e47cefb3946cf1542 . -_:B07fedac39978ab9e47cefb3946cf1542 . -_:B07fedac39978ab9e47cefb3946cf1542 "source" . -_:B07fedac39978ab9e47cefb3946cf1542 . -_:Baa1585808e27604f3128be80872ca12b "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." . -_:Baa1585808e27604f3128be80872ca12b . -_:Baa1585808e27604f3128be80872ca12b . -_:Baa1585808e27604f3128be80872ca12b . -_:Baa1585808e27604f3128be80872ca12b . -_:Baa1585808e27604f3128be80872ca12b "metricOfMeasure" . -_:Baa1585808e27604f3128be80872ca12b . -_:B172a268fac21ecbdbd3abd89f4e340a1 "A title string of this Plan resource." . -_:B172a268fac21ecbdbd3abd89f4e340a1 . -_:B172a268fac21ecbdbd3abd89f4e340a1 . -_:B172a268fac21ecbdbd3abd89f4e340a1 . -_:B172a268fac21ecbdbd3abd89f4e340a1 "title" . -_:B172a268fac21ecbdbd3abd89f4e340a1 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 "The resource type URIs."^^ . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 "type" . -_:Bb6d164ebbdaa189b7d5e02034c1c45c0 . -_:B5f17e2d53db8b6e9b17eefdc39149be7 "A title string of this IssueCollection resource." . -_:B5f17e2d53db8b6e9b17eefdc39149be7 . -_:B5f17e2d53db8b6e9b17eefdc39149be7 . -_:B5f17e2d53db8b6e9b17eefdc39149be7 . -_:B5f17e2d53db8b6e9b17eefdc39149be7 "title" . -_:B5f17e2d53db8b6e9b17eefdc39149be7 . -_:Bfe2c5375045868613a048c8ff93ebaea "The resource type URIs."^^ . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bfe2c5375045868613a048c8ff93ebaea "type" . -_:Bfe2c5375045868613a048c8ff93ebaea . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 "collects" . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:Bed803900ad6a2aa9ecb5722628c3bb07 . -_:B0bc7f0e4ed20489285431f5dc4e127f9 "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . -_:B0bc7f0e4ed20489285431f5dc4e127f9 . -_:B0bc7f0e4ed20489285431f5dc4e127f9 . -_:B0bc7f0e4ed20489285431f5dc4e127f9 . -_:B0bc7f0e4ed20489285431f5dc4e127f9 "raisedDate" . -_:B0bc7f0e4ed20489285431f5dc4e127f9 . -_:B3cb45e163eeb6bceb28388fdba46ae2b "A title string of this Report resource." . -_:B3cb45e163eeb6bceb28388fdba46ae2b . -_:B3cb45e163eeb6bceb28388fdba46ae2b . -_:B3cb45e163eeb6bceb28388fdba46ae2b . -_:B3cb45e163eeb6bceb28388fdba46ae2b "title" . -_:B3cb45e163eeb6bceb28388fdba46ae2b . -_:B80230cc7f3eb41c03420c0c41bbaff91 "A date on which this IssueCollection resource collects Issue resources." . -_:B80230cc7f3eb41c03420c0c41bbaff91 . -_:B80230cc7f3eb41c03420c0c41bbaff91 . -_:B80230cc7f3eb41c03420c0c41bbaff91 . -_:B80230cc7f3eb41c03420c0c41bbaff91 "date" . -_:B80230cc7f3eb41c03420c0c41bbaff91 . -_:Bf7aa29ae726504795731fb85ec6de80c "A string that identifies the Risk resource that is a source of this Risk resource." . -_:Bf7aa29ae726504795731fb85ec6de80c . -_:Bf7aa29ae726504795731fb85ec6de80c . -_:Bf7aa29ae726504795731fb85ec6de80c . -_:Bf7aa29ae726504795731fb85ec6de80c "source" . -_:Bf7aa29ae726504795731fb85ec6de80c . -_:B15315a0ca0f0bf205cdbde7b7de6710e "A unique number assigned to this resource which represents a position in the sequential order of all the ScopeItem resources of the project." . -_:B15315a0ca0f0bf205cdbde7b7de6710e . -_:B15315a0ca0f0bf205cdbde7b7de6710e . -_:B15315a0ca0f0bf205cdbde7b7de6710e . -_:B15315a0ca0f0bf205cdbde7b7de6710e "sequenceNumber" . -_:B15315a0ca0f0bf205cdbde7b7de6710e . -_:B93774e8b534a241b1a8a61b044b9f200 "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:B93774e8b534a241b1a8a61b044b9f200 "observes" . -_:B93774e8b534a241b1a8a61b044b9f200 . -_:Bed8962cc7b336d41e58c8ffc314a0a97 "A unique identifier for a ManagedItemCollection resource." . -_:Bed8962cc7b336d41e58c8ffc314a0a97 . -_:Bed8962cc7b336d41e58c8ffc314a0a97 . -_:Bed8962cc7b336d41e58c8ffc314a0a97 . -_:Bed8962cc7b336d41e58c8ffc314a0a97 "identifier" . -_:Bed8962cc7b336d41e58c8ffc314a0a97 . -_:B7209d01ec441fcb9647763a1a04deda6 "The resource type URIs."^^ . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:B7209d01ec441fcb9647763a1a04deda6 "type" . -_:B7209d01ec441fcb9647763a1a04deda6 . -_:Bca43d80175f16d90024273a2df5cc9bd "The resource type URIs."^^ . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:Bca43d80175f16d90024273a2df5cc9bd "type" . -_:Bca43d80175f16d90024273a2df5cc9bd . -_:B978f069d6da636c8593fcfc012f9207c "dcterms:description is a property to help a human understand the resource." . -_:B978f069d6da636c8593fcfc012f9207c . -_:B978f069d6da636c8593fcfc012f9207c . -_:B978f069d6da636c8593fcfc012f9207c . -_:B978f069d6da636c8593fcfc012f9207c "description" . -_:B978f069d6da636c8593fcfc012f9207c . -_:B31147b9da01bcc72ec26120000babbd3 "dcterms:description is a property of a Project resource to help a human understand the project." . -_:B31147b9da01bcc72ec26120000babbd3 . -_:B31147b9da01bcc72ec26120000babbd3 . -_:B31147b9da01bcc72ec26120000babbd3 . -_:B31147b9da01bcc72ec26120000babbd3 "description" . -_:B31147b9da01bcc72ec26120000babbd3 . - _:B6954caaf1c815005a9d3671523ebfb9d . + _:Bb26f7e22a8c83c602e0aa9ff089fec63 . + _:B245f92076999a3b284f18ea3c97978b2 . + _:B19a7ae618c3eaa93b5f54a51b6698a36 . + _:B4df3c184c2daa4032e118d99205f07a9 . + _:B914641fc18c12afd332d4e1593cbecf7 . +_:B3b8b46f73addf2dc79a5931ddc019f31 "A unique identifier for a ManagedItemCollection resource." . +_:B3b8b46f73addf2dc79a5931ddc019f31 . +_:B3b8b46f73addf2dc79a5931ddc019f31 . +_:B3b8b46f73addf2dc79a5931ddc019f31 . +_:B3b8b46f73addf2dc79a5931ddc019f31 "identifier" . +_:B3b8b46f73addf2dc79a5931ddc019f31 . +_:Be4545857e858e4c8661bf7a4349415bf "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." . +_:Be4545857e858e4c8661bf7a4349415bf . +_:Be4545857e858e4c8661bf7a4349415bf . +_:Be4545857e858e4c8661bf7a4349415bf . +_:Be4545857e858e4c8661bf7a4349415bf . +_:Be4545857e858e4c8661bf7a4349415bf "stateOfRisk" . +_:Be4545857e858e4c8661bf7a4349415bf . +_:B5c35f9cf251aa7f3e2313394529897b4 "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:B5c35f9cf251aa7f3e2313394529897b4 "targets" . +_:B5c35f9cf251aa7f3e2313394529897b4 . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 "A title string of this Report resource." . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 "title" . +_:Bb26f7e22a8c83c602e0aa9ff089fec63 . +_:B0823d9c1c18120efe053b26e8accaf73 "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." . +_:B0823d9c1c18120efe053b26e8accaf73 . +_:B0823d9c1c18120efe053b26e8accaf73 . +_:B0823d9c1c18120efe053b26e8accaf73 . +_:B0823d9c1c18120efe053b26e8accaf73 "source" . +_:B0823d9c1c18120efe053b26e8accaf73 . +_:B64b84a2e40d2bed66e929741f3cee113 "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." . +_:B64b84a2e40d2bed66e929741f3cee113 . +_:B64b84a2e40d2bed66e929741f3cee113 . +_:B64b84a2e40d2bed66e929741f3cee113 . +_:B64b84a2e40d2bed66e929741f3cee113 "source" . +_:B64b84a2e40d2bed66e929741f3cee113 . +_:B37b2aab47c8c583e35ee307bd30e24f4 "A date on which this IssueCollection resource collects Issue resources." . +_:B37b2aab47c8c583e35ee307bd30e24f4 . +_:B37b2aab47c8c583e35ee307bd30e24f4 . +_:B37b2aab47c8c583e35ee307bd30e24f4 . +_:B37b2aab47c8c583e35ee307bd30e24f4 "date" . +_:B37b2aab47c8c583e35ee307bd30e24f4 . +_:B768aa8715b81ba0115a966fe0a6e9740 "dcterms:description is a property to help a human understand the resource." . +_:B768aa8715b81ba0115a966fe0a6e9740 . +_:B768aa8715b81ba0115a966fe0a6e9740 . +_:B768aa8715b81ba0115a966fe0a6e9740 . +_:B768aa8715b81ba0115a966fe0a6e9740 "description" . +_:B768aa8715b81ba0115a966fe0a6e9740 . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 "A string that identifies the IssueCollection resource that is a source of this IssueCollection resource." . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 "source" . +_:B9a51b9bf1aa7630e883e8492ffb6ee14 . +_:Bc1bd879f2c7d200ca5efe04b71836b47 "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." . +_:Bc1bd879f2c7d200ca5efe04b71836b47 . +_:Bc1bd879f2c7d200ca5efe04b71836b47 . +_:Bc1bd879f2c7d200ca5efe04b71836b47 . +_:Bc1bd879f2c7d200ca5efe04b71836b47 "actualStartDate" . +_:Bc1bd879f2c7d200ca5efe04b71836b47 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 "The resource type URIs."^^ . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 "type" . +_:B7ef398d7d3a2fd4aa94827a8d2030c95 . +_:B245f92076999a3b284f18ea3c97978b2 "dcterms:description is a property to help a human understand the resource." . +_:B245f92076999a3b284f18ea3c97978b2 . +_:B245f92076999a3b284f18ea3c97978b2 . +_:B245f92076999a3b284f18ea3c97978b2 . +_:B245f92076999a3b284f18ea3c97978b2 "description" . +_:B245f92076999a3b284f18ea3c97978b2 . +_:B54a86259771ce2d9b1cc72ac59293a89 "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B54a86259771ce2d9b1cc72ac59293a89 "isPartOf" . +_:B54a86259771ce2d9b1cc72ac59293a89 . +_:B7ab3e1b4d02b4eded9e0b2499533b940 "dcterms:description is a property to help a human understand the resource." . +_:B7ab3e1b4d02b4eded9e0b2499533b940 . +_:B7ab3e1b4d02b4eded9e0b2499533b940 . +_:B7ab3e1b4d02b4eded9e0b2499533b940 . +_:B7ab3e1b4d02b4eded9e0b2499533b940 "description" . +_:B7ab3e1b4d02b4eded9e0b2499533b940 . +_:B28a8e441714696d5d85c084b538c3166 "belongsTo is a relation between this Report resource and a Project resources." . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 . +_:B28a8e441714696d5d85c084b538c3166 "belongsTo" . +_:B28a8e441714696d5d85c084b538c3166 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 "The resource type URIs."^^ . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 "type" . +_:Bd1fb6e48a86be7bd556ecb752ec4b021 . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa "A string that identifies the Risk resource that is a source of this Risk resource." . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa "source" . +_:Bb2445bf1b5a4b5d60f9bf851063a1bfa . +_:B508948fd8521844faed1026e5128013b "date is a property of a Measurement resource. It is the date on which the measurement was made." . +_:B508948fd8521844faed1026e5128013b . +_:B508948fd8521844faed1026e5128013b . +_:B508948fd8521844faed1026e5128013b . +_:B508948fd8521844faed1026e5128013b "date" . +_:B508948fd8521844faed1026e5128013b . +_:Bec4d07128acd926073a6f8d921027f37 "dcterms:description is a property to help a human understand the resource." . +_:Bec4d07128acd926073a6f8d921027f37 . +_:Bec4d07128acd926073a6f8d921027f37 . +_:Bec4d07128acd926073a6f8d921027f37 . +_:Bec4d07128acd926073a6f8d921027f37 "description" . +_:Bec4d07128acd926073a6f8d921027f37 . +_:B02e707182311609b426034d3501f7e2f "dcterms:description is a property to help a human understand the resource." . +_:B02e707182311609b426034d3501f7e2f . +_:B02e707182311609b426034d3501f7e2f . +_:B02e707182311609b426034d3501f7e2f . +_:B02e707182311609b426034d3501f7e2f "description" . +_:B02e707182311609b426034d3501f7e2f . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e "collects" . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . +_:B261f586b8f9287e521c860c9920b8f5e . . + _:B37cef8f6dcea3690f83eff76e43f0d40 . "Shape resource of a WorkItem resource" . + _:Ba15bb5e3299fd23101037ec2698f19f1 . . - _:Bb3e817c63f051a1f1191b4f00f29826c . - _:B15b11df37861485d3bcbccb9935a939c . - "WorkItem" . - _:B2170c95514208f1f5ed62fc40e23074b . - _:B003aabccc1eb0f71e900b232f1f3fde7 . - _:Bf48892fe03ac51dd7ddd2a3391d14c81 . - _:Bd7f4f176a6eff749f40c28476aaaa52f . - _:B033e8d01016f6700110710fd7dea86e3 . - _:B557130f3d4774690bd71765a047ec194 . - _:Beee4ed8cdbcdc071b49e7c1f0f29c720 . - _:B1669114f4c3b7a4e9ed12ab1b9d27404 . - _:B6dbce364d70b038be2bd314b72b35fa6 . - _:B5358d055ea7806eb401683596d93ef6f . -_:B87f6063b470726f4a59138e017ce0d2b "A unique identifier for the Measure resource. " . -_:B87f6063b470726f4a59138e017ce0d2b . -_:B87f6063b470726f4a59138e017ce0d2b . -_:B87f6063b470726f4a59138e017ce0d2b . -_:B87f6063b470726f4a59138e017ce0d2b "identifier" . -_:B87f6063b470726f4a59138e017ce0d2b . -_:B8d28af6d2cba9a16de86e1f176f46d60 "A string that identifies the Plan resource that is a source of this Plan resource." . -_:B8d28af6d2cba9a16de86e1f176f46d60 . -_:B8d28af6d2cba9a16de86e1f176f46d60 . -_:B8d28af6d2cba9a16de86e1f176f46d60 . -_:B8d28af6d2cba9a16de86e1f176f46d60 "source" . -_:B8d28af6d2cba9a16de86e1f176f46d60 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 "raisedBy" . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." . -_:Bbc8ee15f216c69879bcb1e22b7936fa9 . -_:Bfae8f560ef13f0477d299d3bef886dcb "A date on which this Report resource collects member resources." . -_:Bfae8f560ef13f0477d299d3bef886dcb . -_:Bfae8f560ef13f0477d299d3bef886dcb . -_:Bfae8f560ef13f0477d299d3bef886dcb . -_:Bfae8f560ef13f0477d299d3bef886dcb "date" . -_:Bfae8f560ef13f0477d299d3bef886dcb . -_:B2d947da021cd94f85fc38677c0666bb4 "A unique identifier for a Report resource." . -_:B2d947da021cd94f85fc38677c0666bb4 . -_:B2d947da021cd94f85fc38677c0666bb4 . -_:B2d947da021cd94f85fc38677c0666bb4 . -_:B2d947da021cd94f85fc38677c0666bb4 "identifier" . -_:B2d947da021cd94f85fc38677c0666bb4 . -_:B6b83eaa404777eccd695bef00f7a4864 "actualStartDate is a property of a Project resource. It is the actual start date of the project. Its value is of type xsd:dateTime." . -_:B6b83eaa404777eccd695bef00f7a4864 . -_:B6b83eaa404777eccd695bef00f7a4864 . -_:B6b83eaa404777eccd695bef00f7a4864 . -_:B6b83eaa404777eccd695bef00f7a4864 "actualStartDate" . -_:B6b83eaa404777eccd695bef00f7a4864 . -_:Bcdc69edd36a0af01be0c72e70b896bea "A title string of this Measure resource." . -_:Bcdc69edd36a0af01be0c72e70b896bea . -_:Bcdc69edd36a0af01be0c72e70b896bea . -_:Bcdc69edd36a0af01be0c72e70b896bea . -_:Bcdc69edd36a0af01be0c72e70b896bea "title" . -_:Bcdc69edd36a0af01be0c72e70b896bea . -_:B39de5f703ca2d107d40ade7b3c16c339 "A unique identifier for the Artifact resource." . -_:B39de5f703ca2d107d40ade7b3c16c339 . -_:B39de5f703ca2d107d40ade7b3c16c339 . -_:B39de5f703ca2d107d40ade7b3c16c339 . -_:B39de5f703ca2d107d40ade7b3c16c339 "identifier" . -_:B39de5f703ca2d107d40ade7b3c16c339 . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e "dcterms:description is a property to help a human understand the resource." . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e "description" . -_:B0a5cd89d6d97e3c3a9e92186bb75de6e . -_:B50c53f7c26d88f5d72012fb95130ba87 "A string that identifies the ManagedItem resource that is a source of this ManagedItem resource." . -_:B50c53f7c26d88f5d72012fb95130ba87 . -_:B50c53f7c26d88f5d72012fb95130ba87 . -_:B50c53f7c26d88f5d72012fb95130ba87 . -_:B50c53f7c26d88f5d72012fb95130ba87 "source" . -_:B50c53f7c26d88f5d72012fb95130ba87 . -_:B7726a7d2319414d0c19209998aa94fa1 "A unique identifier for a Risk resource. " . -_:B7726a7d2319414d0c19209998aa94fa1 . -_:B7726a7d2319414d0c19209998aa94fa1 . -_:B7726a7d2319414d0c19209998aa94fa1 . -_:B7726a7d2319414d0c19209998aa94fa1 "identifier" . -_:B7726a7d2319414d0c19209998aa94fa1 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 "collects" . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 . -_:B00c20e81527379b7cf92659551281661 "ManagedItem resources included in this ManagedItemCollection. A ManagedItemCollection resource collects resources of type ScopeItem, WorkItem, Artifact, Risk, and Issue." . -_:B00c20e81527379b7cf92659551281661 . -_:B64401d7db09d2576cab798f87ca4cbf2 "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." . -_:B64401d7db09d2576cab798f87ca4cbf2 . -_:B64401d7db09d2576cab798f87ca4cbf2 . -_:B64401d7db09d2576cab798f87ca4cbf2 . -_:B64401d7db09d2576cab798f87ca4cbf2 "source" . -_:B64401d7db09d2576cab798f87ca4cbf2 . + _:Bc1bd879f2c7d200ca5efe04b71836b47 . + _:Bafc4af30a494133daa2ed59659c49582 . + _:Bc84a81679549ad2d9165b154908e7727 . + _:B54a86259771ce2d9b1cc72ac59293a89 . + _:B5b72d290b47f4a295509515528747f54 . + _:B59043df4123dabd7c375563d0ac27657 . + _:Bc50c7ea1cc0fcb50a1234d91818d54e9 . + _:B29677ed6f24c7333f013839c8fc467bb . + _:B4c0658fa33c24e5d9a0f6a3937d856ca . + _:Bd1b7fea1cee3532aa757d919d55b9e1e . + _:B74801a71f148c3844e82f38457d83af0 . +_:Bcfc1162ef2349ce274c139526bb00763 "plannedStartDate is a property of a Project resource. It is the planned start date of the project. Its value is of type xsd:dateTime." . +_:Bcfc1162ef2349ce274c139526bb00763 . +_:Bcfc1162ef2349ce274c139526bb00763 . +_:Bcfc1162ef2349ce274c139526bb00763 . +_:Bcfc1162ef2349ce274c139526bb00763 "plannedStartDate" . +_:Bcfc1162ef2349ce274c139526bb00763 . +_:Bfef79ac7e246aa066b12c80a4b7f971a "dcterms:description is a property to help a human understand the resource." . +_:Bfef79ac7e246aa066b12c80a4b7f971a . +_:Bfef79ac7e246aa066b12c80a4b7f971a . +_:Bfef79ac7e246aa066b12c80a4b7f971a . +_:Bfef79ac7e246aa066b12c80a4b7f971a "description" . +_:Bfef79ac7e246aa066b12c80a4b7f971a . +_:B69eb1e98e2c675d720129ece2e4face2 "A title string for a ManagedItem resource." . +_:B69eb1e98e2c675d720129ece2e4face2 . +_:B69eb1e98e2c675d720129ece2e4face2 . +_:B69eb1e98e2c675d720129ece2e4face2 . +_:B69eb1e98e2c675d720129ece2e4face2 "title" . +_:B69eb1e98e2c675d720129ece2e4face2 . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 "A title string of this RiskCollection resource." . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 "title" . +_:Bb5f52ea6264873ad75e8fd9ca5c991f3 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 "collects is a relation between the Report resource and resources, where each linked resource from the Plan resource is a ScopeItem resource, a WorkItemresource or an Artifact resource. The Report resource collects a subset of resources collected by the Plan resource that is linked by correspondsTo property." . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 . +_:B4d07cb287c3bee4da29c7bf6cc20aca1 "collects" . +_:B4ff915be2cf7ec12cacac12d2446ece5 "A string that identifies the Report resource that is a source of this Report resource." . +_:B4ff915be2cf7ec12cacac12d2446ece5 . +_:B4ff915be2cf7ec12cacac12d2446ece5 . +_:B4ff915be2cf7ec12cacac12d2446ece5 . +_:B4ff915be2cf7ec12cacac12d2446ece5 "source" . +_:B4ff915be2cf7ec12cacac12d2446ece5 . . "Shape resource of an IssueCollection resource."^^ . - _:Bebd2c28744d71b537cc76afe33200e1a . - _:B54c815bba8e09790b4591988497b9582 . - _:Bebd062b34bffd0757041d8d22c2d037b . - _:B5f17e2d53db8b6e9b17eefdc39149be7 . - _:B0239fbc2131dda779ba9f84475f3fd6f . - _:B80230cc7f3eb41c03420c0c41bbaff91 . - _:Bfaecc55c656971cb29bee5b4106fce8b . - _:B07fedac39978ab9e47cefb3946cf1542 . + _:Bd3ac5890c4492691beb6b9ef40fbd295 . + _:B37b2aab47c8c583e35ee307bd30e24f4 . + _:B8c1fcef5403dd62a8ff0533c6456f3e7 . + _:Bbdae1576b5990f9490941dd6229929e9 . + _:Be62ce7946303a8cec35d07444360a9ba . + _:Bb55e2c03ae668537b127e5bf5dc136d1 . + _:B25afbc14f0800bf82dd18457dd2df7a6 . . -_:B75731ca57b110c89c1371e4b2edeaaf7 "A string that identifies the ManagedItemCollection resource that is a source of this ManagedItemCollection resource." . -_:B75731ca57b110c89c1371e4b2edeaaf7 . -_:B75731ca57b110c89c1371e4b2edeaaf7 . -_:B75731ca57b110c89c1371e4b2edeaaf7 . -_:B75731ca57b110c89c1371e4b2edeaaf7 "source" . -_:B75731ca57b110c89c1371e4b2edeaaf7 . - _:B2443afc72b792eb2d7c2afbea6053f90 . - _:B64401d7db09d2576cab798f87ca4cbf2 . - _:Bfe2c5375045868613a048c8ff93ebaea . - _:B3ac3a647bf5fbf0da4274e766b0dba05 . + _:B9a51b9bf1aa7630e883e8492ffb6ee14 . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact is produced as a result of implementation of the ScopeItem resources or as a result of the work described by the WorkItem resource." . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c "producedFor" . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c . +_:B9870034932b78bbc6b53bed9a74b518c . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource." . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 "representedBy" . +_:Bc50c7ea1cc0fcb50a1234d91818d54e9 . + _:Bd1fb5998fc085bb33522d611295856d1 . + _:Ba960d39984d2fd045989630f2e55db43 . + _:Bcc347182d736d339890542d4f63d36c1 . + _:Bb411d71c8a9c8670ee081ff13571c78f . . - _:B4081265587157a963f8bfdf3a456aa01 . - _:B667e049bd2992a9a286955016a3c311e . + _:B76ff793aed80eda4de243ef0e45f2adb . "Shape resource of a RiskCollection resource."^^ . - _:B762ab2715acecb5f7a3e3a1e4335c588 . - _:B1c2a86f9094e703a15b5b723106c5e7c . + _:Bd31f4fc5a6a04130bc277688b674be8b . + _:Bd8da326e0ebc464d4c319f97098b2254 . + _:Bb5f52ea6264873ad75e8fd9ca5c991f3 . . -_:B109daa7c087bcc49f9940c353cb53937 "actualSize is a property for actual development size for a ScopeItem resource." . -_:B109daa7c087bcc49f9940c353cb53937 . -_:B109daa7c087bcc49f9940c353cb53937 . -_:B109daa7c087bcc49f9940c353cb53937 . -_:B109daa7c087bcc49f9940c353cb53937 "actualSize" . -_:B109daa7c087bcc49f9940c353cb53937 . -_:Bebd062b34bffd0757041d8d22c2d037b "The resource type URIs."^^ . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Bebd062b34bffd0757041d8d22c2d037b "type" . -_:Bebd062b34bffd0757041d8d22c2d037b . -_:Ba6de552b2cdacfbde6fea26bed74afb0 "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project. " . -_:Ba6de552b2cdacfbde6fea26bed74afb0 . -_:Ba6de552b2cdacfbde6fea26bed74afb0 . -_:Ba6de552b2cdacfbde6fea26bed74afb0 . -_:Ba6de552b2cdacfbde6fea26bed74afb0 . -_:Ba6de552b2cdacfbde6fea26bed74afb0 "unitOfScopeItemSize" . -_:Ba6de552b2cdacfbde6fea26bed74afb0 . -_:B5782557c5574fa0331e270ac532257e0 "The resource type URIs."^^ . -_:B5782557c5574fa0331e270ac532257e0 . -_:B5782557c5574fa0331e270ac532257e0 . -_:B5782557c5574fa0331e270ac532257e0 . -_:B5782557c5574fa0331e270ac532257e0 . -_:B5782557c5574fa0331e270ac532257e0 . -_:B5782557c5574fa0331e270ac532257e0 "type" . -_:B5782557c5574fa0331e270ac532257e0 . -_:B762ab2715acecb5f7a3e3a1e4335c588 "A unique identifier for a RiskCollection resource." . -_:B762ab2715acecb5f7a3e3a1e4335c588 . -_:B762ab2715acecb5f7a3e3a1e4335c588 . -_:B762ab2715acecb5f7a3e3a1e4335c588 . -_:B762ab2715acecb5f7a3e3a1e4335c588 "identifier" . -_:B762ab2715acecb5f7a3e3a1e4335c588 . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 "A title string for the WorkItem resource." . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 "title" . -_:Beee4ed8cdbcdc071b49e7c1f0f29c720 . -_:Ba508a5cad33777f6ff2830a75e3fd86f "belongsTo is a relation between a Plan resource and a Project resource. " . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Ba508a5cad33777f6ff2830a75e3fd86f "belongsTo" . -_:Ba508a5cad33777f6ff2830a75e3fd86f . -_:Bfaecc55c656971cb29bee5b4106fce8b "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to. " . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:Bfaecc55c656971cb29bee5b4106fce8b "belongsTo" . -_:Bfaecc55c656971cb29bee5b4106fce8b . -_:B6cd60c48b574516ac97c32fe28bd72d3 "A string that identifies the Issue resource that is a source of this Issue resource." . -_:B6cd60c48b574516ac97c32fe28bd72d3 . -_:B6cd60c48b574516ac97c32fe28bd72d3 . -_:B6cd60c48b574516ac97c32fe28bd72d3 . -_:B6cd60c48b574516ac97c32fe28bd72d3 "source" . -_:B6cd60c48b574516ac97c32fe28bd72d3 . -_:B93d07a80e6c621b47ad6d1f37dea484b "The resource type URIs."^^ . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B93d07a80e6c621b47ad6d1f37dea484b "type" . -_:B93d07a80e6c621b47ad6d1f37dea484b . -_:B6bad8a5f5e0bb985c02171fc4992849d "A unique identifier for a Project resource." . -_:B6bad8a5f5e0bb985c02171fc4992849d . -_:B6bad8a5f5e0bb985c02171fc4992849d . -_:B6bad8a5f5e0bb985c02171fc4992849d . -_:B6bad8a5f5e0bb985c02171fc4992849d "identifier" . -_:B6bad8a5f5e0bb985c02171fc4992849d . -_:Ba3a18d90e819a8d250db78f0d9de9453 "targets is a relation between an Artifact resource and a Measure resource. The representation of this property is inline." . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba3a18d90e819a8d250db78f0d9de9453 "targets" . -_:Ba3a18d90e819a8d250db78f0d9de9453 . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f "identifiedDate is the date on which the risk was identified." . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f "identifiedDate" . -_:Ba8e67e43406dc6fb1d1ba742d2fee32f . -_:B2170c95514208f1f5ed62fc40e23074b "A string that identifies the WorkItem resource that is a source of this WorkItem resource." . -_:B2170c95514208f1f5ed62fc40e23074b . -_:B2170c95514208f1f5ed62fc40e23074b . -_:B2170c95514208f1f5ed62fc40e23074b . -_:B2170c95514208f1f5ed62fc40e23074b "source" . -_:B2170c95514208f1f5ed62fc40e23074b . - _:B244d6def4e881f02ad057cec7a95ba2b . - _:Bf2058f0f479595f98194b725161f35c7 . - _:B475846d3c0bd3d58cf93f5db5d32b86c . - _:B172a268fac21ecbdbd3abd89f4e340a1 . - _:Bf920af3a2816443173df7b5697a4b712 . - _:B587b3451f55e451d3125a14f202442c7 . +_:B0be3f442e534c77e549696b6a694c6c8 "A unique identifier for the Measure resource." . +_:B0be3f442e534c77e549696b6a694c6c8 . +_:B0be3f442e534c77e549696b6a694c6c8 . +_:B0be3f442e534c77e549696b6a694c6c8 . +_:B0be3f442e534c77e549696b6a694c6c8 "identifier" . +_:B0be3f442e534c77e549696b6a694c6c8 . +_:Bbdae1576b5990f9490941dd6229929e9 "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bbdae1576b5990f9490941dd6229929e9 "collects" . +_:Bbdae1576b5990f9490941dd6229929e9 . +_:Bc84a81679549ad2d9165b154908e7727 "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." . +_:Bc84a81679549ad2d9165b154908e7727 . +_:Bc84a81679549ad2d9165b154908e7727 . +_:Bc84a81679549ad2d9165b154908e7727 . +_:Bc84a81679549ad2d9165b154908e7727 "plannedStartDate" . +_:Bc84a81679549ad2d9165b154908e7727 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 "The resource type URIs."^^ . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:Bb55e2c03ae668537b127e5bf5dc136d1 "type" . +_:Bb55e2c03ae668537b127e5bf5dc136d1 . +_:B87e280409365d1ed02f296f1f9c68975 "A date on which this ManagedItemCollection resource collects member resources." . +_:B87e280409365d1ed02f296f1f9c68975 . +_:B87e280409365d1ed02f296f1f9c68975 . +_:B87e280409365d1ed02f296f1f9c68975 . +_:B87e280409365d1ed02f296f1f9c68975 "date" . +_:B87e280409365d1ed02f296f1f9c68975 . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee "A string that identifies the Project resource that is a source of this Project resource." . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee "source" . +_:Bb1b00968b2bcd18e7ccb13d173a9f1ee . +_:B8b3510b68dda8b6830d22847f90961d3 "The resource type URIs."^^ . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B8b3510b68dda8b6830d22847f90961d3 "type" . +_:B8b3510b68dda8b6830d22847f90961d3 . +_:B84f8101196c62588f9fa8756bdbd84f2 "The resource type URIs."^^ . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B84f8101196c62588f9fa8756bdbd84f2 "type" . +_:B84f8101196c62588f9fa8756bdbd84f2 . +_:B8f802f8302717244d35b8e03fba381ae "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . +_:B8f802f8302717244d35b8e03fba381ae . +_:B8f802f8302717244d35b8e03fba381ae . +_:B8f802f8302717244d35b8e03fba381ae . +_:B8f802f8302717244d35b8e03fba381ae "raisedDate" . +_:B8f802f8302717244d35b8e03fba381ae . . - _:Ba508a5cad33777f6ff2830a75e3fd86f . - _:B8d28af6d2cba9a16de86e1f176f46d60 . + _:Bfef793558c63d5e796216f43d0958ca4 . + _:Bfef79ac7e246aa066b12c80a4b7f971a . + _:B584cc899e0c48f20c1d36ff11798c878 . "Shape resource of a Plan resource"^^ . + _:B5e2421ca571b7ecb498f69b876644925 . + _:B51f79e8380211fee1f241b793121f079 . + _:B7d8d2cef24f4804897b5fed4c5bf0854 . + _:B1baeb928729be9042a5d607ba9f9b688 . + _:Bb0654511c8cf6767df2e410e7375da27 . . -_:Bb290523606f2895d1a93b5936168e2b5 "dcterms:description is a property to help a human understand the resource." . -_:Bb290523606f2895d1a93b5936168e2b5 . -_:Bb290523606f2895d1a93b5936168e2b5 . -_:Bb290523606f2895d1a93b5936168e2b5 . -_:Bb290523606f2895d1a93b5936168e2b5 "description" . -_:Bb290523606f2895d1a93b5936168e2b5 . +_:B5ab25b110ce2dbcce68e7e3342e3242e "A title string for a ScopeItem resource." . +_:B5ab25b110ce2dbcce68e7e3342e3242e . +_:B5ab25b110ce2dbcce68e7e3342e3242e . +_:B5ab25b110ce2dbcce68e7e3342e3242e . +_:B5ab25b110ce2dbcce68e7e3342e3242e "title" . +_:B5ab25b110ce2dbcce68e7e3342e3242e . "Shape resource of a Measurement resource"^^ . - _:Bb6d164ebbdaa189b7d5e02034c1c45c0 . - _:B93774e8b534a241b1a8a61b044b9f200 . - _:B406740543bdae603a7561e79f27200c4 . - _:B49d38c92dd198f5c1abd4a894cfd2ee6 . - _:Bb28d2f2bed1e325ba79a510762568699 . - _:B8869fed941359d32e4a97d00b891dcad . + _:B18dc3ff63a53e3e2bf86a097a591951d . + _:Bb80dc5767e32d138adafeb6150e0516e . + _:B405d96c78ba72a3784af953afecb96aa . + _:Bb0ed8acd3cc13c33070fe2d9f4814e0b . + _:B768aa8715b81ba0115a966fe0a6e9740 . + _:B508948fd8521844faed1026e5128013b . . . -_:Bca436dd4424024345eaab165717af4af "isPartOf is a relation between a child ScopeItem resource and its parent ScopeItem resource. A ScopeItem resource may have multiple child ScopeItem resources." . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af . -_:Bca436dd4424024345eaab165717af4af "isPartOf" . -_:Bca436dd4424024345eaab165717af4af . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 "plannedEndDate" . -_:B3394a5f9dd8b4e05637cfcfcb509eef6 . -_:Bec0ebe4f70b66b808258cb289e707c7f "A unique number assigned to this resource which represents a position in the sequential order of all the Risk resources of the project." . -_:Bec0ebe4f70b66b808258cb289e707c7f . -_:Bec0ebe4f70b66b808258cb289e707c7f . -_:Bec0ebe4f70b66b808258cb289e707c7f . -_:Bec0ebe4f70b66b808258cb289e707c7f "sequenceNumber" . -_:Bec0ebe4f70b66b808258cb289e707c7f . -_:B4081265587157a963f8bfdf3a456aa01 "belongsTo is a relation between the RiskCollection resource and a Project resource." . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B4081265587157a963f8bfdf3a456aa01 "belongsTo" . -_:B4081265587157a963f8bfdf3a456aa01 . -_:B8869fed941359d32e4a97d00b891dcad "date is a property of a Measurement resource. It is the date on which the measurement was made. " . -_:B8869fed941359d32e4a97d00b891dcad . -_:B8869fed941359d32e4a97d00b891dcad . -_:B8869fed941359d32e4a97d00b891dcad . -_:B8869fed941359d32e4a97d00b891dcad "date" . -_:B8869fed941359d32e4a97d00b891dcad . -_:B634f054d0ccd4bb729a7ce33f2906675 "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." . -_:B634f054d0ccd4bb729a7ce33f2906675 . -_:B634f054d0ccd4bb729a7ce33f2906675 . -_:B634f054d0ccd4bb729a7ce33f2906675 . -_:B634f054d0ccd4bb729a7ce33f2906675 . -_:B634f054d0ccd4bb729a7ce33f2906675 "metricOfScopeItemSize" . -_:B634f054d0ccd4bb729a7ce33f2906675 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 "requiredBy is a relation between this WorkItem resource and a ScopeItem resource or an Artifact resource." . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 . -_:B033e8d01016f6700110710fd7dea86e3 "requiredBy" . - _:B3225961fac62274432b95b732b99cae0 . - _:B15315a0ca0f0bf205cdbde7b7de6710e . - _:B109daa7c087bcc49f9940c353cb53937 . +_:Be62ce7946303a8cec35d07444360a9ba "belongsTo is a relation between the IssueCollection resource and a Project resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this IssueCollection resource belongs to." . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Be62ce7946303a8cec35d07444360a9ba "belongsTo" . +_:Be62ce7946303a8cec35d07444360a9ba . +_:Bfef793558c63d5e796216f43d0958ca4 "A unique identifier for a Plan resource." . +_:Bfef793558c63d5e796216f43d0958ca4 . +_:Bfef793558c63d5e796216f43d0958ca4 . +_:Bfef793558c63d5e796216f43d0958ca4 . +_:Bfef793558c63d5e796216f43d0958ca4 "identifier" . +_:Bfef793558c63d5e796216f43d0958ca4 . +_:Ba15bb5e3299fd23101037ec2698f19f1 "The resource type URIs."^^ . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:Ba15bb5e3299fd23101037ec2698f19f1 "type" . +_:Ba15bb5e3299fd23101037ec2698f19f1 . +_:B9b53dc5b573880c8e2e964c7da85bbf8 "stateOfIssue is a property that defines the state of an Issue resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue." . +_:B9b53dc5b573880c8e2e964c7da85bbf8 . +_:B9b53dc5b573880c8e2e964c7da85bbf8 . +_:B9b53dc5b573880c8e2e964c7da85bbf8 . +_:B9b53dc5b573880c8e2e964c7da85bbf8 . +_:B9b53dc5b573880c8e2e964c7da85bbf8 "stateOfIssue" . +_:B9b53dc5b573880c8e2e964c7da85bbf8 . +_:B37cef8f6dcea3690f83eff76e43f0d40 "A unique identifier for the WorkItem resource." . +_:B37cef8f6dcea3690f83eff76e43f0d40 . +_:B37cef8f6dcea3690f83eff76e43f0d40 . +_:B37cef8f6dcea3690f83eff76e43f0d40 . +_:B37cef8f6dcea3690f83eff76e43f0d40 "identifier" . +_:B37cef8f6dcea3690f83eff76e43f0d40 . +_:B8052d52f136feaee4f23c7af139ef37d "A unique identifier for the Issue resource." . +_:B8052d52f136feaee4f23c7af139ef37d . +_:B8052d52f136feaee4f23c7af139ef37d . +_:B8052d52f136feaee4f23c7af139ef37d . +_:B8052d52f136feaee4f23c7af139ef37d "identifier" . +_:B8052d52f136feaee4f23c7af139ef37d . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 "unitOfMeasure" . +_:Bb7a99b7853d7ceddfa7d0619060b0d70 . +_:B584cc899e0c48f20c1d36ff11798c878 "belongsTo is a relation between a Plan resource and a Project resource." . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:B584cc899e0c48f20c1d36ff11798c878 "belongsTo" . +_:B584cc899e0c48f20c1d36ff11798c878 . +_:Bd61526d2ce531703b65130ecdb8541d7 "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." . +_:Bd61526d2ce531703b65130ecdb8541d7 . +_:Bd61526d2ce531703b65130ecdb8541d7 . +_:Bd61526d2ce531703b65130ecdb8541d7 . +_:Bd61526d2ce531703b65130ecdb8541d7 "sequenceNumber" . +_:Bd61526d2ce531703b65130ecdb8541d7 . +_:B0f257af85a9ede4752b9a14d01888f59 "dcterms:description is a property to help a human understand the resource." . +_:B0f257af85a9ede4752b9a14d01888f59 . +_:B0f257af85a9ede4752b9a14d01888f59 . +_:B0f257af85a9ede4752b9a14d01888f59 . +_:B0f257af85a9ede4752b9a14d01888f59 "description" . +_:B0f257af85a9ede4752b9a14d01888f59 . + _:Bd2ed8aa5658fafc5120ee8c7d8c89284 . + _:B9f7541c5bf51ce06b7e36ad863274852 . + _:B5ab25b110ce2dbcce68e7e3342e3242e . + _:B40fac6b2b61c9bb347f592d2fc7b5392 . . - _:B17f314c86f3b461af392daecfa11b1fd . - _:B637ca83fbf9fef84464719b853854905 . - _:Bca436dd4424024345eaab165717af4af . - _:Bc4e934a69f7e40f6161d6ef5ead95479 . - _:B062663382776c0a8b6c28963251d2a6c . - _:B7209d01ec441fcb9647763a1a04deda6 . + _:B90181ec27f86273ad8721f08bd58267e . + _:B9ab0988d6001846b2b6451d75dfbfbf8 . + _:B0f257af85a9ede4752b9a14d01888f59 . + _:Bc5016bcc8d3ade799426cb5f313f2820 . + _:B547aab04a94aa4110ae43c3516eabfe3 . "Shape resource of a ScopeItem resource"^^ . . -_:B8032e2ece928649587ca409e9ab5b9f1 "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:B8032e2ece928649587ca409e9ab5b9f1 "isPartOf" . -_:B8032e2ece928649587ca409e9ab5b9f1 . -_:Bfa312acd5e7b1da710b330dd2ffa551a "A string that identifies the Artifact resource that is a source of this Artifact resource." . -_:Bfa312acd5e7b1da710b330dd2ffa551a . -_:Bfa312acd5e7b1da710b330dd2ffa551a . -_:Bfa312acd5e7b1da710b330dd2ffa551a . -_:Bfa312acd5e7b1da710b330dd2ffa551a "source" . -_:Bfa312acd5e7b1da710b330dd2ffa551a . -_:B9bfc238a9bc0501b9418b022c8a43811 "The resource type URIs."^^ . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B9bfc238a9bc0501b9418b022c8a43811 "type" . -_:B9bfc238a9bc0501b9418b022c8a43811 . -_:B721e49d6ce156e1f9d82aa175f997378 "dcterms:description is a property to help a human understand the resource." . -_:B721e49d6ce156e1f9d82aa175f997378 . -_:B721e49d6ce156e1f9d82aa175f997378 . -_:B721e49d6ce156e1f9d82aa175f997378 . -_:B721e49d6ce156e1f9d82aa175f997378 "description" . -_:B721e49d6ce156e1f9d82aa175f997378 . -_:B637ca83fbf9fef84464719b853854905 "A title string for a ScopeItem resource." . -_:B637ca83fbf9fef84464719b853854905 . -_:B637ca83fbf9fef84464719b853854905 . -_:B637ca83fbf9fef84464719b853854905 . -_:B637ca83fbf9fef84464719b853854905 "title" . -_:B637ca83fbf9fef84464719b853854905 . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 "A unique identifier for a ManagedItem resource. " . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 "identifier" . -_:Bfc2ad1ff9f1cda851a8e95c5eba76636 . -_:Bb3e817c63f051a1f1191b4f00f29826c "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." . -_:Bb3e817c63f051a1f1191b4f00f29826c . -_:Bb3e817c63f051a1f1191b4f00f29826c . -_:Bb3e817c63f051a1f1191b4f00f29826c . -_:Bb3e817c63f051a1f1191b4f00f29826c "plannedEndDate" . -_:Bb3e817c63f051a1f1191b4f00f29826c . - _:B8032e2ece928649587ca409e9ab5b9f1 . - _:Bb40236511c12052526813b3dfd2a6465 . +_:B5862867b0647c17cc43c62a7610a7f5f "belongsTo is a relation between the ManagedItemCollection resource and a Project resource." . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:B5862867b0647c17cc43c62a7610a7f5f "belongsTo" . +_:B5862867b0647c17cc43c62a7610a7f5f . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 "collects" . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 . +_:Bb0654511c8cf6767df2e410e7375da27 "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." . +_:Bb411d71c8a9c8670ee081ff13571c78f "collects is a relation between a RiskCollection resource and a Risk resource." . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f . +_:Bb411d71c8a9c8670ee081ff13571c78f "collects" . +_:Bb411d71c8a9c8670ee081ff13571c78f . + _:B88a15b7ddb5f3bc85b8611b29f3422ed . + _:B69e98ec836c770cba6ed977ad2e3778e . + _:B9870034932b78bbc6b53bed9a74b518c . "Shape resource of an Artifact resource."^^ . + _:Bec4d07128acd926073a6f8d921027f37 . + _:B63f66fe925ac217c71df1ee3b432ccef . . - _:Ba01f144b6b35ed3ce44296068c5c4d97 . - _:B9bfc238a9bc0501b9418b022c8a43811 . - _:Bb290523606f2895d1a93b5936168e2b5 . - _:Bfa312acd5e7b1da710b330dd2ffa551a . - _:B39de5f703ca2d107d40ade7b3c16c339 . + _:B5c35f9cf251aa7f3e2313394529897b4 . + _:Ba2179c14e026201852b7698e872011df . . - _:Bcfe6a8b5b5fcabc50f40fb6d65c9d135 . - _:Ba3a18d90e819a8d250db78f0d9de9453 . -_:B930c53ffee884baa6e2ce4c2adca1dc6 "A unique number assigned to the resource which represents a position in the sequential order of resources of the same type of ManagedItem." . -_:B930c53ffee884baa6e2ce4c2adca1dc6 . -_:B930c53ffee884baa6e2ce4c2adca1dc6 . -_:B930c53ffee884baa6e2ce4c2adca1dc6 . -_:B930c53ffee884baa6e2ce4c2adca1dc6 "sequenceNumber" . -_:B930c53ffee884baa6e2ce4c2adca1dc6 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 "isPartOf is a relation between a child WorkItem resource and its parent WorkItem resource. A WorkItem resource may have multiple child WorkItem resources." . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 "isPartOf" . -_:Bf48892fe03ac51dd7ddd2a3391d14c81 . -_:B0239fbc2131dda779ba9f84475f3fd6f "dcterms:description is a property to help a human understand the resource." . -_:B0239fbc2131dda779ba9f84475f3fd6f . -_:B0239fbc2131dda779ba9f84475f3fd6f . -_:B0239fbc2131dda779ba9f84475f3fd6f . -_:B0239fbc2131dda779ba9f84475f3fd6f "description" . -_:B0239fbc2131dda779ba9f84475f3fd6f . -_:B557130f3d4774690bd71765a047ec194 "representedBy is a relation between the WorkItem resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a foaf:Person resource. " . -_:B557130f3d4774690bd71765a047ec194 . -_:B557130f3d4774690bd71765a047ec194 . -_:B557130f3d4774690bd71765a047ec194 . -_:B557130f3d4774690bd71765a047ec194 . -_:B557130f3d4774690bd71765a047ec194 "representedBy" . -_:B557130f3d4774690bd71765a047ec194 . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 "A unique identifier for the WorkItem resource. " . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 "identifier" . -_:B1669114f4c3b7a4e9ed12ab1b9d27404 . -_:B17f314c86f3b461af392daecfa11b1fd "A unique identifier for a ScopeItem resource. " . -_:B17f314c86f3b461af392daecfa11b1fd . -_:B17f314c86f3b461af392daecfa11b1fd . -_:B17f314c86f3b461af392daecfa11b1fd . -_:B17f314c86f3b461af392daecfa11b1fd "identifier" . -_:B17f314c86f3b461af392daecfa11b1fd . -_:B166498c5af5d73a8e3d77d3148d96947 "The resource type URIs."^^ . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:B166498c5af5d73a8e3d77d3148d96947 "type" . -_:B166498c5af5d73a8e3d77d3148d96947 . -_:Bfab40236dafa71710ecc6a85a5ca6c43 "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." . -_:Bfab40236dafa71710ecc6a85a5ca6c43 . -_:Bfab40236dafa71710ecc6a85a5ca6c43 . -_:Bfab40236dafa71710ecc6a85a5ca6c43 . -_:Bfab40236dafa71710ecc6a85a5ca6c43 "sequenceNumber" . -_:Bfab40236dafa71710ecc6a85a5ca6c43 . -_:Bb092388a817cff5c90e02d43c80107b4 "A date on which this ManagedItemCollection resource collects member resources." . -_:Bb092388a817cff5c90e02d43c80107b4 . -_:Bb092388a817cff5c90e02d43c80107b4 . -_:Bb092388a817cff5c90e02d43c80107b4 . -_:Bb092388a817cff5c90e02d43c80107b4 "date" . -_:Bb092388a817cff5c90e02d43c80107b4 . + _:B43a92422cc370feccf724763941313c1 . + _:B2b918bb23d87d189a48667998e92544c . +_:B9ab0988d6001846b2b6451d75dfbfbf8 "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." . +_:B9ab0988d6001846b2b6451d75dfbfbf8 . +_:B9ab0988d6001846b2b6451d75dfbfbf8 . +_:B9ab0988d6001846b2b6451d75dfbfbf8 . +_:B9ab0988d6001846b2b6451d75dfbfbf8 "source" . +_:B9ab0988d6001846b2b6451d75dfbfbf8 . +_:B9f7541c5bf51ce06b7e36ad863274852 "plannedSize is a property for estimated development size for a ScopeItem resource." . +_:B9f7541c5bf51ce06b7e36ad863274852 . +_:B9f7541c5bf51ce06b7e36ad863274852 . +_:B9f7541c5bf51ce06b7e36ad863274852 . +_:B9f7541c5bf51ce06b7e36ad863274852 "plannedSize" . +_:B9f7541c5bf51ce06b7e36ad863274852 . +_:B4c0658fa33c24e5d9a0f6a3937d856ca "A title string for the WorkItem resource." . +_:B4c0658fa33c24e5d9a0f6a3937d856ca . +_:B4c0658fa33c24e5d9a0f6a3937d856ca . +_:B4c0658fa33c24e5d9a0f6a3937d856ca . +_:B4c0658fa33c24e5d9a0f6a3937d856ca "title" . +_:B4c0658fa33c24e5d9a0f6a3937d856ca . +_:Bd1fb5998fc085bb33522d611295856d1 "A string that identifies the RiskCollection resource that is a source of this RiskCollection resource." . +_:Bd1fb5998fc085bb33522d611295856d1 . +_:Bd1fb5998fc085bb33522d611295856d1 . +_:Bd1fb5998fc085bb33522d611295856d1 . +_:Bd1fb5998fc085bb33522d611295856d1 "source" . +_:Bd1fb5998fc085bb33522d611295856d1 . +_:B4df3c184c2daa4032e118d99205f07a9 "includes is a relation between this Report resource and Measurement resources. A Measurement resource linked by includes from this resource must measure an Artifact resource that is linked by collects property of this Report resource." . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:B4df3c184c2daa4032e118d99205f07a9 "includes" . +_:B4df3c184c2daa4032e118d99205f07a9 . +_:Be7de6d48aebdb993f1ea1f837c35509c "dcterms:description is a property to help a human to understand the resource." . +_:Be7de6d48aebdb993f1ea1f837c35509c . +_:Be7de6d48aebdb993f1ea1f837c35509c . +_:Be7de6d48aebdb993f1ea1f837c35509c . +_:Be7de6d48aebdb993f1ea1f837c35509c "description" . +_:Be7de6d48aebdb993f1ea1f837c35509c . +_:B229931ab4593e99cfba8fba5ef8660e9 "A title string for the resource." . +_:B229931ab4593e99cfba8fba5ef8660e9 . +_:B229931ab4593e99cfba8fba5ef8660e9 . +_:B229931ab4593e99cfba8fba5ef8660e9 . +_:B229931ab4593e99cfba8fba5ef8660e9 "title" . +_:B229931ab4593e99cfba8fba5ef8660e9 . +_:Bc515a30ab2045bf803773aa4c65bcad1 "identifiedDate is the date on which the risk was identified." . +_:Bc515a30ab2045bf803773aa4c65bcad1 . +_:Bc515a30ab2045bf803773aa4c65bcad1 . +_:Bc515a30ab2045bf803773aa4c65bcad1 . +_:Bc515a30ab2045bf803773aa4c65bcad1 "identifiedDate" . +_:Bc515a30ab2045bf803773aa4c65bcad1 . +_:B7d8d2cef24f4804897b5fed4c5bf0854 "A string that identifies the Plan resource that is a source of this Plan resource." . +_:B7d8d2cef24f4804897b5fed4c5bf0854 . +_:B7d8d2cef24f4804897b5fed4c5bf0854 . +_:B7d8d2cef24f4804897b5fed4c5bf0854 . +_:B7d8d2cef24f4804897b5fed4c5bf0854 "source" . +_:B7d8d2cef24f4804897b5fed4c5bf0854 . +_:Bd8da326e0ebc464d4c319f97098b2254 "The resource type URIs."^^ . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:Bd8da326e0ebc464d4c319f97098b2254 "type" . +_:Bd8da326e0ebc464d4c319f97098b2254 . +_:B43a92422cc370feccf724763941313c1 "isPartOf is a relation between a child Artifact resource and its parent Artifact resource. An Artifact resource may have multiple child WorkItem resources." . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 . +_:B43a92422cc370feccf724763941313c1 "isPartOf" . +_:B43a92422cc370feccf724763941313c1 . "Shape resource for ManagedItem."^^ . - _:B93d07a80e6c621b47ad6d1f37dea484b . - _:B930c53ffee884baa6e2ce4c2adca1dc6 . - _:B23ccdd9634dbc1ab90200ec0a46e41d1 . - _:B50c53f7c26d88f5d72012fb95130ba87 . - _:Bfc2ad1ff9f1cda851a8e95c5eba76636 . - _:B978f069d6da636c8593fcfc012f9207c . + _:B84f8101196c62588f9fa8756bdbd84f2 . + _:Bd61526d2ce531703b65130ecdb8541d7 . + _:B69eb1e98e2c675d720129ece2e4face2 . + _:B64b84a2e40d2bed66e929741f3cee113 . + _:Bf695dc8233f7718fe86b49b2eba4d2bf . + _:B02e707182311609b426034d3501f7e2f . . . - _:Ba8e67e43406dc6fb1d1ba742d2fee32f . +_:Bb80dc5767e32d138adafeb6150e0516e "observes is a relation between a Measurement resource and a Measure resource. One Measurement resource observes zero or many Measure resources. The representation of this property is inline." . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:Bb80dc5767e32d138adafeb6150e0516e "observes" . +_:Bb80dc5767e32d138adafeb6150e0516e . +_:B195b65489b34b62bfcf2c0c195d1281b "dcterms:description is a property to help a human understand the resource." . +_:B195b65489b34b62bfcf2c0c195d1281b . +_:B195b65489b34b62bfcf2c0c195d1281b . +_:B195b65489b34b62bfcf2c0c195d1281b . +_:B195b65489b34b62bfcf2c0c195d1281b "description" . +_:B195b65489b34b62bfcf2c0c195d1281b . +_:B74801a71f148c3844e82f38457d83af0 "plannedEndDate is a property of a WorkItem resource. It is the planned end date of the work item. Its value is of type xsd:dateTime." . +_:B74801a71f148c3844e82f38457d83af0 . +_:B74801a71f148c3844e82f38457d83af0 . +_:B74801a71f148c3844e82f38457d83af0 . +_:B74801a71f148c3844e82f38457d83af0 "plannedEndDate" . +_:B74801a71f148c3844e82f38457d83af0 . . + _:Bc402e5314a0c4816195a339171ce354a . + _:B5bf918fa90eb2b858c842bd00cfc6ac4 . . "Shape resource of a Risk resource."^^ . - _:Bca43d80175f16d90024273a2df5cc9bd . - _:Bbb1968d6abefab20658555d185234a72 . - _:B7726a7d2319414d0c19209998aa94fa1 . - _:Bf7aa29ae726504795731fb85ec6de80c . - _:B5432df9a0bc2613013a7b4d4f8667384 . - _:B0699f8c6d46052c7578751cdae6eaa55 . - _:Bec0ebe4f70b66b808258cb289e707c7f . - _:Bd9b582e2810aa4ba2c398e190daf1eaa . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 "A unique identifier for the Issue resource. " . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 "identifier" . -_:B01f9a68b71a7a0b7162f44fa9f32fe61 . -_:B6dbce364d70b038be2bd314b72b35fa6 "actualStartDate is a property of a WorkItem resource. It is the actual start date of the work item. Its value is of type xsd:dateTime." . -_:B6dbce364d70b038be2bd314b72b35fa6 . -_:B6dbce364d70b038be2bd314b72b35fa6 . -_:B6dbce364d70b038be2bd314b72b35fa6 . -_:B6dbce364d70b038be2bd314b72b35fa6 "actualStartDate" . -_:B6dbce364d70b038be2bd314b72b35fa6 . - . + _:Bd1fb6e48a86be7bd556ecb752ec4b021 . + _:Be4545857e858e4c8661bf7a4349415bf . + _:Bb2445bf1b5a4b5d60f9bf851063a1bfa . + _:Be7de6d48aebdb993f1ea1f837c35509c . + _:Bc515a30ab2045bf803773aa4c65bcad1 . + _:Bbc0b4b935f2eaa6557d1f731243da5bf . + _:Bb3f661ebfde24cdfcba91356cc2b794b . +_:Bf695dc8233f7718fe86b49b2eba4d2bf "A unique identifier for a ManagedItem resource." . +_:Bf695dc8233f7718fe86b49b2eba4d2bf . +_:Bf695dc8233f7718fe86b49b2eba4d2bf . +_:Bf695dc8233f7718fe86b49b2eba4d2bf . +_:Bf695dc8233f7718fe86b49b2eba4d2bf "identifier" . +_:Bf695dc8233f7718fe86b49b2eba4d2bf . +_:B405d96c78ba72a3784af953afecb96aa "measures is a relation between a Measurement resource and an Artifact resource. The measurement represented by the resource is on the artifact represented by the Artifact resource." . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa . +_:B405d96c78ba72a3784af953afecb96aa "measures" . +_:B405d96c78ba72a3784af953afecb96aa . +_:B5b72d290b47f4a295509515528747f54 "A unique number assigned to this resource which represents a position in the sequential order of all the WorkItem resources of the project." . +_:B5b72d290b47f4a295509515528747f54 . +_:B5b72d290b47f4a295509515528747f54 . +_:B5b72d290b47f4a295509515528747f54 . +_:B5b72d290b47f4a295509515528747f54 "sequenceNumber" . +_:B5b72d290b47f4a295509515528747f54 . +_:Ba06ee7641a807115004d5ef740e6dd53 "A unique number assigned to this resource which represents a position in the sequential order of all the Issue resources in the project." . +_:Ba06ee7641a807115004d5ef740e6dd53 . +_:Ba06ee7641a807115004d5ef740e6dd53 . +_:Ba06ee7641a807115004d5ef740e6dd53 . +_:Ba06ee7641a807115004d5ef740e6dd53 "sequenceNumber" . +_:Ba06ee7641a807115004d5ef740e6dd53 . + "OS" . + . "OSLC PROMCODE Constraints" . - "2021-03-23"^^ . + "2022-03-11"^^ . + . . - . "OSLC PROMCODE Constraints" . - "CS02" . . . "All vocabulary URIs defined in the OSLC PROMCODE namespace."^^ . -_:Bc4e934a69f7e40f6161d6ef5ead95479 "A string that identifies the ScopeItem resource that is a source of this ScopeItem resource." . -_:Bc4e934a69f7e40f6161d6ef5ead95479 . -_:Bc4e934a69f7e40f6161d6ef5ead95479 . -_:Bc4e934a69f7e40f6161d6ef5ead95479 . -_:Bc4e934a69f7e40f6161d6ef5ead95479 "source" . -_:Bc4e934a69f7e40f6161d6ef5ead95479 . - _:Bc10a51d87b0009063815f465dfda2ff8 . - "Shape resource of an Issue resource."^^ . - _:B01f9a68b71a7a0b7162f44fa9f32fe61 . - _:B409b84ea5ab34bfdabbcc061ef7cd01b . - . - _:Bbc8ee15f216c69879bcb1e22b7936fa9 . - _:B6cd60c48b574516ac97c32fe28bd72d3 . - _:B166498c5af5d73a8e3d77d3148d96947 . - _:B0bc7f0e4ed20489285431f5dc4e127f9 . - _:Bccc5845fa0ece55547f25ea17ed91846 . - . - _:Bfab40236dafa71710ecc6a85a5ca6c43 . . - _:B6bad8a5f5e0bb985c02171fc4992849d . - _:Bfcd1a98059441d4c36593c7205a24410 . - _:B31147b9da01bcc72ec26120000babbd3 . + _:B8a8eb752127e4985baa6e4b153cafc0c . + _:Bbe8416747dde22b6a5355226d2027cf8 . + _:Bdbc87687773b862bb631962362c918f7 . + _:Bcc60926564ec762eb5985fb90d19e77c . "Shape resource of a Project resource."^^ . - _:Bbdb3feb29731b374820ab58ae42158cc . - _:B32833aef0dfcdb7f5e67c651c06ccb5e . - _:Bcaa9087ae639dcc45df0df80f689d171 . + _:B8b3510b68dda8b6830d22847f90961d3 . . - _:Ba6de552b2cdacfbde6fea26bed74afb0 . - _:B6b83eaa404777eccd695bef00f7a4864 . - _:B3394a5f9dd8b4e05637cfcfcb509eef6 . - _:B05316adb49dda64c753613a30dc3adc3 . - _:B634f054d0ccd4bb729a7ce33f2906675 . -_:B1975ca79a48115e68f0f426a57367b6b "belongsTo is a relation between the ManagedItemCollection resource and a Project resource. " . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b . -_:B1975ca79a48115e68f0f426a57367b6b "belongsTo" . -_:B1975ca79a48115e68f0f426a57367b6b . -_:Bbb1968d6abefab20658555d185234a72 "stateOfRisk is a property that defines the state of a Risk resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk." . -_:Bbb1968d6abefab20658555d185234a72 . -_:Bbb1968d6abefab20658555d185234a72 . -_:Bbb1968d6abefab20658555d185234a72 . -_:Bbb1968d6abefab20658555d185234a72 . -_:Bbb1968d6abefab20658555d185234a72 "stateOfRisk" . -_:Bbb1968d6abefab20658555d185234a72 . -_:B003aabccc1eb0f71e900b232f1f3fde7 "plannedStartDate is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type xsd:dateTime." . -_:B003aabccc1eb0f71e900b232f1f3fde7 . -_:B003aabccc1eb0f71e900b232f1f3fde7 . -_:B003aabccc1eb0f71e900b232f1f3fde7 . -_:B003aabccc1eb0f71e900b232f1f3fde7 "plannedStartDate" . -_:B003aabccc1eb0f71e900b232f1f3fde7 . -_:B54c815bba8e09790b4591988497b9582 "collects is a relation between an IssueCollection resource and an Issue resource. An IssueCollection resource collects only Issue resources." . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 . -_:B54c815bba8e09790b4591988497b9582 "collects" . -_:B54c815bba8e09790b4591988497b9582 . -_:Bc10a51d87b0009063815f465dfda2ff8 "dcterms:description is a property to help a human understand the Issue resource." . -_:Bc10a51d87b0009063815f465dfda2ff8 . -_:Bc10a51d87b0009063815f465dfda2ff8 . -_:Bc10a51d87b0009063815f465dfda2ff8 . -_:Bc10a51d87b0009063815f465dfda2ff8 "description" . -_:Bc10a51d87b0009063815f465dfda2ff8 . -_:B12532025f8edf5fd138b4fb3104ed0bd "A title string of this ManagedItemCollection resource." . -_:B12532025f8edf5fd138b4fb3104ed0bd . -_:B12532025f8edf5fd138b4fb3104ed0bd . -_:B12532025f8edf5fd138b4fb3104ed0bd . -_:B12532025f8edf5fd138b4fb3104ed0bd "title" . -_:B12532025f8edf5fd138b4fb3104ed0bd . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 "A unique identifier for the Measurement resource. " . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 "identifier" . -_:B49d38c92dd198f5c1abd4a894cfd2ee6 . -_:B3ac3a647bf5fbf0da4274e766b0dba05 "A title string of this RiskCollection resource." . -_:B3ac3a647bf5fbf0da4274e766b0dba05 . -_:B3ac3a647bf5fbf0da4274e766b0dba05 . -_:B3ac3a647bf5fbf0da4274e766b0dba05 . -_:B3ac3a647bf5fbf0da4274e766b0dba05 "title" . -_:B3ac3a647bf5fbf0da4274e766b0dba05 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 "collects is a relation between a Plan resource and resources, where each linked resource from the Plan resource is a Scopeitem resource, a WorkItemresource or an Artifact resource." . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 . -_:B587b3451f55e451d3125a14f202442c7 "collects" . -_:B587b3451f55e451d3125a14f202442c7 . -_:B32833aef0dfcdb7f5e67c651c06ccb5e "The resource type URIs."^^ . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B32833aef0dfcdb7f5e67c651c06ccb5e "type" . -_:B32833aef0dfcdb7f5e67c651c06ccb5e . -_:B1c2a86f9094e703a15b5b723106c5e7c "dcterms:description is a property to help a human understand the resource." . -_:B1c2a86f9094e703a15b5b723106c5e7c . -_:B1c2a86f9094e703a15b5b723106c5e7c . -_:B1c2a86f9094e703a15b5b723106c5e7c . -_:B1c2a86f9094e703a15b5b723106c5e7c "description" . -_:B1c2a86f9094e703a15b5b723106c5e7c . -_:Bd9b582e2810aa4ba2c398e190daf1eaa "dcterms:description is a property to help a human to understand the resource." . -_:Bd9b582e2810aa4ba2c398e190daf1eaa . -_:Bd9b582e2810aa4ba2c398e190daf1eaa . -_:Bd9b582e2810aa4ba2c398e190daf1eaa . -_:Bd9b582e2810aa4ba2c398e190daf1eaa "description" . -_:Bd9b582e2810aa4ba2c398e190daf1eaa . -_:B95a0f6bc768d272b1594328f0a6843e4 "The resource type URIs."^^ . -_:B95a0f6bc768d272b1594328f0a6843e4 . -_:B95a0f6bc768d272b1594328f0a6843e4 . -_:B95a0f6bc768d272b1594328f0a6843e4 . -_:B95a0f6bc768d272b1594328f0a6843e4 . -_:B95a0f6bc768d272b1594328f0a6843e4 . -_:B95a0f6bc768d272b1594328f0a6843e4 "type" . -_:B95a0f6bc768d272b1594328f0a6843e4 . + _:Bb1b00968b2bcd18e7ccb13d173a9f1ee . + _:Bcaeaf38a83a2253ea7be941f52aa4daa . + _:Bfdd01a7a41007fab88fd7f54e175470a . + _:Bcfc1162ef2349ce274c139526bb00763 . + _:B4e36e3d526801487c66501af189d1545 . + _:Bfa7d935334ec5d262154a42575c008f3 . + _:B8052d52f136feaee4f23c7af139ef37d . + _:B7ef398d7d3a2fd4aa94827a8d2030c95 . + "Shape resource of an Issue resource."^^ . + _:B63efe8491483f8f3fcc09f3da86effbe . + _:Ba06ee7641a807115004d5ef740e6dd53 . + . + _:B229931ab4593e99cfba8fba5ef8660e9 . + _:Bc9f466019a47eafead47c5e2c3476fb5 . + _:B9b53dc5b573880c8e2e964c7da85bbf8 . + _:B8f802f8302717244d35b8e03fba381ae . + _:Bcb8dce71692308afd28e993360f3cca9 . + . +_:B29677ed6f24c7333f013839c8fc467bb "A string that identifies the WorkItem resource that is a source of this WorkItem resource." . +_:B29677ed6f24c7333f013839c8fc467bb . +_:B29677ed6f24c7333f013839c8fc467bb . +_:B29677ed6f24c7333f013839c8fc467bb . +_:B29677ed6f24c7333f013839c8fc467bb "source" . +_:B29677ed6f24c7333f013839c8fc467bb . +_:Bcc347182d736d339890542d4f63d36c1 "belongsTo is a relation between the RiskCollection resource and a Project resource." . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 . +_:Bcc347182d736d339890542d4f63d36c1 "belongsTo" . +_:Bcc347182d736d339890542d4f63d36c1 . +_:B76ff793aed80eda4de243ef0e45f2adb "A unique identifier for a RiskCollection resource." . +_:B76ff793aed80eda4de243ef0e45f2adb . +_:B76ff793aed80eda4de243ef0e45f2adb . +_:B76ff793aed80eda4de243ef0e45f2adb . +_:B76ff793aed80eda4de243ef0e45f2adb "identifier" . +_:B76ff793aed80eda4de243ef0e45f2adb . +_:Bcc60926564ec762eb5985fb90d19e77c "plannedEndDate is a property of a Project resource. It is the planned end date of the project. Its value is of type xsd:dateTime." . +_:Bcc60926564ec762eb5985fb90d19e77c . +_:Bcc60926564ec762eb5985fb90d19e77c . +_:Bcc60926564ec762eb5985fb90d19e77c . +_:Bcc60926564ec762eb5985fb90d19e77c "plannedEndDate" . +_:Bcc60926564ec762eb5985fb90d19e77c . +_:B1baeb928729be9042a5d607ba9f9b688 "A title string of this Plan resource." . +_:B1baeb928729be9042a5d607ba9f9b688 . +_:B1baeb928729be9042a5d607ba9f9b688 . +_:B1baeb928729be9042a5d607ba9f9b688 . +_:B1baeb928729be9042a5d607ba9f9b688 "title" . +_:B1baeb928729be9042a5d607ba9f9b688 . +_:Ba960d39984d2fd045989630f2e55db43 "dcterms:description is a property to help a human understand the resource." . +_:Ba960d39984d2fd045989630f2e55db43 . +_:Ba960d39984d2fd045989630f2e55db43 . +_:Ba960d39984d2fd045989630f2e55db43 . +_:Ba960d39984d2fd045989630f2e55db43 "description" . +_:Ba960d39984d2fd045989630f2e55db43 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 "The resource type URIs."^^ . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B19a7ae618c3eaa93b5f54a51b6698a36 "type" . +_:B19a7ae618c3eaa93b5f54a51b6698a36 . +_:B88a15b7ddb5f3bc85b8611b29f3422ed "The resource type URIs."^^ . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B88a15b7ddb5f3bc85b8611b29f3422ed "type" . +_:B88a15b7ddb5f3bc85b8611b29f3422ed . +_:B5e2421ca571b7ecb498f69b876644925 "A date on which this Plan resource collects member resources." . +_:B5e2421ca571b7ecb498f69b876644925 . +_:B5e2421ca571b7ecb498f69b876644925 . +_:B5e2421ca571b7ecb498f69b876644925 . +_:B5e2421ca571b7ecb498f69b876644925 "date" . +_:B5e2421ca571b7ecb498f69b876644925 . +_:Bbe8416747dde22b6a5355226d2027cf8 "A title string for a Project resource." . +_:Bbe8416747dde22b6a5355226d2027cf8 . +_:Bbe8416747dde22b6a5355226d2027cf8 . +_:Bbe8416747dde22b6a5355226d2027cf8 . +_:Bbe8416747dde22b6a5355226d2027cf8 "title" . +_:Bbe8416747dde22b6a5355226d2027cf8 . +_:Bcaeaf38a83a2253ea7be941f52aa4daa "actualEndDate is a property of a Project resource that describes actual end date of the project. Its value is of type xsd:dateTime." . +_:Bcaeaf38a83a2253ea7be941f52aa4daa . +_:Bcaeaf38a83a2253ea7be941f52aa4daa . +_:Bcaeaf38a83a2253ea7be941f52aa4daa . +_:Bcaeaf38a83a2253ea7be941f52aa4daa "actualEndDate" . +_:Bcaeaf38a83a2253ea7be941f52aa4daa . +_:Bb3f661ebfde24cdfcba91356cc2b794b "A title string for a Risk resource." . +_:Bb3f661ebfde24cdfcba91356cc2b794b . +_:Bb3f661ebfde24cdfcba91356cc2b794b . +_:Bb3f661ebfde24cdfcba91356cc2b794b . +_:Bb3f661ebfde24cdfcba91356cc2b794b "title" . +_:Bb3f661ebfde24cdfcba91356cc2b794b . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a "A title string of this Measure resource." . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a "title" . +_:B414d03b6e6ef8ed78dd710ae26ddcc1a . +_:Bf7c0100b6c5a2b90016a8875efa280bc "correspondsTo is a relation between a Report resource and a Plan resource. A Report resource has at most one correspondsTo relation to the corresponding a Plan resource. If a plan is changed and a new Plan resource is created, the Report may need to be linked to the new Plan resource." . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:Bf7c0100b6c5a2b90016a8875efa280bc "correspondsTo" . +_:Bf7c0100b6c5a2b90016a8875efa280bc . +_:B9ba09995e174d0ed6e356144728d8368 "The resource type URIs."^^ . +_:B9ba09995e174d0ed6e356144728d8368 . +_:B9ba09995e174d0ed6e356144728d8368 . +_:B9ba09995e174d0ed6e356144728d8368 . +_:B9ba09995e174d0ed6e356144728d8368 . +_:B9ba09995e174d0ed6e356144728d8368 . +_:B9ba09995e174d0ed6e356144728d8368 "type" . +_:B9ba09995e174d0ed6e356144728d8368 . "Shape resource of ManagedItemCollection."^^ . - _:B93fd2c6750f042f1b3e6961ae91ce093 . - _:B12532025f8edf5fd138b4fb3104ed0bd . - _:Bf06e1e3f3921ecfbd980dac4ba39f79b . - _:B00c20e81527379b7cf92659551281661 . - _:Bb092388a817cff5c90e02d43c80107b4 . + _:B55e5064170630ee0ff3ff78b62e22092 . + _:B3b8b46f73addf2dc79a5931ddc019f31 . + _:B5862867b0647c17cc43c62a7610a7f5f . . - _:Bed8962cc7b336d41e58c8ffc314a0a97 . - _:B75731ca57b110c89c1371e4b2edeaaf7 . + _:B195b65489b34b62bfcf2c0c195d1281b . . - _:B1975ca79a48115e68f0f426a57367b6b . -_:B91ef936983a928d623b75ba790704161 "valueOfMeasure is a property that represents a value for the Measure resource." . -_:B91ef936983a928d623b75ba790704161 . -_:B91ef936983a928d623b75ba790704161 . -_:B91ef936983a928d623b75ba790704161 . -_:B91ef936983a928d623b75ba790704161 "valueOfMeasure" . -_:B91ef936983a928d623b75ba790704161 . -_:Bb40236511c12052526813b3dfd2a6465 "A title string of the resource." . -_:Bb40236511c12052526813b3dfd2a6465 . -_:Bb40236511c12052526813b3dfd2a6465 . -_:Bb40236511c12052526813b3dfd2a6465 . -_:Bb40236511c12052526813b3dfd2a6465 "title" . -_:Bb40236511c12052526813b3dfd2a6465 . -_:Bf920af3a2816443173df7b5697a4b712 "A unique identifier for a Plan resource." . -_:Bf920af3a2816443173df7b5697a4b712 . -_:Bf920af3a2816443173df7b5697a4b712 . -_:Bf920af3a2816443173df7b5697a4b712 . -_:Bf920af3a2816443173df7b5697a4b712 "identifier" . -_:Bf920af3a2816443173df7b5697a4b712 . -_:B2443afc72b792eb2d7c2afbea6053f90 "A date on which this RiskCollection resource collects member resources." . -_:B2443afc72b792eb2d7c2afbea6053f90 . -_:B2443afc72b792eb2d7c2afbea6053f90 . -_:B2443afc72b792eb2d7c2afbea6053f90 . -_:B2443afc72b792eb2d7c2afbea6053f90 "date" . -_:B2443afc72b792eb2d7c2afbea6053f90 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 "identifiedBy is a relation between a Risk resource and a resource of type ScopeItem, WorkItem, Artifact, Risk or Issue. A Risk resource may be identified by one or more resources." . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 "identifiedBy" . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B0699f8c6d46052c7578751cdae6eaa55 . -_:B475846d3c0bd3d58cf93f5db5d32b86c "The resource type URIs."^^ . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B475846d3c0bd3d58cf93f5db5d32b86c "type" . -_:B475846d3c0bd3d58cf93f5db5d32b86c . -_:B6954caaf1c815005a9d3671523ebfb9d "The resource type URIs."^^ . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B6954caaf1c815005a9d3671523ebfb9d "type" . -_:B6954caaf1c815005a9d3671523ebfb9d . -_:B7df77151d8e0781eee4d7ace87b890f3 "unitOfMeasure is a property that defines a unit of measure of this Measure resource. The value is any resource, but is expected to have information on the unit of measure of this Measure resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc." . -_:B7df77151d8e0781eee4d7ace87b890f3 . -_:B7df77151d8e0781eee4d7ace87b890f3 . -_:B7df77151d8e0781eee4d7ace87b890f3 . -_:B7df77151d8e0781eee4d7ace87b890f3 . -_:B7df77151d8e0781eee4d7ace87b890f3 "unitOfMeasure" . -_:B7df77151d8e0781eee4d7ace87b890f3 . + _:B8257801c4e8e95fdc8bc5c00dc736e61 . + _:B87e280409365d1ed02f296f1f9c68975 . + _:B0823d9c1c18120efe053b26e8accaf73 . + _:B261f586b8f9287e521c860c9920b8f5e . +_:B4e36e3d526801487c66501af189d1545 "metricOfScopeItemSize is a property that describes a metric of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired metric for all the ScopeItem resources of the project." . +_:B4e36e3d526801487c66501af189d1545 . +_:B4e36e3d526801487c66501af189d1545 . +_:B4e36e3d526801487c66501af189d1545 . +_:B4e36e3d526801487c66501af189d1545 . +_:B4e36e3d526801487c66501af189d1545 "metricOfScopeItemSize" . +_:B4e36e3d526801487c66501af189d1545 . +_:B90181ec27f86273ad8721f08bd58267e "actualSize is a property for actual development size for a ScopeItem resource." . +_:B90181ec27f86273ad8721f08bd58267e . +_:B90181ec27f86273ad8721f08bd58267e . +_:B90181ec27f86273ad8721f08bd58267e . +_:B90181ec27f86273ad8721f08bd58267e "actualSize" . +_:B90181ec27f86273ad8721f08bd58267e . +_:B914641fc18c12afd332d4e1593cbecf7 "A date on which this Report resource collects member resources." . +_:B914641fc18c12afd332d4e1593cbecf7 . +_:B914641fc18c12afd332d4e1593cbecf7 . +_:B914641fc18c12afd332d4e1593cbecf7 . +_:B914641fc18c12afd332d4e1593cbecf7 "date" . +_:B914641fc18c12afd332d4e1593cbecf7 . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe "raisedBy is a relation between an Issue resource and other resources of type ScopeItem, WorkItem, Artifact, Risk and Issue. An Issue resource may be raised by one or more resources." . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe "raisedBy" . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:B63efe8491483f8f3fcc09f3da86effbe . +_:Bfa7d935334ec5d262154a42575c008f3 "unitOfScopeItemSize is a property that describes a unit of size of properties of plannedSize. and actualSize of ScopeItem. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the ScopeItem resources in the project." . +_:Bfa7d935334ec5d262154a42575c008f3 . +_:Bfa7d935334ec5d262154a42575c008f3 . +_:Bfa7d935334ec5d262154a42575c008f3 . +_:Bfa7d935334ec5d262154a42575c008f3 . +_:Bfa7d935334ec5d262154a42575c008f3 "unitOfScopeItemSize" . +_:Bfa7d935334ec5d262154a42575c008f3 . +_:B25afbc14f0800bf82dd18457dd2df7a6 "A title string of this IssueCollection resource." . +_:B25afbc14f0800bf82dd18457dd2df7a6 . +_:B25afbc14f0800bf82dd18457dd2df7a6 . +_:B25afbc14f0800bf82dd18457dd2df7a6 . +_:B25afbc14f0800bf82dd18457dd2df7a6 "title" . +_:B25afbc14f0800bf82dd18457dd2df7a6 . +_:B8a8eb752127e4985baa6e4b153cafc0c "dcterms:description is a property of a Project resource to help a human understand the project." . +_:B8a8eb752127e4985baa6e4b153cafc0c . +_:B8a8eb752127e4985baa6e4b153cafc0c . +_:B8a8eb752127e4985baa6e4b153cafc0c . +_:B8a8eb752127e4985baa6e4b153cafc0c "description" . +_:B8a8eb752127e4985baa6e4b153cafc0c . +_:B63f66fe925ac217c71df1ee3b432ccef "A title string of the resource." . +_:B63f66fe925ac217c71df1ee3b432ccef . +_:B63f66fe925ac217c71df1ee3b432ccef . +_:B63f66fe925ac217c71df1ee3b432ccef . +_:B63f66fe925ac217c71df1ee3b432ccef "title" . +_:B63f66fe925ac217c71df1ee3b432ccef . +_:B59043df4123dabd7c375563d0ac27657 "dcterms:description is a property to help a human understand the resource." . +_:B59043df4123dabd7c375563d0ac27657 . +_:B59043df4123dabd7c375563d0ac27657 . +_:B59043df4123dabd7c375563d0ac27657 . +_:B59043df4123dabd7c375563d0ac27657 "description" . +_:B59043df4123dabd7c375563d0ac27657 . +_:B6f1f56046f703e8b676ee01140f5de37 "metricOfMeasure is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this Measure resource." . +_:B6f1f56046f703e8b676ee01140f5de37 . +_:B6f1f56046f703e8b676ee01140f5de37 . +_:B6f1f56046f703e8b676ee01140f5de37 . +_:B6f1f56046f703e8b676ee01140f5de37 . +_:B6f1f56046f703e8b676ee01140f5de37 "metricOfMeasure" . +_:B6f1f56046f703e8b676ee01140f5de37 . diff --git a/content/ns/promcode/promcode-shapes.rdf b/content/ns/promcode/promcode-shapes.rdf index c79b36ef..c912d0b8 100644 --- a/content/ns/promcode/promcode-shapes.rdf +++ b/content/ns/promcode/promcode-shapes.rdf @@ -7,34 +7,34 @@ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> + OS OSLC PROMCODE Constraints 2022-03-11 - + OSLC PROMCODE Constraints - OS All vocabulary URIs defined in the OSLC PROMCODE namespace. - A date on which this <code>RiskCollection</code> resource collects member resources. - - - - date + A unique identifier for a <code>RiskCollection</code> resource. + + + + identifier - A title string of this <code>RiskCollection</code> resource. - - + A date on which this <code>RiskCollection</code> resource collects member resources. + + - title + date @@ -45,11 +45,20 @@ - <code>plannedEndDate</code> is a property of a <code>Project</code> resource. It is the planned end date of the project. Its value is of type <code>xsd:dateTime</code>. + A string that identifies the <code>Project</code> resource that is a source of this <code>Project</code> resource. + + + + source + + + + + <code>actualStartDate</code> is a property of a <code>Project</code> resource. It is the actual start date of the project. Its value is of type <code>xsd:dateTime</code>. - + - plannedEndDate + actualStartDate @@ -62,16 +71,6 @@ metricOfScopeItemSize - Shape resource of a Project resource. - - - A title string for a <code>Project</code> resource. - - - - title - - A unique identifier for a <code>Project</code> resource. @@ -81,19 +80,40 @@ identifier + Shape resource of a Project resource. + + + <code>plannedEndDate</code> is a property of a <code>Project</code> resource. It is the planned end date of the project. Its value is of type <code>xsd:dateTime</code>. + + + + plannedEndDate + + - A string that identifies the <code>Project</code> resource that is a source of this <code>Project</code> resource. - - + A title string for a <code>Project</code> resource. + + - source + title + + + + + The resource type URIs. + + + + + + type - <code>unitOfScopeItemSize</code> is a property that describes a unit of size of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the <code>ScopeItem</code> resources in the project. + <code>unitOfScopeItemSize</code> is a property that describes a unit of size of properties of <code>plannedSize.</code> and <code>actualSize</code> of <code>ScopeItem</code>. The value can be any resource, but it is expected to have information on the desired unit of size, describing whether the metric is a rate, a ratio, a quantity, a time, and so on for all the <code>ScopeItem</code> resources in the project. @@ -103,11 +123,11 @@ - <code>actualStartDate</code> is a property of a <code>Project</code> resource. It is the actual start date of the project. Its value is of type <code>xsd:dateTime</code>. + <code>plannedStartDate</code> is a property of a <code>Project</code> resource. It is the planned start date of the project. Its value is of type <code>xsd:dateTime</code>. - + - actualStartDate + plannedStartDate @@ -119,15 +139,6 @@ actualEndDate - - - <code>plannedStartDate</code> is a property of a <code>Project</code> resource. It is the planned start date of the project. Its value is of type <code>xsd:dateTime</code>. - - - - plannedStartDate - - <code>dcterms:description</code> is a property of a <code>Project</code> resource to help a human understand the project. @@ -137,17 +148,6 @@ description - - - The resource type URIs. - - - - - - type - - @@ -157,37 +157,7 @@ belongsTo - - - <code>dcterms:description</code> is a property to help a human understand the resource. - - - - description - - - - - The resource type URIs. - - - - - - type - - - - - A unique identifier for a <code>RiskCollection</code> resource. - - - - identifier - - - Shape resource of a RiskCollection resource. <code>collects</code> is a relation between a <code>RiskCollection</code> resource and a <code>Risk</code> resource. @@ -196,10 +166,72 @@ - - + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Risk</code> resources of the project. + + + + sequenceNumber + + + + + + <code>identifiedDate</code> is the date on which the risk was identified. + + + + identifiedDate + + + + + A title string for a <code>Risk</code> resource. + + + + title + + + Shape resource of a Risk resource. + + + A unique identifier for a <code>Risk</code> resource. + + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human to understand the resource. + + + + description + + + + + A string that identifies the <code>Risk</code> resource that is a source of this <code>Risk</code> resource. + + + + source + + + + + + <code>identifiedBy</code> is a relation between a <code>Risk</code> resource and a resource of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> or <code>Issue</code>. A <code>Risk</code> resource may be identified by one or more resources. + + + + + identifiedBy + Shape resource for ManagedItem. @@ -244,7 +276,7 @@ - A unique identifier for a <code>ManagedItem</code> resource. + A unique identifier for a <code>ManagedItem</code> resource. @@ -263,22 +295,7 @@ - identifiedBy - - - - - - - - - - A string that identifies the <code>Risk</code> resource that is a source of this <code>Risk</code> resource. - - - - source @@ -292,26 +309,6 @@ type - - Shape resource of a Risk resource. - - - A unique number assigned to this resource which represents a position in the sequential order of all the <code>Risk</code> resources of the project. - - - - sequenceNumber - - - - - <code>dcterms:description</code> is a property to help a human to understand the resource. - - - - description - - <code>stateOfRisk</code> is a property that defines the state of a <code>Risk</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of the risk. @@ -322,33 +319,6 @@ stateOfRisk - - - <code>identifiedDate</code> is the date on which the risk was identified. - - - - identifiedDate - - - - - A title string for a <code>Risk</code> resource. - - - - title - - - - - A unique identifier for a <code>Risk</code> resource. - - - - identifier - - @@ -360,15 +330,14 @@ - A string that identifies the <code>RiskCollection</code> resource that is a source of this <code>RiskCollection</code> resource. - - + <code>dcterms:description</code> is a property to help a human understand the resource. + + - source + description - - + Shape resource of a RiskCollection resource. The resource type URIs. @@ -382,44 +351,24 @@ - <code>belongsTo</code> is a relation between the <code>IssueCollection</code> resource and a <code>Project</code> resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this <code>IssueCollection</code> resource belongs to. - - - - - - - belongsTo - - - - - A date on which this <code>IssueCollection</code> resource collects <code>Issue</code> resources. - - - - date - - - Shape resource of an IssueCollection resource. - - - A unique identifier of the resource. + A string that identifies the <code>RiskCollection</code> resource that is a source of this <code>RiskCollection</code> resource. - - - identifier + + + source - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string of this <code>RiskCollection</code> resource. - + - description + title + + <code>collects</code> is a relation between an <code>IssueCollection</code> resource and an <code>Issue</code> resource. An <code>IssueCollection</code> resource collects only <code>Issue</code> resources. @@ -428,30 +377,40 @@ - A title string for the resource. - - + A unique number assigned to this resource which represents a position in the sequential order of all the <code>Issue</code> resources in the project. + + - title + sequenceNumber - A unique identifier for the <code>Issue</code> resource. + A unique identifier for the <code>Issue</code> resource. identifier + + + <code>stateOfIssue</code> is a property that defines the state of an <code>Issue</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue. + + + + + stateOfIssue + + Shape resource of an Issue resource. - A string that identifies the <code>Issue</code> resource that is a source of this <code>Issue</code> resource. - - + A title string for the resource. + + - source + title @@ -476,38 +435,28 @@ - - - raisedBy - + - - - <code>raisedBy</code> is a relation between an <code>Issue</code> resource and other resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> and <code>Issue</code>. An <code>Issue</code> resource may be raised by one or more resources. + - - - - - A unique number assigned to this resource which represents a position in the sequential order of all the <code>Issue</code> resources in the project. - - - - sequenceNumber + + + + <code>raisedBy</code> is a relation between an <code>Issue</code> resource and other resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code> and <code>Issue</code>. An <code>Issue</code> resource may be raised by one or more resources. + - <code>stateOfIssue</code> is a property that defines the state of an <code>Issue</code> resource. The value is any resource, but is expected to describe its state such as open, action taken, monitored and closed, to represent the state of issue. - - - + A string that identifies the <code>Issue</code> resource that is a source of this <code>Issue</code> resource. + + - stateOfIssue + source @@ -530,14 +479,16 @@ - A title string of this <code>IssueCollection</code> resource. - - - - title + <code>belongsTo</code> is a relation between the <code>IssueCollection</code> resource and a <code>Project</code> resource. An acquirer and a supplier may have multiple projects in operation. The Project resource linked is used to identify the project this <code>IssueCollection</code> resource belongs to. + + + + + + + belongsTo - A string that identifies the <code>IssueCollection</code> resource that is a source of this <code>IssueCollection</code> resource. @@ -547,18 +498,6 @@ source - - - Shape resource of ManagedItemCollection. - - - A title string of this <code>ManagedItemCollection</code> resource. - - - - title - - The resource type URIs. @@ -570,18 +509,19 @@ type + Shape resource of an IssueCollection resource. - A unique identifier for a <code>ManagedItemCollection</code> resource. - - - - identifier + <code>dcterms:description</code> is a property to help a human understand the resource. + + + + description - A date on which this <code>ManagedItemCollection </code>resource collects member resources. + A date on which this <code>IssueCollection</code> resource collects <code>Issue</code> resources. @@ -590,17 +530,29 @@ - A string that identifies the <code>ManagedItemCollection</code> resource that is a source of this <code>ManagedItemCollection</code> resource. + A unique identifier of the resource. - + + + identifier + + + + + A title string of this <code>IssueCollection</code> resource. + + - source + title - + + + + Shape resource of ManagedItemCollection. - <code>belongsTo</code> is a relation between the <code>ManagedItemCollection</code> resource and a <code>Project</code> resource. + <code>belongsTo</code> is a relation between the <code>ManagedItemCollection</code> resource and a <code>Project</code> resource. @@ -612,58 +564,87 @@ - <code>dcterms:description</code> is a property to help a human understand the resource. - - + A string that identifies the <code>ManagedItemCollection</code> resource that is a source of this <code>ManagedItemCollection</code> resource. + + - description + source + + + + + The resource type URIs. + + + + + + type + + + + + + A date on which this <code>ManagedItemCollection </code>resource collects member resources. + + + + date - - - - - - - <code>ManagedItem</code> resources included in this <code>ManagedItemCollection</code>. A <code>ManagedItemCollection</code> resource collects resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code>, and <code>Issue</code>. - collects + <code>ManagedItem</code> resources included in this <code>ManagedItemCollection</code>. A <code>ManagedItemCollection</code> resource collects resources of type <code>ScopeItem</code>, <code>WorkItem</code>, <code>Artifact</code>, <code>Risk</code>, and <code>Issue</code>. + + + + + + + - - - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string of this <code>ManagedItemCollection</code> resource. - + - description + title - A string that identifies the <code>Report</code> resource that is a source of this <code>Report</code> resource. + A unique identifier for a <code>ManagedItemCollection</code> resource. - + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + - source + description + + + - The resource type URIs. - - - - - - type + A title string of this <code>Report</code> resource. + + + + title @@ -672,6 +653,15 @@ + + + A string that identifies the <code>Plan</code> resource that is a source of this <code>Plan</code> resource. + + + + source + + The resource type URIs. @@ -683,16 +673,6 @@ type - - - - A unique identifier for a <code>Plan</code> resource. - - - - identifier - - A title string of this <code>Plan</code> resource. @@ -704,30 +684,7 @@ - <code>dcterms:description</code> is a property to help a human understand the resource. - - - - description - - - - - - - - - - - - <code>collects</code> is a relation between a <code>Plan</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>Scopeitem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. - - collects - - - - - <code>belongsTo</code> is a relation between a <code>Plan</code> resource and a <code>Project</code> resource. + <code>belongsTo</code> is a relation between a <code>Plan</code> resource and a <code>Project</code> resource. @@ -737,16 +694,26 @@ belongsTo - Shape resource of a Plan resource + - A string that identifies the <code>Plan</code> resource that is a source of this <code>Plan</code> resource. + A unique identifier for a <code>Plan</code> resource. - + + + identifier + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. + + - source + description + Shape resource of a Plan resource A date on which this <code>Plan</code> resource collects member resources. @@ -756,6 +723,20 @@ date + + + + + + collects + + + + + <code>collects</code> is a relation between a <code>Plan</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>Scopeitem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. + + + @@ -767,28 +748,55 @@ - A title string of this <code>Report</code> resource. + A unique identifier for a <code>Report</code> resource. + + + + identifier + + + + + <code>belongsTo</code> is a relation between this <code>Report</code> resource and a <code>Project</code> resources. + + + + + + + belongsTo + + + + + A string that identifies the <code>Report</code> resource that is a source of this <code>Report</code> resource. + + + + source + + + + + <code>dcterms:description</code> is a property to help a human understand the resource. - + - title + description - - collects + The resource type URIs. - <code>collects</code> is a relation between the <code>Report</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>ScopeItem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. The <code>Report</code> resource collects a subset of resources collected by the <code>Plan</code> resource that is linked by <code>correspondsTo</code> property. - - - - - - - + + + + + type + Shape resource of a Report resource A date on which this <code>Report</code> resource collects member resources. @@ -798,16 +806,6 @@ date - - - A unique identifier for a <code>Report</code> resource. - - - - identifier - - - Shape resource of a Report resource <code>includes</code> is a relation between this <code>Report</code> resource and <code>Measurement</code> resources. A <code>Measurement</code> resource linked by <code>includes</code> from this resource must measure an <code>Artifact</code> resource that is linked by <code>collects</code> property of this <code>Report</code> resource. @@ -832,16 +830,6 @@ - Shape resource of a Measure resource - - - <code>valueOfMeasure</code> is a property that represents a value for the <code>Measure</code> resource. - - - - valueOfMeasure - - type + Shape resource of a Measure resource - <code>unitOfMeasure</code> is a property that defines a unit of measure of this <code>Measure</code> resource. The value is any resource, but is expected to have information on the unit of measure of this <code>Measure</code> resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc. - - - - - unitOfMeasure - - - - - A unique identifier for the <code>Measure</code> resource. + A unique identifier for the <code>Measure</code> resource. @@ -882,16 +861,17 @@ description - - A title string of this <code>Measure</code> resource. - - + <code>unitOfMeasure</code> is a property that defines a unit of measure of this <code>Measure</code> resource. The value is any resource, but is expected to have information on the unit of measure of this <code>Measure</code> resource, describing whether the metric is a rate, a ratio, a quantity, a time, etc. + + + - title + unitOfMeasure + <code>metricOfMeasure</code> is a property that defines a metric of measure of this resource. The value is any resource, but is expected to have information on the metric of this <code>Measure</code> resource. @@ -902,60 +882,39 @@ metricOfMeasure - - - - - - - observes - - - - - <code>measures</code> is a relation between a <code>Measurement</code> resource and an <code>Artifact</code> resource. The measurement represented by the resource is on the artifact represented by the <code>Artifact</code> resource. - - - - - - The resource type URIs. - - - - - - type - - - - - - - - - - <code>producedFor</code> is a relation between an <code>Artifact</code> resource and a <code>ScopeItem</code> resource or a <code>WorkItem</code> resource. <code>Artifact</code> is produced as a result of implementation of the <code>ScopeItem</code> resources or as a result of the work described by the <code>WorkItem</code> resource. - producedFor + A title string of this <code>Measure</code> resource. + + + + title - <code>targets</code> is a relation between an <code>Artifact</code> resource and a <code>Measure</code> resource. The representation of this property is inline. - - - - - - - targets + <code>valueOfMeasure</code> is a property that represents a value for the <code>Measure</code> resource. + + + + valueOfMeasure - Shape resource of an Artifact resource. - + + + + + + + observes + + + + + <code>measures</code> is a relation between a <code>Measurement</code> resource and an <code>Artifact</code> resource. The measurement represented by the resource is on the artifact represented by the <code>Artifact</code> resource. + + + A string that identifies the <code>Artifact</code> resource that is a source of this <code>Artifact</code> resource. @@ -965,15 +924,6 @@ source - - - A unique identifier for the <code>Artifact</code> resource. - - - - identifier - - <code>isPartOf</code> is a relation between a child <code>Artifact</code> resource and its parent <code>Artifact</code> resource. An <code>Artifact</code> resource may have multiple child <code>WorkItem</code> resources. @@ -986,6 +936,15 @@ isPartOf + + + A unique identifier for the <code>Artifact</code> resource. + + + + identifier + + A title string of the resource. @@ -1004,6 +963,19 @@ sequenceNumber + + + <code>targets</code> is a relation between an <code>Artifact</code> resource and a <code>Measure</code> resource. The representation of this property is inline. + + + + + + + targets + + + Shape resource of an Artifact resource. <code>dcterms:description</code> is a property to help a human understand the resource. @@ -1013,6 +985,32 @@ description + + + + The resource type URIs. + + + + + + type + + + + + + producedFor + + + + + <code>producedFor</code> is a relation between an <code>Artifact</code> resource and a <code>ScopeItem</code> resource or a <code>WorkItem</code> resource. <code>Artifact</code> is produced as a result of implementation of the <code>ScopeItem</code> resources or as a result of the work described by the <code>WorkItem</code> resource. + + + + @@ -1024,7 +1022,7 @@ - A unique identifier for the <code>Measurement</code> resource. + A unique identifier for the <code>Measurement</code> resource. @@ -1042,7 +1040,7 @@ - <code>date</code> is a property of a <code>Measurement</code> resource. It is the date on which the measurement was made. + <code>date</code> is a property of a <code>Measurement</code> resource. It is the date on which the measurement was made. @@ -1061,14 +1059,16 @@ - <code>belongsTo</code> is a relation between this <code>Report</code> resource and a <code>Project</code> resources. + + <code>collects</code> is a relation between the <code>Report</code> resource and resources, where each linked resource from the <code>Plan</code> resource is a <code>ScopeItem</code> resource, a <code>WorkItem</code>resource or an <code>Artifact</code> resource. The <code>Report</code> resource collects a subset of resources collected by the <code>Plan</code> resource that is linked by <code>correspondsTo</code> property. + + + + + - - - - - - belongsTo + + collects @@ -1082,25 +1082,6 @@ title - - - A unique number assigned to this resource which represents a position in the sequential order of all the <code>ScopeItem</code> resources of the project. - - - - sequenceNumber - - - - - - A string that identifies the <code>ScopeItem</code> resource that is a source of this <code>ScopeItem</code> resource. - - - - source - - <code>plannedSize</code> is a property for estimated development size for a <code>ScopeItem</code> resource. @@ -1110,6 +1091,7 @@ plannedSize + <code>isPartOf</code> is a relation between a child <code>ScopeItem</code> resource and its parent <code>ScopeItem</code> resource. A <code>ScopeItem</code> resource may have multiple child <code>ScopeItem</code> resources. @@ -1124,11 +1106,11 @@ - A unique identifier for a <code>ScopeItem</code> resource. - - - - identifier + <code>actualSize</code> is a property for actual development size for a <code>ScopeItem</code> resource. + + + + actualSize @@ -1142,6 +1124,15 @@ type + + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>ScopeItem</code> resources of the project. + + + + sequenceNumber + + <code>dcterms:description</code> is a property to help a human understand the resource. @@ -1154,16 +1145,34 @@ Shape resource of a ScopeItem resource - <code>actualSize</code> is a property for actual development size for a <code>ScopeItem</code> resource. - - + A unique identifier for a <code>ScopeItem</code> resource. + + + + identifier + + + + + A string that identifies the <code>ScopeItem</code> resource that is a source of this <code>ScopeItem</code> resource. + + - actualSize + source + + + A unique identifier for the <code>WorkItem</code> resource. + + + + identifier + + A unique number assigned to this resource which represents a position in the sequential order of all the <code>WorkItem</code> resources of the project. @@ -1175,40 +1184,35 @@ - <code>plannedEndDate</code> is a property of a <code>WorkItem</code> resource. It is the planned end date of the work item. Its value is of type <code>xsd:dateTime</code>. - - - - plannedEndDate + + + requiredBy + + + <code>requiredBy</code> is a relation between this <code>WorkItem</code> resource and a <code>ScopeItem</code> resource or an <code>Artifact</code> resource. + + + - <code>plannedStartDate</code> is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type <code>xsd:dateTime</code>. - - + <code>dcterms:description</code> is a property to help a human understand the resource. + + - plannedStartDate + description Shape resource of a <code>WorkItem</code> resource - WorkItem - - - A string that identifies the <code>WorkItem</code> resource that is a source of this <code>WorkItem</code> resource. - - - - source - - - <code>actualStartDate</code> is a property of a <code>WorkItem</code> resource. It is the actual start date of the work item. Its value is of type <code>xsd:dateTime</code>. - - + <code>representedBy</code> is a relation between the <code>WorkItem</code> resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a <code>foaf:Person</code> resource. + + + - actualStartDate + representedBy @@ -1224,12 +1228,20 @@ - <code>representedBy</code> is a relation between the <code>WorkItem</code> resource and a resource that represents a person responsible for the progress of the work described by this resource. The value is any resource, but is expected to describe a person such as a <code>foaf:Person</code> resource. - - - + <code>plannedEndDate</code> is a property of a <code>WorkItem</code> resource. It is the planned end date of the work item. Its value is of type <code>xsd:dateTime</code>. + + - representedBy + plannedEndDate + + + + + <code>actualStartDate</code> is a property of a <code>WorkItem</code> resource. It is the actual start date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + actualStartDate @@ -1246,42 +1258,29 @@ - A unique identifier for the <code>WorkItem</code> resource. - - - - identifier - - - - - <code>requiredBy</code> is a relation between this <code>WorkItem</code> resource and a <code>ScopeItem</code> resource or an <code>Artifact</code> resource. - - - - - requiredBy - - - + <code>plannedStartDate</code> is a property of WorkItem resource. It is the planned start date of the work item. Its value is of type <code>xsd:dateTime</code>. + + + + plannedStartDate - <code>dcterms:description</code> is a property to help a human understand the resource. + A title string for the <code>WorkItem</code> resource. - + - description + title - A title string for the <code>WorkItem</code> resource. - - + A string that identifies the <code>WorkItem</code> resource that is a source of this <code>WorkItem</code> resource. + + - title + source diff --git a/content/ns/promcode/promcode-vocab.jsonld b/content/ns/promcode/promcode-vocab.jsonld index 9aa5c2d7..d6127786 100644 --- a/content/ns/promcode/promcode-vocab.jsonld +++ b/content/ns/promcode/promcode-vocab.jsonld @@ -3,12 +3,12 @@ "@id" : "http://open-services.net/ns/promcode#", "@type" : "owl:Ontology", "description" : "All vocabulary URIs defined in The OSLC PROMCODE namespace.", - "hasVersion" : "CS02", - "isPartOf" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/spec.html", - "issued" : "2021-03-23", + "hasVersion" : "OS", + "isPartOf" : "https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-spec.html", + "issued" : "2022-03-11", "license" : "http://www.apache.org/licenses/LICENSE-2.0", "publisher" : "https://open-services.net/about/", - "source" : "https://tools.oasis-open.org/version-control/browse/wsvn/oslc-promcode/shape/trunk/promcode-vocab.ttl", + "source" : "https://docs.oasis-open.org/oslc-promcode/promcode/v1.0/os/promcode-vocab.ttl", "title" : "The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary", "preferredNamespacePrefix" : "oslc_promcode", "label" : "The OSLC PROMCODE Vocabulary" @@ -22,14 +22,14 @@ }, { "@id" : "http://open-services.net/ns/promcode#Issue", "@type" : "rdfs:Class", - "comment" : "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives\r\nof a project. Issue resources shared between an acquirer and a supplier must be managed.\r\nInternal issues which must be resolved by a supplier alone may not be shared.\r\nFailure to resolve the situation may result in negative\r\nconsequences for the project, such as a schedule delay.", + "comment" : "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives of a project. Issue resources shared between an acquirer and a supplier must be managed. Internal issues which must be resolved by a supplier alone may not be shared. Failure to resolve the situation may result in negative consequences for the project, such as a schedule delay.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Issue", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" }, { "@id" : "http://open-services.net/ns/promcode#IssueCollection", "@type" : "rdfs:Class", - "comment" : "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value.\r\nDepending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.", + "comment" : "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "IssueCollection", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" @@ -42,13 +42,13 @@ }, { "@id" : "http://open-services.net/ns/promcode#ManagedItemCollection", "@type" : "rdfs:Class", - "comment" : "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. \r\nA resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. \r\nManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. \r\nA ManagedItemCollection resource is linked to a Project resource it belongs to. ", + "comment" : "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. A ManagedItemCollection resource is linked to a Project resource it belongs to.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "ManagedItemCollection" }, { "@id" : "http://open-services.net/ns/promcode#Measure", "@type" : "rdfs:Class", - "comment" : "A Measure resource represents an observation of some measurable aspect of an Artifact. ", + "comment" : "A Measure resource represents an observation of some measurable aspect of an Artifact.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Measure" }, { @@ -60,48 +60,48 @@ }, { "@id" : "http://open-services.net/ns/promcode#Plan", "@type" : "rdfs:Class", - "comment" : "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation.\r\n\tPlan is a subclass of ManagedItemCollection. ", + "comment" : "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. Plan is a subclass of ManagedItemCollection.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Plan", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" }, { "@id" : "http://open-services.net/ns/promcode#Project", "@type" : "rdfs:Class", - "comment" : "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project.\r\nA Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. ", + "comment" : "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Project" }, { "@id" : "http://open-services.net/ns/promcode#Report", "@type" : "rdfs:Class", - "comment" : "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. \r\nIt is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report.\r\nIt is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. ", + "comment" : "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Report", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" }, { "@id" : "http://open-services.net/ns/promcode#Risk", "@type" : "rdfs:Class", - "comment" : "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed.\r\nInternal risks which must be resolved by a supplier alone may not be shared.\r\nFailure to control the potential problem may result in negative \r\nconsequences for the project, such as a schedule delay.", + "comment" : "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. Internal risks which must be resolved by a supplier alone may not be shared. Failure to control the potential problem may result in negative consequences for the project, such as a schedule delay.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "Risk", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" }, { "@id" : "http://open-services.net/ns/promcode#RiskCollection", "@type" : "rdfs:Class", - "comment" : "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks.\r\nShared risks of resolved status continue to be included in the collection.\r\nOnly Risk resources can be collected in a RiskCollection resource.\r\nExamples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.", + "comment" : "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. Shared risks of resolved status continue to be included in the collection. Only Risk resources can be collected in a RiskCollection resource. Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "RiskCollection", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItemCollection" }, { "@id" : "http://open-services.net/ns/promcode#ScopeItem", "@type" : "rdfs:Class", - "comment" : "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. \r\nIt defines the binding between an acquirer and a supplier for the project.", + "comment" : "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. It defines the binding between an acquirer and a supplier for the project.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "ScopeItem", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" }, { "@id" : "http://open-services.net/ns/promcode#WorkItem", "@type" : "rdfs:Class", - "comment" : "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. \r\nIt defines the work to be performed to create a (part of) content described by a ScopeItem. \r\nThe work may typically include cost, schedule, and resource requirements.\r\nThe set of all WorkItem resources in a project might form a work breakdown structure.", + "comment" : "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. It defines the work to be performed to create a (part of) content described by a ScopeItem. The work may typically include cost, schedule, and resource requirements. The set of all WorkItem resources in a project might form a work breakdown structure.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "WorkItem", "subClassOf" : "http://open-services.net/ns/promcode#ManagedItem" @@ -120,37 +120,37 @@ }, { "@id" : "http://open-services.net/ns/promcode#actualStartDate", "@type" : "rdf:Property", - "comment" : "actualStartDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "comment" : "actualStartDate is either a property of a WorkItem resource or a Project resource. It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "actualStartDate" }, { "@id" : "http://open-services.net/ns/promcode#belongsTo", "@type" : "rdf:Property", - "comment" : "belongsTo is a relation between ManagedItemCollections and a Project resource. \r\nAn acquirer and a supplier may operate multiple projects in parallel. \r\nThis relation is used to identify which collection belongs to which project.", + "comment" : "belongsTo is a relation between ManagedItemCollections and a Project resource. An acquirer and a supplier may operate multiple projects in parallel. This relation is used to identify which collection belongs to which project.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "belongsTo" }, { "@id" : "http://open-services.net/ns/promcode#collects", "@type" : "rdf:Property", - "comment" : "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. \r\nA Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact.\r\nAn IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.", + "comment" : "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "collects" }, { "@id" : "http://open-services.net/ns/promcode#correspondsTo", "@type" : "rdf:Property", - "comment" : "correspondsTo is a relation between a Plan resource and a Report resource. \r\n\tA Report resource has at most one correspondsTo relation to a Plan resource.\r\nIf a new Plan resource is created, a Report resource may need to be related to the new Plan resource.", + "comment" : "correspondsTo is a relation between a Plan resource and a Report resource. A Report resource has at most one correspondsTo relation to a Plan resource. If a new Plan resource is created, a Report resource may need to be related to the new Plan resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "correspondsTo" }, { "@id" : "http://open-services.net/ns/promcode#identifiedBy", "@type" : "rdf:Property", - "comment" : "identifiedBy is a relation between a Risk resource and ManagedItem resources.\r\nA Risk may be identified by one or more ManagedItem resources.", + "comment" : "identifiedBy is a relation between a Risk resource and ManagedItem resources. A Risk may be identified by one or more ManagedItem resources.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "identifiedBy" }, { "@id" : "http://open-services.net/ns/promcode#identifiedDate", "@type" : "rdf:Property", - "comment" : "identifiedDate is an optional property of a Risk resource.\r\nIt is the identified date of the Risk resource.\r\nIts value is a dateTime.", + "comment" : "identifiedDate is an optional property of a Risk resource. It is the identified date of the Risk resource. Its value is a dateTime.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "identifiedDate" }, { @@ -162,37 +162,37 @@ }, { "@id" : "http://open-services.net/ns/promcode#isPartOf", "@type" : "rdf:Property", - "comment" : "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. \r\nIt represents the parent and child relationship of ManagedItem resources of the same type.", + "comment" : "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. It represents the parent and child relationship of ManagedItem resources of the same type.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "isPartOf" }, { "@id" : "http://open-services.net/ns/promcode#measures", "@type" : "rdf:Property", - "comment" : "measures is a relation between a Measurement resource and an Artifact resource.\r\nA Measurement measures an Artifact.", + "comment" : "measures is a relation between a Measurement resource and an Artifact resource. A Measurement measures an Artifact.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "measures" }, { "@id" : "http://open-services.net/ns/promcode#metricOfMeasure", "@type" : "rdf:Property", - "comment" : "metricOfMeasure is a relation between a Measure resource and a Metric resource.\r\nIt defines a metric of Measure. ", + "comment" : "metricOfMeasure is a relation between a Measure resource and a Metric resource. It defines a metric of Measure.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "metricOfMeasure" }, { "@id" : "http://open-services.net/ns/promcode#metricOfScopeItemSize", "@type" : "rdf:Property", - "comment" : "metricOfScopeItemSize is a relation between a Project resource and a Metric resource.\r\nIt defines a metric of the size which all the ScopeItem resources in the project refer to. ", + "comment" : "metricOfScopeItemSize is a relation between a Project resource and a Metric resource. It defines a metric of the size which all the ScopeItem resources in the project refer to.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "metricOfScopeItemSize" }, { "@id" : "http://open-services.net/ns/promcode#observes", "@type" : "rdf:Property", - "comment" : "observes is a relation between a Measurement resource and a Measure resource.\r\nOne Measurement observes zero or many Measures.", + "comment" : "observes is a relation between a Measurement resource and a Measure resource. One Measurement observes zero or many Measures.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "observes" }, { "@id" : "http://open-services.net/ns/promcode#plannedEndDate", "@type" : "rdf:Property", - "comment" : "plannedEndDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "comment" : "plannedEndDate is either a property of a WorkItem resource or a Project resource. It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "plannedEndDate" }, { @@ -204,37 +204,37 @@ }, { "@id" : "http://open-services.net/ns/promcode#plannedStartDate", "@type" : "rdf:Property", - "comment" : "plannedStartDate is either a property of a WorkItem resource or of a Project resource.\r\nIt is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime.", + "comment" : "plannedStartDate is either a property of a WorkItem resource or of a Project resource. It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "plannedStartDate" }, { "@id" : "http://open-services.net/ns/promcode#producedFor", "@type" : "rdf:Property", - "comment" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource.\r\nArtifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.", + "comment" : "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "producedFor" }, { "@id" : "http://open-services.net/ns/promcode#raisedBy", "@type" : "rdf:Property", - "comment" : "raisedBy is a relation between an Issue resource and ManagedItem resources.\r\nAn Issue may be raised by one or more ManagedItem resources.", + "comment" : "raisedBy is a relation between an Issue resource and ManagedItem resources. An Issue may be raised by one or more ManagedItem resources.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "raisedBy" }, { "@id" : "http://open-services.net/ns/promcode#raisedDate", "@type" : "rdf:Property", - "comment" : "raisedDate is an optional property of an Issue resource.\r\nIt is the raised date of the Issue resource.\r\nIts value is a dateTime.", + "comment" : "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "raisedDate" }, { "@id" : "http://open-services.net/ns/promcode#representedBy", "@type" : "rdf:Property", - "comment" : "representedBy is a relation between a WorkItem resource and a person in charge.\r\nA work item may be represented by a person who acts as the contact for the work item.\r\nThis person is responsible for the progress of the work described by the WorkItem resource.\r\nThis person may or may not actually do the required work.", + "comment" : "representedBy is a relation between a WorkItem resource and a person in charge. A work item may be represented by a person who acts as the contact for the work item. This person is responsible for the progress of the work described by the WorkItem resource. This person may or may not actually do the required work.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "representedBy" }, { "@id" : "http://open-services.net/ns/promcode#requiredBy", "@type" : "rdf:Property", - "comment" : "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource.\r\nA WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record.\r\nA WorkItem resource may also be required to implement the scope described by a ScopeItem resource.", + "comment" : "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. A WorkItem resource may also be required to implement the scope described by a ScopeItem resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "requiredBy" }, { @@ -246,13 +246,13 @@ }, { "@id" : "http://open-services.net/ns/promcode#stateOfIssue", "@type" : "rdf:Property", - "comment" : "stateOfIssue is a relation between an Issue resource and a State resource.\r\nThe State resource defines a set of values which represent the state of an issue resource.", + "comment" : "stateOfIssue is a relation between an Issue resource and a State resource. The State resource defines a set of values which represent the state of an issue resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "stateOfIssue" }, { "@id" : "http://open-services.net/ns/promcode#stateOfRisk", "@type" : "rdf:Property", - "comment" : "stateOfRisk is a relation between a Risk resource and a State resource.\r\nThe State resource defines a set of values which represent the state of a Risk resource.", + "comment" : "stateOfRisk is a relation between a Risk resource and a State resource. The State resource defines a set of values which represent the state of a Risk resource.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "stateOfRisk" }, { @@ -264,13 +264,13 @@ }, { "@id" : "http://open-services.net/ns/promcode#unitOfMeasure", "@type" : "rdf:Property", - "comment" : "unitOfMeasure is a relation between a Measure resource and a Unit resource. \r\nIt is a unit of volume. \r\nIf an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.", + "comment" : "unitOfMeasure is a relation between a Measure resource and a Unit resource. It is a unit of volume. If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "unitOfMeasure" }, { "@id" : "http://open-services.net/ns/promcode#unitOfScopeItemSize", "@type" : "rdf:Property", - "comment" : "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. \r\nIt defines a unit of size which all the ScopeItem resources refer to in the project. ", + "comment" : "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. It defines a unit of size which all the ScopeItem resources refer to in the project.", "isDefinedBy" : "http://open-services.net/ns/promcode#", "label" : "unitOfScopeItemSize" }, { @@ -299,8 +299,8 @@ "@id" : "http://purl.org/dc/terms/license", "@type" : "@id" }, - "isPartOf" : { - "@id" : "http://purl.org/dc/terms/isPartOf", + "source" : { + "@id" : "http://purl.org/dc/terms/source", "@type" : "@id" }, "issued" : { @@ -321,13 +321,13 @@ "@id" : "http://purl.org/dc/terms/publisher", "@type" : "@id" }, - "source" : { - "@id" : "http://purl.org/dc/terms/source", - "@type" : "@id" - }, "title" : { "@id" : "http://purl.org/dc/terms/title" }, + "isPartOf" : { + "@id" : "http://purl.org/dc/terms/isPartOf", + "@type" : "@id" + }, "@vocab" : "http://open-services.net/ns/promcode#", "owl" : "http://www.w3.org/2002/07/owl#", "rdfs" : "http://www.w3.org/2000/01/rdf-schema#", diff --git a/content/ns/promcode/promcode-vocab.nt b/content/ns/promcode/promcode-vocab.nt index 3448928e..15707192 100644 --- a/content/ns/promcode/promcode-vocab.nt +++ b/content/ns/promcode/promcode-vocab.nt @@ -2,11 +2,11 @@ "actualEndDate" . . . - "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource.\r\nArtifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource." . + "producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource." . "producedFor" . . . - "belongsTo is a relation between ManagedItemCollections and a Project resource. \r\nAn acquirer and a supplier may operate multiple projects in parallel. \r\nThis relation is used to identify which collection belongs to which project." . + "belongsTo is a relation between ManagedItemCollections and a Project resource. An acquirer and a supplier may operate multiple projects in parallel. This relation is used to identify which collection belongs to which project." . "belongsTo" . . . @@ -14,11 +14,11 @@ "targets" . . . - "identifiedDate is an optional property of a Risk resource.\r\nIt is the identified date of the Risk resource.\r\nIts value is a dateTime." . + "identifiedDate is an optional property of a Risk resource. It is the identified date of the Risk resource. Its value is a dateTime." . "identifiedDate" . . . - "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. \r\nIt defines the work to be performed to create a (part of) content described by a ScopeItem. \r\nThe work may typically include cost, schedule, and resource requirements.\r\nThe set of all WorkItem resources in a project might form a work breakdown structure." . + "WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. It defines the work to be performed to create a (part of) content described by a ScopeItem. The work may typically include cost, schedule, and resource requirements. The set of all WorkItem resources in a project might form a work breakdown structure." . "WorkItem" . . . @@ -35,67 +35,67 @@ "actualSize" . . . - "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource.\r\nA WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record.\r\nA WorkItem resource may also be required to implement the scope described by a ScopeItem resource." . + "requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. A WorkItem resource may also be required to implement the scope described by a ScopeItem resource." . "requiredBy" . . . - "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. \r\nIt defines a unit of size which all the ScopeItem resources refer to in the project. " . + "unitOfScopeItemSize is a relation between a Project resource and a Unit resource. It defines a unit of size which all the ScopeItem resources refer to in the project." . "unitOfScopeItemSize" . . . - "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value.\r\nDepending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on." . + "IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on." . "IssueCollection" . . . . - "observes is a relation between a Measurement resource and a Measure resource.\r\nOne Measurement observes zero or many Measures." . + "observes is a relation between a Measurement resource and a Measure resource. One Measurement observes zero or many Measures." . "observes" . . . - "stateOfIssue is a relation between an Issue resource and a State resource.\r\nThe State resource defines a set of values which represent the state of an issue resource." . + "stateOfIssue is a relation between an Issue resource and a State resource. The State resource defines a set of values which represent the state of an issue resource." . "stateOfIssue" . . . - "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation.\r\n\tPlan is a subclass of ManagedItemCollection. " . + "A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. Plan is a subclass of ManagedItemCollection." . "Plan" . . . . - "representedBy is a relation between a WorkItem resource and a person in charge.\r\nA work item may be represented by a person who acts as the contact for the work item.\r\nThis person is responsible for the progress of the work described by the WorkItem resource.\r\nThis person may or may not actually do the required work." . + "representedBy is a relation between a WorkItem resource and a person in charge. A work item may be represented by a person who acts as the contact for the work item. This person is responsible for the progress of the work described by the WorkItem resource. This person may or may not actually do the required work." . "representedBy" . . . - "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives\r\nof a project. Issue resources shared between an acquirer and a supplier must be managed.\r\nInternal issues which must be resolved by a supplier alone may not be shared.\r\nFailure to resolve the situation may result in negative\r\nconsequences for the project, such as a schedule delay." . + "Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives of a project. Issue resources shared between an acquirer and a supplier must be managed. Internal issues which must be resolved by a supplier alone may not be shared. Failure to resolve the situation may result in negative consequences for the project, such as a schedule delay." . "Issue" . . . . - "measures is a relation between a Measurement resource and an Artifact resource.\r\nA Measurement measures an Artifact." . + "measures is a relation between a Measurement resource and an Artifact resource. A Measurement measures an Artifact." . "measures" . . . - "stateOfRisk is a relation between a Risk resource and a State resource.\r\nThe State resource defines a set of values which represent the state of a Risk resource." . + "stateOfRisk is a relation between a Risk resource and a State resource. The State resource defines a set of values which represent the state of a Risk resource." . "stateOfRisk" . . . - "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks.\r\nShared risks of resolved status continue to be included in the collection.\r\nOnly Risk resources can be collected in a RiskCollection resource.\r\nExamples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on." . + "RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. Shared risks of resolved status continue to be included in the collection. Only Risk resources can be collected in a RiskCollection resource. Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on." . "RiskCollection" . . . . - "identifiedBy is a relation between a Risk resource and ManagedItem resources.\r\nA Risk may be identified by one or more ManagedItem resources." . + "identifiedBy is a relation between a Risk resource and ManagedItem resources. A Risk may be identified by one or more ManagedItem resources." . "identifiedBy" . . . - "raisedBy is a relation between an Issue resource and ManagedItem resources.\r\nAn Issue may be raised by one or more ManagedItem resources." . + "raisedBy is a relation between an Issue resource and ManagedItem resources. An Issue may be raised by one or more ManagedItem resources." . "raisedBy" . . . - "plannedEndDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "plannedEndDate is either a property of a WorkItem resource or a Project resource. It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime." . "plannedEndDate" . . . - "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. \r\nIt defines the binding between an acquirer and a supplier for the project." . + "ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. It defines the binding between an acquirer and a supplier for the project." . "ScopeItem" . . . @@ -105,16 +105,16 @@ . . . - "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. \r\nA Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact.\r\nAn IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources." . + "collects is a relation between a ManagedItemCollection resource and ManagedItem resources. A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources." . "collects" . . . - "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed.\r\nInternal risks which must be resolved by a supplier alone may not be shared.\r\nFailure to control the potential problem may result in negative \r\nconsequences for the project, such as a schedule delay." . + "Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. Internal risks which must be resolved by a supplier alone may not be shared. Failure to control the potential problem may result in negative consequences for the project, such as a schedule delay." . "Risk" . . . . - "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project.\r\nA Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. " . + "A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project." . "Project" . . . @@ -122,11 +122,11 @@ "sequenceNumber" . . . - "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. \r\nIt represents the parent and child relationship of ManagedItem resources of the same type." . + "isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. It represents the parent and child relationship of ManagedItem resources of the same type." . "isPartOf" . . . - "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. \r\nIt is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report.\r\nIt is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. " . + "A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource." . "Report" . . . @@ -135,26 +135,26 @@ "valueOfMeasure" . . . - "unitOfMeasure is a relation between a Measure resource and a Unit resource. \r\nIt is a unit of volume. \r\nIf an acquirer sums up the same type of measures in a report, the value should be converted according to the unit." . + "unitOfMeasure is a relation between a Measure resource and a Unit resource. It is a unit of volume. If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit." . "unitOfMeasure" . . . - "correspondsTo is a relation between a Plan resource and a Report resource. \r\n\tA Report resource has at most one correspondsTo relation to a Plan resource.\r\nIf a new Plan resource is created, a Report resource may need to be related to the new Plan resource." . + "correspondsTo is a relation between a Plan resource and a Report resource. A Report resource has at most one correspondsTo relation to a Plan resource. If a new Plan resource is created, a Report resource may need to be related to the new Plan resource." . "correspondsTo" . . . . - . - "2021-03-23"^^ . + . + "2022-03-11"^^ . "All vocabulary URIs defined in The OSLC PROMCODE namespace."^^ . - "CS02" . + "OS" . "The OSLC PROMCODE Vocabulary" . "oslc_promcode" . . - . "The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary" . + . . - "metricOfScopeItemSize is a relation between a Project resource and a Metric resource.\r\nIt defines a metric of the size which all the ScopeItem resources in the project refer to. " . + "metricOfScopeItemSize is a relation between a Project resource and a Metric resource. It defines a metric of the size which all the ScopeItem resources in the project refer to." . "metricOfScopeItemSize" . . . @@ -162,23 +162,23 @@ "plannedSize" . . . - "raisedDate is an optional property of an Issue resource.\r\nIt is the raised date of the Issue resource.\r\nIts value is a dateTime." . + "raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime." . "raisedDate" . . . - "A Measure resource represents an observation of some measurable aspect of an Artifact. " . + "A Measure resource represents an observation of some measurable aspect of an Artifact." . "Measure" . . . - "actualStartDate is either a property of a WorkItem resource or a Project resource.\r\nIt is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "actualStartDate is either a property of a WorkItem resource or a Project resource. It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime." . "actualStartDate" . . . - "plannedStartDate is either a property of a WorkItem resource or of a Project resource.\r\nIt is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource.\r\nIts value is a dateTime." . + "plannedStartDate is either a property of a WorkItem resource or of a Project resource. It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime." . "plannedStartDate" . . . - "metricOfMeasure is a relation between a Measure resource and a Metric resource.\r\nIt defines a metric of Measure. " . + "metricOfMeasure is a relation between a Measure resource and a Metric resource. It defines a metric of Measure." . "metricOfMeasure" . . . @@ -186,7 +186,7 @@ "Measurement" . . . - "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. \r\nA resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. \r\nManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. \r\nA ManagedItemCollection resource is linked to a Project resource it belongs to. " . + "A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. A ManagedItemCollection resource is linked to a Project resource it belongs to." . "ManagedItemCollection" . . . diff --git a/content/ns/promcode/promcode-vocab.rdf b/content/ns/promcode/promcode-vocab.rdf index ebb6668e..342f36fa 100644 --- a/content/ns/promcode/promcode-vocab.rdf +++ b/content/ns/promcode/promcode-vocab.rdf @@ -9,7 +9,7 @@ xmlns:foaf="http://xmlns.com/foaf/0.1/"> - + 2022-03-11 All vocabulary URIs defined in The OSLC PROMCODE namespace. @@ -17,18 +17,16 @@ The OSLC PROMCODE Vocabulary oslc_promcode - The OASIS OSLC Project Management of Contracted Delivery (OSLC PROMCODE) Vocabulary + - A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. -A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. + A Project resource represents the information on the project including the name of the project, the descriptions of the project, and start and end dates, both planned and actual, of the project. A Project resource also specifies the metric and the unit of size of ScopeItem resources, each of which is unique in the project. Project - A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. - Plan is a subclass of ManagedItemCollection. + A Plan resource is a collection of ScopeItem resources, WorkItem resources and Artifact resources with associated Measure resources. A Plan resource represents a project plan that is agreed on between an acquirer and a supplier at project initiation. Plan is a subclass of ManagedItemCollection. Plan @@ -41,23 +39,19 @@ A Project resource also specifies the metric and the unit of size of ScopeItem r - WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. -It defines the work to be performed to create a (part of) content described by a ScopeItem. -The work may typically include cost, schedule, and resource requirements. -The set of all WorkItem resources in a project might form a work breakdown structure. + WorkItem is a subclass of ManagedItem. A WorkItem resource describes the work to be performed in a contract. It defines the work to be performed to create a (part of) content described by a ScopeItem. The work may typically include cost, schedule, and resource requirements. The set of all WorkItem resources in a project might form a work breakdown structure. WorkItem - ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. -It defines the binding between an acquirer and a supplier for the project. + ScopeItem is a subclass of ManagedItem. A ScopeItem resource defines the scope of the work to be included in a project. It defines the binding between an acquirer and a supplier for the project. ScopeItem - A Measure resource represents an observation of some measurable aspect of an Artifact. + A Measure resource represents an observation of some measurable aspect of an Artifact. Measure @@ -67,9 +61,7 @@ It defines the binding between an acquirer and a supplier for the project. - A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. -It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. -It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. + A Report resource represents a project status information reported by a supplier to an acquirer at agreed timing as a project report. It is a ManagedItemCollection resource that collects ScopeItem resources, WorkItem resources, and Artifact resources whose properties are reported in the report. It is also linked to Measurement resources that represent the quality data of the Artifact resources collected in the ManagedItemCollection resource. Report @@ -77,11 +69,7 @@ It is also linked to Measurement resources that represent the quality data of th - Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives -of a project. Issue resources shared between an acquirer and a supplier must be managed. -Internal issues which must be resolved by a supplier alone may not be shared. -Failure to resolve the situation may result in negative -consequences for the project, such as a schedule delay. + Issue is a subclass of ManagedItem. An Issue resource represents a situation that must be resolved in order to meet the objectives of a project. Issue resources shared between an acquirer and a supplier must be managed. Internal issues which must be resolved by a supplier alone may not be shared. Failure to resolve the situation may result in negative consequences for the project, such as a schedule delay. Issue @@ -93,74 +81,55 @@ consequences for the project, such as a schedule delay. - A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. -A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. -ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. -A ManagedItemCollection resource is linked to a Project resource it belongs to. + A ManagedItemCollection resource is a collection of ManagedItem resources of a specific interest. A resource in the collection can be a resource of any subclass of ManagedItems, that is, ScopeItem, WorkItem, Artifact, Issue, or Risk. ManagedItemCollection has four concrete subclasses which are Plan, Report, IssueCollection, and RiskCollection. A ManagedItemCollection resource is linked to a Project resource it belongs to. ManagedItemCollection - RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. -Shared risks of resolved status continue to be included in the collection. -Only Risk resources can be collected in a RiskCollection resource. -Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on. + RiskCollection is a subclass of ManagedItemCollection. A RiskCollection resource is a collection, or a snapshot of shared risks. Shared risks of resolved status continue to be included in the collection. Only Risk resources can be collected in a RiskCollection resource. Examples are a collection of all Risk resources of the project on a specific date, a collection of Risk resources of some category, such as certain status, certain priority, related ScopeItem, and so on. RiskCollection - Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. -Internal risks which must be resolved by a supplier alone may not be shared. -Failure to control the potential problem may result in negative -consequences for the project, such as a schedule delay. + Risk is a subclass of ManagedItem. A Risk resource represents a potential problem that must be controlled in order to meet the objectives of a project. Shared risks between an acquirer and a supplier must be managed. Internal risks which must be resolved by a supplier alone may not be shared. Failure to control the potential problem may result in negative consequences for the project, such as a schedule delay. Risk - IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. -Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on. + IssueCollection is a subclass of ManagedItemCollection. An IssueCollection resource is a collection of Issue resources. Once an Issue resource is collected, it continues to be included in the collection regardless of its state value. Depending on the situation, a collection may collect all Issues resources to be shared in the project on a specific date, or it may collect only certain Issues resources of some categories, such as certain status, priority, those related to a ScopeItem resource, and so on. IssueCollection - identifiedBy is a relation between a Risk resource and ManagedItem resources. -A Risk may be identified by one or more ManagedItem resources. + identifiedBy is a relation between a Risk resource and ManagedItem resources. A Risk may be identified by one or more ManagedItem resources. identifiedBy - plannedStartDate is either a property of a WorkItem resource or of a Project resource. -It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime. + plannedStartDate is either a property of a WorkItem resource or of a Project resource. It is the planned start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime. plannedStartDate - metricOfMeasure is a relation between a Measure resource and a Metric resource. -It defines a metric of Measure. + metricOfMeasure is a relation between a Measure resource and a Metric resource. It defines a metric of Measure. metricOfMeasure - identifiedDate is an optional property of a Risk resource. -It is the identified date of the Risk resource. -Its value is a dateTime. + identifiedDate is an optional property of a Risk resource. It is the identified date of the Risk resource. Its value is a dateTime. identifiedDate - stateOfRisk is a relation between a Risk resource and a State resource. -The State resource defines a set of values which represent the state of a Risk resource. + stateOfRisk is a relation between a Risk resource and a State resource. The State resource defines a set of values which represent the state of a Risk resource. stateOfRisk - raisedDate is an optional property of an Issue resource. -It is the raised date of the Issue resource. -Its value is a dateTime. + raisedDate is an optional property of an Issue resource. It is the raised date of the Issue resource. Its value is a dateTime. raisedDate @@ -175,14 +144,12 @@ Its value is a dateTime. - observes is a relation between a Measurement resource and a Measure resource. -One Measurement observes zero or many Measures. + observes is a relation between a Measurement resource and a Measure resource. One Measurement observes zero or many Measures. observes - stateOfIssue is a relation between an Issue resource and a State resource. -The State resource defines a set of values which represent the state of an issue resource. + stateOfIssue is a relation between an Issue resource and a State resource. The State resource defines a set of values which represent the state of an issue resource. stateOfIssue @@ -197,15 +164,12 @@ The State resource defines a set of values which represent the state of an issue - actualStartDate is either a property of a WorkItem resource or a Project resource. -It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime. + actualStartDate is either a property of a WorkItem resource or a Project resource. It is the actual start date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime. actualStartDate - measures is a relation between a Measurement resource and an Artifact resource. -A Measurement measures an Artifact. + measures is a relation between a Measurement resource and an Artifact resource. A Measurement measures an Artifact. measures @@ -215,22 +179,17 @@ A Measurement measures an Artifact. - raisedBy is a relation between an Issue resource and ManagedItem resources. -An Issue may be raised by one or more ManagedItem resources. + raisedBy is a relation between an Issue resource and ManagedItem resources. An Issue may be raised by one or more ManagedItem resources. raisedBy - collects is a relation between a ManagedItemCollection resource and ManagedItem resources. -A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. -An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources. + collects is a relation between a ManagedItemCollection resource and ManagedItem resources. A Plan resource and a Report resource collect any combination of resources of ScopeItem, WorkItem and Artifact. An IssueCollection resource collects only Issue resources and a RiskCollection collects only Risk resources. collects - plannedEndDate is either a property of a WorkItem resource or a Project resource. -It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. -Its value is a dateTime. + plannedEndDate is either a property of a WorkItem resource or a Project resource. It is the planned end date of the work described by the WorkItem resource or of the project described by the Project resource. Its value is a dateTime. plannedEndDate @@ -240,23 +199,17 @@ Its value is a dateTime. - belongsTo is a relation between ManagedItemCollections and a Project resource. -An acquirer and a supplier may operate multiple projects in parallel. -This relation is used to identify which collection belongs to which project. + belongsTo is a relation between ManagedItemCollections and a Project resource. An acquirer and a supplier may operate multiple projects in parallel. This relation is used to identify which collection belongs to which project. belongsTo - correspondsTo is a relation between a Plan resource and a Report resource. - A Report resource has at most one correspondsTo relation to a Plan resource. -If a new Plan resource is created, a Report resource may need to be related to the new Plan resource. + correspondsTo is a relation between a Plan resource and a Report resource. A Report resource has at most one correspondsTo relation to a Plan resource. If a new Plan resource is created, a Report resource may need to be related to the new Plan resource. correspondsTo - requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. -A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. -A WorkItem resource may also be required to implement the scope described by a ScopeItem resource. + requiredBy is a relation either between a WorkItem resource and an Artifact resource, or between a WorkItem resource and a ScopeItem resource. A WorkItem resource, such as reviewing the design, is required for producing an Artifact resource such as a review record. A WorkItem resource may also be required to implement the scope described by a ScopeItem resource. requiredBy @@ -266,41 +219,32 @@ A WorkItem resource may also be required to implement the scope described by a S - producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. -Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource. + producedFor is a relation between an Artifact resource and a ScopeItem resource or a WorkItem resource. Artifact resources are produced as deliverables of the scope defined by a ScopeItem resource or the result of implementing the work described by a WorkItem resource. producedFor - isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. -It represents the parent and child relationship of ManagedItem resources of the same type. + isPartOf is a relation between a resource of type Artifact, ScopeItem or WorkItem and other resources of the same type. It represents the parent and child relationship of ManagedItem resources of the same type. isPartOf - unitOfScopeItemSize is a relation between a Project resource and a Unit resource. -It defines a unit of size which all the ScopeItem resources refer to in the project. + unitOfScopeItemSize is a relation between a Project resource and a Unit resource. It defines a unit of size which all the ScopeItem resources refer to in the project. unitOfScopeItemSize - metricOfScopeItemSize is a relation between a Project resource and a Metric resource. -It defines a metric of the size which all the ScopeItem resources in the project refer to. + metricOfScopeItemSize is a relation between a Project resource and a Metric resource. It defines a metric of the size which all the ScopeItem resources in the project refer to. metricOfScopeItemSize - unitOfMeasure is a relation between a Measure resource and a Unit resource. -It is a unit of volume. -If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit. + unitOfMeasure is a relation between a Measure resource and a Unit resource. It is a unit of volume. If an acquirer sums up the same type of measures in a report, the value should be converted according to the unit. unitOfMeasure - representedBy is a relation between a WorkItem resource and a person in charge. -A work item may be represented by a person who acts as the contact for the work item. -This person is responsible for the progress of the work described by the WorkItem resource. -This person may or may not actually do the required work. + representedBy is a relation between a WorkItem resource and a person in charge. A work item may be represented by a person who acts as the contact for the work item. This person is responsible for the progress of the work described by the WorkItem resource. This person may or may not actually do the required work. representedBy From 1655734d307376f80d633850f8ab8568a250ac69 Mon Sep 17 00:00:00 2001 From: Andrew Berezovskyi Date: Fri, 15 Apr 2022 18:07:13 +0200 Subject: [PATCH 32/32] Update vocab page data Signed-off-by: Andrew Berezovskyi --- content/specifications/vocabularies/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/specifications/vocabularies/_index.md b/content/specifications/vocabularies/_index.md index 3cc2e7b8..f09f396b 100644 --- a/content/specifications/vocabularies/_index.md +++ b/content/specifications/vocabularies/_index.md @@ -150,8 +150,8 @@ OSLC [version compatibility guidelines](http://docs.oasis-open.org/oslc-core/osl | Property | Value | | ----------------------: | :----------------------------------------------| | **Deployed vocabulary** | PROMCODE 1.0 | -| **Publication date** | 10 November 2021 | -| **Status** | **ACTIVE** | +| **Publication date** | 11 March 2022 | +| **Status** | **ACTIVE (OASIS Standard)** | | **Recommended prefix** |`oslc_promcode` | | **Namespace URI** |`http://open-services.net/ns/promcode#` | | **Turtle prefix** |`@prefix oslc_promcode: `|