diff --git a/src/sections/conformance.md b/src/sections/conformance.md index 7e3d281..00789ad 100644 --- a/src/sections/conformance.md +++ b/src/sections/conformance.md @@ -35,11 +35,14 @@ This document uses the following RDF vocabularies and corresponding namespace pr Namespace Description + + rdf + https://www.w3.org/1999/02/22-rdf-syntax-ns# + [[!RDF-SCHEMA]] 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..af08300 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* <rdfs:subject> +
a unique identifier for a 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.