{ "@context": { "@vocab": "https://schema.org/", "ta": "https://ta-petro.com/vocab/", "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", "TravelCenter": "schema:LocalBusiness", "Location": "schema:Place", "WorkOrder": "ta:WorkOrder", "FuelCode": "ta:FuelCode", "FuelPrice": "ta:FuelPrice", "ParkingAvailability": "ta:ParkingAvailability", "ShowerAvailability": "ta:ShowerAvailability", "Document": "schema:DigitalDocument", "Amenity": "schema:LocationFeatureSpecification", "id": "@id", "name": "schema:name", "brand": "schema:brand", "address": "schema:streetAddress", "city": "schema:addressLocality", "state": "schema:addressRegion", "zip": "schema:postalCode", "lat": "geo:lat", "lon": "geo:long", "phone": "schema:telephone", "hours": "schema:openingHours", "truck_lanes": "ta:truckFuelLanes", "truck_parking_spaces": "ta:truckParkingCapacity", "amenities": "schema:amenityFeature", "available_spaces": "ta:availableParkingSpaces", "total_spaces": "ta:totalParkingSpaces", "occupied_spaces": "ta:occupiedParkingSpaces", "available_showers": "ta:availableShowers", "total_showers": "ta:totalShowers", "estimated_wait_minutes": "ta:estimatedWaitMinutes", "fuel_type": "ta:fuelType", "price_per_gallon": "schema:price", "updated_at": "schema:dateModified", "timestamp": "schema:datePublished", "work_order_id": "ta:workOrder", "vehicle_id": "ta:vehicle", "status": "schema:orderStatus", "services": "ta:services", "total_amount": "schema:totalPaymentDue", "document_type": "schema:fileFormat", "code": "ta:fuelAuthorizationCode", "active": "schema:isRelatedTo", "fuel_types": "ta:fuelTypes" } }