davvalent commited on 2022-08-26 15:19:52
Showing 2 changed files, with 8 additions and 3 deletions.
| ... | ... |
@@ -4,7 +4,11 @@ |
| 4 | 4 |
{
|
| 5 | 5 |
"type": "Feature", |
| 6 | 6 |
"properties": {
|
| 7 |
- "name": "Chapelle Saint-Antoine" |
|
| 7 |
+ "rdfs:label": "Chapelle Saint-Antoine", |
|
| 8 |
+ "qdmtl:thoroughfare": "foo", |
|
| 9 |
+ "starting": 1234, |
|
| 10 |
+ "ending": 1231, |
|
| 11 |
+ "inventoryNumber": 87 |
|
| 8 | 12 |
}, |
| 9 | 13 |
"geometry": {
|
| 10 | 14 |
"type": "Point", |
| ... | ... |
@@ -17,7 +21,7 @@ |
| 17 | 21 |
{
|
| 18 | 22 |
"type": "Feature", |
| 19 | 23 |
"properties": {
|
| 20 |
- "name": "École Ville-Marie" |
|
| 24 |
+ "rdfs:label": "École Ville-Marie" |
|
| 21 | 25 |
}, |
| 22 | 26 |
"geometry": {
|
| 23 | 27 |
"type": "Point", |
| ... | ... |
@@ -30,7 +34,7 @@ |
| 30 | 34 |
{
|
| 31 | 35 |
"type": "Feature", |
| 32 | 36 |
"properties": {
|
| 33 |
- "name": "Asile Saint-Vincent de Paul" |
|
| 37 |
+ "rdfs:label": "Asile Saint-Vincent de Paul" |
|
| 34 | 38 |
}, |
| 35 | 39 |
"geometry": {
|
| 36 | 40 |
"type": "Point", |
| 37 | 41 |