Benoit Orihuela
Benoit Orihuela
You'll find the installation guides in the `doc` directory at the root of the project : https://github.com/IoTKETI/Mobius/tree/master/doc
> I don't really understand what could be the problem because it is the very same as the NGSI-LD core context https://forge.etsi.org/rep/cim/NGSI-LD/-/blob/master/coreContext/ngsi-ld-core-context.jsonld. As a side note, better stop using this...
> What I see is that the contexts' files you were using have not observedAt at all, and now when one of [these](https://github.com/easy-global-market/c2jn-data-models/blob/main/jsonld-contexts/c2jn-smart-city-compound.jsonld) have an entry for observedAt we got...
Did a test with this context, it works!
I have read the CLA Document and I hereby sign the CLA
Hi @johnnychoque, Weird error, never seen this. Can you send me the logs of the search service and PG / Timescale when you have the error?
Hi @EliottPaillard, Thanks for reporting this. This behavior is actually due to the JSON-LD compaction algorithm that flattens the arrays of one object into an object. I guess all NGSI-LD...
We discussed about this with ISG-CIM. This is indeed normal behavior of JSON-LD compaction (as stated in section 5.2.7 in https://www.w3.org/TR/json-ld11/#representing-singular-values-as-arrays). Hence, JSON-LD arrays (used for the temporal representation of...
FYI, we discussed again about this with ISG-CIM. As there are other cases where single objects are forced to be wrapped as arrays, we finally decided that such temporal instances...
Hi @EliottPaillard, Indeed, as per the JSON-LD specification, a remote JSON-LD context must be served with an appropriate content type (see point 6 in https://www.w3.org/TR/json-ld11-api/#loaddocumentcallback: `Otherwise, the retrieved document's [Content-Type](https://tools.ietf.org/html/rfc2045#section-5)...