Valero Energy · JSON-LD Context

Valero Energy Context

JSON-LD context defining the semantic vocabulary for Valero Energy from Valero Energy.

0 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
energy: https://schema.org/Energy

Properties

Property Type Container
Refinery
FinancialResult
Organization

JSON-LD Document

valero-energy-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://api-evangelist.com/vocab/valero-energy#",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "energy": "https://schema.org/Energy",
    "Refinery": {
      "@id": "schema:LocalBusiness",
      "@context": {
        "name": "schema:name",
        "location": "schema:location",
        "capacity_bpd": "schema:additionalProperty",
        "type": "@type",
        "products": "schema:produces",
        "operational": "schema:isAccessibleForFree"
      }
    },
    "FinancialResult": {
      "@id": "schema:FinancialProduct",
      "@context": {
        "revenue": "schema:totalPaymentDue",
        "net_income": "schema:profit",
        "earnings_per_share": "schema:price",
        "dividend_per_share": "schema:annualPercentageRate",
        "reported_date": "schema:datePublished"
      }
    },
    "Organization": {
      "@id": "schema:Organization",
      "@context": {
        "name": "schema:name",
        "ticker": "schema:tickerSymbol",
        "exchange": "schema:exchangeTicker"
      }
    }
  }
}