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-179",
  "type": "Place",
  "sameAs": [
    "http://scenepro.ca#Venue272",
    "http://www.wikidata.org/entity/Q111748214",
    "http://kg.footlight.io/resource/c04b2b14-3ac3-44c2-870d-afe8c49f56a1"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-179#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Québec",
    "addressRegion": "QC",
    "postalCode": "G1R 2B3",
    "streetAddress": "269, boul. René-Lévesque Est"
  },
  "latitude": "46.8062966",
  "longitude": "-71.2217486",
  "name": "Salle Louis-Fréchette"
}
</script>