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-184",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/05769734-ab8d-4831-b1f1-a49713765292",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-184#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Lac-Sainte-Marie",
    "addressRegion": "QC",
    "postalCode": "J0X 1Z0",
    "streetAddress": "89 Ch Ryanville"
  },
  "latitude": "45.9422326",
  "longitude": "-75.8948487",
  "name": "Golf Lac Ste-Marie"
}
</script>