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-865",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/c1fa72c6-b2b2-40e9-a788-7ae282bdf54b",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-865#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Malartic",
    "addressRegion": "QC",
    "postalCode": "J0Y 1Z0",
    "streetAddress": "640 Rue de la Paix"
  },
  "latitude": "48.1334474",
  "longitude": "-78.1222879",
  "name": "Bibliothèque municipale de Malartic"
}
</script>