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 @@