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-146",
  "type": "Place",
  "sameAs": [
    "https://www.laval.ca/lieux/Pages/Fr/centre-communautaire-raymond-fortin.aspx#Place",
    "https://www.laval.ca/20fbb844-faba-487d-83ec-46a04ddb47a3"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-146#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7S 1J7",
    "streetAddress": "1885, avenue Dumouchel"
  },
  "name": "Centre communautaire Raymond-Fortin"
}
</script>