diff --git a/awoo.jsonld b/awoo.jsonld new file mode 100644 index 0000000..1e4d757 --- /dev/null +++ b/awoo.jsonld @@ -0,0 +1,9 @@ +{ + "@context": { + "id": "@id", + "type": "@type", + "awoo": "https://awoo.systems/ns#", + "isCat": "awoo:isCat", + "pronouns": "awoo:pronouns" + } +} diff --git a/private/rules.rkt b/private/rules.rkt index e69eceb..9baeca3 100644 --- a/private/rules.rkt +++ b/private/rules.rkt @@ -29,7 +29,7 @@ 'PropertyValue "schema:PropertyValue" 'value "schema:value" 'discoverable "toot:discoverable" - ;; todo put an actual ns here + ;; welcome to the awoo zone 'awoo "https://awoo.systems/ns#" ;; misskey has no ns for this so i'm stealing it 'isCat "awoo:isCat"