{
  "site": "Highlands Business Park",
  "base_url": "https://expandathighlands.com",
  "last_updated": "2026-04-22",
  "entities": [
    {
      "id": "site",
      "type": "Place",
      "name": "Highlands Business Park",
      "url": "https://expandathighlands.com/",
      "address_locality": "Sussex",
      "address_region": "WI",
      "postal_code": "53089",
      "country": "US",
      "latitude": 43.1136312,
      "longitude": -88.245984
    },
    {
      "id": "org",
      "type": "Organization",
      "name": "Wangard Partners",
      "url": "https://www.wangard.com/"
    },
    {
      "id": "contact",
      "type": "Person",
      "name": "Stephanie Rechner",
      "job_title": "Industrial Specialist",
      "email": "srechner@wangard.com",
      "meeting_url": "https://info.wangard.com/meetings/stephanie-rechner?embed=true"
    },
    {
      "id": "tool-planning",
      "type": "WebApplication",
      "name": "Industrial planning scenarios",
      "url": "https://expandathighlands.com/availability/#space-calculators"
    },
    {
      "id": "tool-site-plan",
      "type": "WebApplication",
      "name": "Interactive site plan and space calculator",
      "url": "https://expandathighlands.com/availability/#interactive-space-plan"
    },
    {
      "id": "tool-tour",
      "type": "VideoObject",
      "name": "Matterport 3D tour",
      "url": "https://expandathighlands.com/availability/#matterport-tour"
    }
  ],
  "relationships": [
    {"from": "site", "to": "org", "type": "brand"},
    {"from": "contact", "to": "org", "type": "works_for"},
    {"from": "site", "to": "contact", "type": "primary_contact"},
    {"from": "site", "to": "tool-planning", "type": "has_part"},
    {"from": "site", "to": "tool-site-plan", "type": "has_part"},
    {"from": "site", "to": "tool-tour", "type": "has_part"}
  ]
}