TheCocktailDB · JSON-LD Context
Thecocktaildb Context
JSON-LD context defining the semantic vocabulary for Thecocktaildb from TheCocktailDB.
4 Classes
26 Properties
4 Namespaces
Namespaces
cocktaildb:
https://www.thecocktaildb.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
Drink
ListResponse
FilterResponse
CocktailsResponse
Properties
| Property | Type | Container |
|---|---|---|
| idDrink | string | |
| strDrink | string | |
| strDrinkAlternate | string | |
| strTags | string | |
| strVideo | string | |
| strCategory | string | |
| strIBA | string | |
| strAlcoholic | string | |
| strGlass | string | |
| strInstructions | string | |
| strInstructionsES | string | |
| strInstructionsDE | string | |
| strInstructionsFR | string | |
| strInstructionsIT | string | |
| strDrinkThumb | string | |
| strIngredient1 | string | |
| strIngredient2 | string | |
| strIngredient3 | string | |
| strMeasure1 | string | |
| strMeasure2 | string | |
| strMeasure3 | string | |
| strImageSource | string | |
| strImageAttribution | string | |
| strCreativeCommonsConfirmed | string | |
| dateModified | string | |
| drinks | string | set |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"cocktaildb": "https://www.thecocktaildb.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Drink": "cocktaildb:Drink",
"ListResponse": "cocktaildb:ListResponse",
"FilterResponse": "cocktaildb:FilterResponse",
"CocktailsResponse": "cocktaildb:CocktailsResponse",
"idDrink": {
"@id": "cocktaildb:idDrink",
"@type": "xsd:string"
},
"strDrink": {
"@id": "cocktaildb:strDrink",
"@type": "xsd:string"
},
"strDrinkAlternate": {
"@id": "cocktaildb:strDrinkAlternate",
"@type": "xsd:string"
},
"strTags": {
"@id": "cocktaildb:strTags",
"@type": "xsd:string"
},
"strVideo": {
"@id": "cocktaildb:strVideo",
"@type": "xsd:string"
},
"strCategory": {
"@id": "cocktaildb:strCategory",
"@type": "xsd:string"
},
"strIBA": {
"@id": "cocktaildb:strIBA",
"@type": "xsd:string"
},
"strAlcoholic": {
"@id": "cocktaildb:strAlcoholic",
"@type": "xsd:string"
},
"strGlass": {
"@id": "cocktaildb:strGlass",
"@type": "xsd:string"
},
"strInstructions": {
"@id": "cocktaildb:strInstructions",
"@type": "xsd:string"
},
"strInstructionsES": {
"@id": "cocktaildb:strInstructionsES",
"@type": "xsd:string"
},
"strInstructionsDE": {
"@id": "cocktaildb:strInstructionsDE",
"@type": "xsd:string"
},
"strInstructionsFR": {
"@id": "cocktaildb:strInstructionsFR",
"@type": "xsd:string"
},
"strInstructionsIT": {
"@id": "cocktaildb:strInstructionsIT",
"@type": "xsd:string"
},
"strDrinkThumb": {
"@id": "cocktaildb:strDrinkThumb",
"@type": "xsd:string"
},
"strIngredient1": {
"@id": "cocktaildb:strIngredient1",
"@type": "xsd:string"
},
"strIngredient2": {
"@id": "cocktaildb:strIngredient2",
"@type": "xsd:string"
},
"strIngredient3": {
"@id": "cocktaildb:strIngredient3",
"@type": "xsd:string"
},
"strMeasure1": {
"@id": "cocktaildb:strMeasure1",
"@type": "xsd:string"
},
"strMeasure2": {
"@id": "cocktaildb:strMeasure2",
"@type": "xsd:string"
},
"strMeasure3": {
"@id": "cocktaildb:strMeasure3",
"@type": "xsd:string"
},
"strImageSource": {
"@id": "cocktaildb:strImageSource",
"@type": "xsd:string"
},
"strImageAttribution": {
"@id": "cocktaildb:strImageAttribution",
"@type": "xsd:string"
},
"strCreativeCommonsConfirmed": {
"@id": "cocktaildb:strCreativeCommonsConfirmed",
"@type": "xsd:string"
},
"dateModified": {
"@id": "cocktaildb:dateModified",
"@type": "xsd:string"
},
"drinks": {
"@id": "cocktaildb:drinks",
"@container": "@set",
"@type": "xsd:string"
}
}
}