eg-0119
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "TravelAction",
"agent": {
"@type": "Person",
"name": "John"
},
"fromLocation": {
"@type": "Country",
"name": "USA"
},
"toLocation": {
"@type": "Country",
"name": "Brazil"
},
"participant": {
"@type": "Person",
"name": "Steve"
}
}Pre-Markup
John travel from the US to Brazil with Steve.