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/K2-5799",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q133851075",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Stephenville",
    "addressRegion": "NL",
    "postalCode": "A2N 3A5",
    "streetAddress": "380 Massachusetts Drive, Stephenville, NL"
  },
  "name": "Stephenville Arts & Culture Centre",
  "url": "https://www.artsandculturecentre.com/stephenville/Online/default.asp"
}
</script>