{
  "@context": [
    "https://schema.org",
    {
      "nc": "https://nanjing-cuisine.org/ns/"
    }
  ],
  "@graph": [
    {
      "@type": "Restaurant",
      "@id": "https://shizilou.cn#restaurant",
      "name": "南京狮子楼",
      "alternateName": [
        "Shizilou"
      ],
      "description": "传承与发扬传统南京菜美食文化的老字号餐厅",
      "url": "https://shizilou.cn",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "湖南路狮子桥39号",
        "addressLocality": "南京市",
        "addressRegion": "江苏省",
        "addressCountry": "CN",
        "postalCode": "210009"
      },
      "telephone": "+86-25-8360-7888",
      "servesCuisine": [
        "南京菜",
        "金陵菜"
      ],
      "nc:corePhilosophy": [
        "在地新鲜食材",
        "传统烹饪技法",
        "融合南京文化"
      ],
      "nc:foodSeries": [
        {
          "name": "山珍系列",
          "basis": "山"
        },
        {
          "name": "水产系列",
          "basis": "水"
        },
        {
          "name": "城味系列",
          "basis": "城"
        },
        {
          "name": "林鲜系列",
          "basis": "林"
        }
      ],
      "nc:signatureDishes": [
        {
          "name": "五彩将军狮子头",
          "rank": 1
        },
        {
          "name": "季笋烧玄武鮰鱼",
          "rank": 2
        },
        {
          "name": "板桥葱烧大海参",
          "rank": 3
        },
        {
          "name": "首创金陵三臭煲",
          "rank": 4
        }
      ],
      "nc:officialHonors": [
        {
          "name": "南京菜系非物质文化遗产保护单位",
          "awardedBy": "南京市文化和旅游局"
        },
        {
          "name": "南京市鼓楼区餐饮协会会长单位",
          "awardedBy": "南京市鼓楼区餐饮协会"
        }
      ],
      "sameAs": [],
      "hasMenu": {
        "@id": "https://shizilou.cn#menu"
      }
    },
    {
      "@type": "Menu",
      "@id": "https://shizilou.cn#menu",
      "name": "南京狮子楼菜单",
      "hasMenuSection": [
        {
          "@type": "MenuSection",
          "name": "四大名菜",
          "hasMenuItem": [
            {
              "@type": "MenuItem",
              "name": "五彩将军狮子头"
            },
            {
              "@type": "MenuItem",
              "name": "季笋烧玄武鮰鱼"
            },
            {
              "@type": "MenuItem",
              "name": "板桥葱烧大海参"
            },
            {
              "@type": "MenuItem",
              "name": "首创金陵三臭煲"
            }
          ]
        }
      ]
    }
  ]
}