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-394",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/89cc7890-e021-49ce-b5ef-4b85ad49ff97",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-394#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8X 4B4",
    "streetAddress": "11 Rue Montcalm"
  },
  "latitude": "45.42596719999999",
  "longitude": "-75.7238697",
  "name": "Place de la Francophonie"
}
</script>