WPX Energy · JSON-LD Context

Wpx Energy Context

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

8 Classes 16 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
wpx: https://www.devonenergy.com/wpx-vocab#
eia: https://www.eia.gov/vocab#

Classes

name description url ticker provedDevelopedReserves provedUndevelopedReserves wellType acquiree

Properties

Property Type Container
EnergyCompany reference
OilAndGasProducer reference
basin reference
PermianBasin reference
WillistonBasin reference
WellProduction reference
boePerDay decimal
oilProduction decimal
naturalGasProduction decimal
ProvedReserves reference
Well reference
horizontalDrilling boolean
hydraulicFracturing boolean
Merger reference
mergerDate date
acquirer reference

JSON-LD Document

wpx-energy-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wpx": "https://www.devonenergy.com/wpx-vocab#",
    "eia": "https://www.eia.gov/vocab#",

    "EnergyCompany": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "ticker": "schema:tickerSymbol",

    "OilAndGasProducer": {
      "@id": "wpx:OilAndGasProducer",
      "@type": "@id"
    },
    "basin": {
      "@id": "wpx:basin",
      "@type": "@id"
    },
    "PermianBasin": {
      "@id": "wpx:PermianBasin",
      "@type": "@id"
    },
    "WillistonBasin": {
      "@id": "wpx:WillistonBasin",
      "@type": "@id"
    },

    "WellProduction": {
      "@id": "wpx:WellProduction",
      "@type": "@id"
    },
    "boePerDay": {
      "@id": "wpx:boePerDay",
      "@type": "xsd:decimal"
    },
    "oilProduction": {
      "@id": "wpx:oilProduction",
      "@type": "xsd:decimal"
    },
    "naturalGasProduction": {
      "@id": "wpx:naturalGasProduction",
      "@type": "xsd:decimal"
    },

    "ProvedReserves": {
      "@id": "wpx:ProvedReserves",
      "@type": "@id"
    },
    "provedDevelopedReserves": "wpx:provedDevelopedReserves",
    "provedUndevelopedReserves": "wpx:provedUndevelopedReserves",

    "Well": {
      "@id": "wpx:Well",
      "@type": "@id"
    },
    "wellType": "wpx:wellType",
    "horizontalDrilling": {
      "@id": "wpx:horizontalDrilling",
      "@type": "xsd:boolean"
    },
    "hydraulicFracturing": {
      "@id": "wpx:hydraulicFracturing",
      "@type": "xsd:boolean"
    },

    "Merger": {
      "@id": "schema:CorporateMerger",
      "@type": "@id"
    },
    "mergerDate": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "acquiree": "schema:dissolutionDate",
    "acquirer": {
      "@id": "schema:acquiredBy",
      "@type": "@id"
    }
  }
}