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-949",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/823bc9ee-c6da-4423-bab4-624043dd4f5d",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-949#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Shawinigan",
    "addressRegion": "QC",
    "postalCode": "G9N 6V8",
    "streetAddress": "Rue Gilles-Grondin"
  },
  "latitude": "46.5285704",
  "longitude": "-72.7320292",
  "name": "Salle Gilles-Grondin, CÉGEP de Shawinigan"
}
</script>