Skip to content

Commit

Permalink
Replaced address property with geo in examples for TouristTrip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dataliberate committed Jun 17, 2019
1 parent 5f20525 commit 04135de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/ext/pending/issue-1810-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ RDFA:
<div property="name" content="Golden Gate Bridge"></div>
<div property="description" content="Very popular suspension bridge. The bridge is one of the most internationally recognized symbols of San Francisco, California, and the United States. It has been declared one of the Wonders of the Modern World by the American Society of Civil Engineers."></div>
<div rel="url" resource="https://en.wikipedia.org/wiki/Golden_Gate_Bridge"></div>
<div rel="address">
<div rel="geo">
<div typeof="GeoCoordinates">
<div property="latitude" datatype="xsd:double" content="37.8199286"></div>
<div property="longitude" datatype="xsd:double" content="-122.4804438"></div>
Expand Down Expand Up @@ -908,7 +908,7 @@ JSON:
"name": "Golden Gate Bridge",
"description": "Very popular suspension bridge. The bridge is one of the most internationally recognized symbols of San Francisco, California, and the United States. It has been declared one of the Wonders of the Modern World by the American Society of Civil Engineers.",
"url": "https://en.wikipedia.org/wiki/Golden_Gate_Bridge",
"address": {
"geo": {
"@type":"GeoCoordinates",
"latitude": 37.8199286,
"longitude": -122.4804438
Expand Down

0 comments on commit 04135de

Please sign in to comment.