{
  "id": "urn:ngsi-ld:SMCollection:001",
  "type": "SMCollection",
  "description": {
    "type": "Text",
    "value": "this is a collection of posts"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        40.3,
        25.5
      ]
    }
  },
  "hasPosts": {
    "type": "StructuredValue",
    "value": [
      "SMPost.125",
      "SMPost.124"
    ]
  },
  "hasAnalysis": {
    "type": "StructuredValue",
    "value": [
      "Analysis.331"
    ]
  },
  "groupedAt": {
    "type": "DateTime",
    "value": "2020-12-24T12:00:00Z"
  }
}
