solid / vocab

Solid Vocabularies
https://solid.github.io/vocab/
42 stars 14 forks source link

Add Solid Notification JSON-LD context #62

Closed acoburn closed 1 year ago

acoburn commented 2 years ago

This defines a JSON-LD @context for use with the Solid Notifications Protocol 0.1

The notification specification describes this resource as being available at https://www.w3.org/ns/solid/notification/v1, which follows a similar naming convention from the W3C Verifiable Credentials data model. See, for instance: https://www.w3.org/2018/credentials/v1

In addition, this defines an RDF vocabulary for the terms used in the Solid Notifications Protocol 0.1. The turtle is intended to be published at the URL: http://www.w3.org/ns/solid/notifications

/cc @csarven

acoburn commented 2 years ago

In the process of adding rdfs:isDefinedBy references to the corresponding specification locations, I found that a number of these terms are not currently defined by the Notifications Protocol. I have opened an issue to track that: https://github.com/solid/notifications/issues/67

csarven commented 1 year ago

Approving but merging into the notifications branch while WIP.