Sprague Resources · JSON-LD Context

Sprague Resources Context

JSON-LD context defining the semantic vocabulary for Sprague Resources from Sprague Resources.

33 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

sprague: https://spragueenergy.com/vocab#
energy: https://schema.org/EnergyConsumptionDetails

Classes

FuelOrder FuelProduct Terminal EnergySupplier order_id status order_date delivery_date customer account_id delivery_location street city state zip country product quantity amount unit pricing price_per_unit currency total_amount terminal driver_notes heating_oil diesel ultra_low_sulfur_diesel gasoline kerosene biofuel bunker_fuel

Properties

Property Type Container
SpraguePORT reference
NaturalGas reference
Electricity reference

JSON-LD Document

sprague-resources-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sprague": "https://spragueenergy.com/vocab#",
    "energy": "https://schema.org/EnergyConsumptionDetails",
    "FuelOrder": "sprague:FuelOrder",
    "FuelProduct": "sprague:FuelProduct",
    "Terminal": "sprague:Terminal",
    "EnergySupplier": "Organization",
    "order_id": "orderNumber",
    "status": "orderStatus",
    "order_date": "orderDate",
    "delivery_date": "expectedArrivalFrom",
    "customer": "customer",
    "account_id": "identifier",
    "delivery_location": "deliveryAddress",
    "street": "streetAddress",
    "city": "addressLocality",
    "state": "addressRegion",
    "zip": "postalCode",
    "country": "addressCountry",
    "product": "orderedItem",
    "quantity": "orderQuantity",
    "amount": "value",
    "unit": "unitText",
    "pricing": "priceSpecification",
    "price_per_unit": "price",
    "currency": "priceCurrency",
    "total_amount": "totalPrice",
    "terminal": "seller",
    "driver_notes": "disambiguatingDescription",
    "heating_oil": "sprague:HeatingOil",
    "diesel": "sprague:Diesel",
    "ultra_low_sulfur_diesel": "sprague:UltraLowSulfurDiesel",
    "gasoline": "sprague:Gasoline",
    "kerosene": "sprague:Kerosene",
    "biofuel": "sprague:Biofuel",
    "bunker_fuel": "sprague:BunkerFuel",
    "SpraguePORT": {
      "@id": "sprague:SpraguePORT",
      "@type": "@id"
    },
    "NaturalGas": {
      "@id": "sprague:NaturalGas",
      "@type": "@id"
    },
    "Electricity": {
      "@id": "sprague:Electricity",
      "@type": "@id"
    }
  }
}