diff --git a/src/index.bs b/src/index.bs index d2c9a37..922461a 100644 --- a/src/index.bs +++ b/src/index.bs @@ -20,7 +20,7 @@ Editor: Rahul Gupta, https://cxres.pages.dev/profile/#i !Authors: Rahul Gupta !Authors: elf Pavlik Abstract: - Solid-PREP defines representation and semantics for notifications sent from LDP Resources hosted on Solid servers using the Per Resource Events Protocol. + Solid-PREP defines representation and semantics for linked data based notifications sent from resources hosted on Solid servers using the Per Resource Events Protocol. Status Text: This section describes the status of this document at the time of its publication. diff --git a/src/sections/activity-mapping.md b/src/sections/activity-mapping.md index f97dde7..2155a41 100644 --- a/src/sections/activity-mapping.md +++ b/src/sections/activity-mapping.md @@ -1,17 +1,17 @@ # Activity Mapping # {#activity-mapping} -A [=Solid server=] sending a [PREP] notification as a result of some activity on an LDP Resource MUST set the [type](#notification-property-type) property as the [[ACTIVITYSTREAMS-VOCABULARY#activity-types|type of activity]] that triggered the notification as specified by the Activity Streams vocabulary [[ACTIVITYSTREAMS-VOCABULARY]]. +A [=Solid server=] sending a [PROTOCOL] notification as a result of some activity on a resource MUST set the [type](#notification-property-type) property as the [[ACTIVITYSTREAMS-VOCABULARY#activity-types|type of activity]] that triggered the notification as specified by the Activity Streams vocabulary [[ACTIVITYSTREAMS-VOCABULARY]].
Request Method
diff --git a/src/sections/data-model.md b/src/sections/data-model.md
index 565ed40..4aac4fa 100644
--- a/src/sections/data-model.md
+++ b/src/sections/data-model.md
@@ -4,7 +4,7 @@ The core notification data is expressed with the Activity Streams [[ACTIVITYSTRE
## Properties ## {#notification-properties}
-A [PREP] notification from an LDP Resource on a [=Solid server=] MUST have the following properties:
+A [PROTOCOL] notification from an resource on a [=Solid server=] MUST have the following properties:
[[PREP#accept-events|Accept-Events]] header field indicates a preferred media type of `application/ld+json` [[!JSON-LD11]].
+A [=Solid server=] implementing [PROTOCOL] on an resource MUST accept [[PREP#request|requests]] [[!PREP]] when the `accept` [[PREP#event-field|event-field]] associated with the `"prep"` list item in the [[PREP#accept-events|Accept-Events]] header field indicates a preferred media type of `application/ld+json` [[!JSON-LD11]].
Request for Solid-PREP Notifications
diff --git a/src/sections/response.md b/src/sections/response.md
index 8d1a58b..edb7b01 100644
--- a/src/sections/response.md
+++ b/src/sections/response.md
@@ -1,6 +1,6 @@
# Response # {#Response}
-A [=Solid server=] implementing [SUPER] on an LDP Resource MUST be able to transmit [PREP] notifications using the `application/ld+json` [[!JSON-LD11]] media type. It MAY also support other media types to transmit [PREP] notifications.
+A [=Solid server=] implementing [PROTOCOL] on an resource MUST be able to transmit [PREP] notifications using the `application/ld+json` [[!JSON-LD11]] media type. It MAY also support other media types to transmit [PREP] notifications.
Response with Solid-PREP Notifications
diff --git a/src/sections/triggers.md b/src/sections/triggers.md
index d528869..5af3794 100644
--- a/src/sections/triggers.md
+++ b/src/sections/triggers.md
@@ -1,6 +1,6 @@
# Triggers # {#triggers}
-A [=Solid server=] implementing the [SUPER] on an LDP Resource SHOULD send a [PREP] notification when the state of the said resource is modified.
+A [=Solid server=] implementing the [PROTOCOL] on a resource SHOULD send a [PREP] notification when the state of the said resource is modified.
A [=Solid server=] MUST NOT transmit a [PREP] notification before the resource has been modified and a confirmation (if necessary) has been sent to (but might not have been received by) the agent that initiated the resource modification.
|
|---|