Skip to content

Commit

Permalink
Prepare RM PS01 for PGB vote (#407)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
jadelkhoury and berezovskyi authored Oct 13, 2020
1 parent 1c1a34d commit 375ee2d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions specs/rm/requirements-management-shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class="remove"
></script>
<script class="remove">
var status = "WD"; //Change to "PS" once it is time to publish the PS
var status = "PS";
var revision = 1;

var wdBase = "https://oslc-op.github.io/oslc-specs/specs/rm/";
Expand All @@ -30,7 +30,7 @@
shortName: "requirements-management-shapes",
specStatus: status,
revision: revision.toString().padStart(2, "0"),
//publishDate: "2020-xx-xx", //Set date once it is time to publish the PS
publishDate: "2020-09-03",
previousPublishDate: "2019-10-01",
previousMaturity: "PSD",

Expand Down
10 changes: 5 additions & 5 deletions specs/rm/requirements-management-shapes.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@

@base <http://open-services.net/ns/rm/shapes/2.1> .

<#RequirementShapeConstraints>
<#RequirementShapeConstraints>
a oslc:ResourceShapeConstraints;
dcterms:title "OSLC Requirements Management (RM) Resource Shape Constraints" ;
rdfs:label "OSLC Requirements Management (RM) Resource Shape Constraints" ;
dcterms:description "Resource Shape Constraints defined in the OSLC RM 2.1 specification."^^rdf:XMLLiteral ;
dcterms:publisher <https://open-services.net/about/> ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
# TODO add dcterms:issued property when published, same as in ReSpec
# dcterms:issued "2020-XX-XX"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:issued "2020-09-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
# TODO change to the file under https://docs.oasis-open-projects.org/oslc-op/
dcterms:source <https://github.com/oslc-op/oslc-specs/blob/master/specs/rm/requirements-management-shapes.ttl> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-shapes.ttl> ;
# TODO change to the file under https://docs.oasis-open-projects.org/oslc-op/
dcterms:isPartOf <https://oslc-op.github.io/oslc-specs/specs/rm/requirements-management-spec.html> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-spec.html> ;
# TODO change to the STAGE##
dcterms:hasVersion "WD" .
dcterms:hasVersion "PS01" .


# OSLC Requirements Mangement Domain Resource Shapes.
Expand Down
8 changes: 4 additions & 4 deletions specs/rm/requirements-management-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="remove"
></script>
<script class="remove">
var status = "WD"; //Change to "PS" once it is time to publish the PS
var status = "PS";
var revision = 1;

var wdBase = "https://oslc-op.github.io/oslc-specs/specs/rm/";
Expand All @@ -33,7 +33,7 @@
shortName: "requirements-management-spec",
specStatus: status,
revision: revision.toString().padStart(2, "0"),
//publishDate: "2020-xx-xx", //Set date once it is time to publish the PS
publishDate: "2020-09-03",
previousPublishDate: "2019-10-01",
previousMaturity: "PSD",

Expand Down Expand Up @@ -896,8 +896,8 @@ <h2>Change History</h2>
<td>Project Specification Draft 02</td>
</tr>
<tr>
<td>TBD</td>
<td>TBA</td>
<td>PS01</td>
<td>2020-09-03</td>
<td>Jad El-khoury</td>
<td>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions specs/rm/requirements-management-vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class="remove"
></script>
<script class="remove">
var status = "WD"; //Change to "PS" once it is time to publish the PS
var status = "PS";
var revision = 1;

var wdBase = "https://oslc-op.github.io/oslc-specs/specs/rm/";
Expand All @@ -30,7 +30,7 @@
shortName: "requirements-management-vocab",
specStatus: status,
revision: revision.toString().padStart(2, "0"),
//publishDate: "2020-xx-xx", //Set date once it is time to publish the PS
publishDate: "2020-09-03",
previousPublishDate: "2019-10-01",
previousMaturity: "PSD",

Expand Down
8 changes: 4 additions & 4 deletions specs/rm/requirements-management-vocab.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ oslc_rm: a owl:Ontology ;
dcterms:publisher <https://open-services.net/about/> ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
# TODO add before publication
# dcterms:issued "2020-07-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:issued "2020-09-03"^^<http://www.w3.org/2001/XMLSchema#date> ;
rdfs:seeAlso <https://github.com/oslc-op/oslc-specs/blob/master/specs/rm/requirements-management-vocab.ttl> ;
# TODO replace with a reference to the OASIS Docs archive as part of the publication PR
dcterms:source <https://github.com/oslc-op/oslc-specs/blob/master/specs/rm/requirements-management-vocab.ttl> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-vocab.ttl> ;
# TODO replace with a reference to the OASIS Docs archive as part of the publication PR
dcterms:isPartOf <https://oslc-op.github.io/oslc-specs/specs/rm/requirements-management-spec.html> ;
dcterms:hasVersion "WD" .
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/rm/v2.1/ps01/requirements-management-spec.html> ;
dcterms:hasVersion "PS01" .

oslc_rm:Requirement a rdfs:Class ;
rdfs:comment "Statement of need." ;
Expand Down

0 comments on commit 375ee2d

Please sign in to comment.