New York Public Library Whats On The Menu Context

JSON-LD context defining the semantic vocabulary for New York Public Library Whats On The Menu from New York Public Library What's On The Menu.

26 Classes 21 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dct: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#
menu: https://raw.githubusercontent.com/api-evangelist/new-york-public-library-whats-on-the-menu/refs/heads/main/vocabulary/new-york-public-library-whats-on-the-menu-vocabulary.yml#

Classes

Dataset Menu MenuPage MenuItem Dish id type name description sponsor event venue place physical_description occasion notes call_number keywords language location location_type currency currency_symbol status image_id uuid

Properties

Property Type Container
date date
page_count integer
dish_count integer
menu_id reference
page_number integer
full_height integer
full_width integer
menu_page_id reference
dish_id reference
price decimal
high_price decimal
xpos double
ypos double
created_at dateTime
updated_at dateTime
menus_appeared integer
times_appeared integer
first_appeared gYear
last_appeared gYear
lowest_price decimal
highest_price decimal

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "menu": "https://raw.githubusercontent.com/api-evangelist/new-york-public-library-whats-on-the-menu/refs/heads/main/vocabulary/new-york-public-library-whats-on-the-menu-vocabulary.yml#",

    "Dataset": "schema:Dataset",
    "Menu": "schema:Menu",
    "MenuPage": "schema:CreativeWork",
    "MenuItem": "schema:MenuItem",
    "Dish": "schema:MenuItem",

    "id": "@id",
    "type": "@type",
    "name": "schema:name",
    "description": "schema:description",

    "sponsor": "schema:sponsor",
    "event": "menu:event",
    "venue": "menu:venue",
    "place": "schema:contentLocation",
    "physical_description": "dct:format",
    "occasion": "menu:occasion",
    "notes": "schema:comment",
    "call_number": "dct:identifier",
    "keywords": "schema:keywords",
    "language": "dct:language",
    "date": { "@id": "dct:date", "@type": "xsd:date" },
    "location": "schema:contentLocation",
    "location_type": "menu:locationType",
    "currency": "schema:priceCurrency",
    "currency_symbol": "menu:currencySymbol",
    "status": "menu:transcriptionStatus",
    "page_count": { "@id": "menu:pageCount", "@type": "xsd:integer" },
    "dish_count": { "@id": "menu:dishCount", "@type": "xsd:integer" },

    "menu_id": { "@id": "menu:menu", "@type": "@id" },
    "page_number": { "@id": "menu:pageNumber", "@type": "xsd:integer" },
    "image_id": "menu:imageId",
    "full_height": { "@id": "schema:height", "@type": "xsd:integer" },
    "full_width": { "@id": "schema:width", "@type": "xsd:integer" },
    "uuid": "dct:identifier",

    "menu_page_id": { "@id": "menu:menuPage", "@type": "@id" },
    "dish_id": { "@id": "menu:dish", "@type": "@id" },
    "price": { "@id": "schema:price", "@type": "xsd:decimal" },
    "high_price": { "@id": "menu:highPrice", "@type": "xsd:decimal" },
    "xpos": { "@id": "menu:xpos", "@type": "xsd:double" },
    "ypos": { "@id": "menu:ypos", "@type": "xsd:double" },
    "created_at": { "@id": "dct:created", "@type": "xsd:dateTime" },
    "updated_at": { "@id": "dct:modified", "@type": "xsd:dateTime" },

    "menus_appeared": { "@id": "menu:menusAppeared", "@type": "xsd:integer" },
    "times_appeared": { "@id": "menu:timesAppeared", "@type": "xsd:integer" },
    "first_appeared": { "@id": "menu:firstAppeared", "@type": "xsd:gYear" },
    "last_appeared": { "@id": "menu:lastAppeared", "@type": "xsd:gYear" },
    "lowest_price": { "@id": "menu:lowestPrice", "@type": "xsd:decimal" },
    "highest_price": { "@id": "menu:highestPrice", "@type": "xsd:decimal" }
  }
}