---
title: "@context"
framework: sirieventsuggestionsmarkup
role: symbol
role_heading: Type
path: "sirieventsuggestionsmarkup/@context"
---

# @context

The open standard reference for interpreting the markup contents.

## Declaration

```data
string @context
```

## Possible Values

http://schema.org:

## Overview

Overview For JSON-LD, the @context for a reservation should always be http://schema.org, as in this example: <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "TrainReservation", "reservationId": "ASDF1234" /* more data goes here */ }}</script> For Microdata, provide the URL as part of the itemtype, as in this example: <section itemscope itemtype="http://schema.org/TrainReservation"> Your reservation <span itemprop="reservationId">ASDF1234</span> is confirmed! /* more data goes here */ </section>

## See Also

### Basic Data Types

- [dateTimeISO8601](sirieventsuggestionsmarkup/datetimeiso8601.md)
- [reservationId](sirieventsuggestionsmarkup/reservationid.md)
- [reservationStatus](sirieventsuggestionsmarkup/reservationstatus.md)
- [URL](sirieventsuggestionsmarkup/url.md)
- [telephone](sirieventsuggestionsmarkup/telephone.md)
