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-378",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/fb79ba77-94f2-4574-b440-8c16f14af70f",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-378#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "L'Ange-Gardien",
    "addressRegion": "QC",
    "postalCode": "J8L 4C2",
    "streetAddress": "1521 QC-309"
  },
  "latitude": "45.62543299999999",
  "longitude": "-75.437653",
  "name": "Champboisé de L'Ange-Gardien"
}
</script>