Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

expressing location with schema.org and JSON-LD

28 views
Skip to first unread message

zaman

unread,
Jan 7, 2018, 8:27:16 AM1/7/18
to sdo-iot-sync
Hello,

I was wondering whether the following is the correct way to express something's "location" with JSON-LD and schema.org:

                                                "location": {

                                                                "@type": "Place",

                                                                "address": {

                                                                "@type": "PostalAddress",

                                                                "addressRegion": "VIC",

                                                                "postalCode": "3010",

                                                                },

"geo": {

"@type": "GeoCoordinates",

                                                                "latitude": "40.75",

                                                                "longitude": "73.98"

                                                                }

                                                          }

Bob van Luijt

unread,
Jan 7, 2018, 9:16:14 AM1/7/18
to sdo-iot-sync
Yes.

Values expected to be one of these types

`geo` is a type of place

zaman

unread,
Jan 7, 2018, 9:27:51 AM1/7/18
to sdo-iot-sync
Thanks !
Reply all
Reply to author
Forward
0 new messages