@@ -751,7 +751,7 @@ the `q` parameter - if a string has spaces in it, it can be URL encoded and held
751751` ` ` bash
752752curl -G -X GET \
753753 'http://localhost:1026/ngsi-ld/v1/entities' \
754- -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"'
754+ -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
755755 -H 'Accept: application/ld+json' \
756756 -d 'type=Building' \
757757 -d 'q=name==%22Checkpoint%20Markt%22' \
@@ -809,7 +809,7 @@ done using the `q` parameter, comma separating the acceptable values.
809809` ` ` bash
810810curl -G -X GET \
811811 'http://localhost:1026/ngsi-ld/v1/entities' \
812- -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"'
812+ -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
813813 -H 'Accept: application/ld+json' \
814814 -d 'type=Building' \
815815 -d 'q=category==%22commercial%22,%22office%22 \
@@ -871,7 +871,7 @@ Filtering can be done using the `q` parameter - sub-attributes are annotated usi
871871` ` ` bash
872872curl -G -X GET \
873873 'http://localhost:1026/ngsi-ld/v1/entities' \
874- -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"'
874+ -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
875875 -H 'Accept: application/ld+json' \
876876 -d 'type=Building' \
877877 -d 'q=address[addressLocality]==%22Kreuzberg%22' \
@@ -917,7 +917,7 @@ This supersedes the `mq` parameter from NGSI v2.
917917` ` ` bash
918918curl -G -X GET \
919919 'http://localhost:1026/ngsi-ld/v1/entities' \
920- -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"'
920+ -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/ld+json"' \
921921 -H 'Accept: application/json' \
922922 -d 'type=Building' \
923923 -d 'q=address.verified==true' \
@@ -981,7 +981,7 @@ If another attribute is to be used, an additional `geoproperty` parameter is req
981981` ` ` bash
982982curl -G -X GET \
983983 'http://localhost:1026/ngsi-ld/v1/entities' \
984- -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/json"'
984+ -H 'Link: <https://smartdatamodels.org/context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"; type="application/json"' \
985985 -H 'Accept: application/json' \
986986 -d 'type=Building' \
987987 -d 'geometry=Point' \
0 commit comments