Tesoro · JSON-LD Context

Tesoro Context

JSON-LD context defining the semantic vocabulary for Tesoro from Tesoro.

20 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

petroleum: https://schema.org/
tesoro: https://www.tesoro.com/vocab#

Classes

Organization Refinery FuelStation PetroleumProduct name description foundingDate dissolutionDate location areaServed numberOfEmployees revenue parentOrganization hasOccupation industry capacity capacityUnit productType ticker exchange

JSON-LD Document

tesoro-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "petroleum": "https://schema.org/",
    "tesoro": "https://www.tesoro.com/vocab#",
    "Organization": "schema:Organization",
    "Refinery": "tesoro:Refinery",
    "FuelStation": "schema:GasStation",
    "PetroleumProduct": "tesoro:PetroleumProduct",
    "name": "schema:name",
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "dissolutionDate": "schema:dissolutionDate",
    "location": "schema:location",
    "areaServed": "schema:areaServed",
    "numberOfEmployees": "schema:numberOfEmployees",
    "revenue": "schema:revenue",
    "parentOrganization": "schema:parentOrganization",
    "hasOccupation": "schema:hasOccupation",
    "industry": "tesoro:industry",
    "capacity": "tesoro:capacity",
    "capacityUnit": "tesoro:capacityUnit",
    "productType": "tesoro:productType",
    "ticker": "schema:tickerSymbol",
    "exchange": "schema:exchangeTicker"
  }
}