Amadeus Traveler Media · JSON-LD Context

Amadeus Hotel Ratings Hotel Context

JSON-LD context defining the semantic vocabulary for Amadeus Hotel Ratings Hotel from Amadeus Traveler Media.

1 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

amadeus: https://amadeus.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

HotelSentiment

Properties

Property Type Container
hotelId string
type string
overallRating string
numberOfRatings integer
numberOfReviews integer
sentiments string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "amadeus": "https://amadeus.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "HotelSentiment": "amadeus:HotelSentiment",
    "hotelId": {
      "@id": "amadeus:hotelId",
      "@type": "xsd:string"
    },
    "type": {
      "@id": "amadeus:type",
      "@type": "xsd:string"
    },
    "overallRating": {
      "@id": "amadeus:overallRating",
      "@type": "xsd:string"
    },
    "numberOfRatings": {
      "@id": "amadeus:numberOfRatings",
      "@type": "xsd:integer"
    },
    "numberOfReviews": {
      "@id": "amadeus:numberOfReviews",
      "@type": "xsd:integer"
    },
    "sentiments": {
      "@id": "amadeus:sentiments",
      "@type": "xsd:string"
    }
  }
}