@@ -20,7 +20,7 @@ curl -s -o /dev/null -X POST \
2020 -d ' {
2121 "id": "urn:ngsi-ld:Building:store001",
2222 "type": "Building",
23- "category": {"type": "Property ", "value ": [ "commercial"] },
23+ "category": {"type": "VocabProperty ", "vocab ": "commercial"},
2424 "address": {
2525 "type": "Property",
2626 "value": {"streetAddress": "Bornholmer Straße 65", "addressRegion": "Berlin", "addressLocality": "Prenzlauer Berg", "postalCode": "10439"},
@@ -49,7 +49,7 @@ curl -s -o /dev/null -X POST \
4949 -d ' {
5050 "id": "urn:ngsi-ld:Building:store002",
5151 "type": "Building",
52- "category": {"type": "Property ", "value ": [ "commercial"] },
52+ "category": {"type": "VocabProperty ", "vocab ": "commercial"},
5353 "address": {
5454 "type": "Property",
5555 "value": {"streetAddress":"Friedrichstraße 44", "addressRegion":"Berlin", "addressLocality":"Kreuzberg", "postalCode":"10969"},
@@ -75,7 +75,7 @@ curl -s -o /dev/null -X POST \
7575 -d ' {
7676 "id": "urn:ngsi-ld:Building:store003",
7777 "type": "Building",
78- "category": {"type": "Property ", "value ": [ "commercial"] },
78+ "category": {"type": "VocabProperty ", "vocab ": "commercial"},
7979 "address": {
8080 "type": "Property",
8181 "value": {"streetAddress":"Mühlenstrasse 10", "addressRegion":"Berlin", "addressLocality":"Friedrichshain", "postalCode":"10243"},
@@ -102,7 +102,7 @@ curl -s -o /dev/null -X POST \
102102 -d ' {
103103 "id": "urn:ngsi-ld:Building:store004",
104104 "type": "Building",
105- "category": {"type": "Property ", "value ": [ "commercial"] },
105+ "category": {"type": "VocabProperty ", "vocab ": "commercial"},
106106 "address": {
107107 "type": "Property",
108108 "value": {"streetAddress":"Panoramastraße 1A", "addressRegion":"Berlin", "addressLocality":"Mitte", "postalCode":"10178"},
0 commit comments