Skip to content

Commit ff3d86e

Browse files
committed
Fixing typos
1 parent 5d3234a commit ff3d86e

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FIWARE NGSI-LD Step-by-Step Tutorials Web App
22

3-
[![Documentation](https://nexus.lab.fiware.org/repository/raw/public/badges/chapters/documentation.svg)](https://fiware-tutorials.rtfd.io)
3+
[![Documentation](https://fiware.github.io/catalogue/badges/chapters/documentation.svg)](https://fiware-tutorials.rtfd.io)
44
[![Docker](https://img.shields.io/docker/pulls/fiware/tutorials.ngsi-ld.svg)](https://hub.docker.com/r/fiware/tutorials.ngsi-ld/)
55
[![Support badge](https://img.shields.io/badge/tag-fiware-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware)
66
[![NGSI LD](https://img.shields.io/badge/NGSI-LD-d6604d.svg)](https://cim.etsi.org/NGSI-LD/official/front-page.html)

docs/concise.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ such as `"type": "Property"` throughout the payload to ensure that machines can
4444
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
4545
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
4646
],
47-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
47+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
4848
"type": "Beatle",
4949
"age": { "type": "Property", "value": 40, "unitCode": "ANN" },
5050
"name": { "type": "Property", "value": "John Lennon" },
5151
"born": { "type": "Property", "value": "1940-10-09" },
5252
"spouse": {
5353
"type": "Relationship",
54-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
54+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
5555
},
5656
"location": {
5757
"type": "GeoProperty",
@@ -80,10 +80,10 @@ shorter and to the point, and not all information is returned by the request - s
8080
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
8181
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
8282
],
83-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
83+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
8484
"name": "John Lennon",
8585
"born": "1940-10-09",
86-
"spouse": "urn:nsgi-ld:Person:Cynthia_Lennon",
86+
"spouse": "urn:ngsi-ld:Person:Cynthia_Lennon",
8787
"age": 40,
8888
"location": {
8989
"type": "Point",
@@ -122,11 +122,11 @@ representation, where redundant "type" members are omitted and the following rul
122122
"https://fiware.github.io/tutorials.Step-by-Step/example.jsonld",
123123
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.8.jsonld"
124124
],
125-
"id": "urn:nsgi-ld:Beatle:John_Lennon",
125+
"id": "urn:ngsi-ld:Beatle:John_Lennon",
126126
"name": "John Lennon",
127127
"born": "1940-10-09",
128128
"spouse": {
129-
"object": "urn:nsgi-ld:Person:Cynthia_Lennon"
129+
"object": "urn:ngsi-ld:Person:Cynthia_Lennon"
130130
},
131131
"age": { "value": 40, "unitCode": "ANN" },
132132
"location": {

docs/iot-agent-json.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ curl -L -X POST \
732732
"entity_name": "urn:ngsi-ld:Device:water001",
733733
"entity_type": "Device",
734734
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
735-
"protocol": "PDI-IoTA-UltraLight",
735+
"protocol": "PDI-IoTA-JSON",
736736
"transport": "HTTP",
737737
"endpoint": "http://iot-sensors:3001/iot/water001",
738738
"commands": [
@@ -844,7 +844,7 @@ curl -L -X POST \
844844
"entity_name": "urn:ngsi-ld:Device:filling001",
845845
"entity_type": "FillingLevelSensor",
846846
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
847-
"protocol": "PDI-IoTA-UltraLight",
847+
"protocol": "PDI-IoTA-JSON",
848848
"transport": "HTTP",
849849
"endpoint": "http://iot-sensors:3001/iot/filling001",
850850
"commands": [
@@ -901,7 +901,7 @@ curl -L -X POST \
901901
"entity_name": "urn:ngsi-ld:Device:tractor001",
902902
"entity_type": "Tractor",
903903
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
904-
"protocol": "PDI-IoTA-UltraLight",
904+
"protocol": "PDI-IoTA-JSON",
905905
"transport": "HTTP",
906906
"endpoint": "http://iot-sensors:3001/iot/tractor001",
907907
"commands": [
@@ -1241,7 +1241,7 @@ curl -iX POST 'http://localhost:4041/iot/devices' \
12411241
"entity_name": "urn:ngsi-ld:Device:water002",
12421242
"entity_type": "Device",
12431243
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
1244-
"protocol": "PDI-IoTA-UltraLight",
1244+
"protocol": "PDI-IoTA-JSON",
12451245
"transport": "HTTP",
12461246
"endpoint": "http://iot-sensors:3001/iot/water002",
12471247
"commands": [
@@ -1313,7 +1313,7 @@ The response includes all the commands and attributes mappings associated with t
13131313
"value": "urn:ngsi-ld:Building:barn002"
13141314
}
13151315
],
1316-
"protocol": "PDI-IoTA-UltraLight",
1316+
"protocol": "PDI-IoTA-JSON",
13171317
"explicitAttrs": false
13181318
}
13191319
```
@@ -1364,7 +1364,7 @@ The response includes all the commands and attributes mappings associated with a
13641364
"value": "urn:ngsi-ld:Store:002"
13651365
}
13661366
],
1367-
"protocol": "PDI-IoTA-UltraLight"
1367+
"protocol": "PDI-IoTA-JSON"
13681368
},
13691369
etc...
13701370
]

docs/short-term-history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ mintaka:
148148
- DATASOURCES_DEFAULT_HOST=timescale-db
149149
- DATASOURCES_DEFAULT_USERNAME=orion
150150
- DATASOURCES_DEFAULT_PASSWORD=orion
151-
- DATASOURCES_DEFAULT_DATABSE=orion
151+
- DATASOURCES_DEFAULT_DATABASE=orion
152152
- DATASOURCES_DEFAULT_MAXIMUM_POOL_SIZE=2
153153
expose:
154154
- "8080"

docs/verifiable-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the repository. Please clone the repository and create the necessary images by r
155155

156156
```bash
157157
git clone https://github.com/FIWARE/tutorials.Verifiable-Credentials.git
158-
cd tutorials.Linked-Data
158+
cd tutorials.Verifiable-Credentials
159159
git checkout NGSI-LD
160160

161161
./services orion|scorpio|stellio

0 commit comments

Comments
 (0)