JSON-LD Schema.org

JSON-LD utilisant le @context de Schema.org. Il peut être copié-collé dans des pages Web HTML.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K5-797",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/4af44521-e308-43f2-b308-b6beaecbd83f",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-797#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Joliette",
    "addressRegion": "QC",
    "postalCode": "J6E 3R1"
  },
  "latitude": "46.0249561",
  "longitude": "-73.4344646",
  "name": "Place des Moulins"
}
</script>