File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ This document uses the following RDF vocabularies and corresponding namespace pr
3939 <td> <code>xs
4040 <td> <samp>http://www.w3.org/2001/XMLSchema#
4141 <td> [[!XMLSCHEMA11-1]]
42- <tbody >
4342 <tr>
4443 <td> <code>as
4544 <td> <samp>https://www.w3.org/ns/activitystreams#
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ A [PREP] notification from an LDP Resource on a [=Solid server=] MUST have the f
88
99<dl >
1010
11- <dt id =" notification-property-id " ><code >*id* & lt ; xs:string> </code >
12- <dd > an opaque identifier for the notification. Can be used to set `Last-Event-ID` in a subsequent [PREP] notifications request .
11+ <dt id =" notification-property-id " ><code >*id*</code >
12+ <dd > an absolute IRI (Internationalized Resource Identifier) that uniquely identifies the notification .
1313
14- <dt id =" notification-property-type " ><code >*type* < ; as:Activity></code >
14+ <dt id =" notification-property-type " ><code >*as: type* < ; as:Activity></code >
1515 <dd > the [[ACTIVITYSTREAMS-VOCABULARY#activity-types|type of activity]] that triggered the notification.
1616
17- <dt id =" notification-property-published " ><code >*published* < ; xs:dateTime></code >
17+ <dt id =" notification-property-published " ><code >*as: published* < ; xs:dateTime></code >
1818 <dd > the date and time of the notification.
1919
2020</dl >
@@ -23,8 +23,8 @@ A [PREP] notification from an LDP Resource on a [=Solid server=] SHOULD have the
2323
2424<dl >
2525
26- <dt id =" notification-property-state " ><code >*state* < ; xs:string></code >
27- <dd > an opaque identifier for the last known state of the resource.
26+ <dt id =" notification-property-state " ><code >*notify: state* < ; xs:string></code >
27+ <dd > an opaque identifier for the last known state of the resource. Can be used to set `Last-Event-ID` in a subsequent [PREP] notifications request.
2828
2929</dl >
3030
You can’t perform that action at this time.
0 commit comments