Skip to content

Commit 4cb079d

Browse files
committed
fix: expectations and exclusions in tutorial 102
1 parent cde81df commit 4cb079d

File tree

8 files changed

+24
-20
lines changed

8 files changed

+24
-20
lines changed

features/data/102.ld.working_with_context/102.ld.04.response.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"https://schema.org/address": {
77
"type": "Property",
88
"value": {
9-
"https://schema.org/streetAddress": "Großer Stern 1",
10-
"https://schema.org/addressRegion": "Berlin",
11-
"https://schema.org/addressLocality": "Tiergarten",
12-
"https://schema.org/postalCode": "10557"
9+
"streetAddress": "Großer Stern 1",
10+
"addressRegion": "Berlin",
11+
"addressLocality": "Tiergarten",
12+
"postalCode": "10557"
1313
},
1414
"https://uri.fiware.org/ns/dataModels#verified": {
1515
"type": "Property",
@@ -39,10 +39,10 @@
3939
"https://schema.org/address": {
4040
"type": "Property",
4141
"value": {
42-
"https://schema.org/streetAddress": "Straße des 17. Juni",
43-
"https://schema.org/addressRegion": "Berlin",
44-
"https://schema.org/addressLocality": "Tiergarten",
45-
"https://schema.org/postalCode": "10557"
42+
"streetAddress": "Straße des 17. Juni",
43+
"addressRegion": "Berlin",
44+
"addressLocality": "Tiergarten",
45+
"postalCode": "10557"
4646
},
4747
"https://uri.fiware.org/ns/dataModels#verified": {
4848
"type": "Property",

features/data/102.ld.working_with_context/102.ld.07.response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"addressLocality": "Tiergarten",
1313
"postalCode": "10557"
1414
},
15-
"name": "Big Red Barn",
16-
"category": "barn",
15+
"schema:name": "Big Red Barn",
16+
"fiware:category": "barn",
1717
"location": {
1818
"type": "Point",
1919
"coordinates": [13.3698, 52.5163]

features/data/102.ld.working_with_context/102.ld.10.response.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"addressLocality": "Tiergarten",
1313
"postalCode": "10557"
1414
},
15-
"name": "Victory Farm",
16-
"category": "farm",
15+
"schema:name": "Victory Farm",
16+
"fiware:category": "farm",
1717
"location": {
1818
"type": "Point",
1919
"coordinates": [13.3505, 52.5144]
@@ -29,8 +29,8 @@
2929
"addressLocality": "Tiergarten",
3030
"postalCode": "10557"
3131
},
32-
"name": "Big Red Barn",
33-
"category": "barn",
32+
"schema:name": "Big Red Barn",
33+
"fiware:category": "barn",
3434
"location": {
3535
"type": "Point",
3636
"coordinates": [13.3698, 52.5163]

features/data/102.ld.working_with_context/102.ld.11.response.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"addressLocality": "Tiergarten",
1313
"postalCode": "10557"
1414
},
15-
"name": "Victory Farm",
16-
"category": "farm",
15+
"schema:name": "Victory Farm",
16+
"fiware:category": "farm",
1717
"location": {
1818
"type": "Point",
1919
"coordinates": [13.3505, 52.5144]
@@ -29,8 +29,8 @@
2929
"addressLocality": "Tiergarten",
3030
"postalCode": "10557"
3131
},
32-
"name": "Big Red Barn",
33-
"category": "barn",
32+
"schema:name": "Big Red Barn",
33+
"fiware:category": "barn",
3434
"location": {
3535
"type": "Point",
3636
"coordinates": [13.3698, 52.5163]

features/data/102.ld.working_with_context/102.ld.12.response.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"addressLocality": "Tiergarten",
99
"postalCode": "10557"
1010
},
11-
"name": "Big Red Barn",
12-
"category": "barn",
11+
"schema:name": "Big Red Barn",
12+
"fiware:category": "barn",
1313
"location": {
1414
"type": "Point",
1515
"coordinates": [13.3698, 52.5163]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
root[0]['@context']
2+
root[1]['@context']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
root['@context'][1]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
root[0]['@context'][1]

0 commit comments

Comments
 (0)