Skip to content

Commit

Permalink
Publish OSLC AM v3.0 PSD01 (#429)
Browse files Browse the repository at this point in the history
* Publish metadata updated

* Updated dcterms:isPartOf and fixed change history

* Updated dcterms:source

* Addressing OASIS publishing issues

See oasis-open-projects/administration#15

See also oasis-tcs/tab-respec#42, ReSpec is generating the same URL for the HTML and PDF files for latestVersion. This will require a ReSpec update to resolve. But we can get these changes reviewed.

* Final changes to CM and AM to fix incorrect PDF link and copyright date

* Changes requested by reviewers

* Addressed final changes from OASIS in order to publish.

* Reverted unintentional CM changes

* Forgot to run prettier
  • Loading branch information
Jim Amsden authored Nov 2, 2020
1 parent c930039 commit 69396b0
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 29 deletions.
16 changes: 8 additions & 8 deletions specs/am/architecture-management-shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>OSLC Architecture Management Version 3.0. Part 2: Constraints</title>
<title>OSLC Architecture Management Version 3.0. Part 3: Constraints</title>
<meta
name="description"
content="Specifies the standard constraints on the OSLC Architecture Management domain vocabulary terms."
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
Expand Down Expand Up @@ -42,9 +42,9 @@
//previousPublishDate: "2011-08-15",
//previousMaturity: "WD",

thisVersion: thisBase + "architecture-management-shape.html",
thisVersion: thisBase + "architecture-management-shapes.html",
prevVersion: null,
latestVersion: oasisBase + "architecture-management-shape.html",
latestVersion: oasisBase + "architecture-management-shapes.html",
latestSpecVersion: "https://open-services.net/spec/am/latest",
edDraftURI: "https://open-services.net/spec/am/latest-draft",

Expand All @@ -63,11 +63,11 @@
href: "architecture-management-shapes.html",
},
{
title: "OSLC Architecture Management Version 3.0. Part 4: Machine Readable Vocabulary Terms",
title: "OSLC Architecture Management Version 3.0. Machine Readable Vocabulary Terms",
href: "architecture-management-vocab.ttl",
},
{
title: "OSLC Architecture Management Version 3.0. Part 5: Machine Readable Constraints",
title: "OSLC Architecture Management Version 3.0. Machine Readable Constraints",
href: "architecture-management-shapes.ttl",
},
],
Expand Down Expand Up @@ -136,7 +136,7 @@
},
OSLCCore3: {
title: "OSLC Core Version 3.0. Part 1: Overview",
href: "https://open-services.net/spec/core/latest",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/oslc-core.html",
authors: ["Jim Amsden", "S. Speicher"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down Expand Up @@ -219,7 +219,7 @@
},
OSLCShapes: {
title: "OSLC Core Version 3.0. Part 6: Resource Shape",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shape.html",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shapes.html",
authors: ["Arthur Ryman", "Jim Amsden"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down
4 changes: 2 additions & 2 deletions specs/am/architecture-management-shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 OASIS Open
# Copyright 2020 OASIS Open
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -244,7 +244,7 @@ requirement."""^^rdf:XMLLiteral ;
oslc:propertyDefinition jazz_am:refine ;
oslc:range oslc:Any ;
oslc:occurs oslc:Zero-or-many;
dcterms:description """TThe target is a refinement of the source. (e.g. a use case scenario
dcterms:description """The target is a refinement of the source. (e.g. a use case scenario
might be a refinement of a textual requirement that describes the interaction)."""^^rdf:XMLLiteral ;
oslc:valueType oslc:Resource ;
oslc:representation oslc:Reference .
Expand Down
20 changes: 16 additions & 4 deletions specs/am/architecture-management-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
Expand Down Expand Up @@ -59,6 +59,18 @@
title: "OSLC Architecture Management Version 3.0. Part 2: Vocabulary",
href: "architecture-management-vocab.html",
},
{
title: "OSLC Architecture Management Version 3.0. Part 3: Constraints",
href: "architecture-management-shapes.html",
},
{
title: "OSLC Architecture Management Version 3.0. Machine Readable Vocabulary Terms",
href: "architecture-management-vocab.ttl",
},
{
title: "OSLC Architecture Management Version 3.0. Machine Readable Constraints",
href: "architecture-management-shapes.ttl",
},
],

relatedWork: [
Expand Down Expand Up @@ -126,7 +138,7 @@
},
OSLCCore3: {
title: "OSLC Core Version 3.0. Part 1: Overview",
href: "https://open-services.net/spec/core/latest",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/oslc-core.html",
authors: ["Jim Amsden", "S. Speicher"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down Expand Up @@ -209,7 +221,7 @@
},
OSLCShapes: {
title: "OSLC Core Version 3.0. Part 6: Resource Shape",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shape.html",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shapes.html",
authors: ["Arthur Ryman", "Jim Amsden"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down Expand Up @@ -800,7 +812,7 @@ <h2>Samples</h2>
<p>
See
<a
href="http://open-services.net/wiki/architecture-management/OSLC-Architecture-Management-2.0-Appendix-A%3A-Samples"
href="https://open-services.net/wiki/architecture-management/OSLC-Architecture-Management-2.0-Appendix-A_-Samples/"
title="OSLC-Architecture-Management-2.0-Appendix-A:-Samples"
>OSLC Architecture Management 2.0 Appendix A: Samples</a
>
Expand Down
14 changes: 7 additions & 7 deletions specs/am/architecture-management-vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
Expand Down Expand Up @@ -63,11 +63,11 @@
href: "architecture-management-shapes.html",
},
{
title: "OSLC Architecture Management Version 3.0. Part 4: Machine Readable Vocabulary Terms",
title: "OSLC Architecture Management Version 3.0. Machine Readable Vocabulary Terms",
href: "architecture-management-vocab.ttl",
},
{
title: "OSLC Architecture Management Version 3.0. Part 5: Machine Readable Constraints",
title: "OSLC Architecture Management Version 3.0. Machine Readable Constraints",
href: "architecture-management-shapes.ttl",
},
],
Expand Down Expand Up @@ -133,7 +133,7 @@
},
OSLCCore3: {
title: "OSLC Core Version 3.0. Part 1: Overview",
href: "https://open-services.net/spec/core/latest",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/oslc-core.html",
authors: ["Jim Amsden", "S. Speicher"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down Expand Up @@ -216,7 +216,7 @@
},
OSLCShapes: {
title: "OSLC Core Version 3.0. Part 6: Resource Shape",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shape.html",
href: "https://docs.oasis-open-projects.org/oslc-op/core/v3.0/resource-shapes.html",
authors: ["Arthur Ryman", "Jim Amsden"],
status: "Project Specification Draft",
publisher: "OASIS",
Expand Down Expand Up @@ -337,7 +337,7 @@ <h2>Architecture Management Vocabulary Terms</h2>
xmlns:oslc_am="http://open-services.net/ns/am#"
xmlns:dcterms="http://purl.org/dc/terms/"&gt;

&lt;oslc_am:Resource rdf:about="https://acme.com/resources/res1"&gt;
&lt;oslc_am:Resource rdf:about="https://example.com/resources/res1"&gt;
&lt;dcterms:title&gt;Service Interface&lt;/dcterms:title&gt;
&lt;dcterms:identifier&gt;res1&lt;/dcterms:identifier&gt;
&lt;oslc:serviceProvider rdf:resource="http://open-services.net/ns/am#"/&gt;
Expand All @@ -351,7 +351,7 @@ <h2>Architecture Management Vocabulary Terms</h2>
xmlns:oslc="http://open-services.net/ns/core#"
xmlns:dcterms="http://purl.org/dc/terms/"&gt;

&lt;rdf:Description rdf:about="https://acme.com/resources/res1"&gt;
&lt;rdf:Description rdf:about="https://example.com/resources/res1"&gt;
&lt;dcterms:title&gt;Service Interface&lt;/dcterms:title&gt;
&lt;dcterms:identifier&gt;res1&lt;/dcterms:identifier&gt;
&lt;rdf:type rdf:resource="http://open-services.net/ns/am#Resource" /&gt;
Expand Down
2 changes: 1 addition & 1 deletion specs/am/architecture-management-vocab.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 OASIS Open
# Copyright 2020 OASIS Open
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion specs/cm/change-mgt-shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
Expand Down
2 changes: 1 addition & 1 deletion specs/cm/change-mgt-shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 OASIS Open
# Copyright 2020 OASIS Open
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions specs/cm/change-mgt-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
<!-- <script src='http://127.0.0.1:9000/respec-oasis-common.js' async class='remove'></script> -->

<script type="text/javascript" class="remove">
var filePath = "/change-mgt-spec.html";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/cm";
Expand Down
3 changes: 1 addition & 2 deletions specs/cm/change-mgt-vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
/>

<script
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].18/builds/respec-oasis-common.min.js"
src="https://cdn.jsdelivr.net/gh/oasis-tcs/[email protected].20/builds/respec-oasis-common.min.js"
async
class="remove"
></script>
<!-- <script src='http://127.0.0.1:9000/respec-oasis-common.js' async class='remove'></script> -->

<script class="remove">
var filePath = "/change-mgt-vocab.html";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/cm";
Expand Down
2 changes: 1 addition & 1 deletion specs/cm/change-mgt-vocab.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2019 OASIS Open
# Copyright 2020 OASIS Open
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 69396b0

Please sign in to comment.