{
  "id": "urn:ngsi-ld:SMCollection:001",
  "type": "Feature",
  "geometry": {
    "type": "Point",
    "coordinates": [
      40.3,
      25.5
    ]
  },
  "properties": {
    "type": "SMCollection",
    "description": "this is a collection of posts",
    "location": {
      "type": "Point",
      "coordinates": [
        40.3,
        25.5
      ]
    },
    "hasPosts": [
      "urn:ngsi-ld:SMPost:125",
      "urn:ngsi-ld:SMPost:124"
    ],
    "isAnalyzedBy": [
      "urn:ngsi-ld:Analysis:331"
    ],
    "@context": [
      "https://smartdatamodels.org/context.jsonld"
    ]
  }
}