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-875",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ecb9aeed-0794-4765-9cf7-bf6e72a9f42c",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-875#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Moffet",
    "addressRegion": "QC",
    "postalCode": "J0Z 2W0",
    "streetAddress": "14 Rue Principale"
  },
  "latitude": "47.5430055",
  "longitude": "-78.9522215",
  "name": "Édifice municipal de Moffet"
}
</script>