Skip to content

Commit c67d997

Browse files
deploy: c51ba35
1 parent a1b83d3 commit c67d997

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

eventstreams.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Therefore we will use the terms *root node* for the first page, and *subsequent
3535
In the root node, the client will expect these properties to be described on the `ldes:EventStream` entity:
3636
* `ldes:timestampPath`: this is a [SHACL property path](https://www.w3.org/TR/shacl/#property-paths) that identifies an `xsd:dateTime` literal within each member. This timestamp determines the chronological order in which members of the event stream are added. When `ldes:timestampPath` is set, no member can be added to the LDES with a timestamp earlier than the latest published member.
3737
* `ldes:versionOfPath`: when your entities are versioned, this property points at the object that tells you what entity it is a version of (e.g., `dcterms:isVersionOf`).
38-
* `tree:shape`: a [[!SHACL]] shape that can be used to select a search tree in the discovery phase, as well as to validate the members in the event stream.
38+
* `tree:shape`: a [[!SHACL]] shape that can be used to select a search tree in the discovery phase, as well as to validate the members in the event stream. The `sh:NodeShape` linked validates each target of the `tree:member` property. A validator in a consumer pipeline MUST ignore other targets.
3939
* `tree:view`: connects the collection to the current page, or points to one specific root node after dereferencing the `ldes:EventStream` identifier.
4040

4141
In the root node, the current node identified by the URL of the page (a provider can achieve this simply by using a relative IRI `<>`) will be further described using these properties:

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,7 +2016,7 @@
20162016
<div class="head">
20172017
<p data-fill-with="logo"></p>
20182018
<h1 class="p-name no-ref" id="title">Linked Data Event Streams</h1>
2019-
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Living Standard, <time class="dt-updated" datetime="2025-06-12">12 June 2025</time></span></h2>
2019+
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Living Standard, <time class="dt-updated" datetime="2025-07-03">3 July 2025</time></span></h2>
20202020
<div data-fill-with="spec-metadata">
20212021
<dl>
20222022
<dt>This version:
@@ -2031,7 +2031,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span cla
20312031
<div data-fill-with="warning"></div>
20322032
<p class="copyright" data-fill-with="copyright"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" height="15" src="https://licensebuttons.net/p/zero/1.0/80x15.png" width="80"></a> To the extent possible under law, the editors have waived all copyright
20332033
and related or neighboring rights to this work.
2034-
In addition, as of 12 June 2025,
2034+
In addition, as of 3 July 2025,
20352035
the editors have made this specification available under the <a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
20362036
which is available at http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0.
20372037
Parts of this work may be from another specification document. If so, those parts are instead covered by the license of that specification document. </p>
@@ -2107,7 +2107,7 @@ <h2 class="heading settled" data-level="2" id="overview"><span class="secno">2.
21072107
<li data-md>
21082108
<p><code>ldes:versionOfPath</code>: when your entities are versioned, this property points at the object that tells you what entity it is a version of (e.g., <code>dcterms:isVersionOf</code>).</p>
21092109
<li data-md>
2110-
<p><code>tree:shape</code>: a <a data-link-type="biblio" href="#biblio-shacl">[SHACL]</a> shape that can be used to select a search tree in the discovery phase, as well as to validate the members in the event stream.</p>
2110+
<p><code>tree:shape</code>: a <a data-link-type="biblio" href="#biblio-shacl">[SHACL]</a> shape that can be used to select a search tree in the discovery phase, as well as to validate the members in the event stream. The <code>sh:NodeShape</code> linked validates each target of the <code>tree:member</code> property. A validator in a consumer pipeline MUST ignore other targets.</p>
21112111
<li data-md>
21122112
<p><code>tree:view</code>: connects the collection to the current page, or points to one specific root node after dereferencing the <code>ldes:EventStream</code> identifier.</p>
21132113
</ul>

0 commit comments

Comments
 (0)