Southwestern Energy · JSON-LD Context

Southwestern Energy Context

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

8 Classes 13 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
swn: https://api-evangelist.github.io/southwestern-energy/vocab#

Classes

EnergyCompany NaturalGasWell GasReserve ProductionReport ShalePlay WellPad InvestorRelations SECFiling

Properties

Property Type Container
wellId string
productionBcf decimal
productionDate date
reservesBcf decimal
shaleFormation string
wellStatus string
grossAcreage decimal
netAcreage decimal
royaltyInterest decimal
hedgePercentage decimal
filingType string
filingDate date
expandEnergyTickerSymbol string

JSON-LD Document

southwestern-energy-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "swn": "https://api-evangelist.github.io/southwestern-energy/vocab#",

    "EnergyCompany": "schema:Corporation",
    "NaturalGasWell": "schema:Product",
    "GasReserve": "schema:QuantitativeValue",
    "ProductionReport": "schema:Report",
    "ShalePlay": "schema:Place",
    "WellPad": "schema:Place",
    "InvestorRelations": "schema:WebPage",
    "SECFiling": "schema:Report",

    "wellId": {
      "@id": "swn:wellId",
      "@type": "xsd:string"
    },
    "productionBcf": {
      "@id": "swn:productionBcf",
      "@type": "xsd:decimal"
    },
    "productionDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "reservesBcf": {
      "@id": "swn:reservesBcf",
      "@type": "xsd:decimal"
    },
    "shaleFormation": {
      "@id": "swn:shaleFormation",
      "@type": "xsd:string"
    },
    "wellStatus": {
      "@id": "swn:wellStatus",
      "@type": "xsd:string"
    },
    "grossAcreage": {
      "@id": "swn:grossAcreage",
      "@type": "xsd:decimal"
    },
    "netAcreage": {
      "@id": "swn:netAcreage",
      "@type": "xsd:decimal"
    },
    "royaltyInterest": {
      "@id": "swn:royaltyInterest",
      "@type": "xsd:decimal"
    },
    "hedgePercentage": {
      "@id": "swn:hedgePercentage",
      "@type": "xsd:decimal"
    },
    "filingType": {
      "@id": "swn:filingType",
      "@type": "xsd:string"
    },
    "filingDate": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "expandEnergyTickerSymbol": {
      "@id": "schema:tickerSymbol",
      "@type": "xsd:string"
    }
  }
}