{
  "id": "urn:ngsi-ld:Analysis:X",
  "type": "SMAnalysis",
  "hasConfidence": {
    "type": "Number",
    "value": 0.4
  },
  "analyzedAt": {
    "type": "DateTime",
    "value": "2020-12-24T12:00:00Z"
  },
  "hasAnalysisValue": {
    "type": "Text",
    "value": "Anger"
  },
  "hasAnalysisType": {
    "type": "Text",
    "value": "Sentiment"
  },
  "isAnalysisOf": {
    "type": "Text",
    "value": "SMCollection.001"
  }
}