From abbf3ddeef1494a84aa8e7293108ef63f47ac2d9 Mon Sep 17 00:00:00 2001 From: woutslabbinck Date: Thu, 11 Aug 2022 14:44:45 +0200 Subject: [PATCH] fix: update metadata documentation --- documentation/markdown/usage/metadata.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/markdown/usage/metadata.md b/documentation/markdown/usage/metadata.md index 53bfb56f5..c4f42e0f9 100644 --- a/documentation/markdown/usage/metadata.md +++ b/documentation/markdown/usage/metadata.md @@ -105,16 +105,14 @@ With as result for the body a ldp:Container, ldp:BasicContainer, ldp:Resource; dc:modified "2022-06-09T08:17:07.000Z"^^xsd:dateTime; - ldp:inbox ; - ; - dc:description . + ldp:inbox ;. ``` This can also be verified by sending a GET request to the subject resource itself. The inbox location can also be found in the Link headers. ```shell -curl -v 'http://localhost:3000/foo/.meta' +curl -v 'http://localhost:3000/foo/' ``` ```shell