# Linked Data

Retrieve structured data about Patrick Colm Audley in standard linked-data formats.

## Endpoints

| Format | URL | Content-Type |
|--------|-----|-------------|
| JSON-LD | `https://patrickaudley.com/index.jsonld` | `application/ld+json` |
| Turtle | `https://patrickaudley.com/index.ttl` | `text/turtle` |
| N-Triples | `https://patrickaudley.com/index.nt` | `application/n-triples` |
| FOAF | `https://patrickaudley.com/foaf.rdf` | `application/rdf+xml` |
| VoID | `https://patrickaudley.com/.well-known/void.ttl` | `text/turtle` |

## Content negotiation

Requesting the site root with an appropriate `Accept` header returns the matching format:

- `Accept: application/ld+json` → JSON-LD graph
- `Accept: text/turtle` → Turtle serialisation
- `Accept: application/n-triples` → N-Triples

HTML remains the default for unqualified requests.

## Schema

The JSON-LD graph uses Schema.org vocabulary (`https://schema.org/`) and describes a `Person` entity with affiliations, publications, patents, projects, and skills. The VoID description at `/.well-known/void.ttl` documents the dataset structure.
