Actor link relation

The URI of this page (https://pawpub.entities.org.uk/rel/actor) represents the link relation for an actor. You can use it in an HTML <link/> element like this:

<link rel="https://pawpub.entities.org.uk/rel/actor" href="..."> 

or in a JRD document (e.g. for WebFinger) like this:

{
    "subject": "...",
    "links": [
        {
            "rel": "https://pawpub.entities.org.uk/rel/actor",
            "href": "...", 
            "type": "application/json"
        }
    ]
}