Skip to content

Commit 49ed35d

Browse files
authored
Update Core PS02 release metadata (#508)
1 parent 194cbd3 commit 49ed35d

5 files changed

Lines changed: 19 additions & 18 deletions

File tree

specs/core/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var specConfig = {
2-
status: "WD",
2+
status: "PS",
33
revision: "02",
4-
publishDate: null,
4+
publishDate: "2021-04-23",
55
previousPublishDate: "2020-09-17",
66
previousMaturity: "PS",
77
};

specs/core/core-shapes.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
rdfs:label "The OSLC Core Constraints" ;
3030
dcterms:publisher <https://open-services.net/about/> ;
3131
dcterms:source <https://github.com/oslc-op/oslc-specs/blob/master/specs/core/core-shapes.ttl> ;
32-
# dcterms:hasVersion "PS01" ;
33-
# dcterms:issued "2020-09-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
34-
# dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/core/v3.0/ps01/oslc-core.html> ;
32+
dcterms:hasVersion "PS02" ;
33+
dcterms:issued "2021-04-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
34+
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/core/v3.0/ps02/oslc-core.html> ;
3535
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> .
3636

3737

specs/core/core-vocab.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ oslc:
2828
vann:preferredNamespacePrefix "oslc" ;
2929
dcterms:publisher <https://open-services.net/about/> ;
3030
dcterms:source <https://github.com/oslc-op/oslc-specs/blob/master/specs/core/core-vocab.ttl> ;
31-
# dcterms:hasVersion "PS01" ;
32-
# dcterms:issued "2020-09-17"^^<http://www.w3.org/2001/XMLSchema#date> ;
33-
# dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/core/v3.0/ps01/oslc-core.html> ;
31+
dcterms:hasVersion "PS02" ;
32+
dcterms:issued "2021-04-23"^^<http://www.w3.org/2001/XMLSchema#date> ;
33+
dcterms:isPartOf <https://docs.oasis-open-projects.org/oslc-op/core/v3.0/ps02/oslc-core.html> ;
3434
dcterms:license <http://www.apache.org/licenses/LICENSE-2.0> .
3535

3636
# ********** Resource Types (Classes) **********

specs/core/oslc-core.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@
139139
status: "Internet Standard",
140140
publisher: "IETF",
141141
},
142+
OSLCQuery: {
143+
title: "OSLC Query Version 3.0",
144+
href: "https://docs.oasis-open-projects.org/oslc-op/query/v3.0/oslc-query.html",
145+
authors: ["Jim Amsden", "S. Padgett", "S. Speicher", "David Honey"],
146+
status: "Project Specification",
147+
publisher: "OASIS",
148+
},
142149
},
143150

144151
// ===== Spec settings =====
@@ -917,9 +924,9 @@ <h2>Query</h2>
917924
through a common query mechanism.
918925
</p>
919926
<p class="conformance">
920-
OSLC Servers MAY support a <em>Query Capability</em> as defined in
921-
<a href="../query/oslc-query.html">OSLC Query Version 3.0</a> to enable clients to perform selection and
922-
projection operations in order to retrieve a selected subset of resources and property values from an LDPC.
927+
OSLC Servers MAY support a <em>Query Capability</em> as defined in [[!OSLCQuery]] to enable clients to
928+
perform selection and projection operations in order to retrieve a selected subset of resources and property
929+
values from an LDPC.
923930
</p>
924931
</section>
925932

specs/core/resource-shape.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,6 @@
118118
href: "http://events.linkeddata.org/ldow2013/papers/ldow2013-paper-02.pdf",
119119
authors: ["Arthur Ryman", "Arnaud Le Hors", "Steve Speicher"],
120120
},
121-
LDINT: {
122-
title: "Linked Data Interfaces: Define REST API contracts for RDF resource representations",
123-
href: "http://www.ibm.com/developerworks/rational/library/linked-data-oslc-resource-shapes/",
124-
authors: ["Arthur Ryman"],
125-
publisher: "IBM",
126-
},
127121
ShapesRDFVAL: {
128122
title: "OSLC Resource Shape: A Linked Data Constraint Language",
129123
href: "http://www.w3.org/2001/sw/wiki/images/b/b7/RDFVal_Fokuoe_Ryman.pdf",
@@ -638,7 +632,7 @@ <h2>Associating and Applying Shapes</h2>
638632
<h2>A Running Example of Shape Resources</h2>
639633
<p>
640634
This section presents a simple running example to illustrate the Shapes specification. For more examples,
641-
refer to [[LDINT]], [[LDOW2013]], and [[ShapesRDFVAL]].
635+
refer to [[LDOW2013]], and [[ShapesRDFVAL]].
642636
</p>
643637

644638
<p>

0 commit comments

Comments
 (0)