Skip to content

Commit a0b34ae

Browse files
authored
Merge pull request #528 from pmslavin/527-places-example-uri-key
Resolve #527: Changes Place example key to url
2 parents 7efeea1 + b8003a0 commit a0b34ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_specification/1.1/contextual-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ This example shows how to define a place, using a [geonames] ID:
501501
"@id": "#b4168a98-8534-4c6d-a568-64a55157b656"
502502
},
503503
"identifier": "http://sws.geonames.org/8152662/",
504-
"uri": "https://www.geonames.org/8152662/catalina-park.html",
504+
"url": "https://www.geonames.org/8152662/catalina-park.html",
505505
"name": "Catalina Park"
506506
},
507507
```

docs/_specification/1.2/contextual-entities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ This example shows how to define a place, using a [geonames] ID:
496496
"@id": "_:Geometry-1"
497497
},
498498
"identifier": "http://sws.geonames.org/8152662/",
499-
"uri": "https://www.geonames.org/8152662/catalina-park.html",
499+
"url": "https://www.geonames.org/8152662/catalina-park.html",
500500
"name": "Catalina Park"
501501
},
502502
{

0 commit comments

Comments
 (0)