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-28",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/b00eab2a-2222-46ea-a899-6e2fd9722457",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-28#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Montebello",
    "addressRegion": "QC",
    "postalCode": "J0V 1L0",
    "streetAddress": "548 Rue Notre Dame"
  },
  "latitude": "45.6500314",
  "longitude": "-74.939489",
  "name": "Centre d'action culturelle De la MRC de Papineau"
}
</script>