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-461",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/f79511d2-06f2-4a50-a784-4eea8a4edfaa",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-461#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Trois-Rivières",
    "addressRegion": "QC",
    "postalCode": "G9A 5K3",
    "streetAddress": "1300, rue du Fleuve"
  },
  "latitude": "46.3419764",
  "longitude": "-72.5369607",
  "name": "Parc Portuaire de Trois-Rivières"
}
</script>