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-1074",
  "type": "Place",
  "sameAs": "https://maps.google.com/?q=Rue+de+la+Fabrique,+Sainte-Ang%C3%A8le-de-Pr%C3%A9mont,+QC+J0K+1R0,+Canada&ftid=0x4cc63b1393294f69:0x8d978e654ae0516d",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Sainte-Angèle-de-Prémont",
    "addressRegion": "QC",
    "postalCode": "J0K 1R0",
    "streetAddress": "Rue de la Fabrique"
  },
  "latitude": "46.3639847",
  "longitude": "-73.0576621",
  "name": "Parc municipal de Sainte-Angèle-de-Prémont"
}
</script>