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/K16-303",
  "type": "Place",
  "sameAs": [
    "http://scenepro.ca#Venue226",
    "http://www.wikidata.org/entity/Q124673659"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K16-303#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Laurent",
    "addressRegion": "QC",
    "postalCode": "H4L 3X7",
    "streetAddress": "613, avenue Sainte-Croix"
  },
  "name": "Salle Émile-Legault, cégep de Saint-Laurent"
}
</script>