{ "@context": { "@version": 1.1, "sm": "https://www.sm-energy.com/vocab#", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "EnergyCompany": { "@id": "schema:Organization", "@context": { "name": { "@id": "schema:name" }, "tickerSymbol": { "@id": "schema:tickerSymbol" }, "exchange": { "@id": "sm:exchange" }, "foundingDate": { "@id": "schema:foundingDate" }, "numberOfEmployees": { "@id": "schema:numberOfEmployees" }, "headquarters": { "@id": "schema:location" }, "url": { "@id": "schema:url", "@type": "@id" }, "description": { "@id": "dcterms:description" } } }, "OilGasAsset": { "@id": "sm:OilGasAsset", "@context": { "name": { "@id": "schema:name" }, "basin": { "@id": "sm:basin" }, "state": { "@id": "schema:addressRegion" }, "netAcres": { "@id": "sm:netAcres", "@type": "xsd:decimal" }, "netProducingWells": { "@id": "sm:netProducingWells", "@type": "xsd:integer" }, "dailyProductionMboepd": { "@id": "sm:dailyProductionMboepd", "@type": "xsd:decimal" } } }, "ProvedReserves": { "@id": "sm:ProvedReserves", "@context": { "reportingDate": { "@id": "dcterms:date", "@type": "xsd:date" }, "totalMMBoe": { "@id": "sm:totalMMBoe", "@type": "xsd:decimal" }, "oilPercent": { "@id": "sm:oilPercent", "@type": "xsd:decimal" }, "naturalGasPercent": { "@id": "sm:naturalGasPercent", "@type": "xsd:decimal" }, "nglPercent": { "@id": "sm:nglPercent", "@type": "xsd:decimal" }, "pdpPercent": { "@id": "sm:pdpPercent", "@type": "xsd:decimal" } } }, "ProductionReport": { "@id": "sm:ProductionReport", "@context": { "period": { "@id": "dcterms:temporal" }, "totalMboepd": { "@id": "sm:totalMboepd", "@type": "xsd:decimal" }, "oilMbopd": { "@id": "sm:oilMbopd", "@type": "xsd:decimal" }, "naturalGasMmcfpd": { "@id": "sm:naturalGasMmcfpd", "@type": "xsd:decimal" }, "nglMbopd": { "@id": "sm:nglMbopd", "@type": "xsd:decimal" } } }, "Well": { "@id": "sm:Well", "@context": { "apiNumber": { "@id": "schema:identifier" }, "wellName": { "@id": "schema:name" }, "wellType": { "@id": "sm:wellType" }, "basin": { "@id": "sm:basin" }, "spudDate": { "@id": "sm:spudDate", "@type": "xsd:date" }, "completionDate": { "@id": "sm:completionDate", "@type": "xsd:date" }, "workingInterestPercent": { "@id": "sm:workingInterestPercent", "@type": "xsd:decimal" }, "lateralLengthFt": { "@id": "sm:lateralLengthFt", "@type": "xsd:decimal" } } }, "HedgingPosition": { "@id": "sm:HedgingPosition", "@context": { "commodity": { "@id": "sm:commodity" }, "instrumentType": { "@id": "sm:instrumentType" }, "periodStart": { "@id": "schema:startDate", "@type": "xsd:date" }, "periodEnd": { "@id": "schema:endDate", "@type": "xsd:date" }, "volumeMboepd": { "@id": "sm:volumeMboepd", "@type": "xsd:decimal" }, "fixedPricePerBbl": { "@id": "sm:fixedPricePerBbl", "@type": "xsd:decimal" } } } } }