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-13",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/2f559e8d-2ed4-43af-9c30-1ba868378cc5",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-13#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9H 3M3",
    "streetAddress": "120 Rue Principale"
  },
  "latitude": "45.3945165",
  "longitude": "-75.84391459999999",
  "name": "Espace Pierre-Debain"
}
</script>