# PawPub actor link relation

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

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

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

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