regal-entertainment-group · JSON-LD Context

Regal Entertainment Group Context

JSON-LD context defining the semantic vocabulary for Regal Entertainment Group from regal-entertainment-group.

35 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
regal: https://api-evangelist.github.io/regal-entertainment-group/vocab#

Classes

id type Movie title synopsis rating runtime releaseDate genres poster trailerUrl cast director Theatre theatreName address phone amenities screens coordinates lat lng Showtime startTime format seatsAvailable TicketOrder orderId confirmationCode totalAmount LoyaltyMember memberId tier creditBalance lifetimeCredits

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "regal": "https://api-evangelist.github.io/regal-entertainment-group/vocab#",
    "id": "@id",
    "type": "@type",
    "Movie": "schema:Movie",
    "title": "schema:name",
    "synopsis": "schema:description",
    "rating": "schema:contentRating",
    "runtime": "schema:duration",
    "releaseDate": "schema:datePublished",
    "genres": "schema:genre",
    "poster": "schema:image",
    "trailerUrl": "schema:trailer",
    "cast": "schema:actor",
    "director": "schema:director",
    "Theatre": "schema:MovieTheater",
    "theatreName": "schema:name",
    "address": "schema:address",
    "phone": "schema:telephone",
    "amenities": "schema:amenityFeature",
    "screens": "regal:screens",
    "coordinates": "schema:geo",
    "lat": "schema:latitude",
    "lng": "schema:longitude",
    "Showtime": "schema:ScreeningEvent",
    "startTime": "schema:startDate",
    "format": "regal:screeningFormat",
    "seatsAvailable": "schema:remainingAttendeeCapacity",
    "TicketOrder": "schema:Order",
    "orderId": "schema:orderNumber",
    "confirmationCode": "schema:confirmationNumber",
    "totalAmount": "schema:price",
    "LoyaltyMember": "schema:Person",
    "memberId": "schema:identifier",
    "tier": "regal:loyaltyTier",
    "creditBalance": "regal:loyaltyCreditBalance",
    "lifetimeCredits": "regal:lifetimeLoyaltyCredits"
  }
}