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-194",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/a7a70b7d-94d8-48af-ba27-90458aefea25",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-194#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Lac-Sainte-Marie",
    "addressRegion": "QC",
    "postalCode": "J0X 1Z0",
    "streetAddress": "9 Rue de l'Église"
  },
  "latitude": "45.95102869999999",
  "longitude": "-75.94621900000001",
  "name": "Lac-Sainte-Marie (Vallée-de-la-Gatineau)"
}
</script>