Skip to content

Commit

Permalink
Updates to publish the OASIS standards (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Amsden authored Sep 20, 2023
1 parent 55aaa0b commit f76821b
Show file tree
Hide file tree
Showing 11 changed files with 72 additions and 56 deletions.
12 changes: 6 additions & 6 deletions specs/config/config-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
></script>
<script class="remove">
var filePath = "/config-resources.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/config";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/config/v1.0";
var rev = "01";
var rev = "";
var thisBase = wdBase;
if (status != "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -42,10 +42,10 @@
},
],

publishDate: "2022-05-30T12:00Z",
//previousPublishDate: "YYYY-MM-DD",
//previousMaturity: "WD",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/psd01/config-resources.html",
publishDate: "2023-07-23T12:00Z",
//previousPublishDate: "2022-05-30T12:00Z",
//previousMaturity: "PS",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/config-resources.html",
// chairs and editors, add as many as you like
// only "name" is required
editors: [
Expand Down
12 changes: 7 additions & 5 deletions specs/config/config-shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2020 OASIS Open
# Copyright 2023 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 All @@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# RDF constraints document for OSLC Configuration Management

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ldp: <http://www.w3.org/ns/ldp#> .
Expand All @@ -31,12 +33,12 @@
dcterms:title "Resource Shapes for OSLC Configuration Management" ;
dcterms:description "Shapes for resources defined by OSLC Configuration Management."^^rdf:XMLLiteral ;
dcterms:publisher <https://open-services.net/about/> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/config-shapes.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/oslc-config-mgt.html> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/os/config-shapes.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/os/oslc-config-mgt.html> ;
dcterms:hasVersion "PS" ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
dcterms:issued "2022-05-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2022" .
dcterms:issued "2023-07-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2023" .


# ============================ Common property definitions, shared between 2 or more shapes ============================
Expand Down
12 changes: 6 additions & 6 deletions specs/config/config-vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
></script>
<script class="remove">
var filePath = "/config-vocab.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/config";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/config/v1.0";
var rev = "01";
var rev = "";
var thisBase = wdBase;
if (status != "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -40,10 +40,10 @@
},
],

publishDate: "2022-05-30T12:00Z",
//previousPublishDate: "YYYY-MM-DD",
//previousMaturity: "WD",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/psd01/config-vocab.html",
publishDate: "2023-07-23T12:00Z",
//previousPublishDate: "2022-05-30T12:00Z",
//previousMaturity: "PS",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/config-vocab.html",

// chairs and editors, add as many as you like
// only "name" is required
Expand Down
22 changes: 18 additions & 4 deletions specs/config/config-vocab.ttl
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2023 OASIS Open
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# RDF Vocabulary document for OSLC Configuration Management

@prefix dcterms: <http://purl.org/dc/terms/> .
Expand All @@ -18,12 +32,12 @@ oslc_config:
dcterms:title "OSLC Configuration Management vocabulary" ;
dcterms:description "The OSLC Configuration Management vocabulary defines terms for versioned resources and configurations of those versioned resources." ;
dcterms:publisher <https://open-services.net/about/> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/config-vocab.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/oslc-config-mgt.html> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/os/config-vocab.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/config/v1.0/os/oslc-config-mgt.html> ;
dcterms:hasVersion "PS" ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
dcterms:issued "2022-05-30"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2022" .
dcterms:issued "2023-07-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2023" .


# Classes
Expand Down
12 changes: 6 additions & 6 deletions specs/config/oslc-config-mgt.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
></script>
<script class="remove">
var filePath = "/oslc-config-mgt.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/config";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/config/v1.0";
var rev = "01";
var rev = "";
var thisBase = wdBase;
if (status != "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -42,10 +42,10 @@
},
],

publishDate: "2022-05-30T12:00Z",
//previousPublishDate: "YYYY-MM-DD",
//previousMaturity: "WD",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/psd01/oslc-config-mgt.html",
publishDate: "2023-07-23T12:00Z",
//previousPublishDate: "2022-05-30T12:00Z",
//previousMaturity: "PS",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/oslc-config-mgt.html",

// chairs and editors, add as many as you like
// only "name" is required
Expand Down
10 changes: 5 additions & 5 deletions specs/config/versioned-resources.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
></script>
<script class="remove">
var filePath = "/versioned-resources.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/config";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/config/v1.0";
var rev = "01";
var rev = "";
var thisBase = wdBase;
if (status != "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -41,10 +41,10 @@
},
],

publishDate: "2022-05-20T12:00Z",
//previousPublishDate: "YYYY-MM-DD",
publishDate: "2023-07-23T12:00Z",
//previousPublishDate: "2022-05-20T12:00Z",
//previousMaturity: "WD",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/psd01/versioned-resources.html",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/config/v1.0/ps01/versioned-resources.html",

