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-814",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/8d68ba0c-961b-4668-aced-d10e210f450f",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-814#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J8M 1B9",
    "streetAddress": "46 Rue des Servantes"
  },
  "latitude": "45.5456921",
  "longitude": "-75.4172521",
  "name": "Parc des Servantes"
}
</script>