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-678",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/9122d170-eb4e-4fe2-82a2-9b465ba2c564",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-678#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Sainte-Anne-des-Monts",
    "addressRegion": "QC",
    "postalCode": "G4V 2L2",
    "streetAddress": "120 7e Rue O"
  },
  "latitude": "49.123394",
  "longitude": "-66.4909973",
  "name": "Maison de la Culture de Sainte-Anne-des-Monts"
}
</script>