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-732",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/7b8066fb-c493-4534-836f-fd3b80b2ebf4",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-732#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Trois-Rivières",
    "addressRegion": "QC",
    "postalCode": "G9A 2J3"
  },
  "latitude": "46.34298200000001",
  "longitude": "-72.5420716",
  "name": "Ville de Trois-Rivières"
}
</script>