diff --git a/src/sections/conformance.md b/src/sections/conformance.md index 7e3d281..c624f3e 100644 --- a/src/sections/conformance.md +++ b/src/sections/conformance.md @@ -39,7 +39,6 @@ This document uses the following RDF vocabularies and corresponding namespace pr
xs
http://www.w3.org/2001/XMLSchema#
[[!XMLSCHEMA11-1]]
-
as
https://www.w3.org/ns/activitystreams#
diff --git a/src/sections/data-model.md b/src/sections/data-model.md
index b549dbc..565ed40 100644
--- a/src/sections/data-model.md
+++ b/src/sections/data-model.md
@@ -8,13 +8,13 @@ A [PREP] notification from an LDP Resource on a [=Solid server=] MUST have the f
- *id* <xs:string>
- - an opaque identifier for the notification. Can be used to set `Last-Event-ID` in a subsequent [PREP] notifications request.
+
*id*
+ - an absolute IRI (Internationalized Resource Identifier) that uniquely identifies the notification.
-
*type* <as:Activity>
+ *as:type* <as:Activity>
- the [[ACTIVITYSTREAMS-VOCABULARY#activity-types|type of activity]] that triggered the notification.
-
*published* <xs:dateTime>
+ *as:published* <xs:dateTime>
- the date and time of the notification.
@@ -23,8 +23,8 @@ A [PREP] notification from an LDP Resource on a [=Solid server=] SHOULD have the
- *state* <xs:string>
- - an opaque identifier for the last known state of the resource.
+
*notify:state* <xs:string>
+ - 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.