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-879",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/fa010802-9af6-4c72-8b48-55124060928a",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-879#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Abitibi Regional County Municipality",
    "addressRegion": "QC",
    "postalCode": "J0Y"
  },
  "latitude": "48.54729529999999",
  "longitude": "-77.9516034",
  "name": "Gloriette de Landrienne"
}
</script>