{
  "slug": "the-aviary",
  "editor": "david@harmonic-systems.org",
  "lastReviewed": "2026-04-25",
  "sources": [
    "https://columbiacountytourism.org/business/the-aviary/"
  ],
  "notes": "Hard case per ontology: restaurant-in-historic-building is two linked Places. The Mill is modelled separately because it outlives any particular tenant. The Mill's @id is a fragment within this file.",
  "jsonld": {
    "@context": [
      "https://schema.org",
      { "kh": "https://fieldreports.harmonic-systems.org/ns/kh#" }
    ],
    "@graph": [
      {
        "@type": "Restaurant",
        "@id": "https://fieldreports.harmonic-systems.org/schema/places/the-aviary.json",
        "name": "The Aviary",
        "description": "Restaurant occupying the soaring cathedral-ceilinged interior of the historic Kinderhook Knitting Mill.",
        "containedInPlace": { "@id": "https://fieldreports.harmonic-systems.org/schema/places/the-aviary.json#kinderhook-knitting-mill" },
        "address": {
          "@type": "PostalAddress",
          "addressLocality": "Kinderhook",
          "addressRegion": "NY",
          "addressCountry": "US"
        },
        "sameAs": [
          "https://columbiacountytourism.org/business/the-aviary/"
        ],
        "kh:affectiveRegister": "A room whose architecture does the aesthetic work; the interior carries the occasion without decoration trying to.",
        "kh:culturalOrbit": [
          { "@id": "https://fieldreports.harmonic-systems.org/schema/places/the-aviary.json#kinderhook-knitting-mill" },
          { "@id": "https://fieldreports.harmonic-systems.org/schema/places/ok-pantry.json" }
        ]
      },
      {
        "@type": ["Place", "LandmarksOrHistoricalBuildings"],
        "@id": "https://fieldreports.harmonic-systems.org/schema/places/the-aviary.json#kinderhook-knitting-mill",
        "name": "Kinderhook Knitting Mill",
        "description": "Nineteenth-century knitting mill in the historic core of the Village of Kinderhook, adaptively reused as a multi-tenant building that currently houses The Aviary and OK Pantry, among others.",
        "containedInPlace": { "@id": "https://www.wikidata.org/wiki/Q3478629" },
        "kh:localNotes": [
          { "date": "2026-04-24", "note": "The building outlives its tenants. Model it as a durable Place so future occupants attach to it without losing continuity." }
        ],
        "kh:codeReview": {
          "zoningDistrict": "R",
          "zoningDistrictName": "Residential (per § 130-3, the historic core is mostly R; the immediately adjacent block faces are B-1)",
          "withinHistoricPreservationOverlay": true,
          "withinHistoricPreservationOverlayId": { "@id": "https://fieldreports.harmonic-systems.org/schema/places/kinderhook-historic-preservation-overlay.json" },
          "withinNationalRegisterDistrict": true,
          "withinNationalRegisterDistrictId": { "@id": "https://fieldreports.harmonic-systems.org/schema/places/kinderhook-national-register-district.json" },
          "confidence": "medium",
          "method": "The Knitting Mill is a known nineteenth-century building inside the historic core. Visual inspection of the Village Zoning Map shows the Mill block in the R district immediately east of the B-1 commercial core; the Historic Preservation Overlay clearly contains it. Exact zoning at the parcel needs to be verified against tax-parcel GIS.",
          "reviewedAt": "2026-04-26",
          "implications": "Exterior alterations require a certificate of appropriateness from the Historic Preservation Commission per Village Code Ch. 75. As a contributing nineteenth-century industrial structure, the Mill's exterior character is precisely what the overlay was created to protect."
        }
      }
    ]
  }
}
