{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "rdfs:label": "Chapelle Saint-Antoine",
        "qdmtl:thoroughfare": "foo",
        "starting": 1234,
        "ending": 1231,
        "inventoryNumber": 87
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.55089724063873,
          45.51883660822286
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "rdfs:label": "École Ville-Marie"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.55039164423943,
          45.51727578133604
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "rdfs:label": "Asile Saint-Vincent de Paul"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.55142295360565,
          45.51726544458981
        ]
      }
    }
  ]
}
