Skip to content

Commit eb83604

Browse files
multiples data models fixing examples
1 parent 5f071a8 commit eb83604

32 files changed

Lines changed: 32 additions & 64 deletions

OSMAddressPoint/examples/example-normalized.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
]
7070
},
7171
"@context": [
72-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAddressPoint/context.jsonld",
73-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
72+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
7473
]
7574
}

OSMAddressPoint/examples/example.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"https://www.openstreetmap.org/node/7128472910"
2525
],
2626
"@context": [
27-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAddressPoint/context.jsonld",
28-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
27+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
2928
]
3029
}

OSMAerialway/examples/example-normalized.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
]
6565
},
6666
"@context": [
67-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAerialway/context.jsonld",
68-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
67+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
6968
]
7069
}

OSMAerialway/examples/example.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"https://www.openstreetmap.org/way/22334455"
2828
],
2929
"@context": [
30-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAerialway/context.jsonld",
31-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
30+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
3231
]
3332
}

OSMAmenity/examples/example-normalized.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
]
8080
},
8181
"@context": [
82-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAmenity/context.jsonld",
83-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
82+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
8483
]
8584
}

OSMAmenity/examples/example.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"https://www.openstreetmap.org/node/1234567890"
3232
],
3333
"@context": [
34-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMAmenity/context.jsonld",
35-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
34+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
3635
]
3736
}

OSMBuilding/examples/example-normalized.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
]
126126
},
127127
"@context": [
128-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMBuilding/context.jsonld",
129-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
128+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
130129
]
131130
}

OSMBuilding/examples/example.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"https://www.wikidata.org/wiki/Q1321393"
5959
],
6060
"@context": [
61-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMBuilding/context.jsonld",
62-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
61+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
6362
]
6463
}

OSMBuildingPart/examples/example-normalized.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
]
9696
},
9797
"@context": [
98-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMBuildingPart/context.jsonld",
99-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
98+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
10099
]
101100
}

OSMBuildingPart/examples/example.jsonld

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
"https://www.openstreetmap.org/way/305981241"
4646
],
4747
"@context": [
48-
"https://smart-data-models.github.io/dataModel.OpenStreetMap/OSMBuildingPart/context.jsonld",
49-
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld"
48+
"https://smart-data-models.github.io/dataModel.OpenStreetMap/context.jsonld"
5049
]
5150
}

0 commit comments

Comments
 (0)