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-188",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/3af511dc-3ed9-4b4f-9a7c-f6fe4f811b98",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-188#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8M 1T3",
    "streetAddress": "1100 Rue Yvon Pichette"
  },
  "latitude": "45.5261362",
  "longitude": "-75.4892155",
  "name": "Centre communautaire d'Angers"
}
</script>