From 956c68f7b08943231624757c7f796b84248b30df Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 27 Dec 2023 19:52:55 +0100 Subject: [PATCH] Remove specific relationships from JSON-LD context Follows-up on https://github.com/w3c/activitystreams/issues/406 The terms were removed from the specifications (in commit a43c3d44b82dd989181a4150ea4461ca3f8f216a ) but not in JSON-LD context. --- ns/activitystreams.jsonld | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ns/activitystreams.jsonld b/ns/activitystreams.jsonld index 037026c..f5687e3 100644 --- a/ns/activitystreams.jsonld +++ b/ns/activitystreams.jsonld @@ -61,10 +61,6 @@ "Read": "as:Read", "Move": "as:Move", "Travel": "as:Travel", - "IsFollowing": "as:IsFollowing", - "IsFollowedBy": "as:IsFollowedBy", - "IsContact": "as:IsContact", - "IsMember": "as:IsMember", "subject": { "@id": "as:subject", "@type": "@id"