Edamam · JSON-LD Context
Edamam Food And Grocery Database Api Context
JSON-LD context defining the semantic vocabulary for Edamam Food And Grocery Database Api from Edamam.
7 Classes
25 Properties
4 Namespaces
Namespaces
edamam:
https://schema.edamam.com/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
FoodHint
Food
Measure
Nutrient
NutrientsRequest
NutrientsResponse
ParserResponse
Properties
| Property | Type | Container |
|---|---|---|
| food | reference | |
| foodId | string | |
| label | string | |
| knownAs | string | |
| nutrients | reference | |
| category | string | |
| categoryLabel | string | |
| image | reference | |
| measures | reference | set |
| uri | string | |
| weight | decimal | |
| quantity | decimal | |
| unit | string | |
| ingredients | reference | set |
| measureURI | string | |
| calories | integer | |
| totalWeight | decimal | |
| dietLabels | string | set |
| healthLabels | string | set |
| totalNutrients | reference | |
| totalDaily | reference | |
| text | string | |
| parsed | reference | set |
| hints | reference | set |
| _links | reference |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"edamam": "https://schema.edamam.com/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"FoodHint": "edamam:FoodHint",
"Food": "edamam:Food",
"Measure": "edamam:Measure",
"Nutrient": "edamam:Nutrient",
"NutrientsRequest": "edamam:NutrientsRequest",
"NutrientsResponse": "edamam:NutrientsResponse",
"ParserResponse": "edamam:ParserResponse",
"food": {
"@id": "edamam:food",
"@type": "@id"
},
"foodId": {
"@id": "edamam:foodId",
"@type": "xsd:string"
},
"label": {
"@id": "schema:name",
"@type": "xsd:string"
},
"knownAs": {
"@id": "edamam:knownAs",
"@type": "xsd:string"
},
"nutrients": {
"@id": "edamam:nutrients",
"@type": "@id"
},
"category": {
"@id": "edamam:category",
"@type": "xsd:string"
},
"categoryLabel": {
"@id": "edamam:categoryLabel",
"@type": "xsd:string"
},
"image": {
"@id": "schema:image",
"@type": "@id"
},
"measures": {
"@id": "edamam:measures",
"@container": "@set",
"@type": "@id"
},
"uri": {
"@id": "edamam:uri",
"@type": "xsd:string"
},
"weight": {
"@id": "edamam:weight",
"@type": "xsd:decimal"
},
"quantity": {
"@id": "edamam:quantity",
"@type": "xsd:decimal"
},
"unit": {
"@id": "edamam:unit",
"@type": "xsd:string"
},
"ingredients": {
"@id": "edamam:ingredients",
"@container": "@set",
"@type": "@id"
},
"measureURI": {
"@id": "edamam:measureURI",
"@type": "xsd:string"
},
"calories": {
"@id": "edamam:calories",
"@type": "xsd:integer"
},
"totalWeight": {
"@id": "edamam:totalWeight",
"@type": "xsd:decimal"
},
"dietLabels": {
"@id": "edamam:dietLabels",
"@container": "@set",
"@type": "xsd:string"
},
"healthLabels": {
"@id": "edamam:healthLabels",
"@container": "@set",
"@type": "xsd:string"
},
"totalNutrients": {
"@id": "edamam:totalNutrients",
"@type": "@id"
},
"totalDaily": {
"@id": "edamam:totalDaily",
"@type": "@id"
},
"text": {
"@id": "edamam:text",
"@type": "xsd:string"
},
"parsed": {
"@id": "edamam:parsed",
"@container": "@set",
"@type": "@id"
},
"hints": {
"@id": "edamam:hints",
"@container": "@set",
"@type": "@id"
},
"_links": {
"@id": "edamam:_links",
"@type": "@id"
}
}
}