solid / vocab

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

Update Spec Terms vocab and publish Solid Notifications Protocol vocab and JSON-LD context #88

Closed csarven closed 1 year ago

csarven commented 1 year ago

Needs to be updated:

Needs to be published:


@pchampin , will also assign the issue to you once you accept the invitation to be a collaborator in this repo.

pchampin commented 1 year ago

@csarven sorry I missed this earlier. The invite seems to have expired :frowning: . Can you invite me again? Thanks

timbl commented 1 year ago

Now done https://www.w3.org/ns/solid/notifications-context/v1

csarven commented 1 year ago
$ curl -iLH'Accept: application/ld+json' https://www.w3.org/ns/solid/notifications-context/v1

HTTP/2 200 
content-type: application/ld+json
content-location: v1.jsonld

...

HTML REPRESENTATION OF
https://github.com/solid/vocab/blob/main/solid-notifications-context.jsonld
IS IN THE PAYLOAD BODY.

The intention was to use the raw JSON-LD: https://raw.githubusercontent.com/solid/vocab/main/solid-notifications-context.jsonld in the response of https://www.w3.org/ns/solid/notifications-context/v1 .

I figured there'd be a copy of https://raw.githubusercontent.com/solid/vocab/main/solid-notifications-context.jsonld at w3.org .

Perhaps you need to use https://raw.githubusercontent.com/solid/vocab/main/solid-notifications-context.jsonld in the W3C server configuration (.htaccess?) instead of https://github.com/solid/vocab/blob/main/solid-notifications-context.jsonld

pchampin commented 1 year ago

this is now fixed

csarven commented 1 year ago

Thank you both.