JSON-LD Schema.org

JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K5-654",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/9ca07d7a-d3e2-4105-b1a5-71d992eb99d7",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-654#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Montréal",
    "addressRegion": "QC",
    "postalCode": "H2X 1Y9",
    "streetAddress": "175 Sainte-Catherine O"
  },
  "latitude": "45.50875849999999",
  "longitude": "-73.5673522",
  "name": "Piano Nobile de la Salle Wilfrid-Pelletier"
}
</script>