pancakes' ActivityStreams namespace

Authors
pancakes <p@pancakes.gay>
Repository
Source
Issues

Namespaces

Alias IRI
as https://www.w3.org/ns/activitystreams#
pancakes https://ns.pancakes.gay/as#

pancakes:pronouns

Extends as:Person

Property Definition Example Value
pancakes:pronouns pancakes:pronouns
{
    "de": "sie/ihr",
    "en": "she/her"
}

Implementation Details

Implementations MUST:

Implementations MUST NOT:

Implementations SHOULD:

Implementations SHOULD NOT:

Implementations MAY:

Examples

as:Person with pancakes:pronouns

{
    "@context": [
        "https://www.w3.org/ns/activitystreams#",
        {
            "pancakes": "https://ns.pancakes.gay/as#",
            "pancakes:pronouns": {
                "@container": "@language"
            }
        }
    ],
    "@type": "Person",
    "name": "Alice",
    "preferredUsername": "alice",
    "pancakes:pronouns": {
        "de": "sie/ihr",
        "en": "she/her"
    }
}