solid/authorization-panel

ACP vocabulary base URI problems

Closed this issue · 1 comments

On proposal

ACP

Details

1. Wrong named individual URIs in pseudocode

IRI table uses http for the vocabulary base URI:
image

But pseudocode uses https:
image

2. Vocabulary base URI is not found

$ curl -I http://www.w3.org/ns/solid/acp
HTTP/1.1 404 Not Found

BTW w3.org uses HSTS, so at least browsers will not get an HTTP URI at all.

Acceptance criteria

What actions are needed to resolve this issue? (checklist)

  • Align named individual URIs in pseudocode with definition from IRI table. Addressed in #320.
  • Serve Turtle ontology document from vocabulary base URI. Addressed in #321.
  • Consider https for vocabulary base URI. Addressed in #319 (comment).

I did think that ideally https for vocabulary base URI would be better.

Unfortunately, previously existing implementation work seemed to preclude this change.

I opened a separate issue for serving the vocabulary from its base URI.