@prefix schema: <http://schema.org/>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a schema:Place;
  schema:address [ a schema:PostalAddress;
    schema:addressLocality "Plainsboro Township";
    schema:addressRegion "NJ";
    schema:postalCode "08536"
  ];
  schema:name "Princeton-Plainsboro Teaching Hospital".
