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/K11-139",
  "type": "Place",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-139#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Quentin",
    "addressRegion": "NB",
    "postalCode": "E8A 1G9",
    "streetAddress": "Rue DeschĂȘnes"
  },
  "name": "Palais Centre-Ville"
}
</script>