// chairs and editors, add as many as you like
// only "name" is required
Expand Down
8 changes: 4 additions & 4 deletions specs/trs/tracked-resource-set-shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
></script>
<script class="remove">
var filePath = "/tracked-resource-set-shapes.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/trs";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0";
var rev = "02";
var rev = "";
var thisBase = wdBase;
if (status !== "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -31,8 +31,8 @@
latestVersion: oasisBase + filePath,
latestSpecVersion: "https://open-services.net/spec/trs/latest",
edDraftURI: "https://open-services.net/spec/trs/latest-draft",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps01/tracked-resource-set-shapes.html",
publishDate: "2022-11-24T12:00Z",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/tracked-resource-set-shapes.html",
publishDate: "2023-07-23T12:00Z",
maxTocLevel: 3,
noConformanceTable: 1,
license: "cc-by-4",
Expand Down
8 changes: 4 additions & 4 deletions specs/trs/tracked-resource-set-vocab.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
></script>
<script class="remove">
var filePath = "/tracked-resource-set-vocab.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/trs";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0";
var rev = "02";
var rev = "";
var thisBase = wdBase;
if (status != "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -28,8 +28,8 @@
latestVersion: oasisBase + filePath,
latestSpecVersion: "https://open-services.net/spec/trs/latest",
edDraftURI: "https://open-services.net/spec/trs/latest-draft",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps01/tracked-resource-set-vocab.html",
publishDate: "2022-11-24T12:00Z",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/tracked-resource-set-vocab.html",
publishDate: "2023-07-23T12:00Z",
maxTocLevel: 3,
noConformanceTable: 1,
license: "cc-by-4",
Expand Down
8 changes: 4 additions & 4 deletions specs/trs/tracked-resource-set.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

<script class="remove">
var filePath = "/tracked-resource-set.html";
var status = "PS";
var status = "OS";
var wdBase = "https://oslc-op.github.io/oslc-specs/specs/trs";
var oasisBase = "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0";
var rev = "02";
var rev = "";
var thisBase = wdBase;
if (status !== "WD") {
thisBase = oasisBase + "/" + status.toLowerCase() + rev;
Expand All @@ -26,11 +26,11 @@
specStatus: status,
revision: rev,
thisVersion: thisBase + filePath,
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps01/tracked-resource-set.html",
prevVersion: "https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/tracked-resource-set.html",
latestVersion: oasisBase + filePath,
latestSpecVersion: "https://open-services.net/spec/trs/latest",
edDraftURI: "https://open-services.net/spec/trs/latest-draft",
publishDate: "2022-11-24T12:00Z",
publishDate: "2023-07-23T12:00Z",
maxTocLevel: 3,
conformanceLabelPrefix: "TRS",
license: "cc-by-4",
Expand Down
12 changes: 6 additions & 6 deletions specs/trs/trs-shapes.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 OASIS Open
# Copyright 2023 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 @@ -33,12 +33,12 @@
dcterms:title "Resource Shapes for OSLC TRS" ;
dcterms:description "Shapes for resources defined by OSLC TRS."^^rdf:XMLLiteral ;
dcterms:publisher <https://open-services.net/about/> ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/trs-shapes.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/tracked-resource-set.html> ;
dcterms:hasVersion "PS" ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/os/trs-shapes.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/os/tracked-resource-set.html> ;
dcterms:hasVersion "OS" ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
dcterms:issued "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2022" .
dcterms:issued "2023-07-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2023" .

:TrackedResourceSetShape
a oslc:ResourceShape ;
Expand Down
12 changes: 6 additions & 6 deletions specs/trs/trs-vocab.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2022 OASIS Open
# Copyright 2023 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 @@ -31,12 +31,12 @@ trs:
dcterms:title "OSLC Core Tracked Resource Set vocabulary" ;
rdfs:label "OSLC Core Tracked Resource Set vocabulary" ;
dcterms:description "The OSLC Core Tracked Resource Set vocabulary defines terms used in describing Tracked Resource Sets." ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/trs-vcab.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/ps02/tracked-resource-set.html> ;
dcterms:hasVersion "PS" ;
dcterms:source <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/os/trs-vcab.ttl> ;
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/trs/v3.0/os/tracked-resource-set.html> ;
dcterms:hasVersion "OS" ;
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> ;
dcterms:issued "2022-11-24"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2022" ;
dcterms:issued "2023-07-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
dcterms:dateCopyrighted "2012-2023" ;
vann:preferredNamespacePrefix "trs" .

# Classes
Expand Down

0 comments on commit f76821b

Please sign in to comment.