@@ -642,7 +642,7 @@ known `id`.
642642
643643``` console
644644curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:TemperatureSensor:001' \
645- -H 'Link: <http://context/json -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
645+ -H 'Link: <http://context/ngsi -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
646646-H 'Accept: application/json' \
647647-d 'options=concise'
648648```
@@ -685,7 +685,7 @@ This example reads the value of two attributes (`category` and `temperature`) fr
685685
686686``` console
687687curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:TemperatureSensor:001' \
688- -H 'Link: <http://context/json -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
688+ -H 'Link: <http://context/ngsi -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
689689-H 'Accept: application/json' \
690690-d 'options=concise' \
691691-d 'attrs=category,temperature'
@@ -788,7 +788,7 @@ This example lists the `temperature` attribute of all **TemperatureSensor** enti
788788
789789``` console
790790curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
791- -H 'Link: <http://context/json -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
791+ -H 'Link: <http://context/ngsi -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
792792-H 'Accept: application/json' \
793793-d 'type=TemperatureSensor' \
794794-d 'options=concise' \
@@ -849,7 +849,7 @@ unique, so `type` is not required for this request. To filter by `id` add the en
849849
850850``` console
851851curl -G -iX GET 'http://localhost:1026/ngsi-ld/v1/entities/'' \
852- -H 'Link: <http://context/json -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
852+ -H 'Link: <http://context/ngsi -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
853853-H 'Accept: 'application/json' \
854854-d 'id=urn:ngsi-ld:TemperatureSensor:001,urn:ngsi-ld:TemperatureSensor:002' \
855855-d 'attrs=temperature' \
@@ -890,7 +890,7 @@ The concise format is also available for the GeoJSON format which can be request
890890
891891``` console
892892curl -G -iX GET 'http://localhost:1026//ngsi-ld/v1/entities/' \
893- -H 'Link: <http://context/json -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
893+ -H 'Link: <http://context/ngsi -context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
894894-H 'Accept: application/geo+json' \
895895-H 'NGSILD-Tenant: openiot' \
896896-d 'id=urn:ngsi-ld:Animal:pig010,urn:ngsi-ld:Animal:pig006' \
@@ -936,7 +936,7 @@ The response details the selected attributes from the selected entities is retur
936936 "observedAt" : " 2022-03-01T15:49:57.039Z"
937937 }
938938 },
939- "@context" : " http://context/json -context.jsonld" ,
939+ "@context" : " http://context/ngsi -context.jsonld" ,
940940 "geometry" : {
941941 "type" : " Point" ,
942942 "coordinates" : [13.346 , 52.52 ]
@@ -972,7 +972,7 @@ The response details the selected attributes from the selected entities is retur
972972 "observedAt" : " 2022-03-01T15:49:57.287Z"
973973 }
974974 },
975- "@context" : " http://context/json -context.jsonld" ,
975+ "@context" : " http://context/ngsi -context.jsonld" ,
976976 "geometry" : {
977977 "type" : " Point" ,
978978 "coordinates" : [13.347 , 52.522 ]
0 commit comments