I can't determine if it's possible to reference a pairs value after it has been defined.
For example if I create an address pair, can I then use a shorthand way of re-using that value?
"address": {
"@type": "PostalAddress",
"streetAddress": "14 Blue Street Road",
"addressLocality": "Nottingham",
"addressRegion": "Nottinghamshire
"postalCode": "NG73DT",
"addressCountry": "United Kingdom"
},
"foundingLocation": "@address",