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-70",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/67676985-fd12-4393-b96c-a2508caef3ca",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-70#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9A",
    "streetAddress": "361 Bd de Lucerne"
  },
  "latitude": "45.41944809999999",
  "longitude": "-75.74871879999999",
  "name": "Centre communautaire Tétreau"
}
</script>