Details
- 
        Type:
Monitor
 - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Done
 - 
            Affects Version/s: None
 - 
            Fix Version/s: None
 - 
            Component/s: FIWARE-TECH-HELP
 - 
            Labels:
 
Description
Created question in FIWARE Q/A platform on 28-05-2022 at 18:05
Please, ANSWER this question AT https://stackoverflow.com/questions/72418192/fiware-ngsi-ld-understand-the-context
Question:
FIWARE, NGSI-LD - Understand the @context
Description:
I am creating a data model for a particular application and I did not start from any base model; since I did not start from any base model, the context below is sufficient, correct?
"@context": [
            "https://schema.lab.fiware.org/ld/context",
            "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld"
]
My data model is not complicated, with just these properties and entity being more "complex":
"address": {
            "type": "Property",
            "value": 
},
"location": {
            "type": "Point",
            "coordinates": [
                ,
            ]
},
{
        "id": "urn:ngsi-ld:MeasurementSensor:",
        "type": "MeasurementSensor",
        "measurementVariable": 
,
        "measurementValue": 
,
        "refX": 
,
        "@context": [
            "https://schema.lab.fiware.org/ld/context",
            "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.3.jsonld"
        ]
}
Activity
| Field | Original Value | New Value | 
|---|---|---|
| Component/s | FIWARE-TECH-HELP [ 10278 ] | 
| HD-Enabler | Unknown [ 10910 ] | |
| HD-Chapter | Unknown [ 10845 ] | |
| HD-Node | Unknown [ 10852 ] | 
| Status | Open [ 1 ] | In Progress [ 3 ] | 
| Assignee | Ken Zangelin [ kzangeli ] | 
| Status | In Progress [ 3 ] | Answered [ 10104 ] | 
| Resolution | Done [ 10000 ] | |
| Status | Answered [ 10104 ] | Closed [ 6 ] | 
| Summary | [fiware-stackoverflow] FIWARE, NGSI-LD - Understand the @context | FIWARE.Question.Tech.FIWARE, NGSI-LD - Understand the @context. | 
| HD-Enabler | Unknown [ 10910 ] | |
| HD-Chapter | Unknown [ 10845 ] | |
| HD-Node | Unknown [ 10852 ] |