Skip to content

Commit

Permalink
Added full URI for schema.org defined objects
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-doyle committed Oct 12, 2018
1 parent c72c585 commit c92a32a
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion definitions/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following is an example instance of the **Building** entity
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK",
"postalCode": "EC4N 8AF",
Expand Down
2 changes: 1 addition & 1 deletion definitions/Market-Price-Forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ The following is an example instance of the **Market Price Forecast** entity
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK"
}
Expand Down
2 changes: 1 addition & 1 deletion definitions/Market-Price-Observed.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The following is an example instance of the **Market Price Observed** entity
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK"
}
Expand Down
2 changes: 1 addition & 1 deletion definitions/Point-of-Interest.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following is an example instance of the **Point of Interest** entity
"value": {
"name": "GSMA Academy",
"address": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down
2 changes: 1 addition & 1 deletion definitions/Weather-Forecast.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The following is an example instance of the **Weather Forecast** entity
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down
2 changes: 1 addition & 1 deletion definitions/Weather-Observed.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The following is an example instance of the **Weather Observed** entity
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down
2 changes: 1 addition & 1 deletion examples/Building.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK",
"postalCode": "EC4N 8AF",
Expand Down
2 changes: 1 addition & 1 deletion examples/Market-Price-Forecast.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/Market-Price-Observed.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"addressCountry": "UK"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/Point-of-Interest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"value": {
"name": "GSMA Academy",
"address": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down
2 changes: 1 addition & 1 deletion examples/Weather-Forecast.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down
2 changes: 1 addition & 1 deletion examples/Weather-Observed.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"address": {
"type": "Property",
"value": {
"@type": "PostalAddress",
"@type": "https://schema.org/PostalAddress",
"addressLocality": "London",
"postalCode": "EC4N 8AF",
"streetAddress": "25 Walbrook"
Expand Down

0 comments on commit c92a32a

Please sign in to comment.