TravelCenters of America · JSON-LD Context

Travelcenters Of America Context

JSON-LD context defining the semantic vocabulary for Travelcenters Of America from TravelCenters of America.

42 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

ta: https://ta-petro.com/vocab/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#

Classes

TravelCenter Location WorkOrder FuelCode FuelPrice ParkingAvailability ShowerAvailability Document Amenity id name brand address city state zip lat lon phone hours truck_lanes truck_parking_spaces amenities available_spaces total_spaces occupied_spaces available_showers total_showers estimated_wait_minutes fuel_type price_per_gallon updated_at timestamp work_order_id vehicle_id status services total_amount document_type code active fuel_types

JSON-LD Document

Raw ↑
{
  "@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"
  }
}