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-444",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/8a6d5a3f-41cb-4aeb-b16b-c35246947e57",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-444#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Gatineau",
    "addressRegion": "QC",
    "postalCode": "J9H 3P4",
    "streetAddress": "92 Rue du Patrimoine"
  },
  "latitude": "45.39277310000001",
  "longitude": "-75.8438975",
  "name": "Centre Jeunesse d'Aylmer"
}
</script>