From c6b90696bc4331881abbbf6cfd10bb8d4f236104 Mon Sep 17 00:00:00 2001 From: bumblefudge Date: Fri, 11 Oct 2024 20:30:18 +0000 Subject: [PATCH] FEP-5e53 : add fancy `@Context` file for new terms added by FEP-5e53 (#348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I barely have the faintest idea how `@Context` files work, but I think this way of declaring new terms helps them be merged into others? If not, please advise LD-wizards 🧙 Recreates the accidentally-deleted branch from [earlier PR 329](https://codeberg.org/fediverse/fep/pulls/329/files). Not sure how to tag @a or @dmarti for review but at least I can link this from the tracking issue #327 ? Co-authored-by: bumblefudge Reviewed-on: https://codeberg.org/fediverse/fep/pulls/348 Co-authored-by: bumblefudge Co-committed-by: bumblefudge --- fep/5e53/context.jsonld | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fep/5e53/context.jsonld diff --git a/fep/5e53/context.jsonld b/fep/5e53/context.jsonld new file mode 100644 index 0000000..f9b2b7c --- /dev/null +++ b/fep/5e53/context.jsonld @@ -0,0 +1,14 @@ +{ + "@context": { + "xRobotsTag": { + "@id": "https://www.robotstxt.org/meta.html", + "@type": "@id", + "@container": "@list" + }, + "SPC": { + "@id": "https://privacycg.github.io/gpc-spec/#the-sec-gpc-header-field-for-http-requests", + "@type": "@id", + "@container": "@list" + } + } +}