@@ -363,8 +363,8 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/entities/' \
363363 "id": "urn:ngsi-ld:Building:farm001",
364364 "type": "Building",
365365 "category": {
366- "type": "Property ",
367- "value ": ["farm"]
366+ "type": "VocabProperty ",
367+ "vocab ": ["farm"]
368368 },
369369 "address": {
370370 "type": "Property",
@@ -427,8 +427,8 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/entities/' \
427427 "id": "urn:ngsi-ld:Building:barn002",
428428 "type": "Building",
429429 "category": {
430- "type": "Property ",
431- "value ": ["barn"]
430+ "type": "VocabProperty ",
431+ "vocab ": ["barn"]
432432 },
433433 "address": {
434434 "type": "Property",
@@ -565,8 +565,8 @@ curl -G -X GET \
565565 "value": "Victory Farm"
566566 },
567567 "https://uri.fiware.org/ns/dataModels#category": {
568- "type": "Property ",
569- "value ": "farm "
568+ "type": "VocabProperty ",
569+ "vocab ": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dfarm "
570570 },
571571 "location": {
572572 "type": "GeoProperty",
@@ -601,8 +601,8 @@ curl -G -X GET \
601601 "value": "Big Red Barn"
602602 },
603603 "https://uri.fiware.org/ns/dataModels#category": {
604- "type": "Property ",
605- "value ": "barn "
604+ "type": "VocabProperty ",
605+ "vocab ": "https://wiki.openstreetmap.org/wiki/Tag:building%3Dbarn "
606606 },
607607 "location": {
608608 "type": "GeoProperty",
@@ -661,7 +661,7 @@ Core `@context` が含まれることは常に暗示されることに注意し
661661 "id": "urn:ngsi-ld:Building:farm001",
662662 "type": "Building",
663663 "category": {
664- "type": "Property ",
664+ "type": "VocabProperty ",
665665 "value": "farm"
666666 },
667667 "address": {
@@ -739,7 +739,9 @@ curl -G -X GET \
739739 "postalCode": "10557"
740740 },
741741 "name": "Victory Farm",
742- "category": "farm",
742+ "category": {
743+ "vocab": "farm"
744+ },
743745 "location": {
744746 "type": "Point",
745747 "coordinates": [
@@ -762,7 +764,9 @@ curl -G -X GET \
762764 "postalCode": "10557"
763765 },
764766 "name": "Big Red Barn",
765- "category": "barn",
767+ "category": {
768+ "vocab": "barn"
769+ },
766770 "location": {
767771 "type": "Point",
768772 "coordinates": [
@@ -816,7 +820,9 @@ curl -G -X GET \
816820 "postalCode": "10557"
817821 },
818822 "name": "Big Red Barn",
819- "category": "barn",
823+ "category": {
824+ "vocab": "barn"
825+ },
820826 "location": {
821827 "type": "Point",
822828 "coordinates": [
@@ -946,7 +952,9 @@ curl -G -X GET \
946952 "postalCode": "10557"
947953 },
948954 "name": "Big Red Barn",
949- "category": "barn",
955+ "category": {
956+ "vocab": "barn"
957+ },
950958 "location": {
951959 "type": "Point",
952960 "coordinates": [
@@ -998,7 +1006,9 @@ curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
9981006 "postalCode": "10557"
9991007 },
10001008 "name": "Victory Farm",
1001- "category": "farm",
1009+ "category": {
1010+ "vocab": "farm"
1011+ },
10021012 "location": {
10031013 "type": "Point",
10041014 "coordinates": [
@@ -1021,7 +1031,9 @@ curl -G -X GET 'http://localhost:1026/ngsi-ld/v1/entities/' \
10211031 "postalCode": "10557"
10221032 },
10231033 "name": "Big Red Barn",
1024- "category": "barn",
1034+ "category": {
1035+ "vocab": "barn"
1036+ },
10251037 "location": {
10261038 "type": "Point",
10271039 "coordinates": [
@@ -1072,7 +1084,9 @@ curl -G -X GET \
10721084 "postalCode": "10557"
10731085 },
10741086 "name": "Victory Farm",
1075- "category": "farm",
1087+ "category": {
1088+ "vocab": "farm"
1089+ },
10761090 "location": {
10771091 "type": "Point",
10781092 "coordinates": [13.3505, 52.5144]
@@ -1088,7 +1102,9 @@ curl -G -X GET \
10881102 "postalCode": "10557"
10891103 },
10901104 "name": "Big Red Barn",
1091- "category": "barn",
1105+ "category": {
1106+ "vocab": "barn"
1107+ },
10921108 "location": {
10931109 "type": "Point",
10941110 "coordinates": [13.3698, 52.5163]
@@ -1143,7 +1159,9 @@ curl -G -X GET \
11431159 "postalCode": "10557"
11441160 },
11451161 "name": "Big Red Barn",
1146- "category": "barn",
1162+ "category": {
1163+ "vocab": "barn"
1164+ },
11471165 "location": {
11481166 "type": "Point",
11491167 "coordinates": [13.3698, 52.5163]
0 commit comments