From a1fca3daba3209f3d505b958d2ebc7edcc824339 Mon Sep 17 00:00:00 2001 From: silverpill Date: Sun, 15 Mar 2026 18:22:13 +0000 Subject: [PATCH] Deploying from 33637a2cacfc1f5bcb808d5120374f413bc95dc2 [SKIP CI] --- fep/34c1/fep-34c1.jsonld | 2 + fep/34c1/fep-34c1.ttl | 12 ++ fep/34c1/index.html | 106 ++++++++++--- search/search_index.json | 2 +- sitemap.xml | 314 +++++++++++++++++++-------------------- sitemap.xml.gz | Bin 1076 -> 1076 bytes 6 files changed, 259 insertions(+), 177 deletions(-) diff --git a/fep/34c1/fep-34c1.jsonld b/fep/34c1/fep-34c1.jsonld index 4446ac1..70cf54e 100644 --- a/fep/34c1/fep-34c1.jsonld +++ b/fep/34c1/fep-34c1.jsonld @@ -16,6 +16,8 @@ "FilterRequest": "fep34c1:FilterRequest", "FilterEndpoint": "fep34c1:FilterEndpoint", "pageSize": "fep34c1:pageSize", + "myFollowees": {"@id": "fep34c1:myFollowees", "@type": "@id"}, + "myAudience": {"@id": "fep34c1:myAudience", "@type": "@id"}, "relation": {"@id": "tree:relation", "@type": "@id"}, "path": {"@id": "tree:path", "@type": "@id"}, diff --git a/fep/34c1/fep-34c1.ttl b/fep/34c1/fep-34c1.ttl index 907eacb..113d591 100644 --- a/fep/34c1/fep-34c1.ttl +++ b/fep/34c1/fep-34c1.ttl @@ -40,3 +40,15 @@ fep34c1:pageSize rdfs:comment "Number of items per page in filter response." ; rdfs:domain fep34c1:FilterRequest ; rdfs:range xsd:nonNegativeInteger . + +# ── Placeholder Properties ────────────────────────────────────────── + +fep34c1:myFollowees + a owl:ObjectProperty ; + rdfs:label "myFollowees" ; + rdfs:comment "Server-resolved placeholder. Replaced at query time with the set of actor IRIs from the authenticated actor's following collection." . + +fep34c1:myAudience + a owl:ObjectProperty ; + rdfs:label "myAudience" ; + rdfs:comment "Server-resolved placeholder. Replaced at query time with all collection IRIs in which the authenticated actor is known to be a member (at minimum the followers collections of followed actors)." . diff --git a/fep/34c1/index.html b/fep/34c1/index.html index e60c9eb..7e4de75 100644 --- a/fep/34c1/index.html +++ b/fep/34c1/index.html @@ -520,6 +520,28 @@ + + +
  • + + + + fep34c1:myFollowees + + + + +
  • + +
  • + + + + fep34c1:myAudience + + + +
  • @@ -663,10 +685,10 @@