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-435",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ae7e9413-d3b8-44e5-a077-36b85a1fd58c",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-435#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8Y 1S8",
    "streetAddress": "99 Bd Saint-Raymond"
  },
  "latitude": "45.4466793",
  "longitude": "-75.74311399999999",
  "name": "Centre communautaire Saint-Raymond"
}
</script>