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-838",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/4702767e-20cd-465a-93b0-d201a75b819a",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-838#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Val-d'Or",
    "addressRegion": "QC",
    "postalCode": "J9P 1T3",
    "streetAddress": "996 3e Avenue"
  },
  "latitude": "48.1043782",
  "longitude": "-77.79187360000002",
  "name": "Station Ludik"
}
</script>